Re: (root) AUTH (crontab command not allowed)

2007-04-26 Thread Franck Joncourt
On Wed, Apr 25, 2007 at 01:35:36AM +0200, Kay Smarczewski wrote: > On Sun, Apr 15, 2007 at 11:06:41AM +0200, Franck Joncourt wrote: > > On Sat, Apr 14, 2007 at 10:41:16AM +0200, Kay Smarczewski wrote: > > > On Fri, Apr 13, 2007 at 07:02:09PM +0200, Franck Joncourt wrote: > > > > > > > > According

Re: (root) AUTH (crontab command not allowed)

2007-04-26 Thread Kay Smarczewski
On Sun, Apr 15, 2007 at 11:06:41AM +0200, Franck Joncourt wrote: > On Sat, Apr 14, 2007 at 10:41:16AM +0200, Kay Smarczewski wrote: > > On Fri, Apr 13, 2007 at 07:02:09PM +0200, Franck Joncourt wrote: > > > > > > According to the manpage, root overrides the rights you put in both > > > /etc/cron.a

Re: (root) AUTH (crontab command not allowed)

2007-04-15 Thread Franck Joncourt
On Sat, Apr 14, 2007 at 10:41:16AM +0200, Kay Smarczewski wrote: > On Fri, Apr 13, 2007 at 07:02:09PM +0200, Franck Joncourt wrote: > > > > According to the manpage, root overrides the rights you put in both > > /etc/cron.allow and /etc/cron.deny. > > > > So, have you tried just to remove root fr

Re: (root) AUTH (crontab command not allowed)

2007-04-14 Thread Kay Smarczewski
On Fri, Apr 13, 2007 at 07:02:09PM +0200, Franck Joncourt wrote: > On Fri, Apr 13, 2007 at 10:55:52AM +0200, Kay Smarczewski wrote: > > On Tue, Apr 10, 2007 at 09:30:38PM +0200, Kay Smarczewski wrote: > > > On Tue, Apr 10, 2007 at 05:08:52PM +0300, Andrei Popescu wrote: > > > > Kay Smarczewski <[EM

Re: (root) AUTH (crontab command not allowed)

2007-04-13 Thread Franck Joncourt
On Fri, Apr 13, 2007 at 10:55:52AM +0200, Kay Smarczewski wrote: > On Tue, Apr 10, 2007 at 09:30:38PM +0200, Kay Smarczewski wrote: > > On Tue, Apr 10, 2007 at 05:08:52PM +0300, Andrei Popescu wrote: > > > Kay Smarczewski <[EMAIL PROTECTED]> wrote: > > > > > > > > Me too, and it works fine. I do n

Re: (root) AUTH (crontab command not allowed)

2007-04-13 Thread Kay Smarczewski
On Tue, Apr 10, 2007 at 09:30:38PM +0200, Kay Smarczewski wrote: > On Tue, Apr 10, 2007 at 05:08:52PM +0300, Andrei Popescu wrote: > > Kay Smarczewski <[EMAIL PROTECTED]> wrote: > > > > > > Me too, and it works fine. I do not edit /etc/crontab, but prefer > > > > adding files to the cron directori

Re: (root) AUTH (crontab command not allowed)

2007-04-10 Thread Kay Smarczewski
On Tue, Apr 10, 2007 at 05:08:52PM +0300, Andrei Popescu wrote: > Kay Smarczewski <[EMAIL PROTECTED]> wrote: > > > > Me too, and it works fine. I do not edit /etc/crontab, but prefer > > > adding files to the cron directories. > > > (/etc/cron.d, /etc/cron.hourly ...) > > Checksecurity also instal

Re: (root) AUTH (crontab command not allowed)

2007-04-10 Thread Andrei Popescu
Kay Smarczewski <[EMAIL PROTECTED]> wrote: > > Me too, and it works fine. I do not edit /etc/crontab, but prefer > > adding files to the cron directories. > > (/etc/cron.d, /etc/cron.hourly ...) > Checksecurity also installed itself this way. But I wonder why all > cron jobs work fine but this doe

Re: (root) AUTH (crontab command not allowed)

2007-04-10 Thread Kay Smarczewski
On Tue, Apr 10, 2007 at 12:46:35AM +0200, Franck Joncourt wrote: > On Tue, Apr 10, 2007 at 12:29:07AM +0200, Kay Smarczewski wrote: > > I get always the error message > > > (root) AUTH (crontab command not allowed) > > in my logs. I interpret this that root is not allowed

Re: (root) AUTH (crontab command not allowed)

2007-04-09 Thread Franck Joncourt
On Tue, Apr 10, 2007 at 12:29:07AM +0200, Kay Smarczewski wrote: > Hello, Hi, > I get always the error message > > (root) AUTH (crontab command not allowed) > in my logs. I interpret this that root is not allowed to run crontab. > But my cron.allow contains the root user: >

(root) AUTH (crontab command not allowed)

2007-04-09 Thread Kay Smarczewski
Hello, I get always the error message > (root) AUTH (crontab command not allowed) in my logs. I interpret this that root is not allowed to run crontab. But my cron.allow contains the root user: > cat /etc/cron.allow > root So root should be allowed to run crontab, shouldn't it? The