[Mailman-Users] Mailman error when sending to test-subscribe

Mike Hanby flakrat at yahoo.com
Tue Aug 9 21:24:47 CEST 2005


Ok, I reinstalled, here are the steps that I followed (btw I'm using
Slackware 10).

As root, I created the mailman user and mailman group.  I have mailman
temporarily set up to allow shell access (so I can install as mailman).

# cd /usr/local
# tar -zxvf ./mailman-2.1.6.tgz
# chgrp -R mailman ./mailman-2.1.6
# chmod -R a+rx,g+ws ./mailman-2.1.6
# ln -s ./mailman-2.1.6 ./mailman
# ls -ld ./mailman*
	lrwxrwxrwx 1 root root 15 2005-08-09 11:51 mailman ->
./mailman-2.1.6/
	drwxrwsrwx 13 joeblow mailman 976 2005-08-09 11:50 mailman-2.1.6/
# su - mailman

% cd /usr/local/mailman
% ./configure --with-mail-gid=nogroup
% make install > ./mailman-install.log 2>&1
	( According to mailman-install.txt you don't need to run make by
itself, and they say to run make install as non root)

I still don't see the ./scripts/subscribe script.

Here's what's in that /usr/local/mailman/scripts
	Makefile
	Makefile.in*
	bounces*
	confirm*
	driver*
	join*
	leave*
	mailman*
	owner*
	paths.py
	paths.pyc
	post*
	request*

Any suggestions?
-----Original Message-----
From: Jim Tittsler [mailto:jwt at OnJapan.net] 
Sent: Monday, August 08, 2005 17:50
To: Mike Hanby
Cc: mailman-users at python.org
Subject: Re: [Mailman-Users] Mailman error when sending to test-subscribe

On Mon, Aug 08, 2005 at 04:31:24PM -0500, Mike Hanby wrote:
> to=<test-subscribe at mydomain.com>, relay=local, delay=1, status=bounced
> (Command died with status 2: "/usr/local/mailman/mail/mailman subscribe
> test". Command output: /usr/bin/python: can't open file
> '/usr/local/mailman/scripts/subscribe' )
>
>       I looked in /usr/local/mailman/scripts and sure enough that script
> isn't there!

It should be.  :-)

> MY CONFIGURATION:
> 
> I installed from source using the configure command:
> 
>       ./configure --with-mail-gid=nogroup

And then did 'make', and then as root 'make install'?

It looks like your installation isn't complete or the
/usr/local/mailman/scripts/subscribe file would exist.

-- 
Jim Tittsler     http://www.OnJapan.net/      GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/crew/jwt/
Mailman IRC      irc://irc.freenode.net/#mailman




More information about the Mailman-Users mailing list