Re: [Mailman-Users] Install problem with Mailman 2.1.11

2009-09-24 Thread Mark Sapiro
Donald R Laster Jr wrote:
>
>I am trying to install mailmail 2.1.11 and running into problems.   Log data 
>is listed below. Any idea what might be happening?
>
>  Don
>
>
>
>Slackware 13.0 system
>
>Linux suaxus 2.6.29.6-smp #2 SMP Mon Aug 17 00:52:54 CDT 2009 i686 AMD 
>Athlon(tm) 64 Processor 3500+ AuthenticAMD GNU/Linux
>
>Python 2.6.2


Mailman 2.1.11 is not compatible with Python 2.6. Install 2.1.12.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Users] Install problem with Mailman 2.1.11

2009-09-24 Thread Donald R Laster Jr
Folks,

I am trying to install mailmail 2.1.11 and running into problems.   Log data is 
listed below. Any idea what might be happening?

  Don



Slackware 13.0 system

Linux suaxus 2.6.29.6-smp #2 SMP Mon Aug 17 00:52:54 CDT 2009 i686 AMD 
Athlon(tm) 64 Processor 3500+ AuthenticAMD GNU/Linux

Python 2.6.2

=

This is the script used to configure mailman.

#!/bin/sh
#
 OPTIONS=""
 OPTIONS="${OPTIONS} --prefix=/opt/mailman"
 OPTIONS="${OPTIONS} --exec-prefix=/opt/mailman"
 OPTIONS="${OPTIONS} --with-var-prefix=/etc/mailman"
 OPTIONS="${OPTIONS} --with-python=/usr/bin/python"
 OPTIONS="${OPTIONS} --with-username=mailman"
 OPTIONS="${OPTIONS} --with-groupname=mailman"
#
 ./configure ${OPTIONS}

=

Partial log of the install - the end of output.

Listing /opt/mailman/Mailman/Queue ...
Compiling /opt/mailman/Mailman/Queue/ArchRunner.py ...
Compiling /opt/mailman/Mailman/Queue/BounceRunner.py ...
Compiling /opt/mailman/Mailman/Queue/CommandRunner.py ...
Compiling /opt/mailman/Mailman/Queue/IncomingRunner.py ...
Compiling /opt/mailman/Mailman/Queue/MaildirRunner.py ...
Compiling /opt/mailman/Mailman/Queue/NewsRunner.py ...
Compiling /opt/mailman/Mailman/Queue/OutgoingRunner.py ...
Compiling /opt/mailman/Mailman/Queue/RetryRunner.py ...
Compiling /opt/mailman/Mailman/Queue/Runner.py ...
Compiling /opt/mailman/Mailman/Queue/Switchboard.py ...
Compiling /opt/mailman/Mailman/Queue/VirginRunner.py ...
Compiling /opt/mailman/Mailman/Queue/__init__.py ...
Compiling /opt/mailman/Mailman/Queue/sbcache.py ...
Compiling /opt/mailman/Mailman/SafeDict.py ...
Compiling /opt/mailman/Mailman/SecurityManager.py ...
Compiling /opt/mailman/Mailman/Site.py ...
Compiling /opt/mailman/Mailman/TopicMgr.py ...
Compiling /opt/mailman/Mailman/UserDesc.py ...
Compiling /opt/mailman/Mailman/Utils.py ...
Compiling /opt/mailman/Mailman/Version.py ...
Compiling /opt/mailman/Mailman/__init__.py ...
Compiling /opt/mailman/Mailman/htmlformat.py ...
Compiling /opt/mailman/Mailman/i18n.py ...
Compiling /opt/mailman/Mailman/mm_cfg.py ...
Compiling /opt/mailman/Mailman/versions.py ...
bin/update:37: DeprecationWarning: the md5 module is deprecated; use hashlib 
instead
  import md5
/opt/mailman/Mailman/Utils.py:32: DeprecationWarning: the sha module is 
deprecated; use the hashlib module instead
  import sha
Traceback (most recent call last):
  File "bin/update", line 51, in 
from Mailman import MailList
  File "/opt/mailman/Mailman/MailList.py", line 51, in 
from Mailman.Archiver import Archiver
  File "/opt/mailman/Mailman/Archiver/__init__.py", line 17, in 
from Archiver import *
  File "/opt/mailman/Mailman/Archiver/Archiver.py", line 32, in 
from Mailman import Mailbox
  File "/opt/mailman/Mailman/Mailbox.py", line 21, in 
import mailbox
  File "/usr/lib/python2.6/mailbox.py", line 19, in 
import email.message
ImportError: No module named message
make: *** [update] Error 1

