Re: [Mailman-Users] Permission Denied Error after List Migration

2014-08-14 Thread Sascha Rissel
Mark, many thanks for your detailed explanation! After Stephen's hint to use check_perms, I performed the migration on a second list, and it went through fine. :-) Kind regards, Sascha. 2014-08-09 2:56 GMT+02:00 Mark Sapiro : > On 08/06/2014 01:39 PM, Sascha Rissel wrote: > > Thanks, in fact I

Re: [Mailman-Users] Permission Denied Error after List Migration

2014-08-08 Thread Mark Sapiro
On 08/06/2014 01:39 PM, Sascha Rissel wrote: > Thanks, in fact I didn't think of that! > > Meanwhile I created the list on the target server anew, using "newlist" > command. > Afterwards I exported members and config from the old server and imported > it into the new server's list: >> list_members

Re: [Mailman-Users] Permission Denied Error after List Migration

2014-08-07 Thread Sascha Rissel
Many thanks, Stephen! 2014-08-07 8:43 GMT+02:00 Stephen J. Turnbull : > Sascha Rissel writes: > > > Thanks, in fact I didn't think of that! > > > > Meanwhile I created the list on the target server anew, using "newlist" > > command. > > Afterwards I exported members and config from the old

Re: [Mailman-Users] Permission Denied Error after List Migration

2014-08-06 Thread Stephen J. Turnbull
Sascha Rissel writes: > Thanks, in fact I didn't think of that! > > Meanwhile I created the list on the target server anew, using "newlist" > command. > Afterwards I exported members and config from the old server and imported > it into the new server's list: > > list_members -o regular.ls

Re: [Mailman-Users] Permission Denied Error after List Migration

2014-08-06 Thread Sascha Rissel
Thanks, in fact I didn't think of that! Meanwhile I created the list on the target server anew, using "newlist" command. Afterwards I exported members and config from the old server and imported it into the new server's list: > list_members -o regular.lst -r > list_members -o digest.lst -d > con

[Mailman-Users] Permission Denied Error after List Migration

2014-08-05 Thread Stephen J. Turnbull
Sascha Rissel writes: > (N.B: All file permissions are set according to my previous server's, but I > also tried: "chown -R list.list /var/lib/mailman/lists/"" Try running the bin/check_perms script (or maybe it's checkperms). The wrapper scripts may have a different idea from you about file ow

[Mailman-Users] Permission Denied Error after List Migration

2014-08-05 Thread Sascha Rissel
Hello, I just tried migrating a list from an old to a new server. Basically I copied /var/lib/mailman/lists/ and copied the private archive as well. Afterwards I - regenerated the archives using "/var/lib/mailman/bin/arch [listname]" and - fixed the urls with ""withlist -l -r fix_url [listname]""

Re: [Mailman-Users] permission denied error

2009-07-24 Thread Mark Sapiro
LuKreme wrote: >On 23-Jul-2009, at 22:12, Mark Sapiro wrote: >> >> My 23-Jul-2009, at 16:58 (-0600) post (and this one too) was sent to >> the list only. The post archived at the above link was addressed to >> you and to the list. The copy to you was accepted by your MX >> (mail.covisp.net). Perha

Re: [Mailman-Users] permission denied error

2009-07-23 Thread LuKreme
On 23-Jul-2009, at 22:12, Mark Sapiro wrote: LuKreme wrote: On 23-Jul-2009, at 16:58, Mark Sapiro wrote: LuKreme wrote: No one has any solutions? See my reply at and provide the information I ask for, and we might be

Re: [Mailman-Users] permission denied error

2009-07-23 Thread Mark Sapiro
LuKreme wrote: >On 23-Jul-2009, at 16:58, Mark Sapiro wrote: >> LuKreme wrote: >>> >>> No one has any solutions? >> >> See my reply at >> >> and provide the information I ask for, and we might be able to help. > >Sorry, I neve

Re: [Mailman-Users] permission denied error

