This program is driving me crazy. I have installed it twice, once on Slackware 7.0 and the second on 8.0. Here is what I am getting over and over:
Traceback (most recent call last): File "/home/mailman/cron/qrunner", line 275, in ? lock.lock(timeout=0.5) File "/home/mailman/Mailman/LockFile.py", line 219, in lock self.__write() File "/home/mailman/Mailman/LockFile.py", line 350, in __write fp = open(self.__tmpfname, 'w') IOError: [Errno 13] Permission denied: '/home/mailman/locks/qrunner.lock.office.10296'
I also get this message when I try to send the test list a message:
----- The following addresses had permanent fatal errors ----- "|/home/mailman/mail/wrapper mailcmd test" (reason: 2) (expanded from: <test-request@office.nvrams.org>)
----- Transcript of session follows ----- Failure to exec script. WANTED gid 12, GOT gid 2. (Reconfigure to take 2?) 554 5.3.0 "|/home/mailman/mail/wrapper mailcmd test"... unknown mailer error 2
I thnk it may have something to do with the smrsh in Sendmail which I can not find in Slakeware 8.0. Also the URL given in the message sent out does not work, can not be found. Pretty much nothing is working. Could use a lot of help.
Glen
"T. Glen Haggard" wrote:
This program is driving me crazy. I have installed it twice, once on Slackware 7.0 and the second on 8.0. Here is what I am getting over and over:
Looks like you have two different things going on here...
IOError: [Errno 13] Permission denied: '/home/mailman/locks/qrunner.lock.office.10296'
This means mailman doesn't have permissions to write in that directory. Are
you sure /home/mailman (and everything under that) is actually owned by mailman, and that the crontab running is also owned by mailman?
----- Transcript of session follows ----- Failure to exec script. WANTED gid 12, GOT gid 2. (Reconfigure to take 2?) 554 5.3.0 "|/home/mailman/mail/wrapper mailcmd test"... unknown mailer error 2
This means your mailman is configured to run with GID 12, however your
system seems to be feeding stuff to sendmail with GID 2 - you need to reconfigure mailman to accept GID 2.
-- H | "Life is the art of drawing without an eraser." - John Gardner +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:ashley@pcraft.com> . 303.442.6410 x130 Director of Internet Operations / SysAdmin . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave, #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A.
participants (2)
-
Ashley M. Kirchner
-
T. Glen Haggard