Code: Select all
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/cx_Freeze/initscripts/Console.py", line 27, in <module>
File "ncpa_posix_listener.py", line 7, in <module>
File "/build/ncpa/agent/listener/server.py", line 14, in <module>
File "/build/ncpa/agent/listener/psapi.py", line 141, in <module>
File "/usr/lib/python2.6/site-packages/psutil/__init__.py", line 1227, in disk_io_counters
File "/usr/lib/python2.6/site-packages/psutil/_pslinux.py", line 376, in disk_io_counters
IOError: [Errno 2] No such file or directory: '/proc/partitions'
Code: Select all
ls /proc
1 14130 15548 16105 cpuinfo kmsg modules stat sysvipc vmstat
13888 14138 15667 16108 devices loadavg mounts swaps uptime vz
14109 14139 16084 22218 filesystems locks net sys user_beancounters
14123 14203 16100 cmdline fs meminfo self sysrq-trigger versionCode: Select all
df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/simfs 2581260 712832 1868428 28% /
none 1087956 4 1087952 1% /dev
Code: Select all
cat /proc/mounts
/dev/simfs / simfs rw 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
none /dev tmpfs rw 0 0
none /dev/pts devpts rw 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0The other failure I am getting on other machines with /proc/partitions tested is this, which I believe indicates I need a 64-bit RPM:
Code: Select all
/etc/init.d/ncpa_listener: /usr/local/ncpa/ncpa_posix_listener: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
Started listener...
/etc/init.d/ncpa_passive: /usr/local/ncpa/ncpa_posix_passive: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
Started passive agent.