Hi there, Most likely your wrapper was not compiled with the right GID. The only solution I ever found to the problem was a complete re-install.
If you check your system log, you will find an error message "sript failed to execute: WANTED GID 12 GOT GID 2", or something similar every minute. You have to find out which group GID 12 refers to. Probably your system by default handels all scripts as user daemon, so you have to configure using ./configure --with-mail-gid=daemon make install The other possibility is that you installed the crontab as the wrong user (possibly root?). Become the user that you have created to be mailman, then $prefix/cron> crontab crontab.in You can check that crontab has installed correctly using the command "crontab -l" while being the user that you want the cron job to run under. Hope that helps! Thorsten On Thursday 20 February 2003 10:35, you wrote: > hello world !!! > my server send this mail to Postfix all minutes and i > search what is this error if you have see this error a > day... explain me what is the procedure to repair this!!! > > > mail 1 : > mailman -> postfix > > Traceback (most recent call last): > File "/var/lib/mailman/cron/gate_news", line 222, in ? > main() > File "/var/lib/mailman/cron/gate_news", line 198, in > main lock.lock(timeout=0.5) > File > "/home/vdanen/tmp/mailman-buildroot/var/lib/mailman/Mailm >an/LockFile.py", line 219, in lock File > "/home/vdanen/tmp/mailman-buildroot/var/lib/mailman/Mailm >an/LockFile.py", line 350, in __write IOError: [Errno 13] > Permission denied: > '/var/lib/mailman/locks/gate_news.lock.www.approche.net.2 >3108' > > mail 2 > mailman -> postfix > > Traceback (most recent call last): > File "/var/lib/mailman/cron/qrunner", line 276, in ? > lock.lock(timeout=0.5) > File > "/home/vdanen/tmp/mailman-buildroot/var/lib/mailman/Mailm >an/LockFile.py", line 219, in lock File > "/home/vdanen/tmp/mailman-buildroot/var/lib/mailman/Mailm >an/LockFile.py", line 350, in __write IOError: [Errno 13] > Permission denied: > '/var/lib/mailman/locks/qrunner.lock.www.approche.net.230 >95' > > thank for your help... > > ------------------------------------------------------ > 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/ > ------------------------------------------------------ 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