public inbox for gentoo-server@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-server] Cron/Mailman Woes
@ 2008-02-19 23:56 Randy Barlow
  2008-02-20  0:29 ` David Tauriainen
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Barlow @ 2008-02-19 23:56 UTC (permalink / raw
  To: gentoo-server

Hi all!  So I recently did the mailman upgrade thing, and if you aren't 
aware, the mailman files were moved from /usr/local/mailman to 
/var/lib/mailman and probably other places too.  A real pain to fix.  I 
have mailman working again, but now I'm getting lots and lots of e-mails 
sent to root that say

Subject:
Cron <mailman@booty> /usr/bin/python -S /usr/local/mailman/cron/gate_news
From:
root@booty.electronsweatshop.com (Cron Daemon)
Date:
Tue, 19 Feb 2008 14:55:01 -0500 (EST)
To:
mailman@booty.electronsweatshop.com

/usr/bin/python: can't open file '/usr/local/mailman/cron/gate_news': 
[Errno 2] No such file or directory

Now, /usr/local/mailman doesn't exist anymore, but I can't figure out 
what process is trying to execute /usr/bin/python -S 
/usr/local/mailman/cron/gate_news.  crontab -u mailman -l doesn't show 
any such entry, and I don't see it in any of the /etc/cron.* folders. 
How can I find out why this command is executed (and frequently so!)?
-- 
Randy Barlow
http://electronsweatshop.com
-- 
gentoo-server@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-server] Cron/Mailman Woes
  2008-02-19 23:56 [gentoo-server] Cron/Mailman Woes Randy Barlow
@ 2008-02-20  0:29 ` David Tauriainen
  0 siblings, 0 replies; 2+ messages in thread
From: David Tauriainen @ 2008-02-20  0:29 UTC (permalink / raw
  To: gentoo-server@lists.gentoo.org

Randy Barlow wrote:
> Hi all!  So I recently did the mailman upgrade thing, and if you aren't
> aware, the mailman files were moved from /usr/local/mailman to
> /var/lib/mailman and probably other places too.  A real pain to fix.  I
> have mailman working again, but now I'm getting lots and lots of e-mails
> sent to root that say
> 
> Subject:
> Cron <mailman@booty> /usr/bin/python -S /usr/local/mailman/cron/gate_news
> From:
> root@booty.electronsweatshop.com (Cron Daemon)
> Date:
> Tue, 19 Feb 2008 14:55:01 -0500 (EST)
> To:
> mailman@booty.electronsweatshop.com
> 
> /usr/bin/python: can't open file '/usr/local/mailman/cron/gate_news':
> [Errno 2] No such file or directory
> 
> Now, /usr/local/mailman doesn't exist anymore, but I can't figure out
> what process is trying to execute /usr/bin/python -S
> /usr/local/mailman/cron/gate_news.  crontab -u mailman -l doesn't show
> any such entry, and I don't see it in any of the /etc/cron.* folders.
> How can I find out why this command is executed (and frequently so!)?
> --
> Randy Barlow
> http://electronsweatshop.com
> --
> gentoo-server@lists.gentoo.org mailing list
> 
try a "grep -ri gate_news" in
/var/spool/cron/
and while you're at it, check /etc/crontab too.
Cron has one of the most decentralized conf file groups out there...
/etc/cron.*, /etc/crontab, /var/spool/cron ... others?  probably.

-- 
gentoo-server@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-20  0:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-19 23:56 [gentoo-server] Cron/Mailman Woes Randy Barlow
2008-02-20  0:29 ` David Tauriainen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox