1833863 Members
2277 Online
110063 Solutions
New Discussion

Error message in syslog

 
SOLVED
Go to solution
M.Kantharuban
Advisor

Error message in syslog

I am getting this error message in syslog . All suggestions are welcome.

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.
[Osxinit]: Allocated ots_timeout_lock [40b04b40]

Regards ,
SPV
3 REPLIES 3
U.SivaKumar_2
Honored Contributor
Solution

Re: Error message in syslog

Hi Ruban,

The above messages are not errors But normal informational messages given by the kernel when initialising NFS V3 structues at boot time.

regards,

U.SivaKumar
Innovations are made when conventions are broken
S.K. Chan
Honored Contributor

Re: Error message in syslog

In fact if you run ..
# /etc/dmesg | more
at the top of the output you would see these messages. It's NOT an error.
Now the last line ..

[Osxinit]: Allocated ots_timeout_lock [40b04b40]

..however is not filesystem related. I'm not sure what that is. I'm guessing it's probably some third party application generating that. Do you have some kind of middleware software running on your machine ?
Michael Steele_2
Honored Contributor

Re: Error message in syslog