Re: [Mailman-Users] mailman cron throwing persistentlockerror(IOError:[Errno 2] No such file or directory...)

2013-03-27 Thread Bob R
On Wed, Mar 27, 2013 at 5:56 PM, Mark Sapiro wrote: > What does > > groups list > > give? what do > > ls -l -d /var > ls -l -d /var/lib > ls -l -d /var/lib/mailman > ls -l -d /var/lib/mailman/locks > > give? $ sudo groups list list : list $ ls -l -d /var; ls -l -d /var/lib; ls -l -d /var/lib/m

Re: [Mailman-Users] mailman cron throwing persistentlockerror(IOError:[Errno 2] No such file or directory...)

2013-03-27 Thread Mark Sapiro
Bob R wrote: > >Possibly because the other errors were reported by cron vie email, and the >above was running the cron sequence by the command line? Not likely as you ran the command from the command line as user 'list' and it runs via cron as user 'list'. What does groups list give? what do

Re: [Mailman-Users] mailman cron throwing persistentlockerror(IOError: [Errno 2] No such file or directory...)

2013-03-27 Thread Bob R
On Wed, Mar 27, 2013 at 5:12 PM, Mark Sapiro wrote: > Bob R wrote: > >I removed the sticky bit on /var/lib/mailman (and /locks) but the command > >still failed: > > > There was no sticky bit on locks/ - it was a SETGID bit and should be > set. > > chgrp list /var/lib/mailman > chmod 2775 /var/lib

Re: [Mailman-Users] mailman cron throwing persistentlockerror(IOError: [Errno 2] No such file or directory...)

2013-03-27 Thread Mark Sapiro
Bob R wrote: > >On Wed, Mar 27, 2013 at 11:29 AM, Mark Sapiro wrote: >> >> That's a bit unusual. >> >> drwxrwxrwt 5 root root 100 Mar 26 07:33 ../ >> >> refers to the /var/lib/mailman/ directory. I would expect it to be >> >> drwxrwsr-x 5 root list 100 Mar 26 07:33 ../ >> >> however, I don't think