Re: [Mailman-Users] Debugging question

2009-04-02 Thread Whit Blauvelt
On Wed, Apr 01, 2009 at 07:54:33AM -0700, Mark Sapiro wrote: > See . Thanks Mark. I hadn't found that page. That was plenty to fix it. I'd looked at the wiki without finding that. Maybe it's because the "Site Administrator Tasks" page it's linked from is an unordere

[Mailman-Users] Debugging question

2009-03-31 Thread Whit Blauvelt
Okay, after an old Gentoo server died that was running mailman happily for years with sendmail, I rebuilt things on Ubuntu using a stock postfix with a custom-compiled mailman. The web interface all looks fine - the lists and their users are there - and the aliases are in place. But mail coming in

Re: [Mailman-Users] Gentoo, mailman and the "module named paths"

2003-07-28 Thread Whit Blauvelt
On Mon, Jul 28, 2003 at 08:34:32PM +0100, Richard Barrett wrote: > > > Where do you run mailmanctl from? Have I missed something on setting a > >system variable in the INSTALL instructions, that would enable it to work > >from /etc/init.d as advertised with mailman not installed in the default > >

Re: [Mailman-Users] Gentoo, mailman and the "module named paths"

2003-07-28 Thread Whit Blauvelt
Thanks Bruce. I see that mailmanctl doesn't throw those errors if I start it from /web/mailman/bin rather than /etc/init.d. (However, I still have a "Site list is missing: mailman" error to sleuth out.) Where do you run mailmanctl from? Have I missed something on setting a system variable in the I

Re: [Mailman-Users] Gentoo, mailman and the "module named paths"

2003-07-28 Thread Whit Blauvelt
If I just comment out that paths line in mailmanctl, then it balks on the next line with "No module named Mailman". Same if I move the paths.py* files from bin to Mailman and have the paths line be "from Mailman import paths". Could my installing mailman in /web/mailman rather than /usr/local/mai

Re: [Mailman-Users] Gentoo, mailman and the "module named paths"

2003-07-28 Thread Whit Blauvelt
I see that mailman/bin has a paths.py and paths.pyc that are set to 644 rather than 755 like everything else in bin. Changing them to 755 doesn't solve my mailmanctl error problem. But were they installed with the right perms? check_perms doesn't care about these files either way. Whit --

[Mailman-Users] Gentoo, mailman and the "module named paths"

2003-07-28 Thread Whit Blauvelt
Hi, I've done a manual install of mailman on a system running the current Gentoo. "mailmanctl start" gives the dreaded "No module named paths" error. I've seen the README.linux attribution of this problem to not having installed Python from tar - but Gentoo's portage system is Python-based, and i