Operating System - Linux
1838614 Members
3719 Online
110128 Solutions
New Discussion

Re: getting these msgs from kernel

 
SOLVED
Go to solution
K.C. Chan
Trusted Contributor

getting these msgs from kernel

snipet of message log:
Nov 22 13:15:20 svr-x kernel: NET: 68 messages suppressed.
Nov 22 13:15:25 svr-x kernel: NET: 65 messages suppressed.
Nov 22 13:15:30 svr-x kernel: NET: 91 messages suppressed.

It is occuring so often, that I could not do a "control + alt + delete" to reboot it. I had to hard boot it.

Any Idea?
Reputation of a thousand years can be determined by the conduct of an hour
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: getting these msgs from kernel

Can you do the command:

shutdown -ry now

That will boot it.

It would appear that messages are turned off. I'd check the /etc/syslog.conf

Then service syslogd restart

You can also do service syslogd stop

This will stop logging while you figure out what happened.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
K.C. Chan
Trusted Contributor

Re: getting these msgs from kernel

No, I could not do a "shutdown -r now" because I could not get a chance to type. After it came up, it is fined. I am just concerned about it because I have never seen it before. Come to think of it, it must have occured when I switched ip and hostname with another server. But did not restart syslogd. It must have gotten confused. Thanks for mentioning syslogd.
Reputation of a thousand years can be determined by the conduct of an hour