[Bug 543148] Re: Private Archive Permissions Are Incorrect

2015-04-20 Thread Bryan Richter
This affected me on 14.04, too. Luckily, after running this command, both existing lists and new lists had the right permissions: sudo chgrp -R list /var/lib/mailman/archives/private -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 543148] Re: Private Archive Permissions Are Incorrect

2015-04-20 Thread Bryan Richter
This affected me on 14.04, too. Luckily, after running this command, both existing lists and new lists had the right permissions: sudo chgrp -R list /var/lib/mailman/archives/private -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 543148] Re: Private Archive Permissions Are Incorrect

2015-04-20 Thread Bryan Richter
Heh, after my last command, public archives were no longer available through apache. These *two* command should fix everything up: sudo chgrp -R list /var/lib/mailman/archives/private sudo chown www-data /var/lib/mailman/archives/private The fix, I think, would involve making sure

[Bug 543148] Re: Private Archive Permissions Are Incorrect

2015-04-20 Thread Bryan Richter
Heh, after my last command, public archives were no longer available through apache. These *two* command should fix everything up: sudo chgrp -R list /var/lib/mailman/archives/private sudo chown www-data /var/lib/mailman/archives/private The fix, I think, would involve making sure

[Bug 543148] Re: Private Archive Permissions Are Incorrect

2011-08-02 Thread Tom Browder
I also confirm the bug exists on Ubuntu 10.04 LTS (Lucid Lynx), but I had to do this manually to get access to the archives via the mailman web interface: sudo chmod o+rx /var/lib/mailman/archives/private And that was recommended by an experienced user on the mailman mailing list. Note also

[Bug 543148] Re: Private Archive Permissions Are Incorrect

2011-08-02 Thread Tom Browder
I also confirm the bug exists on Ubuntu 10.04 LTS (Lucid Lynx), but I had to do this manually to get access to the archives via the mailman web interface: sudo chmod o+rx /var/lib/mailman/archives/private And that was recommended by an experienced user on the mailman mailing list. Note also

[Bug 543148] Re: Private Archive Permissions Are Incorrect

2011-04-05 Thread John Edwards
I can also confirm the problem on Ubuntu 10.04, where the archives directories are owned by root and so mailman can not write to them. $ ls -al /var/lib/mailman/archives/ total 16 drwxrwsr-x 4 root list 4096 2011-04-01 16:58 . drwxrwsr-x 8 root list 4096 2011-04-01 16:58 .. drwxrws--- 2

[Bug 543148] Re: Private Archive Permissions Are Incorrect

2011-04-05 Thread John Edwards
I can also confirm the problem on Ubuntu 10.04, where the archives directories are owned by root and so mailman can not write to them. $ ls -al /var/lib/mailman/archives/ total 16 drwxrwsr-x 4 root list 4096 2011-04-01 16:58 . drwxrwsr-x 8 root list 4096 2011-04-01 16:58 .. drwxrws--- 2

[Bug 543148] Re: Private Archive Permissions Are Incorrect

2011-02-03 Thread Attila Lendvai
i have 1:2.1.13-4 on 10.10 $ ll -d /var/lib/mailman/archives/ drwxrwsr-x 4 root list 4096 2010-10-08 16:57 /var/lib/mailman/archives/ but the CGI scripts complaint when it's *not* run with the 'www-data' group?! seems to be the opposite as in the original bug description with version 1:2.1.13-1.

[Bug 543148] Re: Private Archive Permissions Are Incorrect

2011-02-03 Thread Attila Lendvai
ignore my previous confusion about www-data and cgi-scripts: since then i got to know that the scripts are setgid list. but this prints a ton of directories that have the wrong permission after installing the package: $ sudo -u list -g list /usr/lib/mailman/bin/check_perms | less to fix the

[Bug 543148] Re: Private Archive Permissions Are Incorrect

2011-02-03 Thread Attila Lendvai
i have 1:2.1.13-4 on 10.10 $ ll -d /var/lib/mailman/archives/ drwxrwsr-x 4 root list 4096 2010-10-08 16:57 /var/lib/mailman/archives/ but the CGI scripts complaint when it's *not* run with the 'www-data' group?! seems to be the opposite as in the original bug description with version 1:2.1.13-1.

[Bug 543148] Re: Private Archive Permissions Are Incorrect

2011-02-03 Thread Attila Lendvai
ignore my previous confusion about www-data and cgi-scripts: since then i got to know that the scripts are setgid list. but this prints a ton of directories that have the wrong permission after installing the package: $ sudo -u list -g list /usr/lib/mailman/bin/check_perms | less to fix the

[Bug 543148] Re: Private Archive Permissions Are Incorrect

2010-11-09 Thread Ketil Malde
What is the suggested workaround? 'sudo chmod list.list -R /var/lib/mailman/archives' ? ** Changed in: mailman (Ubuntu) Status: Incomplete = Confirmed -- Private Archive Permissions Are Incorrect https://bugs.launchpad.net/bugs/543148 You received this bug notification because you are a

[Bug 543148] Re: Private Archive Permissions Are Incorrect

2010-11-09 Thread Ketil Malde
What is the suggested workaround? 'sudo chmod list.list -R /var/lib/mailman/archives' ? ** Changed in: mailman (Ubuntu) Status: Incomplete = Confirmed -- Private Archive Permissions Are Incorrect https://bugs.launchpad.net/bugs/543148 You received this bug notification because you are a

[Bug 543148] Re: Private Archive Permissions Are Incorrect

2010-03-22 Thread Chuck Short
Are you using suexec? ** Changed in: mailman (Ubuntu) Importance: Undecided = Low ** Changed in: mailman (Ubuntu) Status: New = Incomplete -- Private Archive Permissions Are Incorrect https://bugs.launchpad.net/bugs/543148 You received this bug notification because you are a member

[Bug 543148] Re: Private Archive Permissions Are Incorrect

2010-03-22 Thread Andre Naef
No. It is just the the CGI scripts that have the sgid flag asserted. -- Private Archive Permissions Are Incorrect https://bugs.launchpad.net/bugs/543148 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mailman in ubuntu. --

[Bug 543148] Re: Private Archive Permissions Are Incorrect

2010-03-22 Thread Chuck Short
Are you using suexec? ** Changed in: mailman (Ubuntu) Importance: Undecided = Low ** Changed in: mailman (Ubuntu) Status: New = Incomplete -- Private Archive Permissions Are Incorrect https://bugs.launchpad.net/bugs/543148 You received this bug notification because you are a member

[Bug 543148] Re: Private Archive Permissions Are Incorrect

2010-03-22 Thread Andre Naef
No. It is just the the CGI scripts that have the sgid flag asserted. -- Private Archive Permissions Are Incorrect https://bugs.launchpad.net/bugs/543148 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 543148] Re: Private Archive Permissions Are Incorrect

2010-03-20 Thread Andre Naef
To clarify, Mailman scripts refers to the Mailman CGI scripts. One use of these scripts is to moderate postings which in turn may cause a write into the archive when a posting is accepted. -- Private Archive Permissions Are Incorrect https://bugs.launchpad.net/bugs/543148 You received this bug

[Bug 543148] Re: Private Archive Permissions Are Incorrect

2010-03-20 Thread Andre Naef
To clarify, Mailman scripts refers to the Mailman CGI scripts. One use of these scripts is to moderate postings which in turn may cause a write into the archive when a posting is accepted. -- Private Archive Permissions Are Incorrect https://bugs.launchpad.net/bugs/543148 You received this bug