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

Re: [cobalt-users] Webalizer and postrotate error



On Mon, 5 Nov 2001, Render-Vue wrote:

> Hi Yah,
> 
> Can anyone tell me where this is originating from, I'll re-phrase that where
> I can change the "user" part...
> 
> errors occured while rotating /var/log/httpd/access
> 
> /tmp/logrotLYBmEB: /user/sbin/webalizer.pl: No such file or directory error
> running postrotate script
> 
> It's calling up user/sbin instead of usr/sbin - now I've had a look through
> nearly every directory on the server looking for a file/conf/script that
> calls this up so that I can change it to the correct directory...but either
> I've missed it or I can't see for looking :>

Well, it's actually logrotate running as cron job, grep /user/ in
/etc/logrotate.d , that's where packages/rpm's add new scripts that need
to handle logs....bet there's a bogus script in there ;)

gsh