Top and PS stoped working

2001-12-19 Thread Matthew Kopishke
A few weeks ago top and ps stoped working on one of our servers. We get the following errors when we try to run them: Jekyll:/mount_points/md0/home/kopishke# top top: error in loading shared libraries: top: undefined symbol: kb_main_free Jekyll:/mount_points/md0/home/kopishke# ps /lib/security

Re: Top and PS stoped working

2001-12-19 Thread Romuald DELAVERGNE
Le 2001.12.19 16:31, Matthew Kopishke a écrit : A few weeks ago top and ps stoped working on one of our servers. We get the following errors when we try to run them: Jekyll:/mount_points/md0/home/kopishke# top top: error in loading shared libraries: top: undefined symbol: kb_main_free

Re: Top and PS stoped working

2001-12-19 Thread J.H.M. Dassen \(Ray\)
On Wed, Dec 19, 2001 at 17:22:39 +0100, Romuald DELAVERGNE wrote: kb_main_free is a function defined in /lib/libproc.so.x.x.x that 'top' can't load. Indeed, as find /lib /usr/lib -name '*.so*' -exec nm --print-file-name --dynamic --demangle --defined-only {} \; | grep kb_main_total shows.

Re: Top and PS stoped working

2001-12-19 Thread Ben Collins
On Wed, Dec 19, 2001 at 10:31:30AM -0500, Matthew Kopishke wrote: A few weeks ago top and ps stoped working on one of our servers. We get the following errors when we try to run them: Jekyll:/mount_points/md0/home/kopishke# top top: error in loading shared libraries: top: undefined symbol