Re: [Mailman-Users] Problems Installing from SVN

2006-04-25 Thread Mark Sapiro
Mark Sapiro wrote: > >I'm a bit >confused by the errors you report since the web page bug that I'm >aware of was fixed in subversion before the ReopenableFileHandler >class was added to loginit.py. What is in the error log from the web >page bug? Never mind! The web page bug is new, and it's the

Re: [Mailman-Users] Problems Installing from SVN

2006-04-25 Thread Mark Sapiro
James Davis wrote: >I'm looking to tweak the source of my mailman installation a little so >decided to install from source onto my Debian system using the >subversion repository. This is the first time I've installed mailman >from source, usually I just rely upon the Debian packages. > >Everything

[Mailman-Users] Problems Installing from SVN

2006-04-25 Thread James Davis
I'm looking to tweak the source of my mailman installation a little so decided to install from source onto my Debian system using the subversion repository. This is the first time I've installed mailman from source, usually I just rely upon the Debian packages. Everything installed without a probl

Re: [Mailman-Users] Problems installing Mailman on RedHat and Apache - Premature End of script headers

2004-08-22 Thread Tokio Kikuchi
i tried executing "admin" from the shell as nobody and it did work. (there was some html-ouput) So there must be a problem with the apache configuration. Here are my changes to httpd.conf: ServerName xxx.xxx SuexecUserGroup nobody nobody You have suexec turned on. Mailman cgi is setgid but apache

Re[5]: [Mailman-Users] Problems installing Mailman on RedHat and Apache - Premature End of script headers

2004-08-22 Thread ralph
i found this in the suexec-log (of apache): uid: (99/nobody) gid: (99/99) cmd: admin cannot run as forbidden uid (99/admin) ?! why is this uid forbidden? where to configure? -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.

Re[4]: [Mailman-Users] Problems installing Mailman on RedHat and Apache - Premature End of script headers

2004-08-22 Thread ralph
Hi Richard and Tokio, i tried executing "admin" from the shell as nobody and it did work. (there was some html-ouput) So there must be a problem with the apache configuration. Here are my changes to httpd.conf: ServerName xxx.xxx SuexecUserGroup nobody nobody DocumentRoot /usr/local/mailman/

Re: [Mailman-Users] Problems installing Mailman on RedHat and Apache - Premature End of script headers

2004-08-21 Thread Tokio Kikuchi
Hi, http://myserver/mailman/admin Internal Server Error The httpd-log says: Premature End of script headers: admin What do you get if you "cd /cgi-bin ; ./admin" ? -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ -- M

Re: Re[2]: [Mailman-Users] Problems installing Mailman on RedHat and Apache - Premature End of script headers

2004-08-21 Thread Richard Barrett
On 20 Aug 2004, at 19:13, [EMAIL PROTECTED] wrote: Hi Richard! There's no log in $prefix/logs/error.. does that mean apache doesn't even start the cgi? It is not clear what is going wrong as this point. What should be happening is that: 1. Apache should run the $exec-prefix/cgi-bin/admin CGI wrappe

Re[2]: [Mailman-Users] Problems installing Mailman on RedHat and Apache - Premature End of script headers

2004-08-20 Thread ralph
Hi Richard! There's no log in $prefix/logs/error.. does that mean apache doesn't even start the cgi? My versions: RedHat 9 Apache 2.0.48 Python 2.3.4 Mailman 2.1.5 I installed following the INSTALL-Instructions.. (compiling etc. i arrived at httpd.conf and did the changes..) I just upgraded t

Re: [Mailman-Users] Problems installing Mailman on RedHat and Apache - Premature End of script headers

2004-08-20 Thread Richard Barrett
Anything logged in the Mailman error log ($prefix/logs/error)? What OS? What version of MM? How installed? On 20 Aug 2004, at 17:52, [EMAIL PROTECTED] wrote: Hello everyone, i noticed that other people have a similiar issue, but there was no help yet. I installed mailman and after doing the necessa

[Mailman-Users] Problems installing Mailman on RedHat and Apache - Premature End of script headers

2004-08-20 Thread ralph
Hello everyone, i noticed that other people have a similiar issue, but there was no help yet. I installed mailman and after doing the necessary changes to httpd.conf i tried to check out if the cgi will work or not. and it does not. http://myserver/mailman/admin will give a Internal Server Er

[Mailman-Users] Problems installing

2003-12-15 Thread toto la binne
Hi, I have a problems with mailman install with postfix. I did as the instruction saided for the installation and everything went OK (no errors) and now a was ready to give it a tried, but it did nothing in my webserver ( cant find URL for admin of mailman). mailman does not seem to be running

