1837243 Members
4474 Online
110115 Solutions
New Discussion

Messages in /etc/rc.log

 
SOLVED
Go to solution
Bob Manocchia
Regular Advisor

Messages in /etc/rc.log

I'm getting the following messages written to the /etc/rc.log file just about every minute. Anyone know what they are?

I've attached the last few lines of /etc/rc.log

Thanks
3 REPLIES 3
Raghuschandra
New Member
Solution

Re: Messages in /etc/rc.log

Mel Burslan
Honored Contributor

Re: Messages in /etc/rc.log

Normally, after the system starts up, rc.log should be closed and should not grow every minute. Something in your startup sequence, did not finish running due to the error condition, for which you are receiving messages and trying to start every 60 seconds or so, albeit unsuccessfully.

See the beginning of these messages and you should be able to see a startup script in the form of

/sbin/rc?.d/S123scriptname

which should give you the idea what could not start and you need to debug this script to see the reason for failure.

hope this helps
________________________________
UNIX because I majored in cryptology...
Bob Manocchia
Regular Advisor

Re: Messages in /etc/rc.log

Thanks to both of you. I'll keep a close eye on both.