[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Fix [/resolv.conf.5 No such file or directory]



Hello,

Looks like some Sun's update didn't remove symbolic link on 
resolv.conf.5.

If you receive this error weekly (see Subj), here's quick way to fix it 
(I was asked several times about it): 

ssh to your server as admin, then do:

$su -
Password: ***
# cd /usr/man/man5/
# rm resolv.conf.5
# ln -s resolver.5.gz resolv.conf.5

It won't bother you any longer. 

WBR,
Dmitry