[Mailman-Users] Problems installing mailman on Solaris 8

2002-12-12 Thread Alex Heatley
Hi all, We are attempting to install mailman on a solaris 8 box. We installed python via a package from sunfreeware.com and compiled and installed mailman from source. However when we try to access the admin script, we get the following error: admin(11198): [- Traceback --] admin(11198)

RE: [Mailman-Users] Problems installing Mailman 2.1b3

2002-10-16 Thread Jon Carnes
ssages > either. Have you encountered something similar in past? > > Thanks in advance, > Benas > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Jon Carnes > > Sent: Tuesday, October 15, 2002 7:19

Re: [Mailman-Users] Problems installing Mailman 2.1b3

2002-10-15 Thread Barry A. Warsaw
> "BA" == Benas Adomavicius <[EMAIL PROTECTED]> writes: BA> Hi all, BA> I have tried installing Mailman 2.1b3 on Mandrake 8.1 BA> system. ./Configure went fine, however upon make install i BA> received following error: | Compiling /var/lib/mailman/Mailman/Utils.py ...

Re: [Mailman-Users] Problems installing Mailman 2.1b3

2002-10-15 Thread Jon Carnes
Interesting... there was a comment last week about Red Hat's 8.0 distribution - they didn't include some of the Python modules needed for the installation of Mailman. I wonder if this is also true for Mandrake 8.1. Have you tried it on Mandrake 8.2? You might try going back to the install CD an

[Mailman-Users] Problems installing Mailman 2.1b3

2002-10-15 Thread Benas Adomavicius
Hi all,   I have tried installing Mailman 2.1b3 on Mandrake 8.1 system. ./Configure went fine, however upon make install i received following error:   Compiling /var/lib/mailman/Mailman/Utils.py ...Compiling /var/lib/mailman/Mailman/Version.py ...Compiling /var/lib/mailman/Mailman/__init__

[Mailman-Users] Problems Installing Mailman

2002-02-15 Thread Bodnyk, Bruce W
Hi, I'm attempting to install Mailman 2.0.8 on Debian GNU/Linux 2.2 and am having problems. The install seemed to go smoothly up until I created the test list. That seemed to go ok and I got an email from mail-owner about the new list including the URLs of the two web pages. However when I try an

[Mailman-Users] Problems installing Python 2.1.1 on Solaris 2.6

2001-12-14 Thread jorge . llacer
> Hello, > we are having problems installing Python. The problems arise when > executing "make". > Our platform is Solaris 2.6, GCC 3.0.2 and Python 2.1.1 > > I attach the results obtained after runnning the "./configure" script and > the results when running "make". > Please, if someone has eve

Re: [Mailman-Users] Problems installing 2.1a2

2001-10-11 Thread Dan Mick
mimelib 0.6 doesn't really work; current CVS uses a site package called 'email'. If you want to be that bleeding edge, I'd use current CVS; it's more stable. > Hi, > > I'm trying to run a "make install" on 2.1a2 on a Redhat 7.1 box, > but am running into an error before the 'make install' compl

[Mailman-Users] Problems installing 2.1a2

2001-10-11 Thread pjs
Hi, I'm trying to run a "make install" on 2.1a2 on a Redhat 7.1 box, but am running into an error before the 'make install' completes. Here is the last few lines of the output: Compiling /var/mailman21/Mailman/pythonlib/StringIO.py ... Compiling /var/mailman21/Mailman/pythonlib/__init__.py ... C

Re: [Mailman-Users] Problems installing Mailman...

2001-04-24 Thread TJ Snider
> From: "John" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: Re: [Mailman-Users] Problems installing Mailman... > > > - Original Message - > From: "TJ Snider" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> >

Re: [Mailman-Users] Problems installing Mailman...

2001-04-20 Thread John
- Original Message - From: "TJ Snider" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 20, 2001 10:35 PM Subject: [Mailman-Users] Problems installing Mailman... > Hi Folks, > > I've been trying for the last day and a bit trying to

[Mailman-Users] Problems installing Mailman...

2001-04-20 Thread TJ Snider
Hi Folks, I've been trying for the last day and a bit trying to get Mailman installed, with mixed results. I'm a long term(16 yrs) developer mostly C/C++ & Java on Mac and Winedows, but have some old BSD experience. I'm still coming up to speed with all the sys admin bits of Linux, (I used to hel

[Mailman-Users] problems installing mailman

2001-04-12 Thread Mario Diaz
Hi , I'm trying to install mailman in an SGI running IRIX 6.5 with sendmail and python 2.0. Configuring and installing seems to go without problems. I check permissions runnning bin/chech_perms in /home/mailman and no errors are reported. I Start cron and then create a test list and keep getting