Gentoo Archives: gentoo-user

From: "Thomas T. Veldhouse" <veldy@×××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] CRON (Vixie) not working for local users ...
Date: Fri, 24 Mar 2006 19:52:53
Message-Id: 44244B94.2070507@veldy.net
In Reply to: Re: [gentoo-user] CRON (Vixie) not working for local users ... by Renat Golubchyk
1 Renat Golubchyk wrote:
2 > http://www.gentoo.org/doc/en/cron-guide.xml
3 >
4 >
5 BTW ... following this document explicity ... it is still not working.
6
7 $ ps ax | grep cron
8 3469 ? Ss 0:00 /usr/sbin/cron
9 3515 pts/0 S+ 0:00 grep cron
10
11 $ ls -ld /etc/cron*
12 -rw-r--r-- 1 root root 12 Mar 24 13:35 /etc/cron.allow
13 drwxr-xr-x 2 root root 4096 Mar 15 15:11 /etc/cron.d
14 drwxr-xr-x 2 root root 4096 Mar 23 08:53 /etc/cron.daily
15 -rw-r--r-- 1 root root 220 Mar 18 20:48 /etc/cron.deny
16 drwxr-xr-x 2 root root 4096 Feb 13 18:03 /etc/cron.hourly
17 drwxr-xr-x 2 root root 4096 Feb 13 18:03 /etc/cron.monthly
18 drwxr-xr-x 2 root root 4096 Mar 19 10:41 /etc/cron.weekly
19 -rw-r--r-- 1 root root 616 Mar 19 10:43 /etc/crontab
20
21 $ cat /etc/cron.allow
22 myuser
23
24 $ cat /etc/cron.deny
25 # $Id: vixie-cron-4.1-cron.deny,v 1.1 2005/03/04 23:59:48 ciaranm Exp $
26 # If for any reason you have users in the 'cron' group who should not
27 # be allowed to run crontab, add them to this file (one username per
28 # line)
29
30 $ cat /etc/group | grep cron
31 cron:x:16:myuser
32
33 --
34 gentoo-user@g.o mailing list