2009-07-23 Thread LuKreme
On 23-Jul-2009, at 16:58, Mark Sapiro wrote: LuKreme wrote: No one has any solutions? See my reply at and provide the information I ask for, and we might be able to help. Sorry, I never saw that post, it's not in my mai

Re: [Mailman-Users] permission denied error

2009-07-23 Thread Mark Sapiro
LuKreme wrote: > >No one has any solutions? See my reply at and provide the information I ask for, and we might be able to help. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabett

Re: [Mailman-Users] permission denied error

2009-07-23 Thread LuKreme
On Jul 22, 2009, at 8:02, LuKreme wrote: IOError: [Errno 13] Permission denied: '/usr/local/mailman/lists/ mailman/config.pck' all the config.pck files have the same permissions though: 10 -rw-rw 1 mailman mailman 8556 Jul 21 12:00 list1/config.pck 8 -rw-rw 1 mailman mailman 78

Re: [Mailman-Users] permission denied error

2009-07-22 Thread Mark Sapiro
LuKreme wrote: >IOError: [Errno 13] Permission denied: '/usr/local/mailman/lists/ >mailman/config.pck' > >all the config.pck files have the same permissions though: What process encountered this error? If there was a traceback, what was it? Were you running a command line script as a non-root u

[Mailman-Users] permission denied error

2009-07-22 Thread LuKreme
IOError: [Errno 13] Permission denied: '/usr/local/mailman/lists/ mailman/config.pck' all the config.pck files have the same permissions though: 10 -rw-rw 1 mailman mailman 8556 Jul 21 12:00 list1/config.pck 8 -rw-rw 1 mailman mailman 7825 Mar 11 12:00 list1/ config.pck.corrupt

Re: [Mailman-Users] permission denied error on sending mails to mailinglist

2006-01-04 Thread Mark Sapiro
dylan lim wrote: > >Mayb this will make it clearer. Postfix is installed using yum install >postfix. >While mailman is compiled from source with the following options: > >./configure --with-mail-gid=postfix --with-cgi-gid=apache The --with-mail-gid=postfix doesn't come into play yet, because you

Re: [Mailman-Users] permission denied error on sending mails to mailinglist

2006-01-04 Thread dylan lim
Mayb this will make it clearer. Postfix is installed using yum install postfix. While mailman is compiled from source with the following options: ./configure --with-mail-gid=postfix --with-cgi-gid=apache However, I keep encountering errors where postfix is unable to execute the wrapper for /usr/l

Re: [Mailman-Users] permission denied error on sending mails to mailinglist

2006-01-03 Thread Mark Sapiro
dylan lim wrote: > >This is what I have done: > >I cd into my /usr/local/mailman directory. >Did a > >chown mailman.mailman scripts >chown mailman.mailman /usr/local/mailman/mail/mailman >chmod 2755 scripts Actually, the scripts directory should be 2775. The wrappers that should be 2755 are /usr/

Re: [Mailman-Users] permission denied error on sending mails to mailinglist

2006-01-03 Thread dylan lim
This is what I have done: I cd into my /usr/local/mailman directory. Did a chown mailman.mailman scripts chown mailman.mailman /usr/local/mailman/mail/mailman chmod 2755 scripts chmod 2755 /usr/local/mailman/mail/mailman But I still got the same error. On 1/4/06, Mark Sapiro <[EMAIL PROTECTED]>

Re: [Mailman-Users] permission denied error on sending mails to mailinglist

2006-01-03 Thread Mark Sapiro
dylan lim wrote: > >I have set up Postfix+Mailman+htdig on a box and upon sending mails to the >mailing list I have encountered an error of > >fatal: execvp /usr/local/mailman/mail/mailman: Permission denied > >in my maillog. On my email client, I received a notification that >/usr/local/mailman/ma

[Mailman-Users] permission denied error on sending mails to mailing list

2006-01-03 Thread dylan lim
Hi all, I have set up Postfix+Mailman+htdig on a box and upon sending mails to the mailing list I have encountered an error of fatal: execvp /usr/local/mailman/mail/mailman: Permission denied in my maillog. On my email client, I received a notification that /usr/local/mailman/mail/mailman post h