1826215 Members
2810 Online
109691 Solutions
New Discussion

dmesg notices

 
SOLVED
Go to solution
BW Moll
Advisor

dmesg notices

I see these in dmesg ... are they informational or something that requires my attention?

gate64: sysvec_vaddr = 0xc0002000 for 2 pages
NOTICE: autofs_link(): File system was registered at index 3.
NOTICE: cachefs_link(): File system was registered at index 5.
NOTICE: nfs3_link(): File system was registered at index 6.
2 REPLIES 2
TTr
Honored Contributor
Solution

Re: dmesg notices

These normally come on right after the kernel is loaded and before the hardware is scanned. They are at the top of the boot log that appears when you run dmesg and at the top of the syslog.log file during a fresh server boot. I see them in all my servers.

You should type "dmesg -" to get any new alerts after the first boot of the server.

"dmesg" alone (without the "-" dash) keeps showing the same initail messages.
BW Moll
Advisor

Re: dmesg notices

Thank you . My supervisor was asking. I'll inform him of your answer and advise him that this isn't anything to worry about.