Re: webdruid and cron.daily error: Permission denied

2011-10-07 Thread Raf Czlonka
On Thu, Oct 06, 2011 at 03:30:33PM BST, Csanyi Pal wrote: ${WEBDRUID_BIN} -Q -n ${HOSTNAME} -o ${REPORT_ROOT}${NAME} ${LOG_DIR}/${NAME}/access.log.1 Initially I thought that your mailer broke the line but after installing webdruid I noticed that you simply copied it from an example

webdruid and cron.daily error: Permission denied

2011-10-06 Thread Csanyi Pal
Hi, I'm trying to use webdruid on my apache2 server. I'm being following the gerasiov.txt in /usr/share/doc/webdruid/examples and have /etc/cron.daily/webdruid file: file #!/bin/sh # /etc/cron.daily/webdruid: webdruid daily maintenance script WEBDRUID_BIN=/usr/bin/webdruid

Re: webdruid and cron.daily error: Permission denied

2011-10-06 Thread Raf Czlonka
On Thu, Oct 06, 2011 at 03:30:33PM BST, Csanyi Pal wrote: When I run /etc/cron.daily/webdruid I get error message: /etc/cron.daily# ./webdruid ./webdruid: 19: /var/log/apache2/csplbubba/access.log.1: Permission denied How can I solve this problem? Who are you running the script as? --

Re: webdruid and cron.daily error: Permission denied

2011-10-06 Thread Csanyi Pal
Raf Czlonka r...@linuxstuff.pl writes: On Thu, Oct 06, 2011 at 03:30:33PM BST, Csanyi Pal wrote: When I run /etc/cron.daily/webdruid I get error message: /etc/cron.daily# ./webdruid ./webdruid: 19: /var/log/apache2/csplbubba/access.log.1: Permission denied How can I solve this problem?

Re: webdruid and cron.daily error: Permission denied

2011-10-06 Thread Raf Czlonka
On Thu, Oct 06, 2011 at 08:18:52PM BST, Csanyi Pal wrote: Raf Czlonka r...@linuxstuff.pl writes: Who are you running the script as? I'm running the script as root. What about the permissions of the folders themselves, you only sent file permissions? -- Raf -- To UNSUBSCRIBE, email to

Re: webdruid and cron.daily error: Permission denied

2011-10-06 Thread Csanyi Pal
Raf Czlonka r...@linuxstuff.pl writes: On Thu, Oct 06, 2011 at 08:18:52PM BST, Csanyi Pal wrote: Raf Czlonka r...@linuxstuff.pl writes: Who are you running the script as? I'm running the script as root. What about the permissions of the folders themselves, you only sent file