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

Re: [cobalt-users] Read file error



At 10:07 AM 2/23/2002, you wrote:
I have searched extensively the archives and the web for an answer to
this:

Each week since the OS 2 update, I get the following error:

From: <root (Cron Daemon)>
To: <root>
Sent: Sunday, February 23, 2002 4:05 AM
Subject: Cron <root@ns> run-parts /etc/cron.weekly

Read file error: ./resolv.conf.5 No such file or directory

Everything appears to be working fine, except this.  I did find this in the
archives but I can't remove the file because it doesn't exist.
http://list.cobalt.com/pipermail/cobalt-users/2002-February/061713.html


It changed the file it is looking for

delete the resolv.conf.5 symbolic link in the /usr/man/man5 directory
log in and change to root
cd /usr/man/man5
rm resolv.conf.5

The link you listed above left off the ".5" at the end of the symbolic link.
Fixes the problem.