When firing the qrunner command that's in cron from shell, it appears to goe fine. When invking it with the -v option, ie.:
/usr/bin/python/ -S -v /home/mailman/cron/qrunner,
I get the following in /home/mailman/logs/errors:
Sep 20 11:23:11 2001 qrunner(26106): # clear __builtin__._
Sep 20 11:23:11 2001 qrunner(26106): # clear sys.path
Sep 20 11:23:11 2001 qrunner(26106): # clear sys.argv
Sep 20 11:23:11 2001 qrunner(26106): # clear sys.ps1
Sep 20 11:23:11 2001 qrunner(26106): # clear sys.ps2
Sep 20 11:23:11 2001 qrunner(26106): # clear sys.exitfunc
Sep 20 11:23:11 2001 qrunner(26106): # clear sys.exc_type
Sep 20 11:23:11 2001 qrunner(26106): # clear sys.exc_value
Sep 20 11:23:11 2001 qrunner(26106): # clear sys.exc_traceback
Sep 20 11:23:11 2001 qrunner(26106): # clear sys.last_type
Sep 20 11:23:11 2001 qrunner(26106): # clear sys.last_value
Sep 20 11:23:11 2001 qrunner(26106): # clear sys.last_traceback
Sep 20 11:23:11 2001 qrunner(26106): # restore sys.stdin
Sep 20 11:23:11 2001 qrunner(26106): # restore sys.stdout
Sep 20 11:23:11 2001 qrunner(26106): # restore sys.stderr
I get nothing in syslog, maillog, or mailq.
I have been adding test users from the command line with the -w y arg in addition to through the web interface. I have been trying to follow what actually happens in the add_members code, but not knowing python, I've been getting a little lost in the code. And I'm not sure if the above messages are significant or just from the verbose switch...
J C Lawrence wrote:
On Wed, 19 Sep 2001 15:30:56 -0400
Mark T Valites <[EMAIL PROTECTED]> wrote:Cronjobs all appear to be running. I've run them all from command
line with success too. Is there/ which of the cronjobs sends
welcomes & which sends a message that approval is needed?
qrunner.