=

python -v  
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# /usr/lib/python2.6/site.pyc matches /usr/lib/python2.6/site.py
import site # precompiled from /usr/lib/python2.6/site.pyc
# /usr/lib/python2.6/os.pyc matches /usr/lib/python2.6/os.py
import os # precompiled from /usr/lib/python2.6/os.pyc
import errno # builtin
import posix # builtin
# /usr/lib/python2.6/posixpath.pyc matches /usr/lib/python2.6/posixpath.py
import posixpath # precompiled from /usr/lib/python2.6/posixpath.pyc
# /usr/lib/python2.6/stat.pyc matches /usr/lib/python2.6/stat.py
import stat # precompiled from /usr/lib/python2.6/stat.pyc
# /usr/lib/python2.6/genericpath.pyc matches /usr/lib/python2.6/genericpath.py
import genericpath # precompiled from /usr/lib/python2.6/genericpath.pyc
# /usr/lib/python2.6/warnings.pyc matches /usr/lib/python2.6/warnings.py
import warnings # precompiled from /usr/lib/python2.6/warnings.pyc
# /usr/lib/python2.6/linecache.pyc matches /usr/lib/python2.6/linecache.py
import linecache # precompiled from /usr/lib/python2.6/linecache.pyc
# /usr/lib/python2.6/types.pyc matches /usr/lib/python2.6/types.py
import types # precompiled from /usr/lib/python2.6/types.pyc
# /usr/lib/python2.6/UserDict.pyc matches /usr/lib/python2.6/UserDict.py
import UserDict # precompiled from /usr/lib/python2.6/UserDict.pyc
# /usr/lib/python2.6/_abcoll.pyc matches /usr/lib/python2.6/_abcoll.py
import _abcoll # precompiled from /usr/lib/python2.6/_abcoll.pyc
# /usr/lib/python2.6/abc.pyc matches /usr/lib/python2.6/abc.py
import abc # precompiled from /usr/lib/python2.6/abc.pyc
# /usr/lib/python2.6/copy_reg.pyc matches /usr/lib/python2.6/copy_reg.py
import copy_reg # precompiled from /usr/lib/python2.6/copy_reg.pyc
import encodings # directory /usr/lib/py

[Mailman-Users] install problem

2003-03-21 Thread Erich Neuwirth
i just installed mailman 2.1.1 on debian manually because i need things 
in different directories, and because debina only is at 2.0.11.
my mailer is the current version of postfix from the debian distribution.
postfix works.

the strage thins is that
setgid_group=postdrop
on main.cf of postfix, but
--with-mail-gid=postdrop does not work.
i had to do
--with-mail-gid=nogroup
(i was told so by a mail with an error message).
mailman has additional problems.

i set up a test list,
and mail to the list gets stuck in
mailman/qfiles/in
it does not get sent from there.

any ideas what might be the reason?
which aspect of the configuration do i have to change?
any hints how i might be up and running soon?



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] install problem

2003-03-06 Thread Todd
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Kimsey Pollard wrote:
> System is Redhat 8
> (I must be overlooking the obvious)
> No errors are reported during configuration
[...]
> - The following addresses had permanent fatal errors -
> "|/usr/local/mailman/mail/mailman post mailman"
> (reason: 8)
> (expanded from: <[EMAIL PROTECTED]>)
> - Transcript of session follows -
> Failure to find group name mailman. Try adding this group
> to your system, or re-run configure, providing an
> existing group name with the command line option --with-mail-gid.
> 554 5.3.0 unknown mailer error 8
> Reporting-MTA: dns; dhcp5.mirc.gatech.edu

Well, the error is telling you it can't find the mailman group.  Normally,
the install complains (and dies, IIRC) if the mailman user and group are not
present.

Try adding the mailman group as the error message suggests.

- -- 
Todd  OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp

The problem with politics isn't the money; it's the power.
-- Harry Browne

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl.

iD8DBQE+Z7sfuv+09NZUB1oRAlLhAKCtC3Jz5yVBu9Epz1C9lBRq43b9dQCgvOjh
PDv3ANzHBbE19d/bOKBwU1o=
=oNiF
-END PGP SIGNATURE-

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] install problem

