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]""