Gentoo Archives: gentoo-user

From: Korthrun <korthrun@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Vixie-Cron Issues
Date: Mon, 06 Dec 2004 23:01:10
Message-Id: 7d20977a041206145863c1c51b@mail.gmail.com
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Heyyas,
5
6 I have been getting these errors with the latest vixie-cron, and
7 have noticed similar things in the past with
8 other cron daemons, and other systems. This is the first time I've
9 seen it with vixie cron.
10
11 I have been getting mails with subject/content like this:
12
13 Subject: Cron <root@penis> est -x /usr/sbin/run-crons && /usr/sbin/run-crons
14 /bin/bash: line 1: est: command not found
15
16 Subject: Cron <root@penis> m -f /var/spool/cron/lastrun/cron.hourly
17 /bin/bash: line 1: m: command not found
18
19 The cronjobs causeing this, I assume are:
20 */10 * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons
21 0 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
22 Respectivly.
23
24 So it looks like cron is accepting 'root' as the username to run
25 the command as, is doing SOMETHING with the
26 first letter of each command, and running the rest as something
27 seperate. Does vixie-cron not accept that
28 username-before-command syntax? I noticed that I couldn't find
29 anything mentioning it in `man crontab` or `man 5
30 crontab`. If so, I am assuming this crontab was installed with the
31 stage3 tarball and not vixiecron?
32
33 Anyinsight would be appreciated.
34
35 Thanks much,
36 Korf
37
38 -----BEGIN PGP SIGNATURE-----
39 Version: PGP 8.0.2
40
41 iQEVAwUBQbTkUXneWUOrUwATAQL2nggAm/t6duV9k0t/c5g2OSzVVD9U9Ww5Qrtx
42 mmP5CSJzwvo8oWtYNPVqjton04u2YIGKzojS1BMPUWjdzwz2umvB6oZ9Jwu/SSZ3
43 9DL/quvCweujJpqOFWT0zqmUf8HTFGLIXTN20xLKY41ybtazuBP+1hgQaVoB+/ec
44 gsOlDn/d3YS8dCWeCT7lLnTV5aMOwodMwZGLhIdwF7kr7HWdkkPzvnLvUFx1cGWW
45 URgKTbfUrH3JRrY6SGN9QX5qqTKZIePATmx6vRRFOlX6GnlDTq19cbwdpFPvkfy9
46 1BU+Sx/AueAY78aWN26V3nlNy2eANLW8WEI5pCROpUvObnpQ/67PVQ==
47 =TnGl
48 -----END PGP SIGNATURE-----
49
50 --
51 () The ASCII Ribbon Campaign - against HTML Email,
52 /\ vCards, and proprietary formats.
53
54 --
55 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Vixie-Cron Issues Adrian CAPDEFIER <adriancapdefier@×××××××.ro>
Re: [gentoo-user] Vixie-Cron Issues Bastian Balthazar Bux <BastianBalthazarBux@×××××××××.it>
Re: [gentoo-user] Vixie-Cron Issues Aaron Walker <ka0ttic@g.o>