Ok I found the problem, but I am not sure of the fix... The problem is that when the system boots, it puts a create mask on all of the files in the log directory so it looks like: rw-r--r-- 1 root adm messages
So this means that the weblet package can 'read' the log files with no problem. After multicron.d is run and the log files are rotated, their permissions change to: rw-r----- 1 root adm messages rw-r----- 1 root adm messages.0 Which means that the weblet package can no longer 'read' the logfiles. I am not sure what the fix is as I don't know how to tell multicron to change the umask on the files it creates? Anyone? Would this work: 42 6 * * * root -g adm -m 644 run-parts --report /etc/cron.daily if I added it to /etc/crontab ??? or would this be wrong? <quote who="Steve Sobka"> > I am also having this exact same problem but I would like to add that > not only do I get the same messages about 'File not readable:' but when > my firewall hits icon has reset to a GREEN Light and no firewall hits > are logged any longer. > If I reboot the system everything works fine again. > > Anyone have any suggestions? Are your logs doing the same thing? > > .Steve > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Got root? We do. http://thinkgeek.com/sf ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
