After fixing the Segmantation Fault bug, I was able to
start the tool, but the main screen does not initialize
correctly, see attached screen shot.
Any Ideas?
# ldd ifacemon
libncurses.so.3.4 => /lib/libncurses.so.3.4
(0x4000a000)
libc.so.5 => /lib/libc.so.5 (0x4004b000)
Screenshot garbled output
Logged In: YES
user_id=353668
Maybe this will help:
# cat /proc/net/dev
Inter-| Receive | Transmit
face |packets errs drop fifo frame|packets errs drop fifo colls
carrier
lo: 18 0 0 0 0 18 0 0 0 0 0
eth0: 5414 0 0 0 0 7175 0 0 0 0 0
The 2.0.38 kernel does NOT provide RX nor TX bytes, only
packets.
Logged In: YES
user_id=51412
This is what my system is using here:
[root@servidor ifacemon]# ldd ifacemon
libncurses.so.5 => /lib/libncurses.so.5 (0x40027000)
libc.so.6 => /lib/libc.so.6 (0x40068000)
libgpm.so.1 => /usr/lib/libgpm.so.1 (0x401a4000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
Logged In: YES
user_id=353668
Update: I've upgraded to libncurses 5.2 and now the garbled
output is gone. So it seems like it's a version problem.
Mind you I still have no usable output in the graph... :-(
Will keep you posted on the progress.