1830244 Members
2006 Online
109999 Solutions
New Discussion

Err messages from dmesg

 
SOLVED
Go to solution
K.C. Chan
Trusted Contributor

Err messages from dmesg

portmap: server localhost not responding, timed out
portmap: server localhost not responding, timed out
lockd_up: makesock failed, error=-5
portmap: server localhost not responding, timed out
lockd_up: no pid, 2 users??
portmap: server localhost not responding, timed out
portmap: server localhost not responding, timed out
portmap: server localhost not responding, timed out
lockd_up: no pid, 3 users??
portmap: server localhost not responding, timed out
Neighbour table overflow.
Neighbour table overflow.
Neighbour table overflow.
Neighbour table overflow.
Neighbour table overflow.
Neighbour table overflow.
Neighbour table overflow.
Neighbour table overflow.
Neighbour table overflow.
Neighbour table overflow.
VFS: file-max limit 8192 reached
nfs: server toaster not responding, still trying

Does any know what this is refering to " VFS: file-max limit 8192"? df seems to hang on me. Why? Thanks.
Reputation of a thousand years can be determined by the conduct of an hour
2 REPLIES 2
Craig Kelley
Valued Contributor
Solution

Re: Err messages from dmesg

Some process has too many files open. Try this:

$ cat /proc/sys/fs/file-max

You should see some number there. You can change it by echoing a new one in:

$ echo 32768 > /proc/sys/fs/file-max

When the file descriptor index fills up, wierd things start happening.
U.SivaKumar_2
Honored Contributor

Re: Err messages from dmesg

Hi,
Get BAck with results after trying these things
Can you ping to localhost ?
Can you ping to 127.0.0.1 ?

#ifconfig lo
Does it show 127.0.0.1 255.0.0.0 UP RUNNING ?
If not try this
#ifconfig lo up

Check whether this file exists.
/etc/sysconfig/network-scripts/ifcfg-lo
and check it's contents.
Also check this file
/etc/init.d/network

neighbour table full means that ARP table is full and this is caused because of problems in localhost configuration or bad netmask.

regards,
U.SivaKumar



Innovations are made when conventions are broken