D8Mike
03-16-2003, 12:14 PM
Recieved this Error from Cron.Weekly today?
Read file error: ./resolv.conf.5 No such file or directory
Any suggestions?
Read file error: ./resolv.conf.5 No such file or directory
Any suggestions?
![]() | View Full Version : Cron.weekly Error D8Mike 03-16-2003, 12:14 PM Recieved this Error from Cron.Weekly today? Read file error: ./resolv.conf.5 No such file or directory Any suggestions? Eric Lim 03-16-2003, 12:33 PM Make sure the file is exist, and the cron has permission to read the file. D8Mike 03-16-2003, 12:38 PM Thanks, Found a Resource doing a search on http://www.raqware.com/how2.html Will see if this works. Cobalt Users List - David Lucas Read file error: ./resolv.conf.5 No such file or directory 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. TOP |