[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] cron.weekly error
- Subject: Re: [cobalt-users] cron.weekly error
- From: David Lucas <david@xxxxxxxxxxxxxxxx>
- Date: Sat Mar 30 12:49:01 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
At 07:37 PM 3/30/2002, you wrote:
I keep getting this error with Raq4 after the weekly cron:
Read file error: ./resolv.conf.5 No such file or directory
What is resolv.conf.5 and where is this file specified. There is a
resolv.conf but no resolv.conf.5 on my system - where can I correct this?
Thanks.
--
It has been posted numerous times.
Telnet or ssh to the server as admin and su - to root.
Change directory to
/usr/man/man5
Type this:
cp resolver.5.gz resolver.5.gz.bak
gunzip resolver.5.gz
mv resolver.5.gz.bak resolver.5.gz
That will get rid of the errors and still maintain both symlinks.