RE: [Mailman-Users] check-perms error

2003-06-13 Thread Verma, Nitin (GECP, OTHER, 529706)
cd $prefix chgrp . chmod a+rx,g+ws . ./configure --with-groupname= if not set =mailman -Original Message- From: jiangds [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 9:09 AM To: [EMAIL PROTECTED] Subject: [Mailman-Users] check-perms error Hi list, I got a error when I run

RE: [Mailman-Users] check-perms error

2003-06-13 Thread Verma, Nitin (GECP, OTHER, 529706)
cd $prefix chgrp ts . chmod a+rx,g+ws . Should work! -Original Message- From: jiangds [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 9:09 AM To: [EMAIL PROTECTED] Subject: [Mailman-Users] check-perms error Hi list, I got a error when I run the ./check_perms Traceback (most

[Mailman-Users] check-perms error

2003-06-13 Thread jiangds
Hi list, I got a error when I run the ./check_perms Traceback (most recent call last): File "./check_perms", line51, in ? MAILMAN_GID = grp.getgrnam(MAILMAN_GROUP)[2] KeyError: getgrnam(): name not found How can I deel with it? --

Re: [Mailman-Users] check-perms-error: ImportError: No module named paths

2001-12-05 Thread Jonas Meurer
On Wed, Dec 05, 2001 at 09:15:45PM +0100, Jonas Meurer wrote: > > Everythings like you wrote ;( Ok, sorry. The problem was silly: I didn't run the check_perms-script from $prefix-directory ;) Bye Jonas -- Pinky: "What are we going to do tonight, Brain?" Brain: "The same thing we do every nig

Re: [Mailman-Users] check-perms-error: ImportError: No module named paths

2001-12-05 Thread Jonas Meurer
On Wed, Dec 05, 2001 at 02:01:32PM -0500, Jon Carnes wrote: > Do you have the file: bin/paths.py: > [...] > sys.path.insert(0, prefix) > === > If so, is the prefix setup properly? Are the rights setup properly? > -rw-r--r--1 mailman mailman 1531 Jan 9 2001 paths.py > -rw-r--r--1

Re: [Mailman-Users] check-perms-error: ImportError: No module named paths

2001-12-05 Thread Jon Carnes
r--1 mailman mailman 1531 Jan 9 2001 paths.py -rw-r--r--1 mailman mailman 255 Jan 9 2001 paths.pyc Jon Carnes - Original Message - From: "Jonas Meurer" <[EMAIL PROTECTED]> To: "mailman-users" <[EMAIL PROTECTED]> Sent: Wednesday, D

[Mailman-Users] check-perms-error: ImportError: No module named paths

2001-12-05 Thread Jonas Meurer
Hey ho, I've a strange error in bin/check_perms after ./configurue --with-mail-gid=8 --with-cgi-gid=www-data make install bin/check_perms: Could not import paths! This probably means that you are trying to run check_perms from the source directory. You must run this from the installation direct