[Mailman-Users] Bug Help

Loomis, Todd, CTR, DMSO Todd.Loomis.CTR at dmso.mil
Wed Apr 27 17:38:15 CEST 2005


No actually I get the following:

Traceback (innermost last):
  File "<string>", line 1, in ?
KeyError: getpwnam(): name not found

____________________________________
-----Original Message-----
From: John Dennis [mailto:jdennis at redhat.com] 
Sent: Wednesday, April 27, 2005 11:35 AM
To: Loomis, Todd, CTR, DMSO
Cc: mailman-users at python.org
Subject: RE: [Mailman-Users] Bug Help

On Wed, 2005-04-27 at 11:06 -0400, Loomis, Todd, CTR, DMSO wrote:
> Yes I get
> uid=41(mailman) gid=41(mailman) groups=41(mailman)

Then this command:

python -c "import pwd; print pwd.getpwnam('mailman')[2]"

should print 41, if it doesn't then I'm at a loss other than
you might have python problems.

But are you sure the line that is failing is:
pwd.getpwnam('mailman')[2]

and not something that references MAILMAN_USER?

-- 
John Dennis <jdennis at redhat.com>







More information about the Mailman-Users mailing list