1837097 Members
2190 Online
110112 Solutions
New Discussion

problem after reboot

 
felice_2
Occasional Advisor

problem after reboot

hi to everybody,
I ask you a help.
I have lost the symbolic link after the reboot.
someone can tell me the motive.
Thanks
3 REPLIES 3
Peter Godron
Honored Contributor

Re: problem after reboot

Hi,
have you checked that all the disks have mounted.
mount -a
You may have a link pointing to a file that is not accessable.
ls -l filename
RAC_1
Honored Contributor

Re: problem after reboot

The link won't go away just like that.
What kind of a link was that? Do you have any scripts/startup programs that might overwrite it? also check /etc/rc.log and syslog for boot errors.
There is no substitute to HARDWORK
A. Clay Stephenson
Acclaimed Contributor

Re: problem after reboot

A symbolic link would require an explicit rm command to remove and even if the underlying object pointed to does not exist, the soft link remains intact. The only thing that I can imagine that would remove a soft link is some sort of cleanup triggered by rc but then link would have to be in /tmp or /var/tmp unless someone has "improved" the standard cleanup rc'ed command.
If it ain't broke, I can fix that.