1834558 Members
3259 Online
110069 Solutions
New Discussion

error in rc.log

 
SOLVED
Go to solution
Animesh Chakraborty
Honored Contributor

error in rc.log

 
Did you take a backup?
4 REPLIES 4
Andreas Voss
Honored Contributor

Re: error in rc.log

Hi,

sounds like somthing is wrong in your config files under /etc/rc.config.d.

Check every file in /etc/rc.config.d for correct syntax.
Only varaible settings should be there.
Also look in /etc/TIMEINFO for syntax.

Regards
melvyn burnard
Honored Contributor
Solution

Re: error in rc.log

You need to check that there are no exectubale scripts in /etc/rc.config.d directory.
Also check there ar eno errors with the files in /sbin/init.d

It looks like somethimg is trying to source anexecutable, rather than a configuration file.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Ravi_8
Honored Contributor

Re: error in rc.log

Hi
seems to be configuration problem. and executable file is trying to execute(/etc/rc.config.d) at boot time. try to look into all /etc/rc.config.d files, if you couldn't take the backup and re-intall the os
never give up
Animesh Chakraborty
Honored Contributor

Re: error in rc.log

Hi,
Thanks for the help.
There was an unwanted file in /etc/rc.config.d.
The file contained the list of all files of the /etc/rc.config.d directory i.e. ll >xyz.
and it was trying to execute that xyz while booting.

Thanks again
Animesh
Did you take a backup?