2003-03-06 Thread Kimsey Pollard
System is Redhat 8
(I must be overlooking the obvious)
No errors are reported during configuration
The apache cgi portion works fine
however an email to a new group gets the
following error message. I have run configure
with the -gid option several times.  I have
an older version of mailman running on a Redhat 6.2
system with no problems.
- The following addresses had permanent fatal errors -
"|/usr/local/mailman/mail/mailman post mailman"
(reason: 8)
(expanded from: <[EMAIL PROTECTED]>)
- Transcript of session follows -
Failure to find group name mailman. Try adding this group
to your system, or re-run configure, providing an
existing group name with the command line option --with-mail-gid.
554 5.3.0 unknown mailer error 8
Reporting-MTA: dns; dhcp5.mirc.gatech.edu
Thanks,

Kimsey

[EMAIL PROTECTED]
Georgia Institute of Technology
791 Atlantic Drive, Atlanta, Georgia 30332
(404) 894-4207
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


RE: [Mailman-Users] install problem python 2.2 on solaris 7

2002-02-26 Thread Sergio Sousa

Try the binary package on www.sunfreeware.com

  Sergio

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Alex Chavez
Sent: segunda-feira, 25 de Fevereiro de 2002 23:17
To: [EMAIL PROTECTED]
Subject: [Mailman-Users] install problem python 2.2 on solaris 7

I'm not able to install Python 2.2 on a solaris 7 os5.7 sparc box. Can 
anyone help? The output and error msg are below:

root@elvis /var $ cd /tmp
root@elvis /tmp $ cd Python-2.2
root@elvis Python-2.2 $ ./configure --with-gcc
loading cache ./config.cache
checking MACHDEP... sunos5
checking for --without-gcc... no
checking for --with-cxx=... no
checking for c++... (cached) c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... yes
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for AIX... no
checking for minix/config.h... (cached) no
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking for --with-suffix...
checking for case-insensitive build directory... no
checking LIBRARY... libpython$(VERSION).a
checking LINKCC... $(PURIFY) $(CC)
checking LDLIBRARY... libpython$(VERSION).a
checking for ranlib... (cached) ranlib
checking for ar... (cached) ar
checking for a BSD compatible install... ./install-sh -c
checking for --with-pydebug... no
checking whether gcc accepts -OPT:Olimit=0... (cached) no
checking whether gcc accepts -Olimit 1500... (cached) no
checking whether pthreads are available without options... (cached) no
checking whether gcc accepts -Kpthread... (cached) no
checking for ANSI C header files... (cached) yes
checking for dlfcn.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for grp.h... (cached) yes
checking for limits.h... (cached) yes
checking for langinfo.h... (cached) yes
checking for locale.h... (cached) yes
checking for ncurses.h... (cached) no
checking for poll.h... (cached) yes
checking for pthread.h... (cached) yes
checking for signal.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for thread.h... (cached) yes
checking for unistd.h... (cached) yes
checking for utime.h... (cached) yes
checking for termios.h... (cached) yes
checking for sys/audioio.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/lock.h... (cached) yes
checking for sys/modem.h... (cached) no
checking for db_185.h... (cached) no
checking for db.h... (cached) no
checking for sys/param.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/times.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/utsname.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for pty.h... (cached) no
checking for term.h... (cached) yes
checking for libutil.h... (cached) no
checking for ndbm.h... (cached) yes
checking for db1/ndbm.h... (cached) no
checking for gdbm/ndbm.h... (cached) no
checking for sys/resource.h... (cached) yes
checking for netpacket/packet.h... (cached) no
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for clock_t in time.h... yes
checking for mode_t... (cached) yes
checking for off_t... (cached) yes
checking for pid_t... (cached) yes
checking return type of signal handlers... (cached) void
checking for size_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of void *... (cached) 4
checking size of char... (cached) 1
checking size of short... (cached) 2
checking size of float... (cached) 4
checking size of double... (cached) 8
checking size of fpos_t... (cached) 8
checking for long long support... yes
checking size of long long... (cached) 8
checking for uintptr_t support... no
checking size of off_t... (cached) 8
checking whether to enable large file support... yes
checking size of time_t... (cached) 4
checking for pthread_t... yes
checking size of pthread_t... (cached) 4
checking for --enable-toolbox-glue... no
checking for --enable-framework... no
checking for dyld... no
checking SO... .so
checking LDSHARED... $(CC) -shared
checking CCSHARED... -fPIC
checking LINKFORSHARED...
checking CFLAGSFORSHARED...
checking for dlopen in -ldl... (cached) yes
checking for shl_load in -ldld... (cached) no
checking for t_open in -lnsl... (cached) yes
checking for socket in -lsocket... (cached) yes
checking for --with-libs... no
checking for -

Re: [Mailman-Users] install problem python 2.2 on solaris 7

2002-02-25 Thread Ashley M. Kirchner

Alex Chavez wrote:

> I'm not able to install Python 2.2 on a solaris 7 os5.7 sparc box. Can
> anyone help? The output and error msg are below:

