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 th
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 rec
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
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
Do you have the file: bin/paths.py:
===
# This file becomes paths.py which is installed in may directories. By
# importing this module, sys.path gets `hacked' so that the $prefix/Mailman
# directory is inserted at the start of that list. That directory really
# contains the Mailman modules in p