Hallo Matthias!
> > Weg von Cron, hin zum Dämon. Das ist eine der grundlegenden Änderungen in
> > Version 2.1.
>
>Soll das dann auch heissen, ich kann alle Croneinträge löschen?
In UPGRADING heißt es dazu:
In Mailman 2.1, the qrunner subsystem has been completely
rewritten. You no longer start qrunner from cron! Instead, there
is a bin/mailmanctl script which is used to start, stop, and
restart mail delivery. This script is appropriate to use as a
Unix init script. Be sure to update your crontab with the new
cron/crontab.in file.
Diese grundlegende Änderung sollte der Port bereits für Dich erledigt haben.
Du müßtest nun also sechs Crontab-Einträge für Mailman finden:
0 8 * * * /usr/local/bin/python2.2 -S /usr/local/mailman/cron/checkdbs.
0 9 * * * /usr/local/bin/python2.2 -S /usr/local/mailman/cron/disabled
0 12 * * * /usr/local/bin/python2.2 -S /usr/local/mailman/cron/senddigests
0 5 1 * * /usr/local/bin/python2.2 -S /usr/local/mailman/cron/mailpasswds
0,5,10,15,20,25,30,35,40,45,50,55 * * * * /usr/local/bin/python2.2 -S
/usr/local/mailman/cron/gate_news
27 3 * * * /usr/local/bin/python2.2 -S /usr/local/mailman/cron/nightly_gzip
Wenn die und keine weiteren vorhanden sind, dann stimmt alles.
Regards
Jan
-- Microsoft has argued that open source is bad for business, but you have to ask, "Whose business? Theirs, or yours?" Tim O'Reilly To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Sat 18 Jan 2003 - 22:54:09 CET