This is a Python problem, and you've posted to Mailman's user list.  You
might get better luck if you post to [EMAIL PROTECTED], or alternatively,
browse its newsgroup news:comp.lang.python

--
W | I haven't lost my mind; it's backed up on tape somewhere.
  +
  Ashley M. Kirchner    .   303.442.6410 x130
  IT Director / SysAdmin / WebSmith . 800.441.3873 x130
  Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.




--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] install problem python 2.2 on solaris 7

2002-02-25 Thread Alex Chavez

I'm not able to install Python 2.2 on a solaris 7 os5.7 sparc box. Can 
anyone help? The output and error msg are below:

root@elvis /var $ cd /tmp
root@elvis /tmp $ cd Python-2.2
root@elvis Python-2.2 $ ./configure --with-gcc
loading cache ./config.cache
checking MACHDEP... sunos5
checking for --without-gcc... no
checking for --with-cxx=... no
checking for c++... (cached) c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... yes
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for AIX... no
checking for minix/config.h... (cached) no
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking for --with-suffix...
checking for case-insensitive build directory... no
checking LIBRARY... libpython$(VERSION).a
checking LINKCC... $(PURIFY) $(CC)
checking LDLIBRARY... libpython$(VERSION).a
checking for ranlib... (cached) ranlib
checking for ar... (cached) ar
checking for a BSD compatible install... ./install-sh -c
checking for --with-pydebug... no
checking whether gcc accepts -OPT:Olimit=0... (cached) no
checking whether gcc accepts -Olimit 1500... (cached) no
checking whether pthreads are available without options... (cached) no
checking whether gcc accepts -Kpthread... (cached) no
checking for ANSI C header files... (cached) yes
checking for dlfcn.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for grp.h... (cached) yes
checking for limits.h... (cached) yes
checking for langinfo.h... (cached) yes
checking for locale.h... (cached) yes
checking for ncurses.h... (cached) no
checking for poll.h... (cached) yes
checking for pthread.h... (cached) yes
checking for signal.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for thread.h... (cached) yes
checking for unistd.h... (cached) yes
checking for utime.h... (cached) yes
checking for termios.h... (cached) yes
checking for sys/audioio.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/lock.h... (cached) yes
checking for sys/modem.h... (cached) no
checking for db_185.h... (cached) no
checking for db.h... (cached) no
checking for sys/param.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/times.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/utsname.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for pty.h... (cached) no
checking for term.h... (cached) yes
checking for libutil.h... (cached) no
checking for ndbm.h... (cached) yes
checking for db1/ndbm.h... (cached) no
checking for gdbm/ndbm.h... (cached) no
checking for sys/resource.h... (cached) yes
checking for netpacket/packet.h... (cached) no
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for clock_t in time.h... yes
checking for mode_t... (cached) yes
checking for off_t... (cached) yes
checking for pid_t... (cached) yes
checking return type of signal handlers... (cached) void
checking for size_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of void *... (cached) 4
checking size of char... (cached) 1
checking size of short... (cached) 2
checking size of float... (cached) 4
checking size of double... (cached) 8
checking size of fpos_t... (cached) 8
checking for long long support... yes
checking size of long long... (cached) 8
checking for uintptr_t support... no
checking size of off_t... (cached) 8
checking whether to enable large file support... yes
checking size of time_t... (cached) 4
checking for pthread_t... yes
checking size of pthread_t... (cached) 4
checking for --enable-toolbox-glue... no
checking for --enable-framework... no
checking for dyld... no
checking SO... .so
checking LDSHARED... $(CC) -shared
checking CCSHARED... -fPIC
checking LINKFORSHARED...
checking CFLAGSFORSHARED...
checking for dlopen in -ldl... (cached) yes
checking for shl_load in -ldld... (cached) no
checking for t_open in -lnsl... (cached) yes
checking for socket in -lsocket... (cached) yes
checking for --with-libs... no
checking for --with-signal-module... yes
checking for --with-dec-threads... no
checking for --with-threads... yes
checking for _POSIX_THREADS in unistd.h... yes
checking for mach/cthreads.h... (cached) no
checking for --with-pth... no
checking for pthread_create in -lpthread... yes
checking if PTHREAD_SCOPE_SYSTEM is 

RE: [Mailman-Users] Install Problem - Exim - Child Process Error

2001-12-20 Thread Chris Goh

hi marc.

the logs are kept in the mailman/logs dirit will show that it has
problem with gid.you need to reconfig with set-gid=mailmanthen make
install again

