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
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
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
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
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.
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/
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
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
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
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
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
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
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)
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
> "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 ...
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
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__
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
> 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
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
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
> From: "John" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: Re: [Mailman-Users] Problems installing Mailman...
>
>
> - Original Message -
> From: "TJ Snider" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
>
- 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
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
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
25 matches
Mail list logo