Gentoo Archives: gentoo-server

From: David Tauriainen <djtavria@×××××.edu>
To: "gentoo-server@l.g.o" <gentoo-server@l.g.o>
Subject: Re: [gentoo-server] Cron/Mailman Woes
Date: Wed, 20 Feb 2008 00:30:05
Message-Id: 47BB7478.3020201@iupui.edu
In Reply to: [gentoo-server] Cron/Mailman Woes by Randy Barlow
1 Randy Barlow wrote:
2 > Hi all! So I recently did the mailman upgrade thing, and if you aren't
3 > aware, the mailman files were moved from /usr/local/mailman to
4 > /var/lib/mailman and probably other places too. A real pain to fix. I
5 > have mailman working again, but now I'm getting lots and lots of e-mails
6 > sent to root that say
7 >
8 > Subject:
9 > Cron <mailman@booty> /usr/bin/python -S /usr/local/mailman/cron/gate_news
10 > From:
11 > root@×××××××××××××××××××××××.com (Cron Daemon)
12 > Date:
13 > Tue, 19 Feb 2008 14:55:01 -0500 (EST)
14 > To:
15 > mailman@×××××××××××××××××××××××.com
16 >
17 > /usr/bin/python: can't open file '/usr/local/mailman/cron/gate_news':
18 > [Errno 2] No such file or directory
19 >
20 > Now, /usr/local/mailman doesn't exist anymore, but I can't figure out
21 > what process is trying to execute /usr/bin/python -S
22 > /usr/local/mailman/cron/gate_news. crontab -u mailman -l doesn't show
23 > any such entry, and I don't see it in any of the /etc/cron.* folders.
24 > How can I find out why this command is executed (and frequently so!)?
25 > --
26 > Randy Barlow
27 > http://electronsweatshop.com
28 > --
29 > gentoo-server@l.g.o mailing list
30 >
31 try a "grep -ri gate_news" in
32 /var/spool/cron/
33 and while you're at it, check /etc/crontab too.
34 Cron has one of the most decentralized conf file groups out there...
35 /etc/cron.*, /etc/crontab, /var/spool/cron ... others? probably.
36
37 --
38 gentoo-server@l.g.o mailing list