least that was what i did to fix it



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Marc Perkel
Sent: Thursday, 20 December 2001 17:20
To: [EMAIL PROTECTED]
Subject: [Mailman-Users] Install Problem - Exim - Child Process Error


This is the error I'm getting. Running Redhat 7.2.

What am I doing wrong?

pipe to |/var/mailman/mail/wrapper post testmailman
generated by [EMAIL PROTECTED]
Child process of address_pipe transport returned 2 from command:
/var/mailman/mail/wrapper




--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Install Problem - Exim - Child Process Error

2001-12-19 Thread Marc Perkel

This is the error I'm getting. Running Redhat 7.2.

What am I doing wrong?

pipe to |/var/mailman/mail/wrapper post testmailman
generated by [EMAIL PROTECTED]
Child process of address_pipe transport returned 2 from command:
/var/mailman/mail/wrapper




--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Install Problem

2001-07-05 Thread Ian Scott

I've just finished installing Mailman, and I am sure I followed instructions
to a 'T'.  I've reached the point where I created the first list, 'test' and
all seemed fine.  I received my email, and this is where things seem to go
strange for me.

The email asks me to go to http://lists.pairowoodies.com/admin/test or to
http://lists.pairowoodies.com/listinfo/test.

The problem is, neither of the admin or listinfo directories exist.  Perhaps
this is an Apache problem - I'm not really all that familiar with Apache,
but as a test, I did set up an index.html file in /home/mailman, and loaded
the file fine, so I know at least that part is correct.  Admittedly though,
I am not completely sure I did the Apache conf file properly:


ServerName lists.pairowoodies.com
Alias /pipermail/ /home/mailman/archives/public
ScriptAlias /mailman /home/mailman/cgi-bin


Is this correct?

The other thing I find odd is that there are no files in the cgi-bin
directory.  Shouldn't the install have put something in there?

I am running Linux Redhat 6.2, Sendmail, Python 2.0



--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Install problem solved

2001-05-26 Thread David Hawke

I had been having difficulty with a new installation using python 2 and Mailman 2.0.5

Eventually backed off to python 1.5.2 and Mailman installed cleanly.

This should probably be in the FAQ

David H

--
---
David Hawke Ph:  +64-9-624 2242
mailto:[EMAIL PROTECTED] (Home)   Fax: +64-9-624 2236
mailto:[EMAIL PROTECTED] (Work) Mob:  0-21-995 773



--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] (install-problem) Missing listinfo directory

2001-03-16 Thread Magnus Solvang

Quoting Satya ([EMAIL PROTECTED]):
[...]
| As I understand it, /mailman/admin is a script or program which takes
| the `/test' part as a parameter. Look for a file named `admin' or
| `admin.cgi'.
[...]

Ah... I was missing the ScriptAlias-part in Apache, and thought
the problem was somewhere else. Thanks!

- M

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] (install-problem) Missing listinfo directory

2001-03-16 Thread Satya

On Mar 16, 2001 at 12:41, Magnus Solvang wrote:

>I have installed Mailman (error-free), but when I create a list,
>I get a confirmation mail which points to directories that
>doesn't exist:
>
>  You can configure your mailing list at the following web page:
>
>http://[my_host]/mailman/admin/test

As I understand it, /mailman/admin is a script or program which takes
the `/test' part as a parameter. Look for a file named `admin' or
`admin.cgi'.

>I have no listinfo or admin-directories.
>I read in the archives that the listinfo-directory should be
>created by 'make install', but this has not happened. Where

I could be wrong. But I can visit:
URL: http://localhost/mailman/listinfo.cgi
and:
URL: http://localhost/mailman/listinfo.cgi/test

I get the appropriate pages.

-- 
Satya. http://satya.virtualave.net/>
US-bound grad students! For pre-apps, see http://quickapps.cjb.net/>
*** EVENT HORIZON * DO NOT CROSS *** EVENT HORIZON * DO NOT CROSS ***


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] (install-problem) Missing listinfo directory

2001-03-16 Thread Magnus Solvang

I have installed Mailman (error-free), but when I create a list,
I get a confirmation mail which points to directories that
doesn't exist:

  You can configure your mailing list at the following web page:

http://[my_host]/mailman/admin/test

  The web page for users of your mailing list is:

http://[my_host]/mailman/listinfo/test

I have no listinfo or admin-directories.
I read in the archives that the listinfo-directory should be
created by 'make install', but this has not happened. Where
can I configure this during installation? The only listinfo
I see is the listinfo.tmpl in /home/mailman/templates...

Mailman-2.0.1
Python-2.0
Red Hat Linux

-- 
Magnus Solvang

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users