I am getting some weird log messages, weird because I can't figure out where
the bad commands are coming from.

These are both from Cron Daemon

log 1 -
Cron <list@fish> /usr/local/bin/python2.2 -S
/usr/local/mailman/cron/clear-requests test
/bin/sh: line 1: /usr/local/bin/python2.2: No such file or directory

log2
Cron <mailman@fish> /usr/local/bin/python2.2 -S
/usr/local/mailman/cron/clear-requests test
/bin/sh: line 1: /usr/local/bin/python2.2: No such file or directory

Now, I know that the problem is that a file is looking for
/usr/local/bin/python2.2, which indeed does not exist on my system, but what
cron job is calling for this. I checked all the files in
/usr/lib/mailman/cron/ and there is nothing calling for python2.2. I also
recognize that I will have to amend the call from /usr/local/mailman.. to
/usr/lib/mailman.. but I can't do that until I know which script is being
used here.

Bob Lydiate
[EMAIL PROTECTED]

"Nyasaye Ogwedhi"


------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to