RE: [Mailman-Users] Bug Help

2005-04-27 Thread John Dennis
On Wed, 2005-04-27 at 11:38 -0400, Loomis, Todd, CTR, DMSO wrote: > No actually I get the following: > > Traceback (innermost last): > File "", line 1, in ? > KeyError: getpwnam(): name not found Since the command "id" can lookup up the mailman password info we know it's defined in the system a

RE: [Mailman-Users] Bug Help

2005-04-27 Thread Loomis, Todd, CTR, DMSO
Todd, CTR, DMSO Cc: mailman-users@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('mail

RE: [Mailman-Users] Bug Help

2005-04-27 Thread John Dennis
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 proble

RE: [Mailman-Users] Bug Help

2005-04-27 Thread Loomis, Todd, CTR, DMSO
Yes I get uid=41(mailman) gid=41(mailman) groups=41(mailman) -Original Message- From: John Dennis [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 10:53 AM To: Loomis, Todd, CTR, DMSO Cc: mailman-users@python.org Subject: Re: [Mailman-Users] Bug Help On Wed, 2005-04-27 at 08

Re: [Mailman-Users] Bug Help

2005-04-27 Thread John Dennis
On Wed, 2005-04-27 at 08:19 -0400, Loomis, Todd, CTR, DMSO wrote: > I getting this error can anyone help? Mailman version 2.0.13 > File "../Mailman/mm_cfg.py", line 50, in ? > MAILMAN_UID = pwd.getpwnam('mailman')[2] > KeyError: getpwnam(): name not found Did you create the user account "mailman"