1832284 Members
2281 Online
110041 Solutions
New Discussion

error messages

 
SOLVED
Go to solution
Tarek
Super Advisor

error messages

Hi,
i'm using a program, bb, to monitor some workstations. I'm having some error messages and I wanna know how can i solve them;
- vmunix: NOTICE: cachefs_link(): File system was registered at index 6
- vmunix: NOTICE: autofs_link(): File system was registered at index 7.
- smtp DOWN
What can i do?
Thanks.
Tarek
8 REPLIES 8
James R. Ferguson
Acclaimed Contributor

Re: error messages

Hi Tarek:

On 10.20, the following patches (which may have been superceded) where knonw to solve this problem:

PHNE_18961
PHKL_16750
PHNE_18915
PHCO_19181
PHNE_19299

...JRF...
Tarek
Super Advisor

Re: error messages

OK..thanks. But i have those error messages also on hpux11.
However how can i enable the smtp?
Tarek
Super Advisor

Re: error messages

Sorry, on hpux11 i have these errors:
- vmunix: NOTICE: autofs_link(): File system was registered at index 3.
- vmunix: NOTICE: nfs3_link(): File system was registered at index 5.






Bill Hassell
Honored Contributor

Re: error messages

The autofs messages are status, not errors. syslog does not log just errors. It logs what it is told to log. The syslog.conf file controls which file is used for each level or whether a particular severity level is even logged. See the man page for syslogd.


Bill Hassell, sysadmin
Tarek
Super Advisor

Re: error messages

Thanks about the autofs. What about
the smtp DOWN ? How can I enable it?
Robin Wakefield
Honored Contributor
Solution

Re: error messages

Try:

/sbin/init.d/sendmail start

Check /var/adm/syslog/mail.log

Rgds, Robin.
Tarek
Super Advisor

Re: error messages

On one ws, hpux11, the /sbin/init.d/sendmail didn't start. If I try to stop it and then restart i have: No sendmail server running.
I checked also the /etc/services and the smtp is OK, it isn't commented.
I checked the /var/adm/syslog/syslog.log and i have a lot of errors about FTP that are the same: ftpd[..]: FTP session closed.
I have this error from a lot of hours each 5 minutes. Any tip?
Robin Wakefield
Honored Contributor

Re: error messages

Tarek,

Check /etc/rc.config.d/mailservs and see what the SENDMAIL_SERVER parameter is set to - it should be 1

Rgds, Robin