Re: [Mailman-Users] Upgrade problem

2007-03-04 Thread Steve Burling
--On March 4, 2007 11:08:30 AM -0800 Mark Sapiro <[EMAIL PROTECTED]> wrote:

> Steve Burling wrote:

> > Is there a way I can un-inhibit "printing of traceback and other system
> > info"?
>
>
>
> Yes. Edit the scripts/driver file and change
>
> STEALTH_MODE = 1
>
> to
>
> STEALTH_MODE = 0

To which I reply:

Thanks, Mark.  By the time I'd managed to get my message off, my testing 
window had closed, so I'll give this a shot at my next opportunity.

-- 
Steve Burling
University of Michigan, ICPSRVoice: +1 734 615.3779
330 Packard Street   FAX:   +1 734 647.8700
Ann Arbor, MI 48104-2910
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] One subscribe to multiple lists or equivalent?

2007-03-04 Thread Steve McInerney
Hi,

Trying to discover a method for having a single user subscribe to multiple
lists, once. One sole confirm message, not one per list.

Or

Am thinking that a single list with judicious use of topics may also work.
The problem then becomes one of having a front end form that allows a
selection of topics within the subscription page.


The idea being to avoid users (who are extremely non-technical) from
having to subscribe, confirm, visit this page, select these things etc.

Single form: Fill in, submit, confirm email, all done: is the desired
outcome.

Is such possible? Can anyone give some pointers on how we could do such a
thing?

We're looking at having a front end form that will capture the requests to
a text file for latter processing into various topics. As this for
announce only capability, a small delay is not too unacceptable.


Cheers!

- Steve
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] Upgrade problem

2007-03-04 Thread Mark Sapiro
Steve Burling wrote:

>I just tried to upgrade our Mailman 2.1.4 install to Mailman 2.1.9.  I 
>didn't get very far -- as soon as I tried to visit the listinfo page, I got 
>the "sorry we've hit a bug" message:
>
>---
>Bug in Mailman version 2.1.9
>
>We're sorry, we hit a bug!
>
>Please inform the webmaster for this site of this problem. Printing of 
>traceback and other system information has been explicitly inhibited, but 
>the webmaster can find this information in the Mailman error logs.
>---
>
>Unfortunately, nothing was written to Mailman's log(s), or to the web 
>server's error log.
>
>bin/list_lists happily lists all the lists, so it doesn't look like I've 
>got a bad list, at least superficially, so I'm somewhat at a loss as to 
>what to do next.
>
>Is there a way I can un-inhibit "printing of traceback and other system 
>info"?



Yes. Edit the scripts/driver file and change

STEALTH_MODE = 1

to

STEALTH_MODE = 0

-- 
Mark Sapiro <[EMAIL PROTECTED]>   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://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] Upgrade problem

2007-03-04 Thread Steve Burling
I just tried to upgrade our Mailman 2.1.4 install to Mailman 2.1.9.  I 
didn't get very far -- as soon as I tried to visit the listinfo page, I got 
the "sorry we've hit a bug" message:

---
Bug in Mailman version 2.1.9

We're sorry, we hit a bug!

Please inform the webmaster for this site of this problem. Printing of 
traceback and other system information has been explicitly inhibited, but 
the webmaster can find this information in the Mailman error logs.
---

Unfortunately, nothing was written to Mailman's log(s), or to the web 
server's error log.

bin/list_lists happily lists all the lists, so it doesn't look like I've 
got a bad list, at least superficially, so I'm somewhat at a loss as to 
what to do next.

Is there a way I can un-inhibit "printing of traceback and other system 
info"?

A little more information, in case it helps:

In our current installation, the mailman directory lives on our mail host, 
and is NFS-mounted by our web server.  Because we're getting ready to 
upgrade both mail host and web server, I made a copy of the mailman 
directory on a volume on our NAS, updated that, and then mounted that on 
the web server in place of the current directory.  That also allowed me to 
drop back and punt when I hit the error.

bin/check_perms only complained about some directories and files that the 
NAS creates, so I don't think it's a permission problem.

All hints gratefully accepted...

-- 
Steve Burling
University of Michigan, ICPSRVoice: +1 734 615.3779
330 Packard Street   FAX:   +1 734 647.8700
Ann Arbor, MI 48104-2910
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] Mailing List Configuration Files

2007-03-04 Thread Aaron Todd
Mark,

Just in cast you want to make note of this or for any future readers who 
are looking for the same thing...the location of mailman under a cPanel 
install is in

/usr/local/cpanel/3rdparty/mailman

After figuring that out running the config_list -o command worked 
perfect.  The only other problem I had was with the list name.  I first 
tried the name if the list without the domain name and it would not 
accept it.  I then tried it with the domain, but also with the @ 
symbol.   That wasn't accepted either.  I then tried using the 
underscore in place of the @ like it is shown in the mailman admin and 
it outputted exactly what I wanted. 

Thanks again for your help.

Aaron Todd

Mark Sapiro wrote:
>> Thanks for the information, but I do not seem to have the config_list 
>> file in the bin directory.  Could it be somewhere else?  I have full 
>> root access to my server and it has been set up with the cPanel WHM 
>> system.  I am unsure if they store the list information in a different 
>> location.
>> 
>
>
> This would be in Mailman's bin/ directory, not the system /bin/
> directory. See
> 
> re cPanel.
>
> I don't know where Mailman's files are in a cPanel installation, but
> without the command line tools in Mailman's bin/ directory and the
> ability to run them, there's no easier way to compare list
> configurations than by manually going through the web pages.
>
> I suppose if you had really good tools on a local work station to
> 'screen scrape' the web interface, you could try to automate it that
> way, but without some really good tools, I think this would be more
> effort than it's worth.
>
>   

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp