Re: [Mailman-Users] a few details

2006-09-11 Thread John W. Baxter
On 9/11/06 10:35 AM, "Brad Knowles" <[EMAIL PROTECTED]> wrote: > At 1:20 PM -0400 2006-09-11, Matt Herzog wrote: > >> Not exactly. I have >> >> MTA = "Postfix" >> >> in mm_cfg.py. Do the spaces matter? > > In this case, I don't think that the spaces will be a problem > (although Python does

Re: [Mailman-Users] a few details

2006-09-11 Thread Brad Knowles
At 1:20 PM -0400 2006-09-11, Matt Herzog wrote: > Not exactly. I have > > MTA = "Postfix" > > in mm_cfg.py. Do the spaces matter? In this case, I don't think that the spaces will be a problem (although Python does normally care a great deal about spacing), but the double versus single quotes

Re: [Mailman-Users] a few details

2006-09-11 Thread Matt Herzog
On Mon, Sep 11, 2006 at 12:31:21PM -0400, Todd Zullinger wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Matt Herzog wrote: > > When I try try to accept an invitation to a group I get this bounce message: > > > > <[EMAIL PROTECTED]>: Command died with status 2: > > "/usr/pkg/lib/

Re: [Mailman-Users] a few details

2006-09-11 Thread Todd Zullinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt Herzog wrote: > When I try try to accept an invitation to a group I get this bounce message: > > <[EMAIL PROTECTED]>: Command died with status 2: > "/usr/pkg/lib/mailman/mail/mailman request mung". Command > output: Group mismatch error.

Re: [Mailman-Users] a few details

2006-09-11 Thread Matt Herzog
On Mon, Sep 11, 2006 at 12:04:31PM +0400, Oleg Dambaev wrote: > > > echo "mailman:*:92:" >> /etc/group > > replace ``92'' with needed groupid I sould preface this by saying it is 99% certain that all my mailman problems are due to NetBSD's pkgsrc being completely fubar, and I mean ALL of pkgs

Re: [Mailman-Users] a few details

2006-09-11 Thread Oleg Dambaev
Matt Herzog wrote: > I'm running mailman-2.1.6 on NetBSD 3.0 Sparc64. > > 1. Mailman is user 1003, group 1003 and all the scripts and binaries in > /usr/pkg/lib/mailman/Mailman are owned by root:mailman except for: > > -rw-r--r-- 1 www mailman 21200 Sep 10 21:02 Defaults.pyc > -rw-r--r-- 1 w

Re: [Mailman-Users] a few details

2006-09-11 Thread Thomas Hochstein
Matt Herzog schrieb: > Traceback (most recent call last): > File "/usr/pkg/lib/mailman/bin/check_perms", line 50, in ? > MAILMAN_GID = grp.getgrnam(MAILMAN_GROUP)[2] > KeyError: 'getgrnam(): name not found: ' Do you *have* a group called "mailman" in your /etc/groups (or whereever)?

[Mailman-Users] a few details

2006-09-10 Thread Matt Herzog
I'm running mailman-2.1.6 on NetBSD 3.0 Sparc64. 1. Mailman is user 1003, group 1003 and all the scripts and binaries in /usr/pkg/lib/mailman/Mailman are owned by root:mailman except for: -rw-r--r-- 1 www mailman 21200 Sep 10 21:02 Defaults.pyc -rw-r--r-- 1 www mailman 1116 Sep 10 21:2