[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Fix [/resolv.conf.5 No such file or directory]
- Subject: [cobalt-users] Fix [/resolv.conf.5 No such file or directory]
- From: Dmitry Alexeyev <dmi_a@xxxxxxxxxx>
- Date: Sun Mar 28 04:52:07 2004
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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