bad url specification & internal errors

View: New views
2 Messages — Rating Filter:   Alert me  

bad url specification & internal errors

by Robert Rust :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm trying to get mailman installed and working on Solaris 10 using the
mailman 2.0.12 package from blastwave and coolstack's apache.  The
problem I'm encountering is that after I create a list, when I try to go
to the admin page for it, I get an error in the page "Bad URL
Specification".

My listinfo page generates an internal server error which shows up in
the apache logs as follows:
(22)Invalid argument: exec of '/apps/mailman/cgi-bin/listinfo' failed

The 'create' page actually shows up but doesn't work due to permission
issues (I don't think I'm inclined to remove it anyway since I don't
want lists created via the web).

How can I solve these?  I'm not finding much in the line of information
on what's wrong.

-Robert
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Robert J Rust
Application System Administrator
UWRF Division of Technology Services
(715) 425-4357
robert.j.rust@...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

Re: bad url specification & internal errors

by Mark Sapiro-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Robert Rust wrote:

>I'm trying to get mailman installed and working on Solaris 10 using the
>mailman 2.0.12 package from blastwave and coolstack's apache.  The
>problem I'm encountering is that after I create a list, when I try to go
>to the admin page for it, I get an error in the page "Bad URL
>Specification".


What URL are you using for the admin page?

If "Bad URL Specification" comes from Mailman, it comes from going to
the create page with a URL like
http://www.example.com/mailman/create/junk (i.e. with something extra
after create). It can also come from the rmlist CGI if the url is just
http://www.example.com/mailman/rmlist/ without a list name. Those are
the only two CGI scripts in standard Mailman that issue that message.


>My listinfo page generates an internal server error which shows up in
>the apache logs as follows:
>(22)Invalid argument: exec of '/apps/mailman/cgi-bin/listinfo' failed


That's not too helpful. What do you get if you do

sudo -u xxx /apps/mailman/cgi-bin/listinfo

where xxx is the user that your web server invokes CGIs as.  - maybe
apache or www or ?

A quick google for "Invalid argument: exec of" seems to indicate an
apache problem.

--
Mark Sapiro <mark@...>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

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