David Hwang wrote: >Well, I got the cron file to start reading correctly, but now I get a >different error: > >08:00:00 Could not chdir to HOME dir "/var/mailman": No such file or directory >Job /usr/bin/python -S /usr/lib/mailman/cron/checkdbs terminated (exit status: >1) (mailing output) >
This may still be an issue with the cron since before, it was able to find the lists/ directory and in particular /home/mailman/lists/mailman/config.pck > >There is indeed no /var/mailman directory. I think it is looking for >/home/mailman. > >I couldn't find HOME defined anywhere like Defaults.py or mm_cfg.py. > >Is there somewhere else I should be looking to change this variable? Or can I >override whatever the default is in mm_cfg.py? > Check the home directory for the mailman user in the /etc/passwd file. I think the error must be something like that. The Defaults.py variables are PREFIX, EXEC_PREFIX and VAR_PREFIX, but they are set by configure and have to be OK if lists are generally working. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
