[Mailman-Users] "Bug in Mailman version 2.1.29"

2020-10-05 Thread Thomas Gramstad
This is the error message I get when I try to update a picture 
URL with its current URL, in the file 
https://mailman.gramstad.no/mailman/edithtml/enag-mausoleum/listinfo.html 
:


Bug in Mailman version 2.1.29

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 or the web server logs.




It seems that ANY change of that web page, no matter how trivial, 
triggers the error message.


Thomas Gramstad
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
   https://mail.python.org/archives/list/mailman-users@python.org/


Re: [Mailman-Users] Bug in Mailman version 2.1.23

2020-01-07 Thread Mark Sapiro
On 1/6/20 10:13 AM, Erwin Schmitz wrote:
> 
> Mailman Administrator Authentication page
> (.../cgi-bin/mailman/admin/mailman)
> 
> After entering password and clicking on "Let me in" this message appears :
> 
> Bug in Mailman version 2.1.23
> 
> 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.
> 
> 
> The log (error) contains :
> admin(9779): [- Mailman Version: 2.1.23 -]
> admin(9779): [- Traceback --]
> admin(9779): Traceback (most recent call last):
> admin(9779):   File "/var/lib/mailman/scripts/driver", line 117, in
> run_main
> admin(9779): main()
> admin(9779):   File "/var/lib/mailman/Mailman/Cgi/admin.py", line 239,
> in main
> admin(9779): show_results(mlist, doc, category, subcat, cgidata)
> admin(9779):   File "/var/lib/mailman/Mailman/Cgi/admin.py", line 465,
> in show_results
> admin(9779): otherlinks.AddItem(Link(mlist.GetBaseArchiveURL(),
> admin(9779):   File "/var/lib/mailman/Mailman/Archiver/Archiver.py",
> line 143, in GetBaseArchiveURL
> admin(9779): hostname = re.match('[^:]*://([^/]*)/.*', url).group(1)\
> admin(9779): AttributeError: 'NoneType' object has no attribute 'group'


The web_page_url attribute of the `mailman` list does not look like
`http(s)://host.name/...`


> Via listinfo (left below screen shows :
> List Description
> Mailman [no description available]    (Why should this be a list?)


Every Mailman 2.1 installation must have a site list, usually named
`mailman`.


> click on Mailman (lnks to .../cgi-bin/mailman/admin/mailman)
> 
> admin(9744): [- Mailman Version: 2.1.23 -]
> admin(9744): [- Traceback --]
> admin(9744): Traceback (most recent call last):
> admin(9744):   File "/var/lib/mailman/scripts/driver", line 117, in
> run_main
> admin(9744): main()
> admin(9744):   File "/var/lib/mailman/Mailman/Cgi/listinfo.py", line 77,
> in main
> admin(9744): list_listinfo(mlist, language)
> admin(9744):   File "/var/lib/mailman/Mailman/Cgi/listinfo.py", line
> 181, in list_listinfo
> admin(9744): replacements = mlist.GetStandardReplacements(lang)
> admin(9744):   File "/var/lib/mailman/Mailman/HTMLFormatter.py", line
> 400, in GetStandardReplacements
> admin(9744): ''   : self.FormatArchiveAnchor(),
> admin(9744):   File "/var/lib/mailman/Mailman/HTMLFormatter.py", line
> 336, in FormatArchiveAnchor
> admin(9744): return '' % self.GetBaseArchiveURL()
> admin(9744):   File "/var/lib/mailman/Mailman/Archiver/Archiver.py",
> line 143, in GetBaseArchiveURL
> admin(9744): hostname = re.match('[^:]*://([^/]*)/.*', url).group(1)\
> admin(9744): AttributeError: 'NoneType' object has no attribute 'group'
> admin(9744): [- Python Information -]
> 
> Questions:
> Why is the link "Mailman" shown on the screen, only public lists should
> be shown

The `mailman` list is probably public.

> Why is this shown as "Mailman", which is not a 'normal' mailinglist.

Yes it is. It is the site list which is a list like any other. See



> How to solve this.

Possibly running fix_url will fix this.

/path/to/mailman/bin/withlist -l -r fix_url mailman

That should allow you to access the listinfo and admin pages for this
list and you can then set its Privacy options... -> Subscription rules
-> advertised to No. You will probably need to use the site password to
log in to the admin page. If you don't have one, you can set it via

/path/to/mailman/bin/mmsitepass PASSWORD

or you can set a list password via

/path/to/mailman/bin/change_pw -l mailman -q -p PASSWORD

-- 
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
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Bug in Mailman version 2.1.23

2020-01-07 Thread Erwin Schmitz

LS,

I'm using mailman mailinglists, only private lists are configured.

Mailman Administrator Authentication page 
(.../cgi-bin/mailman/admin/mailman)


After entering password and clicking on "Let me in" this message appears :

Bug in Mailman version 2.1.23

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.



The log (error) contains :
admin(9779): [- Mailman Version: 2.1.23 -]
admin(9779): [- Traceback --]
admin(9779): Traceback (most recent call last):
admin(9779):   File "/var/lib/mailman/scripts/driver", line 117, in run_main
admin(9779): main()
admin(9779):   File "/var/lib/mailman/Mailman/Cgi/admin.py", line 239, 
in main

admin(9779): show_results(mlist, doc, category, subcat, cgidata)
admin(9779):   File "/var/lib/mailman/Mailman/Cgi/admin.py", line 465, 
in show_results

admin(9779): otherlinks.AddItem(Link(mlist.GetBaseArchiveURL(),
admin(9779):   File "/var/lib/mailman/Mailman/Archiver/Archiver.py", 
line 143, in GetBaseArchiveURL

admin(9779): hostname = re.match('[^:]*://([^/]*)/.*', url).group(1)\
admin(9779): AttributeError: 'NoneType' object has no attribute 'group'

Via listinfo (left below screen shows :
ListDescription
Mailman [no description available](Why should this be a list?)

click on Mailman (lnks to .../cgi-bin/mailman/admin/mailman)

admin(9744): [- Mailman Version: 2.1.23 -]
admin(9744): [- Traceback --]
admin(9744): Traceback (most recent call last):
admin(9744):   File "/var/lib/mailman/scripts/driver", line 117, in run_main
admin(9744): main()
admin(9744):   File "/var/lib/mailman/Mailman/Cgi/listinfo.py", line 77, 
in main

admin(9744): list_listinfo(mlist, language)
admin(9744):   File "/var/lib/mailman/Mailman/Cgi/listinfo.py", line 
181, in list_listinfo

admin(9744): replacements = mlist.GetStandardReplacements(lang)
admin(9744):   File "/var/lib/mailman/Mailman/HTMLFormatter.py", line 
400, in GetStandardReplacements

admin(9744): ''   : self.FormatArchiveAnchor(),
admin(9744):   File "/var/lib/mailman/Mailman/HTMLFormatter.py", line 
336, in FormatArchiveAnchor

admin(9744): return '' % self.GetBaseArchiveURL()
admin(9744):   File "/var/lib/mailman/Mailman/Archiver/Archiver.py", 
line 143, in GetBaseArchiveURL

admin(9744): hostname = re.match('[^:]*://([^/]*)/.*', url).group(1)\
admin(9744): AttributeError: 'NoneType' object has no attribute 'group'
admin(9744): [- Python Information -]

Questions:
Why is the link "Mailman" shown on the screen, only public lists should 
be shown

Why is this shown as "Mailman", which is not a 'normal' mailinglist.
How to solve this.
--
Mailman-Users mailing list Mailman-Users@python.org
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Bug in Mailman version 2.1.25

2018-04-14 Thread MPN Kazishe
Many thanks. I have restored my list and all is well. Lesson learnt backups
now in progress!

> -Original Message-
> From: Mailman-Users [mailto:mailman-users-
> bounces+mpn=icabs.co...@python.org] On Behalf Of Mark Sapiro
> Sent: Saturday, 14 April 2018 5:06 PM
> To: mailman-users@python.org
> Subject: Re: [Mailman-Users] Bug in Mailman version 2.1.25
> 
> On 04/14/2018 06:12 AM, Odhiambo Washington wrote:
> >
> > Here is what I would do:
> ...
> 
> The suggestions here are way too complicated.
> 
> Do the following:
> 
> Either run Mailman's
> 
> bin/rmlist myproblemlist
> 
> or just
> 
> rm -r /usr/local/mailman/lists/myproblemlist/
> 
> These will do the same thing which is remove the list but not it's
archives.
> 
> Then recreate the list either via the web UI or Mailman's bin/newlist.
> 
> Configure the list as desired and add the members.
> 
> 
> 
> --
> Mark Sapiro <m...@msapiro.net>The highway is for gamblers,
> San Francisco Bay Area, Californiabetter use your sense - B. Dylan
> --
> Mailman-Users mailing list Mailman-Users@python.org
> https://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: https://mail.python.org/mailman/options/mailman-
> users/mpn%40icabs.co.zw

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


Re: [Mailman-Users] Bug in Mailman version 2.1.25

2018-04-14 Thread Mark Sapiro
On 04/14/2018 06:12 AM, Odhiambo Washington wrote:
> 
> Here is what I would do:
...

The suggestions here are way too complicated.

Do the following:

Either run Mailman's

bin/rmlist myproblemlist

or just

rm -r /usr/local/mailman/lists/myproblemlist/

These will do the same thing which is remove the list but not it's archives.

Then recreate the list either via the web UI or Mailman's bin/newlist.

Configure the list as desired and add the members.



-- 
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
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Bug in Mailman version 2.1.25

2018-04-14 Thread Odhiambo Washington
On 14 April 2018 at 15:33, MPN Kazishe <m...@icabs.co.zw> wrote:

> > -Original Message-
> > From: Mailman-Users
> [mailto:mailman-users-bounces+mpn=icabs.co...@python.org] On Behalf Of
> Mark
> Sapiro
> > Sent: Friday, 13 April 2018 4:46 PM
> > To: mailman-users@python.org
> > Subject: Re: [Mailman-Users] Bug in Mailman version 2.1.25
> >
> > Hopefully, you have a recent backup from before the outage with a good
> /usr/local/mailman/lists/myproblemlist/config.pck file that you can
> restore.
>
>
> Unfortunately, I have no backups! How can I forcefully remove the list. My
> only hope is in re-adding it.
>
> Many thanks.
>

Hi Kazishe,

If your list has archives, you can re-use them, I believe. The fact that
the config file is corrupt should not lead you to blow away the list and
create it afresh.
You can use another list as a template to create your corrupted list, I
believe. You could lose the members, yes, but they will re-subscribe.

Here is what I would do:

1. Export a working list configuration
(a) /usr/local/mailman/bin/config_list -o working_listname >
/tmp/listname.bak
(b) vi /tmp/listname.bak and change the settings to match the name of the
corrupted list. This is a text file, with comments explaining what is what
:-)

2. Make a backup of the archives of the corrupted list for restore later
(a) cd /usr/local/mailman/archives/private
  tar czf /tmp/corrupted_listname_private.tgz listname listname.mbox

3. Remove the corrupt list, recreate it, import configuration, restore the
archives
(a)  /usr/local/mailman/bin/rmlist -a corrupt_listname  # Blow it away
(b)  /usr/local/mailman/bin/newlist corrupt_listname   # Recreate it
(c)  /usr/local/mailman/bin/config_list -i /tmp/listname.bak # Import the
configuration
(d)   cd /usr/local/mailman/archives/private && tar yxvf
/tmp/corrupted_listname_private.tgz
# Restore the archives

4. Fix the permissions
/usr/local/mailman/bin/check_perms -f
Repeat this again just to be sure the permissions are fixed


I hope I haven't forgotten a step, but that should give you a working list
in a short time. Fix any subsequent errors.

ASSUMPTION: Mailman on FreeBSD is installed in /usr/local/mailman/



-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft."
--
Mailman-Users mailing list Mailman-Users@python.org
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Bug in Mailman version 2.1.25

2018-04-14 Thread MPN Kazishe
> -Original Message-
> From: Mailman-Users
[mailto:mailman-users-bounces+mpn=icabs.co...@python.org] On Behalf Of Mark
Sapiro
> Sent: Friday, 13 April 2018 4:46 PM
> To: mailman-users@python.org
> Subject: Re: [Mailman-Users] Bug in Mailman version 2.1.25
>
> Hopefully, you have a recent backup from before the outage with a good
/usr/local/mailman/lists/myproblemlist/config.pck file that you can restore.


Unfortunately, I have no backups! How can I forcefully remove the list. My
only hope is in re-adding it.

Many thanks.




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


Re: [Mailman-Users] Bug in Mailman version 2.1.25

2018-04-13 Thread Mark Sapiro
On 04/13/2018 04:25 AM, MPN Kazishe wrote:
> 
> Apr 13 13:04:49 2018 (58769) couldn't load config file
> /usr/local/mailman/lists/myproblemlist/config.db.last
> 
> [Errno 2] No such file or directory:
> '/usr/local/mailman/lists/myproblemlist/config.db.last'
> 
> Apr 13 13:04:49 2018 (58769) All myproblemlist fallbacks were corrupt,
> giving up


The /usr/local/mailman/lists/myproblemlist/config.pck file containing
the list configuration, membership, etc. is corrupt. When this happens,
Mailman tries in order

/usr/local/mailman/lists/myproblemlist/config.pck.last
/usr/local/mailman/lists/myproblemlist/config.db
/usr/local/mailman/lists/myproblemlist/config.db.last

the config.pck.last file is the immediately prior version and it too is
apparently corrupt. The config.db and config.db.last files are artifacts
from Mailman 2.0 and should not exist so the

[Errno 2] No such file or directory:
'/usr/local/mailman/lists/myproblemlist/config.db.last'

is expected and normal in this situation.

Hopefully, you have a recent backup from before the outage with a good
/usr/local/mailman/lists/myproblemlist/config.pck file that you can restore.

-- 
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
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Bug in Mailman version 2.1.25

2018-04-13 Thread MPN Kazishe
Dear All,

 

I am running mailman version 2.1.25 on FreeBSD 11.1-RELEASE. I am getting
this error after a power outage on one of the lists. The web page give this
error here:

 

Bug in Mailman version 2.1.25

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.

>From the shell whilst doing a db check as follows:

 

root@snappers:~ # /usr/local/mailman/bin/check_db -v myproblemlist

Traceback (most recent call last):

  File "/usr/local/mailman/bin/check_db", line 153, in 

main()

  File "/usr/local/mailman/bin/check_db", line 121, in main

mlist = MailList(listname, lock=0)

  File "/usr/local/mailman/Mailman/MailList.py", line 131, in __init__

self.Load()

  File "/usr/local/mailman/Mailman/MailList.py", line 684, in Load

raise Errors.MMCorruptListDatabaseError, e

Mailman.Errors.MMCorruptListDatabaseError: [Errno 2] No such file or
directory: '/usr/local/mailman/lists/myproblemlist/config.db.last'

 

In the error logs I am getting the following:

 

Apr 13 13:04:49 2018 (58769) couldn't load config file
/usr/local/mailman/lists/myproblemlist/config.db.last

[Errno 2] No such file or directory:
'/usr/local/mailman/lists/myproblemlist/config.db.last'

Apr 13 13:04:49 2018 (58769) All myproblemlist fallbacks were corrupt,
giving up

 

 

Can someone please let me know, where I am getting it wrong, and what to
look at.

 

Many thanks

 

MPN/

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


Re: [Mailman-Users] Bug in Mailman version 2.1.23

2017-09-11 Thread Mark Sapiro
On 09/11/2017 04:15 AM, Menachem Bazian wrote:
> 
> I inherited an install of Mailman and I know very little about it. I have
> been able to do most tasks (it's pretty intuitive) but I can't get in to
> the admindb portion of the program. I can login but when I do I get this:
> 
> Bug in Mailman version 2.1.23 We're sorry, we hit a bug!
...
> The list resides on a host so I do not believe that I have command line
> access. I have no idea even where I can see the mailman error logs.
> 
> Can someone point me in the right direction on this?


Diagnosing and fixing this problem will undoubtedly require more access
to the Mailman host machine than you have. You need to work with the
hosting service to resolve this.

-- 
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
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Bug in Mailman version 2.1.23

2017-09-11 Thread Menachem Bazian
Hi,

I inherited an install of Mailman and I know very little about it. I have
been able to do most tasks (it's pretty intuitive) but I can't get in to
the admindb portion of the program. I can login but when I do I get this:

Bug in Mailman version 2.1.23 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.


The list resides on a host so I do not believe that I have command line
access. I have no idea even where I can see the mailman error logs.

Can someone point me in the right direction on this?
Thanks for any assistance you can provide.
--
Mailman-Users mailing list Mailman-Users@python.org
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Bug in Mailman version 2.1.15

2014-08-16 Thread Richard Ibbotson
Hi

I know that this has been going around the internet lately.  I've done 
the usual web search.  Not really found anything that might work for 
me.  I've installed a CentOS 7 web server.  I'm building a site around 
it. Mailman is my list management software.  I've used it for more 
than ten years.  Would like to keep using it.  

After installing the standard CentOS 7 package with yum I did. 'cd 
/usr/lib/mailman' and 'bin/update'.  This installed Mailman 2.1.15. 
Which then told me after 'service mailman start' ...

 Bug in Mailman version 2.1.15. 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. 


Alright.  So, I've stopped knocking my head against the desk now.  
/var/log/messages says...

 Aug 15 16:15:01 localhost systemd: Started Session 452 of user 
mailman.
Aug 15 16:20:01 localhost systemd: Created slice user-41.slice.
Aug 15 16:20:01 localhost systemd: Starting Session 453 of user 
mailman.
Aug 15 16:20:01 localhost systemd: Started Session 453 of user 
mailman.
Aug 15 16:23:50 localhost systemd: Stopping GNU Mailing List 
Manager..

/var/log/mailman/error says


admin(14216): [- Mailman Version: 2.1.15 -]
admin(14216): [- Traceback --] 
admin(14216): Traceback (most recent call last):
admin(14216):   File /usr/lib/mailman/scripts/driver, line 112, in 
run_main
admin(14216): main()
admin(14216):   File /usr/lib/mailman/Mailman/Cgi/admin.py, line 
104, in main
admin(14216): cgidata.getvalue('adminpw', '')):
admin(14216):   File /usr/lib/mailman/Mailman/SecurityManager.py, 
line 234, in WebAuthenticate
admin(14216): ok = self.CheckCookie(ac, user)
admin(14216):   File /usr/lib/mailman/Mailman/SecurityManager.py, 
line 327, in CheckCookie
admin(14216): return self.__checkone(c, authcontext, user)
admin(14216):   File /usr/lib/mailman/Mailman/SecurityManager.py, 
line 333, in __checkone
admin(14216): key, secret = self.AuthContextInfo(authcontext, 
user)
admin(14216):   File /usr/lib/mailman/Mailman/SecurityManager.py, 
line 121, in AuthContextInfo
admin(14216): sitepass = Utils.get_global_password()
admin(14216):   File /usr/lib/mailman/Mailman/Utils.py, line 410, in 
get_global_password
admin(14216): fp = open(filename)
admin(14216): IOError: [Errno 13] Permission denied: 
'/etc/mailman/adm.pw'
admin(14216): [- Python Information -] 
admin(14216): sys.version =   2.7.5 (default, Jun 17 2014, 
18:11:42)


Can anyone make a suggestion as to how to get this to work for me ?  
Perhaps I can just completely remove mailman and reinstall from the 
default CentOS 7 package ?  Is there a downgrade option so that I 
could fix it that way ?

-- 
Richard
Sheffield UK

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


Re: [Mailman-Users] Bug in Mailman version 2.1.15

2014-08-16 Thread Richard Ibbotson
Hi

Further to the last one.  I did reinstall from the CentOS RPM.  Some 
things started to work but the list admin page stills gives me the 
same error.  I have tried to build from source but that fails 
miserably. This is the first time that I've installed Mailman and so 
I'm not sure what I've missed.  /var/log/mailman/error shows...


Aug 16 07:12:25 2014 admin(17943): 

admin(17943): [- Mailman Version: 2.1.15 -]
admin(17943): [- Traceback --] 
admin(17943): Traceback (most recent call last):
admin(17943):   File /usr/lib/mailman/scripts/driver, line 112, in 
run_main
admin(17943): main()
admin(17943):   File /usr/lib/mailman/Mailman/Cgi/admin.py, line 
104, in main
admin(17943): cgidata.getvalue('adminpw', '')):
admin(17943):   File /usr/lib/mailman/Mailman/SecurityManager.py, 
line 234, in WebAuthenticate
admin(17943): ok = self.CheckCookie(ac, user)
admin(17943):   File /usr/lib/mailman/Mailman/SecurityManager.py, 
line 327, in CheckCookie
admin(17943): return self.__checkone(c, authcontext, user)
admin(17943):   File /usr/lib/mailman/Mailman/SecurityManager.py, 
line 333, in __checkone
admin(17943): key, secret = self.AuthContextInfo(authcontext, 
user)
admin(17943):   File /usr/lib/mailman/Mailman/SecurityManager.py, 
line 121, in AuthContextInfo
admin(17943): sitepass = Utils.get_global_password()
admin(17943):   File /usr/lib/mailman/Mailman/Utils.py, line 410, in 
get_global_password
admin(17943): fp = open(filename)
admin(17943): IOError: [Errno 13] Permission denied: 
'/etc/mailman/adm.pw'
admin(17943): [- Python Information -] 
admin(17943): sys.version =   2.7.5 (default, Jun 17 2014, 
18:11:42)
[GCC 4.8.2 20140120 (Red Hat 4.8.2-16)] 
admin(17943): sys.executable  =   /usr/bin/python
admin(17943): sys.prefix  =   /usr 
admin(17943): sys.exec_prefix =   /usr 
admin(17943): sys.path=   ['/usr/lib/mailman/pythonlib', 
'/usr/lib/mailman', '/usr/lib/mailman/scripts', '/usr/lib/mailman', 
'/usr/lib64/python27.zip', '/us
admin(17943): sys.platform=   linux2 
admin(17943): [- Environment Variables -] 
admin(17943):   CONTEXT_DOCUMENT_ROOT: /usr/lib/mailman/cgi-bin/ 
admin(17943):   SERVER_SOFTWARE: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-
fips mod_fcgid/2.3.9 PHP/5.4.16
admin(17943):   CONTEXT_PREFIX: /mailman/

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


Re: [Mailman-Users] Bug in Mailman version 2.1.15

2014-08-16 Thread Mark Sapiro

On 08/16/2014 04:18 AM, Richard Ibbotson wrote:


I'm not sure what I've missed.  /var/log/mailman/error shows...


Aug 16 07:12:25 2014 admin(17943):

admin(17943): [- Mailman Version: 2.1.15 -]
admin(17943): [- Traceback --]
admin(17943): Traceback (most recent call last):

...

admin(17943): fp = open(filename)
admin(17943): IOError: [Errno 13] Permission denied:
'/etc/mailman/adm.pw'



/etc/mailman/adm.pw must be readable by Mailman's group (I think 
'mailman' in the CentOS package.


This may be a file or a symlink to something like 
/var/lib/mailman/data/adm.pw. In any case, the target needs to be group 
mailman and mode 0640.


Running

sudo bin/check_perms -f

should fix this.

--
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list Mailman-Users@python.org
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Bug in Mailman version 2.1.15

2014-08-16 Thread Richard Ibbotson
On Saturday 16 August 2014 09:16:44 Mark Sapiro wrote:
 This may be a file or a symlink to something like
 /var/lib/mailman/data/adm.pw. In any case, the target needs to be
 group mailman and mode 0640.
 
 Running
 
 sudo bin/check_perms -f
 
 should fix this.

Ah... That was the one.  I thought it might be a permissions problem 
but couldn't quite work out the -f part.  All seems to be working now 
:) I even managed to upgrade to Mailman 2.1.8.  Looking forward to 
Mailman 3.  Whenever that happens.

Thank you.

-- 
Richard
Sheffield

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


[Mailman-Users] Bug in Mailman version 2.1.9

2012-05-24 Thread Fletcher Cocquyt
We receive this error:

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. 

When attempting to login to the admin interface and the logs say:

May 24 17:32:05 2012 admin(20758):  
admin(20758): [- Mailman Version: 2.1.9 -] 
admin(20758): [- Traceback --] 
admin(20758): Traceback (most recent call last):
admin(20758):   File /usr/lib/mailman/scripts/driver, line 101, in run_main
admin(20758): main()
admin(20758):   File /usr/lib/mailman/Mailman/Cgi/admindb.py, line 251, in 
main
admin(20758): mlist.Save()
admin(20758):   File /usr/lib/mailman/Mailman/MailList.py, line 565, in Save
admin(20758): self.CheckHTMLArchiveDir()
admin(20758):   File /usr/lib/mailman/Mailman/Archiver/Archiver.py, line 241,

in CheckHTMLArchiveDir
admin(20758): makelink(privdir, pubdir)
admin(20758):   File /usr/lib/mailman/Mailman/Archiver/Archiver.py, line 49,

in makelink
admin(20758): os.symlink(old, new)
admin(20758): OSError: [Errno 13] Permission denied
admin(20758): [- Python Information -] 
admin(20758): sys.version =   2.4.3 (#1, Sep  3 2009, 15:37:37) 
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)] 
admin(20758): sys.executable  =   /usr/bin/python 
admin(20758): sys.prefix  =   /usr 
admin(20758): sys.exec_prefix =   /usr 
admin(20758): sys.path=   /usr 
admin(20758): sys.platform=   linux2 
admin(20758): [- Environment Variables -] 



and the permissions are

ls -ld /var/lib/mailman/archives/private
drwxrws--x 471 mailman mailman 36864 May 24 17:27 /var/lib/mailman/archives
/private

Help!

thanks

--
Mailman-Users mailing list Mailman-Users@python.org
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/archive%40jab.org


Re: [Mailman-Users] Bug in Mailman version 2.1.9

2012-05-24 Thread Mark Sapiro
On 5/24/2012 5:41 PM, Fletcher Cocquyt wrote:
 
 When attempting to login to the admin interface and the logs say:
 
 May 24 17:32:05 2012 admin(20758): 
  
 admin(20758): [- Mailman Version: 2.1.9 -] 
 admin(20758): [- Traceback --] 
 admin(20758): Traceback (most recent call last):
 admin(20758):   File /usr/lib/mailman/scripts/driver, line 101, in run_main
 admin(20758): main()
 admin(20758):   File /usr/lib/mailman/Mailman/Cgi/admindb.py, line 251, in 
 main
 admin(20758): mlist.Save()
 admin(20758):   File /usr/lib/mailman/Mailman/MailList.py, line 565, in Save
 admin(20758): self.CheckHTMLArchiveDir()
 admin(20758):   File /usr/lib/mailman/Mailman/Archiver/Archiver.py, line 
 241,
 
 in CheckHTMLArchiveDir
 admin(20758): makelink(privdir, pubdir)
 admin(20758):   File /usr/lib/mailman/Mailman/Archiver/Archiver.py, line 49,
 
 in makelink
 admin(20758): os.symlink(old, new)
 admin(20758): OSError: [Errno 13] Permission denied
[...]
 and the permissions are
 
 ls -ld /var/lib/mailman/archives/private
 drwxrws--x 471 mailman mailman 36864 May 24 17:27 /var/lib/mailman/archives
 /private


That's not relevant. The code is attempting to do the equivalent of

ln -s archives/private/LISTNAME archives/public/LISTNAME

What are the permissions on /var/lib/mailman/archives/public which is
where it's trying to create the link?

-- 
Mark Sapiro m...@msapiro.netThe 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
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/archive%40jab.org


Re: [Mailman-Users] Bug in Mailman version 2.1.9

2012-05-24 Thread Fletcher Cocquyt
Fletcher Cocquyt fcocquyt at stanford.edu writes:
 
 We receive this error:
 
 Bug in Mailman version 2.1.9
 
 We're sorry, we hit a bug!
 
I added a debug line to Archiver.py:

syslog('error', 'Archive file access failure:\n\t%s %s', old, new)

and it revealed the issue was a missing symlink in /var/lib/mailman/archives
/public:

Once I corrected the ownership - it succeeded:

ls -lad /var/lib/mailman/archives/public
drwxrwsr-x 2 35 utempter 32768 May 24 19:35 /var/lib/mailman/archives/public

chown mailman:mailman /var/lib/mailman/archives/public
ls -lad /var/lib/mailman/archives/public
drwxrwsr-x 2 mailman mailman 32768 May 24 19:35 /var/lib/mailman/archives/public


thanks

--
Mailman-Users mailing list Mailman-Users@python.org
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/archive%40jab.org


[Mailman-Users] Bug in Mailman error on ListInfo Page

2009-02-27 Thread J . R . Constance

Hi,

I have suddenly begun getting an error on the ListInfo page for all of  
my Mailman mailing lists. This is fairly recent. The lists function  
normally (as in, emails sent to the list address are sent to the  
subscribers) but nobody can subscribe through the listinfo page.


Yes, I know this is version 2.1.11.cp3 and I will probably end up  
having to ask over in the CPanel forums but I am hoping that someone  
(Mark) can give me a clue from the traceback below what direction I  
should go to start figuring this out so when I do go to Cpanel I have  
somewhere to start.


Thanks,

J.R.

J.R. Constance
Rodric Consulting, LLC
j...@rodricon.com
Phone:  720.339.3646



Feb 19 09:51:10 2009 admin(10019):  


admin(10019): [- Mailman Version: 2.1.11.cp3 -]
admin(10019): [- Traceback --]
admin(10019): Traceback (most recent call last):
admin(10019):   File /usr/local/cpanel/3rdparty/mailman/scripts/ 
driver, line 101, in run_main

admin(10019): main()
admin(10019):   File /usr/local/cpanel/3rdparty/mailman/Mailman/Cgi/ 
subscribe.py, line 96, in main

admin(10019): process_form(mlist, doc, cgidata, language)
admin(10019):   File /usr/local/cpanel/3rdparty/mailman/Mailman/Cgi/ 
subscribe.py, line 176, in process_form

admin(10019): mlist.AddMember(userdesc, remote)
admin(10019):   File /usr/local/cpanel/3rdparty/mailman/Mailman/ 
MailList.py, line 894, in AddMember

admin(10019): cookie = self.pend_new(Pending.SUBSCRIPTION, userdesc)
admin(10019):   File /usr/local/cpanel/3rdparty/mailman/Mailman/ 
Pending.py, line 65, in pend_new

admin(10019): db = self.__load()
admin(10019):   File /usr/local/cpanel/3rdparty/mailman/Mailman/ 
Pending.py, line 95, in __load

admin(10019): return cPickle.load(fp)
admin(10019): EOFError
admin(10019): [- Python Information -]
admin(10019): sys.version =   2.4.3 (#1, Oct 26 2006, 22:27:18)
[GCC 3.4.6 20060404 (Red Hat 3.4.6-3)]
admin(10019): sys.executable  =   /usr/local/bin/python2.4
admin(10019): sys.prefix  =   /usr/local
admin(10019): sys.exec_prefix =   /usr/local
admin(10019): sys.path=   /usr/local
admin(10019): sys.platform=   linux2
admin(10019): [- Environment Variables -]
admin(10019):   HTTP_REFERER: 
http://ascls-lists.org/mailman/listinfo/listname_ascls-lists.org
admin(10019): 	SERVER_SOFTWARE: Apache/2.0.63 (Unix) mod_ssl/2.0.63  
OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/ 
5.0.2.2635 PHP/5.2.5

admin(10019):   SCRIPT_NAME: /mailman/subscribe
admin(10019): 	SERVER_SIGNATURE: addressApache/2.0.63 (Unix) mod_ssl/ 
2.0.63 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4  
FrontPage/5.0.2.2635 PHP/5.2.5 Server at ascls-lists.org Port 80/ 
address

admin(10019):
admin(10019):   REQUEST_METHOD: POST
admin(10019):   HTTP_KEEP_ALIVE: 300
admin(10019):   SERVER_PROTOCOL: HTTP/1.1
admin(10019):   QUERY_STRING:
admin(10019):   CONTENT_LENGTH: 94
admin(10019):   HTTP_ACCEPT_CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.7
admin(10019): 	HTTP_USER_AGENT: Mozilla/5.0 (Macintosh; U; PPC Mac OS  
X Mach-O; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6 Mnenhy/ 
0.7.4.666

admin(10019):   HTTP_CONNECTION: keep-alive
admin(10019):   SERVER_NAME: ascls-lists.org
admin(10019):   REMOTE_ADDR: 65.89.84.2
admin(10019): 	PATH_TRANSLATED: /home/ascls-li/public_html/ 
listname_ascls-lists.org

admin(10019):   SERVER_PORT: 80
admin(10019):   SERVER_ADDR: 72.249.28.134
admin(10019):   DOCUMENT_ROOT: /home/ascls-li/public_html
admin(10019):   PYTHONPATH: /usr/local/cpanel/3rdparty/mailman
admin(10019): 	SCRIPT_FILENAME: /usr/local/cpanel/3rdparty/mailman/cgi- 
bin/subscribe

admin(10019):   SERVER_ADMIN: webmas...@ascls-lists.org
admin(10019):   HTTP_HOST: ascls-lists.org
admin(10019):   REQUEST_URI: /mailman/subscribe/listname_ascls-lists.org
admin(10019): 	HTTP_ACCEPT: text/html,application/xhtml 
+xml,application/xml;q=0.9,*/*;q=0.8

admin(10019):   GATEWAY_INTERFACE: CGI/1.1
admin(10019):   REMOTE_PORT: 6338
admin(10019):   HTTP_ACCEPT_LANGUAGE: en-us,en;q=0.5
admin(10019):   CONTENT_TYPE: application/x-www-form-urlencoded
admin(10019):   HTTP_ACCEPT_ENCODING: gzip,deflate
admin(10019):   PATH_INFO: /listname_ascls-lists.org





--
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


Re: [Mailman-Users] Bug in Mailman error on ListInfo Page

2009-02-27 Thread Mark Sapiro
J.R. Constance wrote:

I have suddenly begun getting an error on the ListInfo page for all of  
my Mailman mailing lists. This is fairly recent. The lists function  
normally (as in, emails sent to the list address are sent to the  
subscribers) but nobody can subscribe through the listinfo page.


The error below is from an attempted subscribe (i.e. clicking the
subscribe button) from the listinfo page for the list whose name you
apparently replaced with 'listname' in a few places below.

The problem is the subscribe request can't be added to the pending
database because the
usr/local/cpanel/3rdparty/mailman/lists/listname_ascls-lists.org/pending.pck
file is corrupt. You can just remove that file, although you will lose
the confirmation data for other requests, but it's probably lost
anyway.

Is this the problem you're having?

I note that I can go to the overview at
http://ascls-lists.org/mailman/listinfo/ and to the listinfo for the
two public lists on that page without problem.



Feb 19 09:51:10 2009 admin(10019):  

admin(10019): [- Mailman Version: 2.1.11.cp3 -]
admin(10019): [- Traceback --]
admin(10019): Traceback (most recent call last):
admin(10019):   File /usr/local/cpanel/3rdparty/mailman/scripts/ 
driver, line 101, in run_main
admin(10019): main()
admin(10019):   File /usr/local/cpanel/3rdparty/mailman/Mailman/Cgi/ 
subscribe.py, line 96, in main
admin(10019): process_form(mlist, doc, cgidata, language)
admin(10019):   File /usr/local/cpanel/3rdparty/mailman/Mailman/Cgi/ 
subscribe.py, line 176, in process_form
admin(10019): mlist.AddMember(userdesc, remote)
admin(10019):   File /usr/local/cpanel/3rdparty/mailman/Mailman/ 
MailList.py, line 894, in AddMember
admin(10019): cookie = self.pend_new(Pending.SUBSCRIPTION, userdesc)
admin(10019):   File /usr/local/cpanel/3rdparty/mailman/Mailman/ 
Pending.py, line 65, in pend_new
admin(10019): db = self.__load()
admin(10019):   File /usr/local/cpanel/3rdparty/mailman/Mailman/ 
Pending.py, line 95, in __load
admin(10019): return cPickle.load(fp)
admin(10019): EOFError
admin(10019): [- Python Information -]
admin(10019): sys.version =   2.4.3 (#1, Oct 26 2006, 22:27:18)
[GCC 3.4.6 20060404 (Red Hat 3.4.6-3)]
admin(10019): sys.executable  =   /usr/local/bin/python2.4
admin(10019): sys.prefix  =   /usr/local
admin(10019): sys.exec_prefix =   /usr/local
admin(10019): sys.path=   /usr/local
admin(10019): sys.platform=   linux2
admin(10019): [- Environment Variables -]
admin(10019):  HTTP_REFERER: 
http://ascls-lists.org/mailman/listinfo/listname_ascls-lists.org
admin(10019):  SERVER_SOFTWARE: Apache/2.0.63 (Unix) mod_ssl/2.0.63  
OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/ 
5.0.2.2635 PHP/5.2.5
admin(10019):  SCRIPT_NAME: /mailman/subscribe
admin(10019):  SERVER_SIGNATURE: addressApache/2.0.63 (Unix) mod_ssl/ 
2.0.63 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4  
FrontPage/5.0.2.2635 PHP/5.2.5 Server at ascls-lists.org Port 80/ 
address
admin(10019):
admin(10019):  REQUEST_METHOD: POST
admin(10019):  HTTP_KEEP_ALIVE: 300
admin(10019):  SERVER_PROTOCOL: HTTP/1.1
admin(10019):  QUERY_STRING:
admin(10019):  CONTENT_LENGTH: 94
admin(10019):  HTTP_ACCEPT_CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.7
admin(10019):  HTTP_USER_AGENT: Mozilla/5.0 (Macintosh; U; PPC Mac OS  
X Mach-O; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6 Mnenhy/ 
0.7.4.666
admin(10019):  HTTP_CONNECTION: keep-alive
admin(10019):  SERVER_NAME: ascls-lists.org
admin(10019):  REMOTE_ADDR: 65.89.84.2
admin(10019):  PATH_TRANSLATED: /home/ascls-li/public_html/ 
listname_ascls-lists.org
admin(10019):  SERVER_PORT: 80
admin(10019):  SERVER_ADDR: 72.249.28.134
admin(10019):  DOCUMENT_ROOT: /home/ascls-li/public_html
admin(10019):  PYTHONPATH: /usr/local/cpanel/3rdparty/mailman
admin(10019):  SCRIPT_FILENAME: /usr/local/cpanel/3rdparty/mailman/cgi- 
bin/subscribe
admin(10019):  SERVER_ADMIN: webmas...@ascls-lists.org
admin(10019):  HTTP_HOST: ascls-lists.org
admin(10019):  REQUEST_URI: /mailman/subscribe/listname_ascls-lists.org
admin(10019):  HTTP_ACCEPT: text/html,application/xhtml 
+xml,application/xml;q=0.9,*/*;q=0.8
admin(10019):  GATEWAY_INTERFACE: CGI/1.1
admin(10019):  REMOTE_PORT: 6338
admin(10019):  HTTP_ACCEPT_LANGUAGE: en-us,en;q=0.5
admin(10019):  CONTENT_TYPE: application/x-www-form-urlencoded
admin(10019):  HTTP_ACCEPT_ENCODING: gzip,deflate
admin(10019):  PATH_INFO: /listname_ascls-lists.org

-- 
Mark Sapiro m...@msapiro.netThe 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: 

Re: [Mailman-Users] Bug in Mailman error on ListInfo Page

2009-02-27 Thread J.R. Constance

Thanks Mark, that fixed the problem.

The pending.pck file had a date of Sep 2007 with a file size of zero.

And yes, I did change that list address. Always feel kind of queasy  
about giving out that much info for one of my lists to a public  
mailing list.


By the way, visiting the listinfo pages was not the problem. Only  
subscribing from them.


J.R.

On Feb 27, 2009, at 1:17 PM, Mark Sapiro wrote:


J.R. Constance wrote:


I have suddenly begun getting an error on the ListInfo page for all  
of

my Mailman mailing lists. This is fairly recent. The lists function
normally (as in, emails sent to the list address are sent to the
subscribers) but nobody can subscribe through the listinfo page.



The error below is from an attempted subscribe (i.e. clicking the
subscribe button) from the listinfo page for the list whose name you
apparently replaced with 'listname' in a few places below.

The problem is the subscribe request can't be added to the pending
database because the
usr/local/cpanel/3rdparty/mailman/lists/listname_ascls-lists.org/ 
pending.pck

file is corrupt. You can just remove that file, although you will lose
the confirmation data for other requests, but it's probably lost
anyway.

Is this the problem you're having?

I note that I can go to the overview at
http://ascls-lists.org/mailman/listinfo/ and to the listinfo for the
two public lists on that page without problem.




Feb 19 09:51:10 2009 admin(10019):

admin(10019): [- Mailman Version: 2.1.11.cp3 -]
admin(10019): [- Traceback --]
admin(10019): Traceback (most recent call last):
admin(10019):   File /usr/local/cpanel/3rdparty/mailman/scripts/
driver, line 101, in run_main
admin(10019): main()
admin(10019):   File /usr/local/cpanel/3rdparty/mailman/Mailman/Cgi/
subscribe.py, line 96, in main
admin(10019): process_form(mlist, doc, cgidata, language)
admin(10019):   File /usr/local/cpanel/3rdparty/mailman/Mailman/Cgi/
subscribe.py, line 176, in process_form
admin(10019): mlist.AddMember(userdesc, remote)
admin(10019):   File /usr/local/cpanel/3rdparty/mailman/Mailman/
MailList.py, line 894, in AddMember
admin(10019): cookie = self.pend_new(Pending.SUBSCRIPTION,  
userdesc)

admin(10019):   File /usr/local/cpanel/3rdparty/mailman/Mailman/
Pending.py, line 65, in pend_new
admin(10019): db = self.__load()
admin(10019):   File /usr/local/cpanel/3rdparty/mailman/Mailman/
Pending.py, line 95, in __load
admin(10019): return cPickle.load(fp)
admin(10019): EOFError
admin(10019): [- Python Information -]
admin(10019): sys.version =   2.4.3 (#1, Oct 26 2006, 22:27:18)
[GCC 3.4.6 20060404 (Red Hat 3.4.6-3)]
admin(10019): sys.executable  =   /usr/local/bin/python2.4
admin(10019): sys.prefix  =   /usr/local
admin(10019): sys.exec_prefix =   /usr/local
admin(10019): sys.path=   /usr/local
admin(10019): sys.platform=   linux2
admin(10019): [- Environment Variables -]
admin(10019):   HTTP_REFERER: 
http://ascls-lists.org/mailman/listinfo/listname_ascls-lists.org
admin(10019):   SERVER_SOFTWARE: Apache/2.0.63 (Unix) mod_ssl/2.0.63
OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/
5.0.2.2635 PHP/5.2.5
admin(10019):   SCRIPT_NAME: /mailman/subscribe
admin(10019): 	SERVER_SIGNATURE: addressApache/2.0.63 (Unix)  
mod_ssl/

2.0.63 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4
FrontPage/5.0.2.2635 PHP/5.2.5 Server at ascls-lists.org Port 80/
address
admin(10019):
admin(10019):   REQUEST_METHOD: POST
admin(10019):   HTTP_KEEP_ALIVE: 300
admin(10019):   SERVER_PROTOCOL: HTTP/1.1
admin(10019):   QUERY_STRING:
admin(10019):   CONTENT_LENGTH: 94
admin(10019):   HTTP_ACCEPT_CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.7
admin(10019):   HTTP_USER_AGENT: Mozilla/5.0 (Macintosh; U; PPC Mac OS
X Mach-O; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6 Mnenhy/
0.7.4.666
admin(10019):   HTTP_CONNECTION: keep-alive
admin(10019):   SERVER_NAME: ascls-lists.org
admin(10019):   REMOTE_ADDR: 65.89.84.2
admin(10019):   PATH_TRANSLATED: /home/ascls-li/public_html/
listname_ascls-lists.org
admin(10019):   SERVER_PORT: 80
admin(10019):   SERVER_ADDR: 72.249.28.134
admin(10019):   DOCUMENT_ROOT: /home/ascls-li/public_html
admin(10019):   PYTHONPATH: /usr/local/cpanel/3rdparty/mailman
admin(10019): 	SCRIPT_FILENAME: /usr/local/cpanel/3rdparty/mailman/ 
cgi-

bin/subscribe
admin(10019):   SERVER_ADMIN: webmas...@ascls-lists.org
admin(10019):   HTTP_HOST: ascls-lists.org
admin(10019): 	REQUEST_URI: /mailman/subscribe/listname_ascls- 
lists.org

admin(10019):   HTTP_ACCEPT: text/html,application/xhtml
+xml,application/xml;q=0.9,*/*;q=0.8
admin(10019):   GATEWAY_INTERFACE: CGI/1.1
admin(10019):   REMOTE_PORT: 6338
admin(10019):   HTTP_ACCEPT_LANGUAGE: en-us,en;q=0.5
admin(10019):   CONTENT_TYPE: application/x-www-form-urlencoded
admin(10019):   HTTP_ACCEPT_ENCODING: gzip,deflate
admin(10019):   PATH_INFO: /listname_ascls-lists.org


--
Mark 

[Mailman-Users] Bug in Mailman version 2.1.8

2008-03-17 Thread Ki Song
I tried starting up my mailman installation this morning (mailmanctl start),
and I got the following message:





Traceback (most recent call last):
Logging error: StampedLogger to '/usr/local/mailman/logs/error'
Traceback (most recent call last):
  File /usr/local/mailman/Mailman/Logging/Logger.py, line 92, in write
f.write(msg)
  File /usr/lib/python2.4/codecs.py, line 444, in write
return self.writer.write(data)
  File /usr/lib/python2.4/codecs.py, line 179, in write
self.stream.write(data)
IOError: [Errno 28] No space left on device
Original log message:
[Errno 28] No space left on device
  File ./mailmanctl, line 548, in ?
main()
  File ./mailmanctl, line 390, in main
lock = acquire_lock(force)
  File ./mailmanctl, line 214, in acquire_lock
lock = acquire_lock_1(force)
  File ./mailmanctl, line 199, in acquire_lock_1
lock.lock(0.1)
  File /usr/local/mailman/Mailman/LockFile.py, line 243, in lock
self.__write()
  File /usr/local/mailman/Mailman/LockFile.py, line 424, in __write
fp.close()
IOError: [Errno 28] No space left on device




One major error I see is that there is no more disk space on the server.
How can I remedy this situation?


--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman version 2.1.8

2008-03-17 Thread Mark Sapiro
Ki Song wrote:

One major error I see is that there is no more disk space on the server.
How can I remedy this situation?


Buy a bigger disk. :-(

Seriously, this is an OS question, not a Mailman question.

-- 
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman version 2.1.8

2008-03-17 Thread Ki Song
 
 One major error I see is that there is no more disk space on the server.
 How can I remedy this situation?
 
 
 Buy a bigger disk. :-(
 
 Seriously, this is an OS question, not a Mailman question.
 
 -- 
 Mark Sapiro [EMAIL PROTECTED]The highway is for gamblers,
 San Francisco Bay Area, Californiabetter use your sense - B. Dylan
 

The weird thing is that until this Friday, there was approximately 70-80%
free space on the 75GB partition.

I know this is not a mailman question, but how should I go about looking for
files that may have suddenly taken up all that disk space.

Any help would be greatly appreciated!


--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman version 2.1.8

2008-03-17 Thread Ki Song
 One major error I see is that there is no more disk space on the server.
 How can I remedy this situation?
 
 
 Buy a bigger disk. :-(
 
 Seriously, this is an OS question, not a Mailman question.
 
 -- 
 Mark Sapiro [EMAIL PROTECTED]The highway is for gamblers,
 San Francisco Bay Area, Californiabetter use your sense - B. Dylan
 
 
 The weird thing is that until this Friday, there was approximately 70-80%
 free space on the 75GB partition.
 
 I know this is not a mailman question, but how should I go about looking for
 files that may have suddenly taken up all that disk space.
 
 Any help would be greatly appreciated!
 
OK. What if I installed a second hard drive.
How easy is it to tell mailman and other programs to use the second hard
drive?

Or, would it be easier/better to clone the linux install from the current
hard drive to a different, bigger hard drive? 


--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman version 2.1.8

2008-03-17 Thread Mark Sapiro
Ki Song wrote:

The weird thing is that until this Friday, there was approximately 70-80%
free space on the 75GB partition.

I know this is not a mailman question, but how should I go about looking for
files that may have suddenly taken up all that disk space.

Tools like du and find with the -mtime and/or -size tests may help.

-- 
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman version 2.1.8

2008-03-17 Thread Mark Sapiro
Ki Song wrote:
 
OK. What if I installed a second hard drive.
How easy is it to tell mailman and other programs to use the second hard
drive?


You'd have to copy the current partition to the new drive and then
umount the old partition and mount the new one.


Or, would it be easier/better to clone the linux install from the current
hard drive to a different, bigger hard drive? 


Maybe.

But, if I where you, I'd try to find out where the 55-60 GB of free
space went.

-- 
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman version 2.1.8

2008-03-17 Thread Hank van Cleef
The esteemed Ki Song has said:
  
  One major error I see is that there is no more disk space on the server.
  How can I remedy this situation?
  
  Buy a bigger disk. :-(
  
  Seriously, this is an OS question, not a Mailman question.
  -- 
  Mark Sapiro [EMAIL PROTECTED]The highway is for gamblers,
 
 The weird thing is that until this Friday, there was approximately 70-80%
 free space on the 75GB partition.
 
 I know this is not a mailman question, but how should I go about looking for
 files that may have suddenly taken up all that disk space.
 
 Any help would be greatly appreciated!
 
I'd suggest using a few of the handy Unix tools that have been around
since ATT was inventing it.

df and du on appropriate directories and with appropriate flags.
ls -ltr will show you what's recent in a hurry.
find -size -newer -type f to look for recent big files.  
fine -name core to find core files.
Where are your /tmp files located and what's in them?
top will find you processes that may be running out of control.

I doubt that suddenly filling up a 75GB partition has anything to do
with Mailman.  You've got basic system administration issues.  
Has someone hacked your system and installed a rootkit?

Hank
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman version 2.1.9

2008-03-15 Thread Fabricio Oliveira

Hi Mark, I stoped the services and restored backup. I checked permssions and 
started the services. After that the mailman doesn't restart, see logs: 
Traceback (most recent call last):  File '/usr/local/mailman/bin/mailmanctl', 
line 548, in ?main()  File '/usr/local/mailman/bin/mailmanctl', line 517, 
in mainnewpid = start_runner(qrname, slice, count)  File 
'/usr/local/mailman/bin/mailmanctl', line 257, in start_runner
os.execl(mm_cfg.PYTHON, mm_cfg.PYTHON, exe, rswitch, '-s')  File 
'/usr/lib/python2.4/os.py', line 309, in execlexecv(file, args)OSError: 
[Errno 2] No such file or directoryMar 15 12:11:01 2008 (11307) Master qrunner 
detected subprocess exit(pid: 11331, sig: None, sts: 1, class: BounceRunner, 
slice: 1/1) [restarting]Mar 15 12:11:01 2008 (11307) Qrunner BounceRunner 
reached maximum restart limit of 10, not restarting. I don't know what is 
happen, but I need solve this issue... Thank you for your help. Regards,Fabricio
_
Veja mapas e encontre as melhores rotas para fugir do trânsito com o Live 
Search Maps!
http://www.livemaps.com.br/index.aspx?tr=trueHi Mark,

I stoped the services and restored backup. I checked permssions and started the 
services. After that the mailman doesn't restart, see logs:

Traceback (most recent call last):
  File /usr/local/mailman/bin/mailmanctl, line 548, in ?
main()
  File /usr/local/mailman/bin/mailmanctl, line 517, in main
newpid = start_runner(qrname, slice, count)
  File /usr/local/mailman/bin/mailmanctl, line 257, in start_runner
os.execl(mm_cfg.PYTHON, mm_cfg.PYTHON, exe, rswitch, '-s')
  File /usr/lib/python2.4/os.py, line 309, in execl
execv(file, args)
OSError: [Errno 2] No such file or directory
Mar 15 12:11:01 2008 (11307) Master qrunner detected subprocess exit
(pid: 11331, sig: None, sts: 1, class: BounceRunner, slice: 1/1) [restarting]
Mar 15 12:11:01 2008 (11307) Qrunner BounceRunner reached maximum restart limit 
of 10, not restarting.

I don't know what is happen, but I need solve this issue...

Thank you for your help.

Regards,
Fabricio--
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=showamp;file=faq01.027.htp

Re: [Mailman-Users] Bug in Mailman version 2.1.9

2008-03-15 Thread Mark Sapiro
Fabricio Oliveira wrote:
  
 I stoped the services and restored backup. I checked permssions and 
 started the services. After that the mailman doesn't restart, see logs:
  
 Traceback (most recent call last):
   File '/usr/local/mailman/bin/mailmanctl', line 548, in ?
 main()
   File '/usr/local/mailman/bin/mailmanctl', line 517, in main
 newpid = start_runner(qrname, slice, count)
   File '/usr/local/mailman/bin/mailmanctl', line 257, in start_runner
 os.execl(mm_cfg.PYTHON, mm_cfg.PYTHON, exe, rswitch, '-s')
   File '/usr/lib/python2.4/os.py', line 309, in execl
 execv(file, args)
 OSError: [Errno 2] No such file or directory
 Mar 15 12:11:01 2008 (11307) Master qrunner detected subprocess exit
 (pid: 11331, sig: None, sts: 1, class: BounceRunner, slice: 1/1) 
 [restarting]
 Mar 15 12:11:01 2008 (11307) Qrunner BounceRunner reached maximum 
 restart limit of 10, not restarting.
  
 I don't know what is happen, but I need solve this issue...


It appears that you installed a broken backup.

It was not a good idea to install an entire backup. The only thing that 
needed to be restored from backup was the apparently corrupt 
/usr/local/mailman/lists/cartaoberro/config.pck file.

If possible, you should go back to what you had prior to the restore and 
then replace only that one file with the one from the backup.

If that is not possible, the above error is caused by an incorrect value 
for PYTHON or for PREFIX in Defaults.py. These are set by configure, so 
the problem appears to be that the backup you restored was 
mis-configured and not a working Mailman or the restore was incomplete, 
or the location of 'python' has changed since the backup.

You really need to go back to your almost working except for the 
cartaoberro list Mailman and just restore that one list's config.pck. 
If you can't do that, you may have to just start over.

-- 
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman version 2.1.9

2008-03-11 Thread Fabricio Oliveira

Hi Mark,I see your considerations about permissions, but I don't know are 
SELinux. What is this? See attachment for more information. Thanks for your 
help!! Regards,Fabricio Date: Mon, 10 Mar 2008 12:16:35 -0700 From: [EMAIL 
PROTECTED] To: [EMAIL PROTECTED] CC: mailman-users@python.org Subject: Re: 
RE: [Mailman-Users] Bug in Mailman version 2.1.9  Fabricio Oliveira wrote:  
Hi Mark,See attachment file with the log.   Thank you for reposting 
the logs as an attachment. That is much better.  Here is your log data with 
my comments interspersed.   Log - /usr/local/mailman/logs/error   Mar 08 
10:48:37 2008 qrunner(1656): Traceback (most recent call last):  Mar 08 
10:48:37 2008 qrunner(1656): File  '/usr/local/mailman/bin/qrunner', line 278, 
in ?  Mar 08 10:48:37 2008 qrunner(1656): main()  Mar 08 10:48:37 2008 
qrunner(1656): File  '/usr/local/mailman/bin/qrunner', line 238, in main  
Mar 08 10:48:37 2008 qrunner(1656): qrunner.run()  Mar 08 10:48:37 2008 
qrunner(1656): File  '/usr/local/mailman/Mailman/Queue/Runner.py', line 71, in 
run  Mar 08 10:48:37 2008 qrunner(1656): filecnt = self._oneloop()  Mar 08 
10:48:37 2008 qrunner(1656): File  
'/usr/local/mailman/Mailman/Queue/Runner.py', line 100, in _oneloop  Mar 08 
10:48:37 2008 qrunner(1656): msg, msgdata =  
self._switchboard.dequeue(filebase)  Mar 08 10:48:37 2008 qrunner(1656): File 
 '/usr/local/mailman/Mailman/Queue/Switchboard.py', line 150, in dequeue  
Mar 08 10:48:37 2008 qrunner(1656): fp = open(filename)  Mar 08 10:48:37 2008 
qrunner(1656): IOError : [Errno 13] Permission  denied:  
'/usr/local/mailman/qfiles/in/1204984114.6525619+5fb960a623c129aa4c6faf55d72e84188d8bafc6.pck'
   This says that IncomingRunner can't read the referenced queue entry  
file. Based on the permissions you show below, this would seem  impossible 
unless IncomingRunner was not running in the mailman group or  there is some 
SELinux or other security policy preventing it. This can  be caused by the 
runner being manually started or mailmanctl being run  by a non-root user.  
  Mar 08 11:04:45 2008 (1883) couldn't load config file  
/usr/local/mailman/lists/cartaoberro/config.pck insecure string pickle  Mar 
08 11:04:45 2008 (1883) couldn't load config file  
/usr/local/mailman/lists/cartaoberro/config.pck.last invalid load key, '¨'.  
Mar 08 11:04:45 2008 (1883) couldn't load config file  
/usr/local/mailman/lists/cartaoberro/config.db [Errno 2] No such file or  
directory: '/usr/local/mailman/lists/cartaoberro/config.db'  Mar 08 11:04:45 
2008 (1883) couldn't load config file  
/usr/local/mailman/lists/cartaoberro/config.db.last[Errno 2] No such  file or 
directory: '/usr/local/mailman/lists/cartaoberro/config.db.last'  Mar 08 
11:04:45 2008 (1883) All cartaoberro fallbacks were corrupt,  giving up  Mar 
08 11:04:45 2008 (1883) couldn't load config file  
/usr/local/mailman/lists/cartaoberro/config.pckinsecure string pickle  Mar 08 
11:04:45 2008 (1883) couldn't load config file  
/usr/local/mailman/lists/cartaoberro/config.pck.lastinvalid load key, '¨'.  
Mar 08 11:04:45 2008 (1883) couldn't load config file  
/usr/local/mailman/lists/c artaoberro/config.db[Errno 2] No such file or  
directory: '/usr/local/mailman/lists/cartaoberro/config.db'  Mar 08 11:04:45 
2008 (1883) couldn't load config file  
/usr/local/mailman/lists/cartaoberro/config.db.last[Errno 2] No such  file or 
directory: '/usr/local/mailman/lists/cartaoberro/config.db.last'  Mar 08 
11:04:45 2008 (1883) All cartaoberro fallbacks were corrupt,  giving up   
This and the error below are the same error from the admin web  interface. It 
appears that both the config.pck and config.pck.last for  the cartaoberro list 
are corrupt (the config.db* files normally don't  exist in a mailman 2.1.x 
installation).Mar 08 11:04:45 2008 admin(1883):  
  admin(1883): [- Mailman 
Version: 2.1.9 -]  admin(1883): [- Traceback --]  admin(1883): 
Traceback (most recent call last):  admin(1883): File 
'/usr/local/mailman/scripts/driver', line 101, in  run_main  admin(1883): 
main()  admin(1883): File '/usr/local/mailman/Mailman/Cgi/admin.py', line 75, 
 in main  admin(1883): admin_overview(_('No such list 
em%(safelistname)s/em'))  admin(1883): File 
'/usr/local/mailman/Mailman/Cgi/admin.py', line  233, in admi n_overview  
admin(1883): mlist = MailList.MailList(name, lock=0)  admin(1883): File 
'/usr/local/mailman/Mailman/MailList.py', line 130,  in __ini t__  
admin(1883): self.Load()admin(1883): File  
'/usr/local/mailman/Mailman/MailList.py', line 644, in Load  admin(1883): 
raise Errors.MMCorruptListDatabaseError, e  admin(1883): 
MMCorruptListDatabaseError: [Errno 2] No such file or  directory: '/ 
usr/local/mailman/lists/cartaoberro/config.db.last'  admin(1883): [- 
Python Information -]  admin(1883): sys.version = 2.4.3 (#1, Jul 26 2006, 
20:13:39)[GCC 3.4.6]  admin(1883): sys.executable = /usr/bin/python  
admin(1883): sys.prefix

Re: [Mailman-Users] Bug in Mailman version 2.1.9

2008-03-11 Thread Mark Sapiro
Fabricio Oliveira wrote:
 Hi Mark,
 
 I see your considerations about permissions, but I don't know are SELinux. 
 What is this?


SELinux is a security policy manager that can prevent file access based 
on security policies even though the access would be allowed by file 
permissions.


 I stoped the python's services and I restarted the service with the command 
 below:
 
 [EMAIL PROTECTED]:/usr/local/mailman/bin# ./mailmanctl stop
 Shutting down Mailman's master qrunner
 
 [EMAIL PROTECTED]:/usr/local/mailman/bin# ps -fAww |grep python
 
 [EMAIL PROTECTED]:/usr/local/mailman/bin# ./mailmanctl start
 Starting Mailman's master qrunner.
 
 After restarted the service, the following pid appear:
 
 [EMAIL PROTECTED]:/usr/local/mailman/bin# ps -fAww |grep python
 mailman  27184 1  0 12:54 ?00:00:00 /usr/bin/python ./mailmanctl 
 start
 mailman  27185 27184  4 12:54 ?00:00:00 /usr/bin/python 
 /usr/local/mailman/bin/qrunner --runner=ArchRunner:0:1 -s
 mailman  27186 27184 56 12:54 ?00:00:02 /usr/bin/python 
 /usr/local/mailman/bin/qrunner --runner=BounceRunner:0:1 -s
 mailman  27187 27184  4 12:54 ?00:00:00 /usr/bin/python 
 /usr/local/mailman/bin/qrunner --runner=CommandRunner:0:1 -s
 mailman  27188 27184  4 12:54 ?00:00:00 /usr/bin/python 
 /usr/local/mailman/bin/qrunner --runner=IncomingRunner:0:1 -s
 mailman  27189 27184  4 12:54 ?00:00:00 /usr/bin/python 
 /usr/local/mailman/bin/qrunner --runner=NewsRunner:0:1 -s
 mailman  27190 27184  4 12:54 ?00:00:00 /usr/bin/python 
 /usr/local/mailman/bin/qrunner --runner=OutgoingRunner:0:1 -s
 mailman  27191 27184  5 12:54 ?00:00:00 /usr/bin/python 
 /usr/local/mailman/bin/qrunner --runner=VirginRunner:0:1 -s
 mailman  27192 27184  5 12:54 ?00:00:00 /usr/bin/python 
 /usr/local/mailman/bin/qrunner --runner=RetryRunner:0:1 -s


OK, so now Mailman started properly, and the lock file and perhaps qfile 
problems may be solved.


 The page continue with the error:
 
 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. 


This error had nothing to do with the other problems. This error is 
apparently due to the configuration files for the cartaoberro list being 
corrupt. The error log entries you posted previously indicate that the 
data from the /usr/local/mailman/lists/cartaoberro/config.pck and 
/usr/local/mailman/lists/cartaoberro/config.pck.last files couldn't be 
loaded. It appears that these files are corrupt.

If you have a backup, I suggest you try restoring these files from the 
backup. Without that, you can try to dump the files with Mailman's 
bin/dumpdb, but that will probably fail in the same way. If so, the best 
you may be able to do is use the strings command to try to extract as 
much information as possible from these files and use it to recreate the 
list.

-- 
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman version 2.1.9

2008-03-10 Thread Fabricio Oliveira

Hi Mark, See attachment file with the log. Thanks. Regards,Fabrício Date: Sat, 
8 Mar 2008 09:05:25 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: 
mailman-users@python.org Subject: Re: [Mailman-Users] Bug in Mailman version 
2.1.9  Fabricio Oliveira wrote:  Hi,When I try access the page of 
Mailman appear the error bellow: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. I changed permissions of directorys, but don't work. I do the 
instructions discribe in following links: 
http://archive.netbsd.se/?ml=mailman-usersa=2007-11t=5744516, 
http://www.forum.techcuriosity.com/viewtopic.php?p=376sid=0193ffbab1bee8e67dce3657319f4f83
 and http://forum.swsoft.com/pda/index.php/t-48560.html, but don't work too.  
  Log - /usr/local/mailman/logs/errorMar 08 10:48:37 2008 
qrunner(1656): Traceback (most recent call last):Mar 08 10:48:37 2008 
qrunner(1656): File '/usr/local/mailman/bin/qrunner', line 278, in ?Mar 08 
10:48:37 2008 qrunner(1656): main()Mar 08 10:48:37 2008 qrunner(1656): File 
'/usr/local/mailman/bin/qrunner', line 238, in mainMar 08 10:48:37 2008 
qrunner(1656): qrunner.run()Mar 08 10:48:37 2008 qrunner(1656): File 
'/usr/local/mailman/Mailman/Queue/Runner.py', line 71, in runMar 08 10:48:37 
2008 qrunner(1656): filecnt = self._oneloop()Mar 08 10:48:37 2008 
qrunner(1656): File '/usr/local/mailman/Mailman/Queue/Runner.py', line 100, in 
_oneloopMar 08 10:48:37 2008 qrunner(1656): msg, msgdata = 
self._switchboard.dequeue(filebase)Mar 08 10:48:37 2008 qrunner(1656): File 
'/usr/local/mailman/Mailman/Queue/Switchboard.py', line 150, in dequeueMar 08 
10:48:37 2008 qrunner(1656): fp = open(filename)Mar 08 10:48:37 2008 
qrunner(1656): IOError : [Errno 13] Permission denied: '/usr/loc 
al/mailman/qfiles/in/1204984114.6525619+5fb960a623c129aa4c6faf55d72e84188d8bafc6.pck'Mar
 08 11:04:45 2008 (1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.pck insecure string pickleMar 08 
11:04:45 2008 (1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.pck.last invalid load key, '¨'.Mar 
08 11:04:45 2008 (1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.db[Errno 2] No such file or 
directory: '/usr/local/mailman/lists/cartaoberro/config.db'Mar 08 11:04:45 2008 
(1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.db.last[Errno 2] No such file or 
directory: '/usr/local/mailman/lists/cartaoberro/config.db.last'Mar 08 11:04:45 
2008 (1883) All cartaoberro fallbacks were corrupt, giving upMar 08 11:04:45 
2008 (1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.pckinsecure string pickleMar 08 
11:04:45 2008 (1883) couldn't load config file /usr/local/mailman 
/lists/cartaoberro/config.pck.lastinvalid load key, '¨'.Mar 08 11:04:45 2008 
(1883) couldn't load config file /usr/local/mailman/lists/c 
artaoberro/config.db[Errno 2] No such file or directory: 
'/usr/local/mailman/lists/cartaoberro/config.db'Mar 08 11:04:45 2008 (1883) 
couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.db.last[Errno 2] No such file or 
directory: '/usr/local/mailman/lists/cartaoberro/config.db.last'Mar 08 11:04:45 
2008 (1883) All cartaoberro fallbacks were corrupt, giving upMar 08 11:04:45 
2008 admin(1883): admin(1883): 
[- Mailman Version: 2.1.9 -]admin(1883): [- Traceback 
--]admin(1883): Traceback (most recent call last):admin(1883): File 
'/usr/local/mailman/scripts/driver', line 101, in run_mainadmin(1883): 
main()admin(1883): File '/usr/local/mailman/Mailman/Cgi/admin.py', line 75, in 
mainadmin(1883): admin_overview(_('No such list 
em%(safelistname)s/em'))admin(188 3): File 
'/usr/local/mailman/Mailman/Cgi/admin.py', line 233, in admi 
n_overviewadmin(1883): mlist = MailList.MailList(name, lock=0)admin(1883): File 
'/usr/local/mailman/Mailman/MailList.py', line 130, in __ini t__admin(1883): 
self.Load()admin(1883): File '/usr/local/mailman/Mailman/MailList.py', line 
644, in Loadadmin(1883): raise Errors.MMCorruptListDatabaseError, eadmin(1883): 
MMCorruptListDatabaseError: [Errno 2] No such file or directory: '/ 
usr/local/mailman/lists/cartaoberro/config.db.last'admin(1883): [- Python 
Information -]admin(1883): sys.version = 2.4.3 (#1, Jul 26 2006, 
20:13:39)[GCC 3.4.6]admin(1883): sys.executable = /usr/bin/pythonadmin(1883): 
sys.prefix = /usradmin(1883): sys.exec_prefix = /usradmin(1883): sys.path = 
/usradmin(1883): sys.platform = linux2admin(1883): [-  Environment 
Variables -]admin(1883): SERVER_SOFTWARE: Apache/1.3.37 (Unix)admin(1883): 
SCRIPT_NAME: /mailman/adminadmin(1883): SERVER_SIGNATURE: 
ADDRESSApache/1.3.37 Server at serverlinux.r evistaoberro.com.br

Re: [Mailman-Users] Bug in Mailman version 2.1.9

2008-03-10 Thread Mark Sapiro
Fabricio Oliveira wrote:
 Hi Mark,
  
 See attachment file with the log.


Thank you for reposting the logs as an attachment. That is much better.

Here is your log data with my comments interspersed.

  Log - /usr/local/mailman/logs/error
 
  Mar 08 10:48:37 2008 qrunner(1656): Traceback (most recent call last):
  Mar 08 10:48:37 2008 qrunner(1656): File 
/usr/local/mailman/bin/qrunner, line 278, in ?
  Mar 08 10:48:37 2008 qrunner(1656): main()
  Mar 08 10:48:37 2008 qrunner(1656): File 
/usr/local/mailman/bin/qrunner, line 238, in main
  Mar 08 10:48:37 2008 qrunner(1656): qrunner.run()
  Mar 08 10:48:37 2008 qrunner(1656): File 
/usr/local/mailman/Mailman/Queue/Runner.py, line 71, in run
  Mar 08 10:48:37 2008 qrunner(1656): filecnt = self._oneloop()
  Mar 08 10:48:37 2008 qrunner(1656): File 
/usr/local/mailman/Mailman/Queue/Runner.py, line 100, in _oneloop
  Mar 08 10:48:37 2008 qrunner(1656): msg, msgdata = 
self._switchboard.dequeue(filebase)
  Mar 08 10:48:37 2008 qrunner(1656): File 
/usr/local/mailman/Mailman/Queue/Switchboard.py, line 150, in dequeue
  Mar 08 10:48:37 2008 qrunner(1656): fp = open(filename)
  Mar 08 10:48:37 2008 qrunner(1656): IOError : [Errno 13] Permission 
denied: 
'/usr/local/mailman/qfiles/in/1204984114.6525619+5fb960a623c129aa4c6faf55d72e84188d8bafc6.pck'


This says that IncomingRunner can't read the referenced queue entry 
file.  Based on the permissions you show below, this would seem 
impossible unless IncomingRunner was not running in the mailman group or 
there is some SELinux or other security policy preventing it. This can 
be caused by the runner being manually started or mailmanctl being run 
by a non-root user.


  Mar 08 11:04:45 2008 (1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.pck insecure string pickle
  Mar 08 11:04:45 2008 (1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.pck.last invalid load key, '¨'.
  Mar 08 11:04:45 2008 (1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.db [Errno 2] No such file or 
directory: '/usr/local/mailman/lists/cartaoberro/config.db'
  Mar 08 11:04:45 2008 (1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.db.last[Errno 2] No such 
file or directory: '/usr/local/mailman/lists/cartaoberro/config.db.last'
  Mar 08 11:04:45 2008 (1883) All cartaoberro fallbacks were corrupt, 
giving up
  Mar 08 11:04:45 2008 (1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.pckinsecure string pickle
  Mar 08 11:04:45 2008 (1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.pck.lastinvalid load key, '¨'.
  Mar 08 11:04:45 2008 (1883) couldn't load config file 
/usr/local/mailman/lists/c artaoberro/config.db[Errno 2] No such file or 
directory: '/usr/local/mailman/lists/cartaoberro/config.db'
  Mar 08 11:04:45 2008 (1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.db.last[Errno 2] No such 
file or directory: '/usr/local/mailman/lists/cartaoberro/config.db.last'
  Mar 08 11:04:45 2008 (1883) All cartaoberro fallbacks were corrupt, 
giving up


This and the error below are the same error from the admin web 
interface. It appears that both the config.pck and config.pck.last for 
the cartaoberro list are corrupt (the config.db* files normally don't 
exist in a mailman 2.1.x installation).


  Mar 08 11:04:45 2008 admin(1883): 

  admin(1883): [- Mailman Version: 2.1.9 -]
  admin(1883): [- Traceback --]
  admin(1883): Traceback (most recent call last):
  admin(1883): File /usr/local/mailman/scripts/driver, line 101, in 
run_main
  admin(1883): main()
  admin(1883): File /usr/local/mailman/Mailman/Cgi/admin.py, line 75, 
in main
  admin(1883): admin_overview(_('No such list em%(safelistname)s/em'))
  admin(1883): File /usr/local/mailman/Mailman/Cgi/admin.py, line 
233, in admi n_overview
  admin(1883): mlist = MailList.MailList(name, lock=0)
  admin(1883): File /usr/local/mailman/Mailman/MailList.py, line 130, 
in __ini t__
  admin(1883): self.Load()admin(1883): File 
/usr/local/mailman/Mailman/MailList.py, line 644, in Load
  admin(1883): raise Errors.MMCorruptListDatabaseError, e
  admin(1883): MMCorruptListDatabaseError: [Errno 2] No such file or 
directory: '/ usr/local/mailman/lists/cartaoberro/config.db.last'
  admin(1883): [- Python Information -]
  admin(1883): sys.version = 2.4.3 (#1, Jul 26 2006, 20:13:39)[GCC 3.4.6]
  admin(1883): sys.executable = /usr/bin/python
  admin(1883): sys.prefix = /usr
  admin(1883): sys.exec_prefix = /usr
  admin(1883): sys.path = /usr
  admin(1883): sys.platform = linux2
  admin(1883): [- Environment Variables -]
  admin(1883): SERVER_SOFTWARE: Apache/1.3.37 (Unix)
  admin(1883): SCRIPT_NAME: /mailman/admin
  admin(1883): SERVER_SIGNATURE: ADDRESSApache/1.3.37 Server at 
serverlinux.r evistaoberro.com.br Port 80/ADDRESS
  admin(1883):
  

[Mailman-Users] Bug in Mailman version 2.1.9

2008-03-08 Thread Fabricio Oliveira

Hi,
 
When I try access the page of Mailman appear the error bellow:
 
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. 
 
I changed permissions of directorys, but don't work. I do the instructions 
discribe in following links: 
http://archive.netbsd.se/?ml=mailman-usersa=2007-11t=5744516, 
http://www.forum.techcuriosity.com/viewtopic.php?p=376sid=0193ffbab1bee8e67dce3657319f4f83
 and http://forum.swsoft.com/pda/index.php/t-48560.html, but don't work too.
 
Log - /usr/local/mailman/logs/error
 
Mar 08 10:48:37 2008 qrunner(1656): Traceback (most recent call last):Mar 08 
10:48:37 2008 qrunner(1656):   File /usr/local/mailman/bin/qrunner, line 278, 
in ?Mar 08 10:48:37 2008 qrunner(1656):  main()Mar 08 10:48:37 2008 
qrunner(1656):   File /usr/local/mailman/bin/qrunner, line 238, in mainMar 08 
10:48:37 2008 qrunner(1656):  qrunner.run()Mar 08 10:48:37 2008 
qrunner(1656):   File /usr/local/mailman/Mailman/Queue/Runner.py, line 71, in 
runMar 08 10:48:37 2008 qrunner(1656):  filecnt = self._oneloop()Mar 08 
10:48:37 2008 qrunner(1656):   File 
/usr/local/mailman/Mailman/Queue/Runner.py, line 100, in _oneloopMar 08 
10:48:37 2008 qrunner(1656):  msg, msgdata = 
self._switchboard.dequeue(filebase)Mar 08 10:48:37 2008 qrunner(1656):   File 
/usr/local/mailman/Mailman/Queue/Switchboard.py, line 150, in dequeueMar 08 
10:48:37 2008 qrunner(1656):  fp = open(filename)Mar 08 10:48:37 2008 
qrunner(1656): IOError :  [Errno 13] Permission denied: 
'/usr/local/mailman/qfiles/in/1204984114.6525619+5fb960a623c129aa4c6faf55d72e84188d8bafc6.pck'Mar
 08 11:04:45 2008 (1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.pck insecure string pickleMar 08 
11:04:45 2008 (1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.pck.last invalid load key, '¨'.Mar 
08 11:04:45 2008 (1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.db[Errno 2] No such file or 
directory: '/usr/local/mailman/lists/cartaoberro/config.db'Mar 08 11:04:45 2008 
(1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.db.last[Errno 2] No such file or 
directory: '/usr/local/mailman/lists/cartaoberro/config.db.last'Mar 08 11:04:45 
2008 (1883) All cartaoberro fallbacks were corrupt, giving upMar 08 11:04:45 
2008 (1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.pckinsecure string pickleMar 08 
11:04:45 2008 (1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.pck.lastinvalid load key, '¨'.Mar 
08 11:04:45 2008 (1883) couldn't load config file /usr/local/mailman/lists/c 
artaoberro/config.db[Errno 2] No such file or directory: 
'/usr/local/mailman/lists/cartaoberro/config.db'Mar 08 11:04:45 2008 (1883) 
couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.db.last[Errno 2] No such file or 
directory: '/usr/local/mailman/lists/cartaoberro/config.db.last'Mar 08 11:04:45 
2008 (1883) All cartaoberro fallbacks were corrupt, giving upMar 08 11:04:45 
2008 admin(1883): admin(1883): 
[- Mailman Version: 2.1.9 -]admin(1883): [- Traceback 
--]admin(1883): Traceback (most recent call last):admin(1883):   File 
/usr/local/mailman/scripts/driver, line 101, in run_mainadmin(1883): 
main()admin(1883):   File /usr/local/mailman/Mailman/Cgi/admin.py, line 75, 
in mainadmin(1883): admin_overview(_('No such list 
em%(safelistname)s/em'))admin(1883):   File 
/usr/local/mailman/Mailman/Cgi/admin.py, line 233, in admi
  n_overviewadmin(1883): mlist = 
MailList.MailList(name, lock=0)admin(1883):   File 
/usr/local/mailman/Mailman/MailList.py, line 130, in __ini
  t__admin(1883): self.Load()admin(1883):   File 
/usr/local/mailman/Mailman/MailList.py, line 644, in Loadadmin(1883): 
raise Errors.MMCorruptListDatabaseError, eadmin(1883): 
MMCorruptListDatabaseError: [Errno 2] No such file or directory: '/ 
 
usr/local/mailman/lists/cartaoberro/config.db.last'admin(1883): [- Python 
Information -]admin(1883): sys.version =   2.4.3 (#1, Jul 26 2006, 
20:13:39)[GCC 3.4.6]admin(1883): sys.executable  =   
/usr/bin/pythonadmin(1883): sys.prefix  =   /usradmin(1883): 
sys.exec_prefix =   /usradmin(1883): sys.path=   /usradmin(1883): 
sys.platform=   linux2admin(1883): [- Environment Variables 
-]admin(1883):SERVER_SOFTWARE: Apache/1.3.37 (Unix)admin(1883):
SCRIPT_NAME: /mailman/adminadmin(1883):SERVER_SIGNATURE: 
ADDRESSApache/1.3.37 Server at serverlinux.r  
evistaoberro.com.br Port 

Re: [Mailman-Users] Bug in Mailman version 2.1.9

2008-03-08 Thread Mark Sapiro
Fabricio Oliveira wrote:
 Hi,
  
 When I try access the page of Mailman appear the error bellow:
  
 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. 
  
 I changed permissions of directorys, but don't work. I do the instructions 
 discribe in following links: 
 http://archive.netbsd.se/?ml=mailman-usersa=2007-11t=5744516, 
 http://www.forum.techcuriosity.com/viewtopic.php?p=376sid=0193ffbab1bee8e67dce3657319f4f83
  and http://forum.swsoft.com/pda/index.php/t-48560.html, but don't work too.
  
 Log - /usr/local/mailman/logs/error
  
 Mar 08 10:48:37 2008 qrunner(1656): Traceback (most recent call last):Mar 08 
 10:48:37 2008 qrunner(1656):   File /usr/local/mailman/bin/qrunner, line 
 278, in ?Mar 08 10:48:37 2008 qrunner(1656):  main()Mar 08 10:48:37 2008 
 qrunner(1656):   File /usr/local/mailman/bin/qrunner, line 238, in mainMar 
 08 10:48:37 2008 qrunner(1656):  qrunner.run()Mar 08 10:48:37 2008 
 qrunner(1656):   File /usr/local/mailman/Mailman/Queue/Runner.py, line 71, 
 in runMar 08 10:48:37 2008 qrunner(1656):  filecnt = self._oneloop()Mar 
 08 10:48:37 2008 qrunner(1656):   File 
 /usr/local/mailman/Mailman/Queue/Runner.py, line 100, in _oneloopMar 08 
 10:48:37 2008 qrunner(1656):  msg, msgdata = 
 self._switchboard.dequeue(filebase)Mar 08 10:48:37 2008 qrunner(1656):   File 
 /usr/local/mailman/Mailman/Queue/Switchboard.py, line 150, in dequeueMar 08 
 10:48:37 2008 qrunner(1656):  fp = open(filename)Mar 08 10:48:37 2008 
 qrunner(1656): IOError :  [Errno 13] Permission denied: '/usr/loc
al/mailman/qfiles/in/1204984114.6525619+5fb960a623c129aa4c6faf55d72e84188d8bafc6.pck'Mar
 08 11:04:45 2008 (1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.pck insecure string pickleMar 08 
11:04:45 2008 (1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.pck.last invalid load key, '¨'.Mar 
08 11:04:45 2008 (1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.db[Errno 2] No such file or 
directory: '/usr/local/mailman/lists/cartaoberro/config.db'Mar 08 11:04:45 2008 
(1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.db.last[Errno 2] No such file or 
directory: '/usr/local/mailman/lists/cartaoberro/config.db.last'Mar 08 11:04:45 
2008 (1883) All cartaoberro fallbacks were corrupt, giving upMar 08 11:04:45 
2008 (1883) couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.pckinsecure string pickleMar 08 
11:04:45 2008 (1883) couldn't load config file /usr/local/mailman
/lists/cartaoberro/config.pck.lastinvalid load key, '¨'.Mar 08 11:04:45 2008 
(1883) couldn't load config file /usr/local/mailman/lists/c 
artaoberro/config.db[Errno 2] No such file or directory: 
'/usr/local/mailman/lists/cartaoberro/config.db'Mar 08 11:04:45 2008 (1883) 
couldn't load config file 
/usr/local/mailman/lists/cartaoberro/config.db.last[Errno 2] No such file or 
directory: '/usr/local/mailman/lists/cartaoberro/config.db.last'Mar 08 11:04:45 
2008 (1883) All cartaoberro fallbacks were corrupt, giving upMar 08 11:04:45 
2008 admin(1883): admin(1883): 
[- Mailman Version: 2.1.9 -]admin(1883): [- Traceback 
--]admin(1883): Traceback (most recent call last):admin(1883):   File 
/usr/local/mailman/scripts/driver, line 101, in run_mainadmin(1883): 
main()admin(1883):   File /usr/local/mailman/Mailman/Cgi/admin.py, line 75, 
in mainadmin(1883): admin_overview(_('No such list 
em%(safelistname)s/em'))admin(188
3):   File /usr/local/mailman/Mailman/Cgi/admin.py, line 233, in admi 
 n_overviewadmin(1883): mlist = 
MailList.MailList(name, lock=0)admin(1883):   File 
/usr/local/mailman/Mailman/MailList.py, line 130, in __ini
  t__admin(1883): self.Load()admin(1883):   File 
/usr/local/mailman/Mailman/MailList.py, line 644, in Loadadmin(1883): 
raise Errors.MMCorruptListDatabaseError, eadmin(1883): 
MMCorruptListDatabaseError: [Errno 2] No such file or directory: '/ 
 
usr/local/mailman/lists/cartaoberro/config.db.last'admin(1883): [- Python 
Information -]admin(1883): sys.version =   2.4.3 (#1, Jul 26 2006, 
20:13:39)[GCC 3.4.6]admin(1883): sys.executable  =   
/usr/bin/pythonadmin(1883): sys.prefix  =   /usradmin(1883): 
sys.exec_prefix =   /usradmin(1883): sys.path=   /usradmin(1883): 
sys.platform=   linux2admin(1883): [-
 Environment Variables -]admin(1883):SERVER_SOFTWARE: Apache/1.3.37 
(Unix)admin(1883):SCRIPT_NAME: /mailman/adminadmin(1883):
SERVER_SIGNATURE: ADDRESSApache/1.3.37 Server at serverlinux.r
   

Re: [Mailman-Users] bug in Mailman 2.1.4

2008-02-14 Thread Mark Sapiro
Myron Kowalski wrote:

I have no bin/delete. I'm guessing you meant bin/discard.


Yes. My Bad. I meant bin/discard.

-- 
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] bug in Mailman 2.1.4

2008-02-14 Thread Mark Sapiro
Myron Kowalski wrote:

I got rid of all the heldmsg w/o any problems, until I got to the one  
in question.
Discarding that heldmsg returned this error.

mailman:~/data% ../bin/discard heldmsg-net-avengers-3.pck
Traceback (most recent call last):
   File ../bin/discard, line 120, in ?
 main()
   File ../bin/discard, line 110, in main
 mlist.HandleRequest(id, mm_cfg.DISCARD, '', False, False, '')
   File /users/mailman/Mailman/ListAdmin.py, line 180, in  
HandleRequest
 self.__opendb()
   File /users/mailman/Mailman/ListAdmin.py, line 82, in __opendb
 self.__db = marshal.load(fp)
MemoryError


So, it seems that even though the lists/net-avengers-3/request.db is
not large, it is corrupt in some way that causes unmarshaling to throw
the MemoryError.

I would just rm the lists/avengers-3/request.db file (and the remaining
heldmsg-net-avengers-*.pck files if any). The requests.db file will be
recreated as needed.

-- 
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=showamp;file=faq01.027.htp


[Mailman-Users] bug in Mailman 2.1.4

2008-02-13 Thread Myron Kowalski
One of my users sent me this message that he got when he tried to  
approve a message to
his list. As far as I can tell, all my other lists, including his, are  
working well. Any help on
what I should be looking for?



Bug in Mailman version 2.1.4

We're sorry, we hit a bug!

If you would like to help us identify the problem, please email a copy
of this page to the webmaster for this site with a description of what
happened. Thanks!
Traceback:

Traceback (most recent call last):
  File /users/mailman/scripts/driver, line 87, in run_main
main()
  File /users/mailman/Mailman/Cgi/admindb.py, line 166, in main
if not mlist.NumRequestsPending():
  File /users/mailman/Mailman/ListAdmin.py, line 147, in
  NumRequestsPending
self.__opendb()
  File /users/mailman/Mailman/ListAdmin.py, line 82, in __opendb
self.__db = marshal.load(fp)
MemoryError



Python information:

VariableValue
sys.version 2.3.4 (#1, Aug 2 2004, 10:16:43) [GCC 2.95.3 20010315
(release)]
sys.executable  /usr/local/bin/python
sys.prefix  /usr/local
sys.exec_prefix /usr/local
sys.path/usr/local
sys.platformsunos5

Environment variables:

VariableValue
HTTP_COOKIE
net-avengers 
+ 
admin 
= 
280200699b27b2477328006637666430613165393435353331313036633137393832326530376136386137346331643666
SERVER_SOFTWARE Apache/2.0.53 (Unix) PHP/4.3.10
mod_perl/1.999.20 Perl/v5.8.5
SCRIPT_NAME   /mailman/admindb
SERVER_SIGNATURE
Apache/2.0.53 (Unix) PHP/4.3.10 mod_perl/1.999.20 Perl/v5.8.5 Server
at www.cs.moravian.edu Port 80
REQUEST_METHOD GET
HTTP_KEEP_ALIVE300
SERVER_PROTOCOLHTTP/1.0
QUERY_STRING
HTTP_ACCEPT_CHARSETISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_USER_AGENTMozilla/5.0 (X11; U; FreeBSD i386; en-US;
rv:1.8.1.11) Gecko/20080128 Firefox/2.0.0.11
TZ   US/Eastern
HTTP_REFERER
http://www.cs.moravian.edu/mailman/admin/net-avengers/members
SERVER_NAME www.cs.moravian.edu
REMOTE_ADDR 209.60.99.177
HTTP_VIA1.1 coventry.corbesero.com:3128 (squid/2.5.STABLE14)
PATH_TRANSLATED /users/cs/public_html/net-avengers
SERVER_PORT 80
SERVER_ADDR 204.186.194.17
DOCUMENT_ROOT   /users/cs/public_html
PYTHONPATH  /users/mailman
SCRIPT_FILENAME /users/mailman/cgi-bin/admindb
SERVER_ADMIN[EMAIL PROTECTED]
HTTP_HOST   www.cs.moravian.edu
HTTP_CONNECTION keep-alive
HTTP_CACHE_CONTROL  max-age=259200
REQUEST_URI /mailman/admindb/net-avengers
HTTP_ACCEPT
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/ 
plain;q=0.8,image/png,*/*;q=0.5
GATEWAY_INTERFACE   CGI/1.1
HTTP_X_FORWARDED_FOR192.168.201.31
REMOTE_PORT 2740
HTTP_ACCEPT_LANGUAGEen-us,en;q=0.5
HTTP_ACCEPT_ENCODINGgzip,deflate
PATH_INFO   /net-avengers
--myron
=
Myron Kowalski
MoCoSIN Network/Systems Administrator
Moravian College
[EMAIL PROTECTED]



--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] bug in Mailman 2.1.4

2008-02-13 Thread Mark Sapiro
Myron Kowalski wrote:

One of my users sent me this message that he got when he tried to  
approve a message to
his list. As far as I can tell, all my other lists, including his, are  
working well. Any help on
what I should be looking for?



Bug in Mailman version 2.1.4

We're sorry, we hit a bug!

If you would like to help us identify the problem, please email a copy
of this page to the webmaster for this site with a description of what
happened. Thanks!
Traceback:

Traceback (most recent call last):
  File /users/mailman/scripts/driver, line 87, in run_main
main()
  File /users/mailman/Mailman/Cgi/admindb.py, line 166, in main
if not mlist.NumRequestsPending():
  File /users/mailman/Mailman/ListAdmin.py, line 147, in
  NumRequestsPending
self.__opendb()
  File /users/mailman/Mailman/ListAdmin.py, line 82, in __opendb
self.__db = marshal.load(fp)
MemoryError


The CGI process is being denied sufficient memory for Python to load
the date from lists/listname/request.db.

My best guess is this file is huge and there are many held messages for
this list.

Look in Mailman's data/ directory for files named heldmsg-listname-*.
If there are lots, delete some of the oldest ones with

  bin/delete data/heldmsg...

Use bin/delete instead of just rm so that they will also be removed
from request.db.

If you can't get request.db down to a manageable size in this way, you
may just have to rm it and start over, but this will lose all current
requests from the admindb interface.

-- 
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] bug in Mailman 2.1.4

2008-02-13 Thread Myron Kowalski
On Feb 13, 2008, at 12:03 PM, Mark Sapiro wrote:

 Myron Kowalski wrote:

 One of my users sent me this message that he got when he tried to
 approve a message to
 his list. As far as I can tell, all my other lists, including his,  
 are
 working well. Any help on
 what I should be looking for?



 Bug in Mailman version 2.1.4

 We're sorry, we hit a bug!

 If you would like to help us identify the problem, please email a  
 copy
 of this page to the webmaster for this site with a description of  
 what
 happened. Thanks!
 Traceback:

 Traceback (most recent call last):
 File /users/mailman/scripts/driver, line 87, in run_main
   main()
 File /users/mailman/Mailman/Cgi/admindb.py, line 166, in main
   if not mlist.NumRequestsPending():
 File /users/mailman/Mailman/ListAdmin.py, line 147, in
 NumRequestsPending
   self.__opendb()
 File /users/mailman/Mailman/ListAdmin.py, line 82, in __opendb
   self.__db = marshal.load(fp)
 MemoryError


 The CGI process is being denied sufficient memory for Python to load
 the date from lists/listname/request.db.

 My best guess is this file is huge and there are many held messages  
 for
 this list.

 Look in Mailman's data/ directory for files named heldmsg-listname- 
 *.
 If there are lots, delete some of the oldest ones with

  bin/delete data/heldmsg...

 Use bin/delete instead of just rm so that they will also be removed
 from request.db.

 If you can't get request.db down to a manageable size in this way, you
 may just have to rm it and start over, but this will lose all current
 requests from the admindb interface.


There was only one message
-rw-rw-r--   1 mailman  mailman 2295 Feb 12 17:39 heldmsg-net- 
avengers-3.pck

and the request.db was rather small.
-rw-rw-r--   1 mailman  mailman  119 Oct 10 12:54 request.db

I decided to check all the lists. There were about a dozen heldmsg  
files and all the lists request.db
are small in size. I did notice that 10 of the lists request.db file  
was not owned by mailman. I'll change the
owner back to mailman and get rid of all the heldmsg. Nobody else has  
reported any problems, so maybe
it'll go away.

 -- 
 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=showamp;file=faq01.027.htp


Re: [Mailman-Users] bug in Mailman 2.1.4

2008-02-13 Thread Myron Kowalski
On Feb 13, 2008, at 1:06 PM, Myron Kowalski wrote:

 On Feb 13, 2008, at 12:45 PM, Myron Kowalski wrote:

 On Feb 13, 2008, at 12:03 PM, Mark Sapiro wrote:

 Myron Kowalski wrote:

 One of my users sent me this message that he got when he tried to
 approve a message to
 his list. As far as I can tell, all my other lists, including his,
 are
 working well. Any help on
 what I should be looking for?



 Bug in Mailman version 2.1.4

 We're sorry, we hit a bug!

 If you would like to help us identify the problem, please email a
 copy
 of this page to the webmaster for this site with a description of
 what
 happened. Thanks!
 Traceback:

 Traceback (most recent call last):
 File /users/mailman/scripts/driver, line 87, in run_main
 main()
 File /users/mailman/Mailman/Cgi/admindb.py, line 166, in main
 if not mlist.NumRequestsPending():
 File /users/mailman/Mailman/ListAdmin.py, line 147, in
 NumRequestsPending
 self.__opendb()
 File /users/mailman/Mailman/ListAdmin.py, line 82, in __opendb
 self.__db = marshal.load(fp)
 MemoryError


 The CGI process is being denied sufficient memory for Python to load
 the date from lists/listname/request.db.

 My best guess is this file is huge and there are many held messages
 for
 this list.

 Look in Mailman's data/ directory for files named heldmsg- 
 listname-
 *.
 If there are lots, delete some of the oldest ones with

 bin/delete data/heldmsg...

 Use bin/delete instead of just rm so that they will also be removed
 from request.db.

 If you can't get request.db down to a manageable size in this way,
 you
 may just have to rm it and start over, but this will lose all  
 current
 requests from the admindb interface.


 There was only one message
 -rw-rw-r--   1 mailman  mailman 2295 Feb 12 17:39 heldmsg-net-
 avengers-3.pck

 and the request.db was rather small.
 -rw-rw-r--   1 mailman  mailman  119 Oct 10 12:54 request.db

 I decided to check all the lists. There were about a dozen heldmsg
 files and all the lists request.db
 are small in size. I did notice that 10 of the lists request.db file
 was not owned by mailman. I'll change the
 owner back to mailman and get rid of all the heldmsg. Nobody else has
 reported any problems, so maybe
 it'll go away.


 I have no bin/delete. I'm guessing you meant bin/discard.


I got rid of all the heldmsg w/o any problems, until I got to the one  
in question.
Discarding that heldmsg returned this error.

mailman:~/data% ../bin/discard heldmsg-net-avengers-3.pck
Traceback (most recent call last):
   File ../bin/discard, line 120, in ?
 main()
   File ../bin/discard, line 110, in main
 mlist.HandleRequest(id, mm_cfg.DISCARD, '', False, False, '')
   File /users/mailman/Mailman/ListAdmin.py, line 180, in  
HandleRequest
 self.__opendb()
   File /users/mailman/Mailman/ListAdmin.py, line 82, in __opendb
 self.__db = marshal.load(fp)
MemoryError


 -- 
 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/myron%40cs.moravian.edu

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

 --
 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/myron%40cs.moravian.edu

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

--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] bug in Mailman 2.1.4

2008-02-13 Thread Myron Kowalski
On Feb 13, 2008, at 12:45 PM, Myron Kowalski wrote:

 On Feb 13, 2008, at 12:03 PM, Mark Sapiro wrote:

 Myron Kowalski wrote:

 One of my users sent me this message that he got when he tried to
 approve a message to
 his list. As far as I can tell, all my other lists, including his,
 are
 working well. Any help on
 what I should be looking for?



 Bug in Mailman version 2.1.4

 We're sorry, we hit a bug!

 If you would like to help us identify the problem, please email a
 copy
 of this page to the webmaster for this site with a description of
 what
 happened. Thanks!
 Traceback:

 Traceback (most recent call last):
 File /users/mailman/scripts/driver, line 87, in run_main
  main()
 File /users/mailman/Mailman/Cgi/admindb.py, line 166, in main
  if not mlist.NumRequestsPending():
 File /users/mailman/Mailman/ListAdmin.py, line 147, in
 NumRequestsPending
  self.__opendb()
 File /users/mailman/Mailman/ListAdmin.py, line 82, in __opendb
  self.__db = marshal.load(fp)
 MemoryError


 The CGI process is being denied sufficient memory for Python to load
 the date from lists/listname/request.db.

 My best guess is this file is huge and there are many held messages
 for
 this list.

 Look in Mailman's data/ directory for files named heldmsg-listname-
 *.
 If there are lots, delete some of the oldest ones with

 bin/delete data/heldmsg...

 Use bin/delete instead of just rm so that they will also be removed
 from request.db.

 If you can't get request.db down to a manageable size in this way,  
 you
 may just have to rm it and start over, but this will lose all current
 requests from the admindb interface.


 There was only one message
 -rw-rw-r--   1 mailman  mailman 2295 Feb 12 17:39 heldmsg-net-
 avengers-3.pck

 and the request.db was rather small.
 -rw-rw-r--   1 mailman  mailman  119 Oct 10 12:54 request.db

 I decided to check all the lists. There were about a dozen heldmsg
 files and all the lists request.db
 are small in size. I did notice that 10 of the lists request.db file
 was not owned by mailman. I'll change the
 owner back to mailman and get rid of all the heldmsg. Nobody else has
 reported any problems, so maybe
 it'll go away.


I have no bin/delete. I'm guessing you meant bin/discard.


 -- 
 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/myron%40cs.moravian.edu

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

--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman version 2.1.5

2006-09-19 Thread Stefan Grote
Mark Sapiro schrieb:

Stefan Grote wrote:
  

okay, but my Mailman error log is empty and my apache logs are empty too.




This can happen for a few reasons, but the most likely is a syntax
error in mm_cfg.py.

  

i don't touch the config. its ah fresh install from a Debian packet...
any ideas anyway?
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman version 2.1.5

2006-09-19 Thread Oleg Dambaev
Stefan Grote wrote:
 Mark Sapiro schrieb:

   
 Stefan Grote wrote:
  

 
 okay, but my Mailman error log is empty and my apache logs are empty too.


   
 This can happen for a few reasons, but the most likely is a syntax
 error in mm_cfg.py.

  

 
 i don't touch the config. its ah fresh install from a Debian packet...
 any ideas anyway?

   

Good practice after a new install do $PREFIX/bin/check_perms and 
$PREFIX/bin/check_perms -f and try creating default (initial) list 
`mailman' with `$PREFIX/bin/newlist mailman`

Try this, may help.
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman version 2.1.5

2006-09-19 Thread Mark Sapiro
Stefan Grote wrote:

i don't touch the config. its ah fresh install from a Debian packet...
any ideas anyway?

Try changing

STEALTH_MODE = 1

to

STEALTH_MODE = 0

in scripts/driver and see if that gets you a more informative message.
Also check the web server error log.

If you're still stuck, try the following command as the mailman user

python scripts/driver listinfo


-- 
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman version 2.1.5

2006-09-18 Thread Mark Sapiro
Stefan Grote wrote:

okay, but my Mailman error log is empty and my apache logs are empty too.


This can happen for a few reasons, but the most likely is a syntax
error in mm_cfg.py.

-- 
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman version 2.1.7.cp2

2006-07-20 Thread Mark Sapiro
Tiffany Miller wrote:

So, I can't 'see' the mailman error logs or the file system. I can only view 
the file manager through my FTP program or cpanel. I checked the error logs 
for the site, but nothing shows from today.

And not sure if it helps, but when I try to edit *any* of the public html 
files for the newsletter list, I get the same error. Thankfully, the previous 
changes I made to other 3 files remained stored.


Clearly something has changed, but I don't know what. It could be that
for some reason, the edithtml CGI as invoked by the web server no
longer has permission to access the list specific templates, but this
seems really unlikely, since it created them in the first place, and
presumably the web server can still access them to display them to
users.

Without knowing what's in Mailman's error log, I really haven't a clue.
The web server log will be no help because all the web server knows is
it invoked the edithtml CGI, and it got a page back. The page said
Mailman Bug, but the web server doesn't know that. As far as it's
concerned, everything is normal.

-- 
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=showamp;file=faq01.027.htp


[Mailman-Users] Bug in Mailman version 2.1.7.cp2

2006-07-19 Thread Tiffany Miller
Mailman version: 2.1.7.cp2
Operating System: Linux
Apache version 1.3.36 (unix)

I was trying to edit the welcome message subscribers receive upon confirming 
subscription to a newsletter mailing list for my client.

I accessed the admin interface through cpanel and clicked on the link to edit 
public html pages then clicked on welcome email text file. I made the 
necessary changes and clicked submit changes.

That's when I received the *bug* message:

* * * * *

Bug in Mailman version 2.1.7.cp2

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.

* * * * *

I had previously edited the other files without a problem, and those versions 
are still in tact, performing perfectly. Now, I need to edit this welcome 
message and can't. I tried the FAQs, but no matches were found for my 
problem...including going through the full index.

Please advise.

Thank you,
Tiffany

__
Eagle Designs
Custom Web and Graphic Design
Soaring Above the Competition
ph: 302-540-7681
fax: 302-834-2416
www.eagle-designs.com
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman version 2.1.7.cp2

2006-07-19 Thread Mark Sapiro
Tiffany Miller wrote:

Mailman version: 2.1.7.cp2
Operating System: Linux
Apache version 1.3.36 (unix)


See
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq06.011.htp


I was trying to edit the welcome message subscribers receive upon confirming 
subscription to a newsletter mailing list for my client.

I accessed the admin interface through cpanel and clicked on the link to edit 
public html pages then clicked on welcome email text file. I made the 
necessary changes and clicked submit changes.

That's when I received the *bug* message:

* * * * *

Bug in Mailman version 2.1.7.cp2

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.



If you have access to Mailman's 'error' log, please provide the
complete traceback from this error. Without this information, no one
has much of a clue as to why this happened.


I had previously edited the other files without a problem, and those versions 
are still in tact, performing perfectly. Now, I need to edit this welcome 
message and can't. I tried the FAQs, but no matches were found for my 
problem...including going through the full index.


If you are able to 'see' the file system, you should see within
Mailman's structure a lists/listname directory where listname is
the name of your list followed by an underscore and the host domain,
and in that directory, there will be a config.pck and other files and
(assuming English language) an en/ subdirectory containing your edited
templates. If you can, you can look at the permissions of the files
and see what might be different about the subscribeack.txt file (which
is the welcome message) vs. the html files you previously edited.

-- 
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman version 2.1.7.cp2

2006-07-19 Thread Tiffany Miller
Mark, thanks for the tips. Unfortunately, I do not have access to the root 
level of this web site, as it's hosted on another server. I'm almost to the 
point where I will have my own space on a server with access to the root level 
for my clients, but until then, I'm stuck.

So, I can't 'see' the mailman error logs or the file system. I can only view 
the file manager through my FTP program or cpanel. I checked the error logs for 
the site, but nothing shows from today.

And not sure if it helps, but when I try to edit *any* of the public html files 
for the newsletter list, I get the same error. Thankfully, the previous changes 
I made to other 3 files remained stored.

Any other suggestions?

Tiffany

__
Eagle Designs
Custom Web and Graphic Design
Soaring Above the Competition
ph: 302-540-7681
fax: 302-834-2416
www.eagle-designs.com

- Original Message - 
From: Mark Sapiro 
To: Tiffany Miller ; mailman-users@python.org 
Sent: Wednesday, July 19, 2006 5:22 PM
Subject: Re: [Mailman-Users] Bug in Mailman version 2.1.7.cp2


Tiffany Miller wrote:

Mailman version: 2.1.7.cp2
Operating System: Linux
Apache version 1.3.36 (unix)


See
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq06.011.htp


I was trying to edit the welcome message subscribers receive upon confirming 
subscription to a newsletter mailing list for my client.

I accessed the admin interface through cpanel and clicked on the link to edit 
public html pages then clicked on welcome email text file. I made the 
necessary changes and clicked submit changes.

That's when I received the *bug* message:

* * * * *

Bug in Mailman version 2.1.7.cp2

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.



If you have access to Mailman's 'error' log, please provide the
complete traceback from this error. Without this information, no one
has much of a clue as to why this happened.


I had previously edited the other files without a problem, and those versions 
are still in tact, performing perfectly. Now, I need to edit this welcome 
message and can't. I tried the FAQs, but no matches were found for my 
problem...including going through the full index.


If you are able to 'see' the file system, you should see within
Mailman's structure a lists/listname directory where listname is
the name of your list followed by an underscore and the host domain,
and in that directory, there will be a config.pck and other files and
(assuming English language) an en/ subdirectory containing your edited
templates. If you can, you can look at the permissions of the files
and see what might be different about the subscribeack.txt file (which
is the welcome message) vs. the html files you previously edited.

-- 
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman 2.1.4

2006-06-14 Thread Patrick Bogen
On 6/13/06, Bob Bergey [EMAIL PROTECTED] wrote:
 At 11:57 AM -0500 on 6/13/06, Patrick Bogen wrote:
   http://rentzsch.com/macosx/mailmanWorkaround
 Wow -- that's exactly my problem! Thanks for the tip -- I'll try it
 later today.

Let us know how it goes.

 I'm a little scared to upgrade -- still running OS 10.3.9 on my
 Xserve, and have been reluctant to upgrade Mailman, mainly because
 I'm just not familiar with the process. Have you upgraded Mailman on
 an Xserve, and had any problems?
I haven't; all of our machines are Debian GNU/Linux. The upgrade
should be fairly standard, but don't take my word for it. If you can,
it might be wiser to try the upgrade on a different machine (another,
similar Xserve, but one you don't rely on for a functional mailman) to
get the feel of it.

P.S., Please CC the list on all replies.

-- 
- Patrick Bogen
--
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=showamp;file=faq01.027.htp


[Mailman-Users] Bug in Mailman 2.1.4

2006-06-13 Thread Bob Bergey
I have more than a dozen lists running in Mailman 2.1.4 on my Xserve, 
all running fine, except that now on just one list I'm unable to 
access the admin pages. The list is still sending messages okay, 
individual subscribers can access their subscription options, 
archives are fine, etc. -- but I get an error after trying to sign in 
with my admin password. It's processing the admin password, because 
if I intentionally type the wrong one, I get the authorization failed 
message. But if I type the correct password, I get a Bug in Mailman 
2.1.4 message -- starts out like this:

begin copy

Bug in Mailman version 2.1.4

We're sorry, we hit a bug!
If you would like to help us identify the problem, please email a 
copy of this page to the webmaster for this site with a description 
of what happened. Thanks!
Traceback:

Traceback (most recent call last):
   File /usr/share/mailman/scripts/driver, line 87, in run_main
 main()
   File /usr/share/mailman/Mailman/Cgi/admin.py, line 200, in main
 mlist.Save()
   File /usr/share/mailman/Mailman/MailList.py, line 526, in Save
 self.__save(dict)
   File /usr/share/mailman/Mailman/MailList.py, line 498, in __save
 os.unlink(fname_last)
OSError: [Errno 22] Invalid argument: 
'/private/var/mailman/lists/disciples/config.pck.last'

end copy

Any suggestions on working around this? Admin pages for all other 
lists on the same server are working fine!

Bob
-- 

==
Bob Bergey -- 215-527-1048 -- Perkasie, PA mailto:[EMAIL PROTECTED]
Internet Services for the Printing Industry http://www.printweb.org/
Web Hosting  E-Mail Services:  BERGEY.NEThttp://www.bergey.net/
==

--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman 2.1.4

2006-06-13 Thread Mark Sapiro
Bob Bergey wrote:

I have more than a dozen lists running in Mailman 2.1.4 on my Xserve, 
all running fine, except that now on just one list I'm unable to 
access the admin pages. The list is still sending messages okay, 
individual subscribers can access their subscription options, 
archives are fine, etc. -- but I get an error after trying to sign in 
with my admin password. It's processing the admin password, because 
if I intentionally type the wrong one, I get the authorization failed 
message. But if I type the correct password, I get a Bug in Mailman 
2.1.4 message -- starts out like this:

begin copy

Bug in Mailman version 2.1.4

We're sorry, we hit a bug!
If you would like to help us identify the problem, please email a 
copy of this page to the webmaster for this site with a description 
of what happened. Thanks!
Traceback:

Traceback (most recent call last):
   File /usr/share/mailman/scripts/driver, line 87, in run_main
 main()
   File /usr/share/mailman/Mailman/Cgi/admin.py, line 200, in main
 mlist.Save()
   File /usr/share/mailman/Mailman/MailList.py, line 526, in Save
 self.__save(dict)
   File /usr/share/mailman/Mailman/MailList.py, line 498, in __save
 os.unlink(fname_last)
OSError: [Errno 22] Invalid argument: 
'/private/var/mailman/lists/disciples/config.pck.last'

end copy


Is there a /private/var/mailman/lists/disciples/config.pck.last file?
What are its permissions? Are they the same as
/private/var/mailman/lists/disciples/config.pck? How do these compare
with another list?

Mailman is in the process of saving the list config. It is in the last
step. It has saved the config to config.pck.tmp.host.pid and is trying
to do the equivalent of

rm config.pck.last
mv config.pck config.pck.last
mv config.pck.tmp.host.pid config.pck

and it gets the exception on the first step.

Are there more errors like this in Mailman's error log?

-- 
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman

2005-08-26 Thread Thomas Hochstein
plaza c schrieb:

 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.

You should look for that information.

 Is this error of postfix or cgi or something else pls help

You tell us what is in the logs, and perhaps we'll be able to tell you
what that means.

-thh
--
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=showamp;file=faq01.027.htp


[Mailman-Users] Bug in Mailman

2005-08-23 Thread plaza c
Hi,

Im new to mailman.I've configured mailman-2.1.6 and getting the list
mailed to my email id . while trying to access the list through my
apache sever ,im getting the following error..

Bug in Mailman version 2.1.6

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.

Is this error of postfix or cgi or something else pls help


-- 
Regds,
plaza c
--
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=showamp;file=faq01.027.htp


[Mailman-Users] Bug in Mailman???

2005-07-25 Thread David Andrews
When I, or any of my users go to:

http://www.mydomain.org/mailman/listinfo

the following page comes up?  Any thoughts or suggestions?  Thanks!\



Dave



Bug in Mailman version 2.1.5

Bug in Mailman version 2.1.5

We're sorry, we hit a bug!

If you would like to help us identify the problem, please email a 
copy of this page to the webmaster for this site with a description 
of what happened.
Thanks!

Traceback:

Traceback (most recent call last):
File /home/mailman/scripts/driver, line 87, in run_main
main()
File /home/mailman/Mailman/Cgi/listinfo.py, line 42, in main
listinfo_overview()
File /home/mailman/Mailman/Cgi/listinfo.py, line 87, in listinfo_overview
mlist = MailList.MailList(name, lock=0)
File /home/mailman/Mailman/MailList.py, line 128, in __init__
self.Load()
File /home/mailman/Mailman/MailList.py, line 608, in Load
raise Errors.MMCorruptListDatabaseError, e
MMCorruptListDatabaseError: [Errno 2] No such file or directory: 
'/home/mailman/lists/greater-baltimore/config.db.last'


Python information:

Variable
Value
sys.version
2.3.3 (#1, May 27 2004, 16:20:45) [GCC 2.95.3 20010315 (release)]
sys.executable
/usr/local/bin/python
sys.prefix
/usr/local
sys.exec_prefix
/usr/local
sys.path
/usr/local
sys.platform
linux2
table end

Environment variables:

Table with 2 columns and 28 rows
Variable
Value
HTTP_REFERER
http://www.nfbnet.org/
SERVER_SOFTWARE
Apache/1.3.29 Sun Cobalt (Unix) mod_jk mod_ssl/2.8.16 OpenSSL/0.9.6m 
PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/5.0.2.2510 mod_perl/1.26
SCRIPT_NAME
/mailman/listinfo
SERVER_SIGNATURE

REQUEST_METHOD
GET
SERVER_PROTOCOL
HTTP/1.1
QUERY_STRING

HTTP_USER_AGENT
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)
HTTP_CONNECTION
Keep-Alive
SERVER_NAME
www.nfbnet.org
REMOTE_ADDR
156.99.37.65
SERVER_PORT
80
SERVER_ADDR
209.98.54.35
DOCUMENT_ROOT
/home/.sites/28/site1/web
PYTHONPATH
/home/mailman
SCRIPT_FILENAME
/home/mailman/cgi-bin/listinfo
SERVER_ADMIN
admin
SCRIPT_URI
http://www.nfbnet.org/mailman/listinfo
HTTP_HOST
www.nfbnet.org
SCRIPT_URL
/mailman/listinfo
REQUEST_URI
/mailman/listinfo
HTTP_ACCEPT
image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, 
application/vnd.ms-excel, application/vnd.ms-powerpoint, 
application/msword, application/x-shockwave-flash,
*/*
GATEWAY_INTERFACE
CGI/1.1
REMOTE_PORT
47375
HTTP_ACCEPT_LANGUAGE
en-us
HTTP_ACCEPT_ENCODING
gzip, deflate
UNIQUE_ID
QuUFrNFiNiMAAExq1JQ


David Andrews and white cane Harry.

--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman 2.1.6b4

2005-07-11 Thread Darren G Pifer
Hello,

  Today, after doing some checking on the user's list, I
found the errors associated with There is a bug in 2.1.6b4.
in mailman's error log which I reported to this list a week
ago. I don't know why I did not see it earlier. Here is a 
portion of the trace in the error log:

Jul 07 09:30:39 2005 admin(12364):

admin(12364): [- Mailman Version: 2.1.6b4 -]
admin(12364): [- Traceback --]
admin(12364): Traceback (most recent call last):
admin(12364):   File /usr1/mailman/mailman/scripts/driver, line 101,
in run_main
admin(12364): main()
admin(12364):   File /usr1/mailman/mailman/Mailman/Cgi/admindb.py,
line 232, in main
admin(12364): num = show_pending_subs(mlist, form)
admin(12364):   File /usr1/mailman/mailman/Mailman/Cgi/admindb.py,
line 276, in show_pending_subs
admin(12364): pendingsubs = mlist.GetSubscriptionIds()
admin(12364):   File /usr1/mailman/mailman/Mailman/ListAdmin.py, line
146, in GetSubscriptionIds
admin(12364): return self.__getmsgids(SUBSCRIPTION)
admin(12364):   File /usr1/mailman/mailman/Mailman/ListAdmin.py, line
138, in __getmsgids
admin(12364): ids = [k for k, (op, data) in self.__db.items() if op
== rtype]
admin(12364): ValueError: unpack tuple of wrong size

Has anybody seen this? Should I send the complete trace to the
developers list, so the can see what is going wrong?

Regards,

Darren Pifer
Old Dominion University



On Fri, 2005-07-08 at 12:46, John Dennis wrote:
 On Fri, 2005-07-08 at 12:08 -0400, Darren G Pifer wrote:
  Thanks for the information. You are correct, I have not seen
  anything in the Apache logs, however, I have not seen anything
  logged to mailman's logs either.
  
  Is there a way to disable stealth mode? I know this could cause
  security implications but may need to do this temporarily to
  find and fix the problem. We will be upgrading to Mailman
  2.1.6 in the next week but am not feeling that this will
  fix the problem.
 
 You may want to read the doc here: http://www.list.org/faq.html and
 search for STEALTH.
 
 I spoke in error, the local logging is not to your mailman error log but
 rather to syslog. Please note syslog is handled differently on different
 systems, you may have to tweak your syslog configuration to log the
 mailman errors.
 
 The only way I know of to disable STEALTH_MODE is to change its
 hardcoded setting in the driver script, you will have to locate this
 file and edit it. However, if you can, it really would be better to get
 your syslog working, you do want these errors logged and it really is
 better to keep sensitive information out of the public eye.
 

--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman 2.1.6b4

2005-07-11 Thread Darren G Pifer
I hate answering my question but I found this info from
a google search. Has anyone else modified ListAdmin.py
with these changes?:

http://list.iskon.hr/~jelly/mailman-2.1.5-_UpdateRequests.diff

Does this look reasonable?

Darren Pifer
Old Dominion University

On Mon, 2005-07-11 at 13:22, Darren G Pifer wrote:
 Hello,
 
   Today, after doing some checking on the user's list, I
 found the errors associated with There is a bug in 2.1.6b4.
 in mailman's error log which I reported to this list a week
 ago. I don't know why I did not see it earlier. Here is a 
 portion of the trace in the error log:
 
 Jul 07 09:30:39 2005 admin(12364):
 
 admin(12364): [- Mailman Version: 2.1.6b4 -]
 admin(12364): [- Traceback --]
 admin(12364): Traceback (most recent call last):
 admin(12364):   File /usr1/mailman/mailman/scripts/driver, line 101,
 in run_main
 admin(12364): main()
 admin(12364):   File /usr1/mailman/mailman/Mailman/Cgi/admindb.py,
 line 232, in main
 admin(12364): num = show_pending_subs(mlist, form)
 admin(12364):   File /usr1/mailman/mailman/Mailman/Cgi/admindb.py,
 line 276, in show_pending_subs
 admin(12364): pendingsubs = mlist.GetSubscriptionIds()
 admin(12364):   File /usr1/mailman/mailman/Mailman/ListAdmin.py, line
 146, in GetSubscriptionIds
 admin(12364): return self.__getmsgids(SUBSCRIPTION)
 admin(12364):   File /usr1/mailman/mailman/Mailman/ListAdmin.py, line
 138, in __getmsgids
 admin(12364): ids = [k for k, (op, data) in self.__db.items() if op
 == rtype]
 admin(12364): ValueError: unpack tuple of wrong size
 
 Has anybody seen this? Should I send the complete trace to the
 developers list, so the can see what is going wrong?
 
 Regards,
 
 Darren Pifer
 Old Dominion University
 
 
 
 On Fri, 2005-07-08 at 12:46, John Dennis wrote:
  On Fri, 2005-07-08 at 12:08 -0400, Darren G Pifer wrote:
   Thanks for the information. You are correct, I have not seen
   anything in the Apache logs, however, I have not seen anything
   logged to mailman's logs either.
   
   Is there a way to disable stealth mode? I know this could cause
   security implications but may need to do this temporarily to
   find and fix the problem. We will be upgrading to Mailman
   2.1.6 in the next week but am not feeling that this will
   fix the problem.
  
  You may want to read the doc here: http://www.list.org/faq.html and
  search for STEALTH.
  
  I spoke in error, the local logging is not to your mailman error log but
  rather to syslog. Please note syslog is handled differently on different
  systems, you may have to tweak your syslog configuration to log the
  mailman errors.
  
  The only way I know of to disable STEALTH_MODE is to change its
  hardcoded setting in the driver script, you will have to locate this
  file and edit it. However, if you can, it really would be better to get
  your syslog working, you do want these errors logged and it really is
  better to keep sensitive information out of the public eye.
  
 
 --
 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/dpifer%40odu.edu
 
 Security Policy: 
 http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq01.027.htp
 
 
 

--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman 2.1.6b4

2005-07-11 Thread Darren G Pifer
BTW, I found the changes to ListAdmin.py from:

http://www.mail-archive.com/mailman-coders@python.org/msg00255.html

Darren

On Mon, 2005-07-11 at 13:22, Darren G Pifer wrote:
 Hello,
 
   Today, after doing some checking on the user's list, I
 found the errors associated with There is a bug in 2.1.6b4.
 in mailman's error log which I reported to this list a week
 ago. I don't know why I did not see it earlier. Here is a 
 portion of the trace in the error log:
 
 Jul 07 09:30:39 2005 admin(12364):
 
 admin(12364): [- Mailman Version: 2.1.6b4 -]
 admin(12364): [- Traceback --]
 admin(12364): Traceback (most recent call last):
 admin(12364):   File /usr1/mailman/mailman/scripts/driver, line 101,
 in run_main
 admin(12364): main()
 admin(12364):   File /usr1/mailman/mailman/Mailman/Cgi/admindb.py,
 line 232, in main
 admin(12364): num = show_pending_subs(mlist, form)
 admin(12364):   File /usr1/mailman/mailman/Mailman/Cgi/admindb.py,
 line 276, in show_pending_subs
 admin(12364): pendingsubs = mlist.GetSubscriptionIds()
 admin(12364):   File /usr1/mailman/mailman/Mailman/ListAdmin.py, line
 146, in GetSubscriptionIds
 admin(12364): return self.__getmsgids(SUBSCRIPTION)
 admin(12364):   File /usr1/mailman/mailman/Mailman/ListAdmin.py, line
 138, in __getmsgids
 admin(12364): ids = [k for k, (op, data) in self.__db.items() if op
 == rtype]
 admin(12364): ValueError: unpack tuple of wrong size
 
 Has anybody seen this? Should I send the complete trace to the
 developers list, so the can see what is going wrong?
 
 Regards,
 
 Darren Pifer
 Old Dominion University
 
 
 
 On Fri, 2005-07-08 at 12:46, John Dennis wrote:
  On Fri, 2005-07-08 at 12:08 -0400, Darren G Pifer wrote:
   Thanks for the information. You are correct, I have not seen
   anything in the Apache logs, however, I have not seen anything
   logged to mailman's logs either.
   
   Is there a way to disable stealth mode? I know this could cause
   security implications but may need to do this temporarily to
   find and fix the problem. We will be upgrading to Mailman
   2.1.6 in the next week but am not feeling that this will
   fix the problem.
  
  You may want to read the doc here: http://www.list.org/faq.html and
  search for STEALTH.
  
  I spoke in error, the local logging is not to your mailman error log but
  rather to syslog. Please note syslog is handled differently on different
  systems, you may have to tweak your syslog configuration to log the
  mailman errors.
  
  The only way I know of to disable STEALTH_MODE is to change its
  hardcoded setting in the driver script, you will have to locate this
  file and edit it. However, if you can, it really would be better to get
  your syslog working, you do want these errors logged and it really is
  better to keep sensitive information out of the public eye.
  
 
 --
 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/dpifer%40odu.edu
 
 Security Policy: 
 http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq01.027.htp
 
 
 

--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman 2.1.6b4

2005-07-08 Thread John Dennis
On Fri, 2005-07-08 at 11:54 +0900, Jim Tittsler wrote:
 On Jul 8, 2005, at 04:59, Darren G Pifer wrote:
  [...] from a version of Mailman we upgraded to recently. I tried to  
  look
  in the logs but could not find anything. We will be upgrading
 
 Did you look in your Apache error logs?  There may be a Python  
 traceback there that would narrow down the problem.

I'm pretty sure that 2.1.6b (as well as 2.1.6) have enabled stealth
mode. This prevents stack traces from being visible on the web page for
security reasons (you used to be able to see the stack traces). To
analyze what caused a bug you'll need the stack trace. Although the
stack trace is no longer visible it is logged on the system hosting
mailman, I believe in the mailman error.log file, its location will be
installation dependent (/var/log/mailman, /usr/local/mailman/log are
common locations).
-- 
John Dennis [EMAIL PROTECTED]

--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman 2.1.6b4

2005-07-08 Thread Darren G Pifer
Thanks for the information. You are correct, I have not seen
anything in the Apache logs, however, I have not seen anything
logged to mailman's logs either.

Is there a way to disable stealth mode? I know this could cause
security implications but may need to do this temporarily to
find and fix the problem. We will be upgrading to Mailman
2.1.6 in the next week but am not feeling that this will
fix the problem.

Darren
Old Dominion University

On Fri, 2005-07-08 at 09:50, John Dennis wrote:
 On Fri, 2005-07-08 at 11:54 +0900, Jim Tittsler wrote:
  On Jul 8, 2005, at 04:59, Darren G Pifer wrote:
   [...] from a version of Mailman we upgraded to recently. I tried to  
   look
   in the logs but could not find anything. We will be upgrading
  
  Did you look in your Apache error logs?  There may be a Python  
  traceback there that would narrow down the problem.
 
 I'm pretty sure that 2.1.6b (as well as 2.1.6) have enabled stealth
 mode. This prevents stack traces from being visible on the web page for
 security reasons (you used to be able to see the stack traces). To
 analyze what caused a bug you'll need the stack trace. Although the
 stack trace is no longer visible it is logged on the system hosting
 mailman, I believe in the mailman error.log file, its location will be
 installation dependent (/var/log/mailman, /usr/local/mailman/log are
 common locations).

--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman 2.1.6b4

2005-07-08 Thread John Dennis
On Fri, 2005-07-08 at 12:08 -0400, Darren G Pifer wrote:
 Thanks for the information. You are correct, I have not seen
 anything in the Apache logs, however, I have not seen anything
 logged to mailman's logs either.
 
 Is there a way to disable stealth mode? I know this could cause
 security implications but may need to do this temporarily to
 find and fix the problem. We will be upgrading to Mailman
 2.1.6 in the next week but am not feeling that this will
 fix the problem.

You may want to read the doc here: http://www.list.org/faq.html and
search for STEALTH.

I spoke in error, the local logging is not to your mailman error log but
rather to syslog. Please note syslog is handled differently on different
systems, you may have to tweak your syslog configuration to log the
mailman errors.

The only way I know of to disable STEALTH_MODE is to change its
hardcoded setting in the driver script, you will have to locate this
file and edit it. However, if you can, it really would be better to get
your syslog working, you do want these errors logged and it really is
better to keep sensitive information out of the public eye.


-- 
John Dennis [EMAIL PROTECTED]

--
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=showamp;file=faq01.027.htp


[Mailman-Users] Bug in Mailman 2.1.6b4

2005-07-07 Thread Darren G Pifer
We recently received a report from one of users regarding a bug
from a version of Mailman we upgraded to recently. I tried to look
in the logs but could not find anything. We will be upgrading
the mailman software to 2.1.6 in hopes the bug will be fixed.
Can someone tell me what I can look for? The following message
is the one sent to our helpdesk address from the user:

When I tried to log into approve a message that is when I got the
error message. I typed in my password and it appeared.

this is the message

Bug in Mailman version 2.1.6b4

We're sorry, we hit a bug!


Regards,

Darren Pifer
Old Dominion University

--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman 2.1.6b4

2005-07-07 Thread Jim Tittsler
On Jul 8, 2005, at 04:59, Darren G Pifer wrote:
 [...] from a version of Mailman we upgraded to recently. I tried to  
 look
 in the logs but could not find anything. We will be upgrading

Did you look in your Apache error logs?  There may be a Python  
traceback there that would narrow down the problem.

 When I tried to log into approve a message that is when I got the
 error message. I typed in my password and it appeared.

My first guess would be a permissions problem.  Did you try running  
bin/check_perms to verify/fix any permissions problems on your new  
installation?



-- 
Jim Tittsler http://www.OnJapan.net/  GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/crew/jwt/
Mailman IRC  irc://irc.freenode.net/#mailman



--
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=showamp;file=faq01.027.htp


[Mailman-Users] bug in mailman 2.1.5, please help

2005-05-17 Thread Alias Mohd FKE

Bug in Mailman version 2.1.5

We're sorry, we hit a bug!

If you would like to help us identify the problem, please email a copy of this 
page to the webmaster for this site with a description of what happened. Thanks!

Traceback:


Traceback (most recent call last):
  File /usr/local/mailman/scripts/driver, line 87, in run_main
main()
  File /usr/local/mailman/Mailman/Cgi/create.py, line 55, in main
process_request(doc, cgidata)
  File /usr/local/mailman/Mailman/Cgi/create.py, line 226, in process_request
sys.modules[modname].create(mlist, cgi=1)
  File /usr/local/mailman/Mailman/MTA/Postfix.py, line 232, in create
_update_maps()
  File /usr/local/mailman/Mailman/MTA/Postfix.py, line 53, in _update_maps
raise RuntimeError, msg % (acmd, status, errstr)
RuntimeError: command failed: /usr/sbin/postalias 
/usr/local/mailman/data/aliases (status: 1, Operation not permitted)
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] bug in mailman 2.1.5, please help

2005-05-17 Thread Anurag
Sometime on Tue, May 17, 2005 at 05:37:33PM +0800, Alias Mohd FKE said:
 
 Bug in Mailman version 2.1.5
 
 We're sorry, we hit a bug!
 
 If you would like to help us identify the problem, please email a copy of 
 this page to the webmaster for this site with a description of what happened. 
 Thanks!
 


I am also facing same problem. This has something to do with unicode
mails waiting in the moderation queue. I couldn't find any solution
yet.

Anurag

--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] bug in mailman 2.1.5, please help

2005-05-17 Thread Mark Sapiro
Alias Mohd FKE wrote:

Bug in Mailman version 2.1.5

We're sorry, we hit a bug!

If you would like to help us identify the problem, please email a copy of this 
page to the webmaster for this site with a description of what happened. 
Thanks!

Traceback:


Traceback (most recent call last):
  File /usr/local/mailman/scripts/driver, line 87, in run_main
main()
  File /usr/local/mailman/Mailman/Cgi/create.py, line 55, in main
process_request(doc, cgidata)
  File /usr/local/mailman/Mailman/Cgi/create.py, line 226, in process_request
sys.modules[modname].create(mlist, cgi=1)
  File /usr/local/mailman/Mailman/MTA/Postfix.py, line 232, in create
_update_maps()
  File /usr/local/mailman/Mailman/MTA/Postfix.py, line 53, in _update_maps
raise RuntimeError, msg % (acmd, status, errstr)
RuntimeError: command failed: /usr/sbin/postalias 
/usr/local/mailman/data/aliases (status: 1, Operation not permitted)

You are creating a new list via the web. You have specified Postfix as
your MTA so the last part of the process tries to update
/usr/local/mailman/data/aliases and run /usr/sbin/postalias to update
/usr/local/mailman/data/aliases.db. It is failing - probably for lack
of permission.

Be sure that both /usr/local/mailman/data/aliases and
/usr/local/mailman/data/aliases.db are in the mailman group and are
group writeable. Unfortunately bin/check_perms doesn't check this
completely.

--
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=showamp;file=faq01.027.htp


[Mailman-Users] Bug in Mailman version 2.1.5p1 urgent!!!

2005-05-02 Thread Renato Carnielli
Dear Sirs,

Hi!

There are more or less about seven months we make use of your Mailman service, 
without any type of interruption.

But, since eight days, without explication, the Members Management page have  
binded, with the system following written report:

Bug in Mailman version 2.1.5p1We're sorry, we hit a bug!
If you would like to help us identify the problem, please email a copy of this 
page to the webmaster for this site with a description of what happened. 
Thanks! 

Traceback:

We ask you, please, to release our access to up-to-dating of cadastral map and 
service normalizing. 

We hope your fast actuation.

Kind regards.

Renato Carnielli and Máriton Silva Lima

www.resenhistas.com.br

Rio de Janeiro - Brazil

 

Bug in Mailman version 2.1.5p1

 

We're sorry, we hit a bug!
If you would like to help us identify the problem, please email a copy of this 
page to the webmaster for this site with a description of what happened. 
Thanks! 

 

Traceback:

 

Traceback (most recent call last):
  File /usr/local/cpanel/3rdparty/mailman/scripts/driver, line 87, in run_main
main()
  File /usr/local/cpanel/3rdparty/mailman/Mailman/Cgi/admin.py, line 200, in 
main
mlist.Save()
  File /usr/local/cpanel/3rdparty/mailman/Mailman/MailList.py, line 525, in 
Save
self.__save(dict)
  File /usr/local/cpanel/3rdparty/mailman/Mailman/MailList.py, line 482, in 
__save
cPickle.dump(dict, fp, 1)
MemoryError

 

 

 

 

 



 

Python information:
Variable Value 
sys.version 2.2.2 (#1, Jan 30 2003, 21:26:22) [GCC 2.96 2731 (Red Hat Linux 
7.3 2.96-112)]  
sys.executable /usr/bin/python2  
sys.prefix /usr  
sys.exec_prefix /usr  
sys.path /usr  
sys.platform linux2  

 

 

 




 

Environment variables:
Variable Value 
HTTP_COOKIE  
resenhas_resenhistas.com.br+admin=28020069d625764273280031336230656663376431353965633839383339623137396331393434353430353536343631636363
  
SERVER_SOFTWARE  Apache  
REDIRECT_STATUS  200  
SCRIPT_FILENAME  /usr/local/cpanel/3rdparty/mailman/cgi-bin/admin  
SERVER_ADMIN  [EMAIL PROTECTED]  
SCRIPT_NAME  /mailman/admin  
REQUEST_METHOD  GET  
HTTP_HOST  resenhistas.com.br  
PATH_INFO  /resenhas_resenhistas.com.br/members  
REDIRECT_URL  /mailman/admin/resenhas_resenhistas.com.br/members  
SERVER_PROTOCOL  HTTP/1.1  
QUERY_STRING   
REQUEST_URI  /mailman/admin/resenhas_resenhistas.com.br/members  
HTTP_ACCEPT  image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, 
application/x-shockwave-flash, application/vnd.ms-excel, 
application/vnd.ms-powerpoint, application/msword, */*  
HTTP_USER_AGENT  Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)  
HTTP_CONNECTION  Keep-Alive  
HTTP_REFERER  
http://resenhistas.com.br/mailman/admin/resenhas_resenhistas.com.br  
SERVER_NAME  resenhistas.com.br  
REMOTE_ADDR  200.216.151.90  
REMOTE_PORT  60973  
HTTP_ACCEPT_LANGUAGE  pt-br  
PYTHONPATH  /usr/local/cpanel/3rdparty/mailman  
PATH_TRANSLATED  /home/resenhis/public_html/resenhas_resenhistas.com.br/members 
 
SERVER_PORT  80  
GATEWAY_INTERFACE  CGI/1.1  
HTTP_ACCEPT_ENCODING  gzip, deflate  
SERVER_ADDR  66.98.192.100  
DOCUMENT_ROOT  /home/resenhis/public_html  

 

 

--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman version 2.1.4

2005-02-25 Thread Mark Sapiro
Camila Canto wrote:

This bug appear when I try to use the tool listinfo in Mailman.
What can I do?
Thanks

Camila Canto



*Bug in Mailman version 2.1.4*


  We're sorry, we hit a bug!

If you would like to help us identify the problem, please email a copy 
of this page to the webmaster for this site with a description of what 
happened. Thanks!


Traceback:

Traceback (most recent call last):
  File /usr/lib/mailman/scripts/driver, line 87, in run_main
main()
  File /usr/lib/mailman/Mailman/Cgi/roster.py, line 85, in main
password, addr)
  File /usr/lib/mailman/Mailman/SecurityManager.py, line 220, in 
 WebAuthenticate
ok = self.CheckCookie(ac, user)
  File /usr/lib/mailman/Mailman/SecurityManager.py, line 300, in CheckCookie
ok = self.__checkone(c, authcontext, user)
  File /usr/lib/mailman/Mailman/SecurityManager.py, line 310, in __checkone
key, secret = self.AuthContextInfo(authcontext, user)
  File /usr/lib/mailman/Mailman/SecurityManager.py, line 105, in 
 AuthContextInfo
secret = self.getMemberPassword(user)
  File /usr/lib/mailman/Mailman/OldStyleMemberships.py, line 102, in 
 getMemberPassword
raise Errors.NotAMemberError, member
NotAMemberError: div_d-g






Python information:

Variable   Value
sys.version2.2.2 (#1, Mar 6 2003, 13:36:19) [GCC 3.2.2]
sys.executable /usr/bin/python
sys.prefix /usr
sys.exec_prefix/usr
sys.path   /usr
sys.platform   linux-i386




Environment variables:

Variable   Value
PATH_INFO  /div_d-g
CONTENT_LENGTH 100
CONTENT_TYPE   application/x-www-form-urlencoded
HTTP_COOKIE 
div_a-c+admin=2802006910871c4273280036363638623066643538633438646662626131396432366538353937333533383731323731383038
 

SCRIPT_FILENAME/usr/lib/mailman/cgi-bin/roster
PYTHONPATH /usr/lib/mailman
SERVER_SOFTWAREApache/2.0.45 (Unix) mod_ssl/2.0.45 OpenSSL/0.9.7a 
PHP/4.3.3
SERVER_ADMIN   [EMAIL PROTECTED]
SCRIPT_NAME/mailman/roster
SERVER_SIGNATURE   
Apache/2.0.45 (Unix) mod_ssl/2.0.45 OpenSSL/0.9.7a PHP/4.3.3 Server at 
www.cps.softex.br Port 80

REQUEST_METHOD POST
HTTP_HOST  www.cps.softex.br
HTTP_KEEP_ALIVE300
SERVER_PROTOCOLHTTP/1.1
QUERY_STRING   
PATH_TRANSLATED/srv/www/default/html/div_d-g
REQUEST_URI/mailman/roster/div_d-g
HTTP_ACCEPT 
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
 

HTTP_ACCEPT_CHARSETISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_USER_AGENTMozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.7.3) 
Gecko/20040930
HTTP_CONNECTIONkeep-alive
HTTP_REFERER   http://www.cps.softex.br/mailman/listinfo/div_d-g
SERVER_NAMEwww.cps.softex.br
REMOTE_ADDR192.168.1.249
REMOTE_PORT33439
HTTP_ACCEPT_LANGUAGE   pt-br,pt;q=0.5
UNIQUE_ID  31jHgciIoRMAADq4Va0E
SERVER_PORT80
GATEWAY_INTERFACE  CGI/1.1
HTTP_ACCEPT_ENCODING   gzip,deflate
SERVER_ADDR200.136.161.19
DOCUMENT_ROOT  /srv/www/default/html

It appears from the above information that you have attempted to get a
roster of list members from the listinfo page for the div_d-g list,
and you have entered the listname div_d-g and maybe the list password
in the e-mail and password fields.

You also have a login cookie for the div_a-c list maybe because you
just visited that roster.

I've seen this problem in Mailman 2.1.4 in similar contexts and it may
or may not occur in more recent versions, but Mailman seems to get
confused if there is a cookie that is not applicable to the current
request and errors like this occur.

I would suggest you either go to an admin page for the div_a-c list and
explicitly logout before trying to get the div_d-g roster or use the
list admin's e-mail address and password instead of the list name and
list password.

--
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=showamp;file=faq01.027.htp


[Mailman-Users] Bug in Mailman version 2.1.4

2005-02-24 Thread Camila Canto
   Hello,
This bug appear when I try to use the tool listinfo in Mailman.
What can I do?
Thanks
Camila Canto

*Bug in Mailman version 2.1.4*
 We're sorry, we hit a bug!
If you would like to help us identify the problem, please email a copy 
of this page to the webmaster for this site with a description of what 
happened. Thanks!

   Traceback:
Traceback (most recent call last):
 File /usr/lib/mailman/scripts/driver, line 87, in run_main
   main()
 File /usr/lib/mailman/Mailman/Cgi/roster.py, line 85, in main
   password, addr)
 File /usr/lib/mailman/Mailman/SecurityManager.py, line 220, in 
WebAuthenticate
   ok = self.CheckCookie(ac, user)
 File /usr/lib/mailman/Mailman/SecurityManager.py, line 300, in CheckCookie
   ok = self.__checkone(c, authcontext, user)
 File /usr/lib/mailman/Mailman/SecurityManager.py, line 310, in __checkone
   key, secret = self.AuthContextInfo(authcontext, user)
 File /usr/lib/mailman/Mailman/SecurityManager.py, line 105, in 
AuthContextInfo
   secret = self.getMemberPassword(user)
 File /usr/lib/mailman/Mailman/OldStyleMemberships.py, line 102, in 
getMemberPassword
   raise Errors.NotAMemberError, member
NotAMemberError: div_d-g


   Python information:
VariableValue
sys.version 2.2.2 (#1, Mar 6 2003, 13:36:19) [GCC 3.2.2]
sys.executable  /usr/bin/python
sys.prefix  /usr
sys.exec_prefix /usr
sys.path/usr
sys.platformlinux-i386

   Environment variables:
Variable 	Value
PATH_INFO 	/div_d-g
CONTENT_LENGTH 	100
CONTENT_TYPE 	application/x-www-form-urlencoded
HTTP_COOKIE 
div_a-c+admin=2802006910871c4273280036363638623066643538633438646662626131396432366538353937333533383731323731383038 

SCRIPT_FILENAME 	/usr/lib/mailman/cgi-bin/roster
PYTHONPATH 	/usr/lib/mailman
SERVER_SOFTWARE 	Apache/2.0.45 (Unix) mod_ssl/2.0.45 OpenSSL/0.9.7a 
PHP/4.3.3
SERVER_ADMIN 	[EMAIL PROTECTED]
SCRIPT_NAME 	/mailman/roster
SERVER_SIGNATURE 	
Apache/2.0.45 (Unix) mod_ssl/2.0.45 OpenSSL/0.9.7a PHP/4.3.3 Server at 
www.cps.softex.br Port 80

REQUEST_METHOD 	POST
HTTP_HOST 	www.cps.softex.br
HTTP_KEEP_ALIVE 	300
SERVER_PROTOCOL 	HTTP/1.1
QUERY_STRING 	
PATH_TRANSLATED 	/srv/www/default/html/div_d-g
REQUEST_URI 	/mailman/roster/div_d-g
HTTP_ACCEPT 
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 

HTTP_ACCEPT_CHARSET 	ISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_USER_AGENT 	Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.7.3) 
Gecko/20040930
HTTP_CONNECTION 	keep-alive
HTTP_REFERER 	http://www.cps.softex.br/mailman/listinfo/div_d-g
SERVER_NAME 	www.cps.softex.br
REMOTE_ADDR 	192.168.1.249
REMOTE_PORT 	33439
HTTP_ACCEPT_LANGUAGE 	pt-br,pt;q=0.5
UNIQUE_ID 	31jHgciIoRMAADq4Va0E
SERVER_PORT 	80
GATEWAY_INTERFACE 	CGI/1.1
HTTP_ACCEPT_ENCODING 	gzip,deflate
SERVER_ADDR 	200.136.161.19
DOCUMENT_ROOT 	/srv/www/default/html

--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] bug in Mailman when accessing Private Archives

2005-02-17 Thread Steve Burling
--On February 16, 2005 6:32:57 PM -0500 John Dennis [EMAIL PROTECTED] 
wrote:

leading white space in python is significant
To which I reply:
As a completely off-topic question:
What the heck were they thinking when the designers of Python chose amount 
of leading white space to indicate block structure?  It seems absolutely 
guaranteed to cause problems such as this.

(Feel free to respond off-list.  I'm sincerely curious about this -- ever 
since I started looking at Python, this has bugged me.)

--
Steve Burlingmailto:[EMAIL PROTECTED]
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] bug in Mailman when accessing Private Archives

2005-02-17 Thread Chuq Von Rospach
On Feb 17, 2005, at 9:03 AM, Steve Burling wrote:
What the heck were they thinking when the designers of Python chose 
amount of leading white space to indicate block structure?  It seems 
absolutely guaranteed to cause problems such as this.

it's one of those things about python that you either love, or you 
hate. and it's very much a religious issue among geeks.

--
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=showamp;file=faq01.027.htp


[Mailman-Users] bug in mailman

2005-02-17 Thread H. Kerem Cevahir
Bug in Mailman version 2.1.5

We're sorry, we hit a bug!

If you would like to help us identify the problem, please email a copy
of this page to the webmaster for this site with a description of what
happened. Thanks!
Traceback:

Traceback (most recent call last):
  File /usr/lib/mailman/scripts/driver, line 87, in run_main
main()
  File /usr/lib/mailman/Mailman/Cgi/create.py, line 55, in main
process_request(doc, cgidata)
  File /usr/lib/mailman/Mailman/Cgi/create.py, line 187, in process_request
mlist.Create(listname, owner, pw, langs, emailhost)
  File /usr/lib/mailman/Mailman/MailList.py, line 457, in Create
self.InitVars(name, admin, crypted_password)
  File /usr/lib/mailman/Mailman/MailList.py, line 372, in InitVars
baseclass.InitVars(self)
  File /usr/lib/mailman/Mailman/Archiver/Archiver.py, line 95, in InitVars
os.mkdir(self.archive_dir()+'.mbox', 02775)
OSError: [Errno 13] Permission denied:
'/var/lib/mailman/archives/private/deneme.mbox'



Python information:

VariableValue
sys.version 2.3.4 (#1, Feb 2 2005, 12:11:53) [GCC 3.4.2 20041017 (Red
Hat 3.4.2-6.fc3)]
sys.executable  /usr/bin/python
sys.prefix  /usr
sys.exec_prefix /usr
sys.path/usr
sys.platformlinux2

Environment variables:

VariableValue
HTTP_REFERERhttp://karayel.ieee.metu.edu.tr/mailman/create
SERVER_SOFTWARE Apache/2.0.52 (Fedora)
SCRIPT_NAME /mailman/create
SERVER_SIGNATURE
Apache/2.0.52 (Fedora) Server at karayel.ieee.metu.edu.tr Port 80
REQUEST_METHOD  POST
HTTP_KEEP_ALIVE 300
SERVER_PROTOCOL HTTP/1.1
QUERY_STRING
CONTENT_LENGTH  148
HTTP_ACCEPT_CHARSET ISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_USER_AGENT Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5)
Gecko/20050110 Firefox/1.0 (Debian package 1.0+dfsg.1-2)
HTTP_CONNECTION keep-alive
SERVER_NAME karayel.ieee.metu.edu.tr
REMOTE_ADDR 85.99.37.214
SERVER_PORT 80
SERVER_ADDR 144.122.166.66
DOCUMENT_ROOT   /var/www/html
PYTHONPATH  /usr/lib/mailman
SCRIPT_FILENAME /usr/lib/mailman/cgi-bin/create
SERVER_ADMIN[EMAIL PROTECTED]
HTTP_HOST   karayel.ieee.metu.edu.tr
HTTP_CACHE_CONTROL  max-age=0
REQUEST_URI /mailman/create
HTTP_ACCEPT 
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
GATEWAY_INTERFACE   CGI/1.1
REMOTE_PORT 32978
HTTP_ACCEPT_LANGUAGEen-us,en;q=0.5
CONTENT_TYPEapplication/x-www-form-urlencoded
HTTP_ACCEPT_ENCODINGgzip,deflate
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] bug in mailman

2005-02-17 Thread John Dennis
You've probably hit a bug in the SELinux policy, it was fixed in
selinux-policy-targeted-1.17.30-2.80. Therefore you can either update
your selinux-policy-targeted rpm to the latest version or disable
SELinux with system-config-security level.
-- 
John Dennis [EMAIL PROTECTED]


--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] bug in mailman

2005-02-17 Thread Brad Knowles
At 11:01 PM +0200 2005-02-15, H. Kerem Cevahir wrote:
   File /usr/lib/mailman/Mailman/Archiver/Archiver.py, line 95, in InitVars
 os.mkdir(self.archive_dir()+'.mbox', 02775)
 OSError: [Errno 13] Permission denied:
 '/var/lib/mailman/archives/private/deneme.mbox'
	You've got a permissions problem.  Try running 
/usr/local/mailman/bin/check_perms.

--
Brad Knowles, [EMAIL PROTECTED]
Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
-- Benjamin Franklin (1706-1790), reply of the Pennsylvania
Assembly to the Governor, November 11, 1755
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] bug in mailman

2005-02-17 Thread H. Kerem Cevahir
i had runned bin/check_perms -f , but nothing changed. now i have
removed whole mailman, and i will try to install it with sources.
thanks for your helps.


On Thu, 17 Feb 2005 22:56:55 +0100, Brad Knowles
[EMAIL PROTECTED] wrote:
 At 11:01 PM +0200 2005-02-15, H. Kerem Cevahir wrote:
 
 File /usr/lib/mailman/Mailman/Archiver/Archiver.py, line 95, in 
  InitVars
   os.mkdir(self.archive_dir()+'.mbox', 02775)
   OSError: [Errno 13] Permission denied:
   '/var/lib/mailman/archives/private/deneme.mbox'
 
 You've got a permissions problem.  Try running
 /usr/local/mailman/bin/check_perms.
 
 --
 Brad Knowles, [EMAIL PROTECTED]
 
 Those who would give up essential Liberty, to purchase a little
 temporary Safety, deserve neither Liberty nor Safety.
 
  -- Benjamin Franklin (1706-1790), reply of the Pennsylvania
  Assembly to the Governor, November 11, 1755
 
SAGE member since 1995.  See http://www.sage.org/ for more info.

--
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=showamp;file=faq01.027.htp


[Mailman-Users] bug in Mailman when accessing Private Archives

2005-02-16 Thread Christopher Adams
Has anyone seen this problem?

Bug in Mailman version 2.1.5
We're sorry, we hit a bug!
If you would like to help us identify the problem, please email a copy 
of this page to the webmaster for this site with a description of what 
happened. Thanks!

Traceback:
Traceback (most recent call last):
  File /lists/scripts/driver, line 80, in run_main
pkg = __import__('Mailman.Cgi', globals(), locals(), [scriptname])
  File /lists/Mailman/Cgi/private.py, line 43
 parts = path.split(SLASH)
 ^
 SyntaxError: invalid syntax
--
Christopher Adams
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] bug in Mailman when accessing Private Archives

2005-02-16 Thread John Dennis
Christopher Adams wrote:
Has anyone seen this problem?

Bug in Mailman version 2.1.5
We're sorry, we hit a bug!
If you would like to help us identify the problem, please email a copy 
of this page to the webmaster for this site with a description of what 
happened. Thanks!

Traceback:
Traceback (most recent call last):
  File /lists/scripts/driver, line 80, in run_main
pkg = __import__('Mailman.Cgi', globals(), locals(), [scriptname])
  File /lists/Mailman/Cgi/private.py, line 43
 parts = path.split(SLASH)
 ^
 SyntaxError: invalid syntax
Looks like the CAN-2005-0202 patch was not applied correctly.
--
John Dennis [EMAIL PROTECTED]
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] bug in Mailman when accessing Private Archives

2005-02-16 Thread Mark Sapiro
Christopher Adams wrote:

Traceback (most recent call last):
   File /lists/scripts/driver, line 80, in run_main
 pkg = __import__('Mailman.Cgi', globals(), locals(), [scriptname])
   File /lists/Mailman/Cgi/private.py, line 43
  parts = path.split(SLASH)
  ^
  SyntaxError: invalid syntax

The patch at http://www.list.org/CAN-2005-0202.txt has been appied to
private.py and it looks like it may not have been applied correctly.
There is an issue with this patch and older versions of Python, but
the above error doesn't look like that.

--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] bug in Mailman when accessing Private Archives

2005-02-16 Thread Christopher Adams
Both answers mentioned a poor patch job. You are correct. Since I was 
unaware that the patch job had been done, I didn't know what to look 
for. I guess some text was simply pasted into the private.py file and it 
resulted in spaces rather than tabs. The intention was to manually do 
exactly what the automated patch job would supposedly do. I learn 
something new about Python every day.

Things are working again. Thanks.
Mark Sapiro wrote:
Christopher Adams wrote:
Traceback (most recent call last):
 File /lists/scripts/driver, line 80, in run_main
   pkg = __import__('Mailman.Cgi', globals(), locals(), [scriptname])
 File /lists/Mailman/Cgi/private.py, line 43
parts = path.split(SLASH)
^
SyntaxError: invalid syntax

The patch at http://www.list.org/CAN-2005-0202.txt has been appied to
private.py and it looks like it may not have been applied correctly.
There is an issue with this patch and older versions of Python, but
the above error doesn't look like that.
--
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Christopher Adams
Library Systems Analyst
Oregon State Library
503-378-4243 258
[EMAIL PROTECTED]
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] bug in Mailman when accessing Private Archives

2005-02-16 Thread John Dennis
Mark Sapiro wrote:
Christopher Adams wrote:
Traceback (most recent call last):
 File /lists/scripts/driver, line 80, in run_main
   pkg = __import__('Mailman.Cgi', globals(), locals(), [scriptname])
 File /lists/Mailman/Cgi/private.py, line 43
parts = path.split(SLASH)
^
SyntaxError: invalid syntax

The patch at http://www.list.org/CAN-2005-0202.txt has been appied to
private.py and it looks like it may not have been applied correctly.
There is an issue with this patch and older versions of Python, but
the above error doesn't look like that.
It is mostly likely incorrect white space at the beginning of the line, 
leading white space in python is significant, fix the the white space to 
match the correct indendation level.

Also some folks forgot the definition of SLASH at the top of the file, 
don't forget that or you'll discover a new problem, SLASH isn't defined
--
John Dennis [EMAIL PROTECTED]

--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman version 2.1.4 on lists.chatlabel.de/mailman

2005-01-26 Thread Tim Smith
Are you running SuSE Linux?  I had this problem  two days ago when I
upgraded mailman using YOU from 2.1.3 to 2.1.4 on my Suse 9.1 Pro on a
AMD64 system.

To fix my problem all I had to do was install a python module via
YAST.  I can't remember the name of it right now, but it's documented
in my previous post on this matter, I posted it yesterday.

After I installed that XML python item, it just started workin
perfectly fine again.

-Tim



On Wed, 26 Jan 2005 08:42:28 +0100, Carsten Henkel [EMAIL PROTECTED] wrote:
 i become this error page on the webinterface:
 
 Bug in Mailman version 2.1.4
 
 We're sorry, we hit a bug!
 
 If you would like to help us identify the problem, please email a copy of 
 this page to the webmaster for this site with a description of what happened. 
 Thanks!
 Traceback:
 
 Content-type: text/html
 
 We're sorry, we hit a bug!
 
 Mailman experienced a very low level failure and could not even generate a
 useful traceback for you.  Please report this to the Mailman administrator at
 this site.
 
 but i have no idea why that is. have you any idea ?
 thanks
 
 --
 Mit freundlichen Grüssen
 Carsten Henkel  mailto:[EMAIL PROTECTED]
 
 Es ist sinnlos zu sagen: Wir tun unser Bestes. Es muß dir gelingen, das zu 
 tun, was erforderlich ist. (Winston Churchill)
 
 dieser Text ist zufällig gewählt und hat nichts mit dem Empfänger der e-Mail 
 zu tun.
 
 Carsten Henkel
 Passauer Straße 7
 94577 Winzer
 tel.: 0049 (0)180-3684398-360
 fax.: 0049 (0)180-3684398-039
 
 http://chatlabel.de
 http://radio.chatlabel.de
 
 --
 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/

--
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/


Re: [Mailman-Users] Bug in Mailman version 2.1.4 on lists.chatlabel.de/mailman

2005-01-26 Thread Thomas Hochstein
Carsten Henkel schrieb:

 but i have no idea why that is. have you any idea ?

A solution to your problem was posted about 12 hours ago to this list.
[EMAIL PROTECTED]

-thh
--
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/


[Mailman-Users] Bug in Mailman version 2.1.4 on lists.chatlabel.de/mailman

2005-01-25 Thread Carsten Henkel
i become this error page on the webinterface:

Bug in Mailman version 2.1.4

We're sorry, we hit a bug!

If you would like to help us identify the problem, please email a copy of this 
page to the webmaster for this site with a description of what happened. Thanks!
Traceback:

Content-type: text/html


We're sorry, we hit a bug!


Mailman experienced a very low level failure and could not even generate a
useful traceback for you.  Please report this to the Mailman administrator at
this site.


but i have no idea why that is. have you any idea ?
thanks

-- 
Mit freundlichen Grüssen
Carsten Henkel  mailto:[EMAIL PROTECTED]


Es ist sinnlos zu sagen: Wir tun unser Bestes. Es muß dir gelingen, das zu tun, 
was erforderlich ist. (Winston Churchill) 

dieser Text ist zufällig gewählt und hat nichts mit dem Empfänger der e-Mail zu 
tun.

Carsten Henkel
Passauer Straße 7
94577 Winzer
tel.: 0049 (0)180-3684398-360
fax.: 0049 (0)180-3684398-039

http://chatlabel.de
http://radio.chatlabel.de

--
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/


[Mailman-Users] Bug in Mailman version 2.1.4

2005-01-24 Thread leonardo
 Text 
   Bug in Mailman version 2.1.4
 We're sorry, we hit a bug!
If you would like to help us identify the problem, please email a copy 
of this page to the webmaster for this site with a description of what 
happened. Thanks!

   Traceback:
Traceback (most recent call last):
 File /var/lib/mailman/scripts/driver, line 96, in run_main
   main()
 File /usr/lib/mailman/Mailman/Cgi/admin.py, line 203, in main
   change_options(mlist, category, subcat, cgidata, doc, mlist_language)
 File /usr/lib/mailman/Mailman/Cgi/admin.py, line 1384, in change_options
   gui.handleForm(mlist, category, subcat, cgidata, doc)
 File /var/lib/mailman/Mailman/Gui/Privacy.py, line 510, in handleForm
   GUIBase.handleForm(self, mlist, category, subcat, cgidata, doc)
 File /var/lib/mailman/Mailman/Gui/GUIBase.py, line 154, in handleForm
   doc.addError(
 File /var/lib/mailman/Mailman/htmlformat.py, line 347, in addError
   self.AddItem(Header(3, Bold(FontAttr(
TypeError: not enough arguments for format string


   Python information:
Variable 	Value
sys.version 	2.3.4 (#2, Jan 5 2005, 08:24:51) [GCC 3.3.5 (Debian 
1:3.3.5-5)]
sys.executable 	/usr/bin/python
sys.prefix 	/usr
sys.exec_prefix 	/usr
sys.path 	/usr
sys.platform 	linux2


   Environment variables:
Variable 	Value
HTTP_REFERER 	https://lists.indymedia.org/mailman/admin/cmi-cuiaba/privacy
SERVER_SOFTWARE 	Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-2 
mod_ssl/2.8.22 OpenSSL/0.9.7d
SCRIPT_NAME 	/mailman/admin
SERVER_SIGNATURE 	
Apache/1.3.33 Server at lists.indymedia.org Port 443

REQUEST_METHOD 	POST
HTTP_KEEP_ALIVE 	300
SERVER_PROTOCOL 	HTTP/1.1
QUERY_STRING 	
CONTENT_LENGTH 	3493
HTTP_ACCEPT_CHARSET 	ISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_USER_AGENT 	Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; 
rv:1.7.2) Gecko/20040803
HTTP_CONNECTION 	keep-alive
HTTP_COOKIE 
cmi-cuiaba+admin=280200697a14f44173280033386464323966353539376136643035316163366461336361643039646333643066373932386632 

SERVER_NAME 	lists.indymedia.org
REMOTE_ADDR 	200.176.64.196
PATH_TRANSLATED 	/var/www/lists/cmi-cuiaba/privacy
SERVER_PORT 	443
SERVER_ADDR 	69.90.134.132
DOCUMENT_ROOT 	/var/www/lists
PYTHONPATH 	/var/lib/mailman
SCRIPT_FILENAME 	/usr/lib/cgi-bin/mailman/admin
SERVER_ADMIN 	[EMAIL PROTECTED]
SCRIPT_URI 	https://lists.indymedia.org/mailman/admin/cmi-cuiaba/privacy
HTTP_HOST 	lists.indymedia.org
SCRIPT_URL 	/mailman/admin/cmi-cuiaba/privacy
HTTPS 	on
REQUEST_URI 	/mailman/admin/cmi-cuiaba/privacy
HTTP_ACCEPT 
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 

GATEWAY_INTERFACE   CGI/1.1
REMOTE_PORT 4358
HTTP_ACCEPT_LANGUAGEpt-br,pt;q=0.5
CONTENT_TYPEapplication/x-www-form-urlencoded
HTTP_ACCEPT_ENCODINGgzip,deflate
PATH_INFO   /cmi-cuiaba/privacy

 HTML 
headtitleBug in Mailman version 2.1.4/title/head
body bgcolor=#ffh2Bug in Mailman version 2.1.4/h2
ph3We're sorry, we hit a bug!/h3
pIf you would like to help us identify the problem,
please email a copy of this page to the webmaster for this site with
a description of what happened.  Thanks!
h4Traceback:/h4ppre
Traceback (most recent call last):
 File /var/lib/mailman/scripts/driver, line 96, in run_main
   main()
 File /usr/lib/mailman/Mailman/Cgi/admin.py, line 203, in main
   change_options(mlist, category, subcat, cgidata, doc, mlist_language)
 File /usr/lib/mailman/Mailman/Cgi/admin.py, line 1384, in change_options
   gui.handleForm(mlist, category, subcat, cgidata, doc)
 File /var/lib/mailman/Mailman/Gui/Privacy.py, line 510, in handleForm
   GUIBase.handleForm(self, mlist, category, subcat, cgidata, doc)
 File /var/lib/mailman/Mailman/Gui/GUIBase.py, line 154, in handleForm
   doc.addError(
 File /var/lib/mailman/Mailman/htmlformat.py, line 347, in addError
   self.AddItem(Header(3, Bold(FontAttr(
TypeError: not enough arguments for format string
/pre/body
phrh4Python information:/h4
ptable
trthVariable/ththValue/th/tr
trtdttsys.version/tt/tdtd 2.3.4 (#2, Jan  5 2005, 08:24:51) 
[GCC 3.3.5 (Debian 1:3.3.5-5)] /td/tr
trtdttsys.executable/tt/tdtd /usr/bin/python /td/tr
trtdttsys.prefix/tt/tdtd /usr /td/tr
trtdttsys.exec_prefix/tt/tdtd /usr /td/tr

trtdttsys.path/tt/tdtd /usr /td/tr
trtdttsys.platform/tt/tdtd linux2 /td/tr
/table
phrh4Environment variables:/h4
ptable
trthVariable/ththValue/th/tr
trtdtt HTTP_REFERER /tt/tdtd 
https://lists.indymedia.org/mailman/admin/cmi-cuiaba/privacy /td/tr
trtdtt SERVER_SOFTWARE /tt/tdtd Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-2 
mod_ssl/2.8.22 OpenSSL/0.9.7d /td/tr
trtdtt SCRIPT_NAME /tt/tdtd /mailman/admin /td/tr
trtdtt SERVER_SIGNATURE /tt/tdtd ADDRESSApache/1.3.33 Server at 
lists.indymedia.org Port 443/ADDRESS
/td/tr
trtdtt REQUEST_METHOD /tt/tdtd POST /td/tr
trtdtt HTTP_KEEP_ALIVE /tt/tdtd 300 /td/tr
trtdtt SERVER_PROTOCOL /tt/tdtd 

Re: [Mailman-Users] Bug in Mailman version 2.1.4

2005-01-24 Thread Jim Tittsler
On Jan 24, 2005, at 06:30, leonardo wrote:
 File /var/lib/mailman/Mailman/Gui/Privacy.py, line 510, in 
handleForm
   GUIBase.handleForm(self, mlist, category, subcat, cgidata, doc)
 File /var/lib/mailman/Mailman/Gui/GUIBase.py, line 154, in 
handleForm
   doc.addError(
 File /var/lib/mailman/Mailman/htmlformat.py, line 347, in addError
   self.AddItem(Header(3, Bold(FontAttr(
TypeError: not enough arguments for format string
What were you doing when this happened?
Do you have any of the fields on the Privacy page have an Email address 
that contains a '%' character?

--
Jim Tittsler http://www.OnJapan.net/  GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/
Ringo MUG Tokyo  http://www.ringo.net/rss.html
--
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/


[Mailman-Users] Bug in Mailman version 2.1.2

2004-10-15 Thread Gerald Schoderitz
Bug in Mailman version 2.1.2

We're sorry, we hit a bug!
If you would like to help us identify the problem, please email a copy of
this page to the webmaster for this site with a description of what
happened. Thanks!

Traceback:

Traceback (most recent call last):
  File /usr/lib/mailman/scripts/driver, line 87, in run_main
main()
  File /usr/lib/mailman/Mailman/Cgi/create.py, line 55, in main
process_request(doc, cgidata)
  File /usr/lib/mailman/Mailman/Cgi/create.py, line 176, in
process_request
mlist.Create(listname, owner, pw, langs)
  File /usr/lib/mailman/Mailman/MailList.py, line 441, in Create
Utils.ValidateEmail(postingaddr)
  File /usr/lib/mailman/Mailman/Utils.py, line 209, in ValidateEmail
raise Errors.MMHostileAddress, s
MMHostileAddress: heurigen@(unused)








Python information:
Variable Value
sys.version 2.3+ (#1, Jan 7 2004, 09:17:35) [GCC 3.3.1 (SuSE Linux)]
sys.executable /usr/bin/python
sys.prefix /usr
sys.exec_prefix /usr
sys.path /usr
sys.platform linux2







Environment variables:
Variable Value
AUTH_TYPE  Basic
HTTP_REFERER  http://www.schoderitz.net/mailman/create
SERVER_SOFTWARE  Apache/1.3.28 (Linux/SuSE) mod_ssl/2.8.15 OpenSSL/0.9.7b
mod_python/2.7.10 Python/2.3+ PHP/4.3.3 mod_perl/1.28 mod_auth_pam/1.0a
SCRIPT_NAME  /mailman/create
SERVER_SIGNATURE  Apache/1.3.28 Server at www.schoderitz.net Port 80
REQUEST_METHOD  POST
SERVER_PROTOCOL  HTTP/1.0
QUERY_STRING
CONTENT_LENGTH  153
HTTP_USER_AGENT  Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
HTTP_CONNECTION  keep-alive
SERVER_NAME  www.schoderitz.net
REMOTE_ADDR  62.40.141.76
HTTP_VIA  1.0 svr.schoderitz.net:3128 (squid/2.5.STABLE3)
SERVER_PORT  80
SERVER_ADDR  62.40.141.76
DOCUMENT_ROOT  /srv/www/htdocs
HTTP_PRAGMA  no-cache
PYTHONPATH  /usr/lib/mailman
SCRIPT_FILENAME  /usr/lib/mailman/cgi-bin/create
SERVER_ADMIN  [EMAIL PROTECTED]
REMOTE_USER  schodi
HTTP_HOST  www.schoderitz.net
HTTP_CACHE_CONTROL  max-age=259200
REQUEST_URI  /mailman/create
HTTP_ACCEPT  image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword,
application/x-shockwave-flash, */*
GATEWAY_INTERFACE  CGI/1.1
HTTP_X_FORWARDED_FOR  192.168.0.10
REMOTE_PORT  38670
HTTP_ACCEPT_LANGUAGE  de-at
CONTENT_TYPE  application/x-www-form-urlencoded

--
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/


Re: [Mailman-Users] Bug in Mailman version 2.1.1

2004-04-09 Thread Steffen Mueller
On 04/03/04 01:36 Ing.CIP Alejandro Celi Mariategui wrote:
Bug in Mailman version 2.1.1
We're sorry, we hit a bug!
If you would like to help us identify the problem, please email a copy
of this page to the webmaster for this site with a description of what
happened. Thanks!
Traceback:
Traceback (most recent call last):
  File /var/mailman/scripts/driver, line 87, in run_main
main()
  File /var/mailman/Mailman/Cgi/admin.py, line 169, in main
change_options(mlist, category, subcat, cgidata, doc)
  File /var/mailman/Mailman/Cgi/admin.py, line 1263, in change_options
send_admin_notif, invitation)
  File /var/mailman/Mailman/MailList.py, line 888, in ApprovedAddMember
kind, formataddr((email, name)))
  File /var/mailman/pythonlib/email/Utils.py, line 106, in formataddr
return '%s%s%s %s' % (quotes, name, quotes, address)
UnicodeError: ASCII decoding error: ordinal not in range(128)

hi.

check your list for illegal characters in mail-adresses:
/usr/lib/mailman/bin/list_members -i [listname]
i had problems with mail-addresses using german characters (ö, ä, ü, ß)
i'm still looking for a solution.
--
cheers,
steffen
--
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/


[Mailman-Users] Bug in Mailman version 2.1.1

2004-04-05 Thread Ing.CIP Alejandro Celi Mariategui

Bug in Mailman version 2.1.1
We're sorry, we hit a bug!
If you would like to help us identify the problem, please email a copy
of this page to the webmaster for this site with a description of what
happened. Thanks!


Traceback:
Traceback (most recent call last):
  File /var/mailman/scripts/driver, line 87, in run_main
main()
  File /var/mailman/Mailman/Cgi/admin.py, line 169, in main
change_options(mlist, category, subcat, cgidata, doc)
  File /var/mailman/Mailman/Cgi/admin.py, line 1263, in change_options
send_admin_notif, invitation)
  File /var/mailman/Mailman/MailList.py, line 888, in ApprovedAddMember
kind, formataddr((email, name)))
  File /var/mailman/pythonlib/email/Utils.py, line 106, in formataddr
return '%s%s%s %s' % (quotes, name, quotes, address)
UnicodeError: ASCII decoding error: ordinal not in range(128)





Python information:
  Variable
   Value
sys.version
2.2.2 (#1, Feb 24 2003, 19:13:11)
[GCC 3.2.2 20030222 (Red Hat Linux
3.2.2-4)] 
sys.executable
/usr/bin/python 
sys.prefix
/usr 
sys.exec_prefix
/usr 
sys.path
/usr 
sys.platform
linux2 



Environment variables:
  Variable
   Value
PATH_INFO 
/miembros/members/add 
CONTENT_LENGTH 
1690 
CONTENT_TYPE 
multipart/form-data;
boundary=---88523583213600647801088395426 
HTTP_REFERER 
http://correo.trilce.edu.pe/mailman/admin/miembros/members/add 
SCRIPT_FILENAME 
/var/mailman/cgi-bin/admin 
PYTHONPATH 
/var/mailman 
SERVER_SOFTWARE 
Apache/2.0.40 (Red Hat Linux) 
SERVER_ADMIN 
[EMAIL PROTECTED] 
SCRIPT_NAME 
/mailman/admin 
SERVER_SIGNATURE 
Apache/2.0.40 Server at
correo.trilce.edu.pe Port 80
REQUEST_METHOD 
POST 
HTTP_HOST 
correo.trilce.edu.pe 
HTTP_KEEP_ALIVE 
300 
SERVER_PROTOCOL 
HTTP/1.0 
QUERY_STRING 

PATH_TRANSLATED 
/var/www/html/horde/imp/miembros/members/add 
HTTP_CACHE_CONTROL 
max-age=259200 
REQUEST_URI 
/mailman/admin/miembros/members/add 
HTTP_ACCEPT 
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1
HTTP_ACCEPT_CHARSET 
ISO-8859-15,utf-8;q=0.7,*;q=0.7 
HTTP_USER_AGENT 
Opera/6.02 (Linux 2.4.18-4GB i686;
U) [en] 
HTTP_CONNECTION 
keep-alive 
HTTP_COOKIE 
miembros+admin=28020069dbf76d4073280031373133323465356135633862306632643339653465373737396366636231306363383961653865
 
SERVER_NAME 
correo.trilce.edu.pe 
REMOTE_ADDR 
200.37.85.90 
HTTP_X_FORWARDED_FOR 
192.168.100.137 
REMOTE_PORT 
40953 
HTTP_ACCEPT_LANGUAGE 
en-us,en;q=0.7,es-pe;q=0.3 
HTTP_VIA 
1.1 localhost:8080
(Squid/2.4.STABLE3) 
UNIQUE_ID 
-A97iMCoAkIAAAeJUfkA 
SERVER_PORT 
80 
GATEWAY_INTERFACE 
CGI/1.1 
HTTP_ACCEPT_ENCODING 
gzip,deflate 
SERVER_ADDR 
192.168.2.66 
DOCUMENT_ROOT 
/var/www/html/horde/imp 







--
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/


[Mailman-Users] Bug in Mailman 2.1.4 - URGENT !!!

2004-02-06 Thread Alessandro Luiz Petrocino
Hi, Mailman GURUS !!!

I need some help over here ... hehehe ...

Well, we have a server, with the following softwares:

- Fedora Linux - Core 1 (Operational System)
- Kernel = 2.4.22-1.2140.nptlsmp
- Mailman 2.1.4 (source compiled)
- Postfix 2.0.16 (source compiled)
- Apache 1.3.29 (source compiled)
- Python 2.2.3 (RPM Package)

The troubles are the following:

1.) When I try to create a new list, over the web
(http://www.example.com/mailman/create),
I got the message: Error: Unknown virtual host: mydomain.com.br

So, I can't create a new list over the web, but I can create by
a command line (./newlist) ...

When I create a new list, and I post to this list, the message 
dissapers ! I can't find it !!! Bizzare ...

This is the minor of the problems ...

2.) I was a problem, have no idea how to solve this ...

When I'm using a different language (like Portuguese - pt_BR), the
Mailman crashes, and give
this message in the web:


Bug in Mailman version 2.1.4 

We're sorry, we hit a bug!

If you would like to help us identify the problem, please email a copy
of this page to the webmaster for this site with a description of what
happened. Thanks!




Traceback:

Traceback (most recent call last):
  File /mailman/scripts/driver, line 87, in run_main
main()
  File /mailman/Mailman/Cgi/admindb.py, line 163, in main
process_form(mlist, doc, cgidata)
  File /mailman/Mailman/Cgi/admindb.py, line 694, in process_form
forward, forwardaddr)
  File /mailman/Mailman/ListAdmin.py, line 184, in HandleRequest
forward, addr)
  File /mailman/Mailman/ListAdmin.py, line 373, in __handlepost
syslog('vette', note)
  File /mailman/Mailman/Logging/Syslog.py, line 40, in write
self.write_ex(kind, msg, args, kws)
  File /mailman/Mailman/Logging/Syslog.py, line 58, in write_ex
logf.write(msg + '\n')
  File /mailman/Mailman/Logging/StampedLogger.py, line 73, in write
Logger.write(self, %s %s % (prefix, msg))
  File /mailman/Mailman/Logging/Logger.py, line 91, in write
f.write(msg)
UnicodeError: ASCII encoding error: ordinal not in range(128)


Now, this is happening with all the list, when a message is awaiting for
an approval of the administrator ...
Every message, with an accent (like '', or '') give this result ...

What I supose to do ?? Made a downgrade into the mailman version (to
2.1.3) ?!?

Anyone have an idea ?!?

Thank's a lot !!!
Alessandro
___
A  l  e  s  s  a  n  d  r  o L  u  i  z P  e  t  r  o  c  i  n 
o 

Support System Analyst
Computer Center - State University of Campinas (UNICAMP)
http://www.ccuec.unicamp.br
Campinas/SP - Brazil

E-Mail: [EMAIL PROTECTED]
Phone: +55 19 3788-2229
Fax: +55 19 3788-2251


signature.asc
Description: Esta =?ISO-8859-1?Q?=E9?= uma parte de mensagem	assinada digitalmente
--
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] Bug in Mailman 2.1.4 - URGENT !!!

2004-02-06 Thread Alessandro Luiz Petrocino
Hi, Mailman GURUS !!!

I need some help over here ... hehehe ...

Well, we have a server, with the following softwares:

- Fedora Linux - Core 1 (Operational System)
- Kernel = 2.4.22-1.2140.nptlsmp
- Mailman 2.1.4 (source compiled)
- Postfix 2.0.16 (source compiled)
- Apache 1.3.29 (source compiled)
- Python 2.2.3 (RPM Package)

The troubles are the following:

1.) When I try to create a new list, over the web
(http://www.example.com/mailman/create),
I got the message: Error: Unknown virtual host: mydomain.com.br

So, I can't create a new list over the web, but I can create by
a command line (./newlist) ...

When I create a new list, and I post to this list, the message 
dissapers ! I can't find it !!! Bizzare ...

This is the minor of the problems ...

2.) I was a problem, have no idea how to solve this ...

When I'm using a different language (like Portuguese - pt_BR), the
Mailman crashes, and give
this message in the web:


Bug in Mailman version 2.1.4

We're sorry, we hit a bug!

If you would like to help us identify the problem, please email a copy
of this page to the webmaster for this site with a description of what
happened. Thanks!



Traceback:

Traceback (most recent call last):
  File /mailman/scripts/driver, line 87, in run_main
main()
  File /mailman/Mailman/Cgi/admindb.py, line 163, in main
process_form(mlist, doc, cgidata)
  File /mailman/Mailman/Cgi/admindb.py, line 694, in process_form
forward, forwardaddr)
  File /mailman/Mailman/ListAdmin.py, line 184, in HandleRequest
forward, addr)
  File /mailman/Mailman/ListAdmin.py, line 373, in __handlepost
syslog('vette', note)
  File /mailman/Mailman/Logging/Syslog.py, line 40, in write
self.write_ex(kind, msg, args, kws)
  File /mailman/Mailman/Logging/Syslog.py, line 58, in write_ex
logf.write(msg + '\n')
  File /mailman/Mailman/Logging/StampedLogger.py, line 73, in write
Logger.write(self, %s %s % (prefix, msg))
  File /mailman/Mailman/Logging/Logger.py, line 91, in write
f.write(msg)
UnicodeError: ASCII encoding error: ordinal not in range(128)



Now, this is happening with all the list, when a message is awaiting for
an approval of the administrator ...
Every message, with an accent (like '', or '') give this result ...

What I supose to do ?? Made a downgrade into the mailman version (to
2.1.3) ?!?

Anyone have an idea ?!?

Thank's a lot !!!
Alessandro
___
A  l  e  s  s  a  n  d  r  o L  u  i  z P  e  t  r  o  c  i  n 
o 

Support System Analyst
Computer Center - State University of Campinas (UNICAMP)
http://www.ccuec.unicamp.br
Campinas/SP - Brazil

E-Mail: [EMAIL PROTECTED]
Phone: +55 19 3788-2229
Fax: +55 19 3788-2251


signature.asc
Description: Esta =?ISO-8859-1?Q?=E9?= uma parte de mensagem	assinada digitalmente
--
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] Bug in Mailman 2.1.4 - URGENT !!!

2004-02-06 Thread Brad Knowles
At 3:09 PM -0200 2004/02/06, Alessandro Luiz Petrocino wrote:

 Hi, Mailman GURUS !!!

 I need some help over here ... hehehe ...
	Is there a particular reason that you feel you need to send this 
message to the entire mailing list at least three times?

--
Brad Knowles, [EMAIL PROTECTED]
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-Benjamin Franklin, Historical Review of Pennsylvania.
GCS/IT d+(-) s:+(++): a C++(+++)$ UMBSHI$ P+++ L+ !E-(---) W+++(--) N+
!w--- O- M++ V PS++(+++) PE- Y+(++) PGP+++ t+(+++) 5++(+++) X++(+++) R+(+++)
tv+(+++) b+() DI+() D+(++) G+() e++ h--- r---(+++)* z(+++)
--
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] Bug in Mailman 2.1.4 - URGENT !!!

2004-02-06 Thread Alessandro Luiz Petrocino
Sorry, my resoanable friend ...
I was an error in my mail program, and it sended the same message 2 (I
repeat: 2) TIMES !!!

So, can you, Mr. PERFECT GUY, forgive me ?!? It was an error ...

So, can anyone help me with THE MAILMAN PROBLEM, and not with the number
of messages sended ?!?

Thank's a LOT !

Alessandro


Em Sex, 2004-02-06 s 16:02, Brad Knowles escreveu:

 At 3:09 PM -0200 2004/02/06, Alessandro Luiz Petrocino wrote:
 
   Hi, Mailman GURUS !!!
 
   I need some help over here ... hehehe ...
 
   Is there a particular reason that you feel you need to send this 
 message to the entire mailing list at least three times?

___
A  l  e  s  s  a  n  d  r  o L  u  i  z P  e  t  r  o  c  i  n 
o 

Support System Analyst
Computer Center - State University of Campinas (UNICAMP)
http://www.ccuec.unicamp.br
Campinas/SP - Brazil

E-Mail: [EMAIL PROTECTED]
Phone: +55 19 3788-2229
Fax: +55 19 3788-2251
--
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] Bug in Mailman 2.1.4 - URGENT !!!

2004-02-06 Thread Jamie Penman-Smithson
Alessandro Luiz Petrocino said:
 I need some help over here ... hehehe ...

You don't say... Try not being so hysterical about your problem next time,
and obeying simple list etiquette - like ensuring you only send one
message to the list.

 1.) When I try to create a new list, over the web
 (http://www.example.com/mailman/create),
 I got the message: Error: Unknown virtual host: mydomain.com.br

You didn't say, but I assume from this that you're using virtual hosts
with mailman?

If this is the case, you need to set VIRTUAL_HOSTS in your mm_cfg.py
config file, for example:

VIRTUAL_HOSTS = {'lists.site1.org':'site1.org',
 'lists.example.net':'example.net',
 'lists.site5.com':'site5.com')

If you don't want to use virtual hosts with mailman, you need to remove
POSTFIX_STYLE_VIRTUAL_DOMAINS, and set VIRTUAL_HOST_OVERVIEW to false (0).
See the README.POSTFIX documentation included with MM, it's very

 So, I can't create a new list over the web, but I can create by
 a command line (./newlist) ...

Yes, because the create cgi looks at the VIRTUAL_HOSTS directive to find
out about your virtual hosts. If it can't find a VIRTUAL_HOSTS directive,
it won't recognise that virtual host.

 When I create a new list, and I post to this list, the message
 dissapers ! I can't find it !!! Bizzare ...

Unless you include verbose logs of what's happening when you try to send a
message to the list, nobody can help you.

How are you integrating Mailman and Postfix? (there are various different
methods)

Check /var/log/mail.log and see if Postfix is delivering to mailman
properly, and check all the logs under /var/log/mailman to see what's
happening. Also check if qrunner is running, ps waux | grep qrunner - if
it isn't run mailmanctl start. Note that these paths are probably
different on Fedora.

 This is the minor of the problems ...

 2.) I was a problem, have no idea how to solve this ...

 When I'm using a different language (like Portuguese - pt_BR), the
 Mailman crashes, and give
 this message in the web:

snip

Unfortunately, I haven't got any experience with using different languages
with mailman so I can't help with this one.

-j

-- 
-jamie [EMAIL PROTECTED]
 w: http://silverdream.org
 p: [EMAIL PROTECTED]
 pgp key @ http://silverdream.org/pub.key


--
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] Bug in Mailman version 2.1.3.htm

2004-02-01 Thread Michael P. Kolotila, Ph.D.
Hi;
 I have received this page of error messages.  Other notable item is
/usr/local is full.  I don't know what I can safely delete or dev/null.
Please advise.
 TIA
 Michael

Michael P. Kolotila
Programmer/System Analyst
ACIS
Northern Essex Community College
Haverhill, MA 01830

e-mail  [EMAIL PROTECTED]
phone   978-556-3747
fax 978-556-3155 
--
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] bug in mailman

2004-01-30 Thread Josephine Foo
 
hi, our mailing lists [EMAIL PROTECTED] and
[EMAIL PROTECTED] are on your mailman, and they havebeen up and down
for the last week.  today we got this message when we accessed the admin
page--hope you can help us.  
 
josey foo
please reply to [EMAIL PROTECTED]
 
  _  


Bug in Mailman version 2.1.3



We're sorry, we hit a bug!


If you would like to help us identify the problem, please email a copy
of this page to the webmaster for this site with a description of what
happened. Thanks! 

Traceback:


Traceback (most recent call last):
  File /usr/local/cpanel/3rdparty/mailman/scripts/driver, line 223, in
?
run_main()
  File /usr/local/cpanel/3rdparty/mailman/scripts/driver, line 97, in
run_main
print_traceback(logger)
  File /usr/local/cpanel/3rdparty/mailman/scripts/driver, line 120, in
print_traceback
print  logfp, ''
  File
/usr/local/cpanel/3rdparty/mailman/Mailman/Logging/StampedLogger.py,
line 73, in write
Logger.write(self, %s %s % (prefix, msg))
MemoryError



  _  


Python information:


Variable Value  
sys.version  2.2.2 (#1, Feb 24 2003, 19:13:11) [GCC 3.2.2 20030222
(Red Hat Linux 3.2.2-4)]
sys.executable   /usr/bin/python2   
sys.prefix   /usr   
sys.exec_prefix  /usr   
sys.path /usr   
sys.platform linux2 

  _  


Environment variables:


Variable Value  
HTTP_REFERERhttp://www.sanjuanpeace.org/
SERVER_SOFTWARE Apache/1.3.29 (Unix) mod_auth_passthrough/1.8
mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.4 FrontPage/5.0.2.2634
mod_ssl/2.8.16 OpenSSL/0.9.7a   
PYTHONPATH  /usr/local/cpanel/3rdparty/mailman  
SCRIPT_FILENAME
/usr/local/cpanel/3rdparty/mailman/cgi-bin/listinfo 
SERVER_ADMIN[EMAIL PROTECTED]   
SCRIPT_NAME /mailman/listinfo   
REQUEST_METHOD  GET 
HTTP_HOST   sanjuanpeace.org
PATH_INFO   /messageboard_sanjuanpeace.org  
SERVER_PROTOCOL HTTP/1.1
QUERY_STRING
REQUEST_URI /mailman/listinfo/messageboard_sanjuanpeace.org 
HTTP_ACCEPT */* 
HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1)
HTTP_CONNECTION Keep-Alive  
SERVER_NAME www.sanjuanpeace.org
REMOTE_ADDR 67.41.7.225 
REMOTE_PORT 1540
HTTP_ACCEPT_LANGUAGEen-us   
PATH_TRANSLATED
/home/sanjuanp/public_html/messageboard_sanjuanpeace.org
SERVER_PORT 80  
GATEWAY_INTERFACE   CGI/1.1 
HTTP_ACCEPT_ENCODINGgzip, deflate   
SERVER_ADDR 69.10.149.14
DOCUMENT_ROOT   /home/sanjuanp/public_html  

--
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] bug in mailman

2004-01-30 Thread Lee

hello,

are you hosted on Sitelutions as I am?
I had the exact same trouble; they have also been
working on their servers over the past few days.

They tell me it is all fixed now.

lee


 --- Josephine Foo [EMAIL PROTECTED] wrote:
  
 hi, our mailing lists [EMAIL PROTECTED]
 and
 [EMAIL PROTECTED] are on your mailman, and they
 havebeen up and down
 for the last week.  today we got this message when
 we accessed the admin
 page--hope you can help us.  
  
 josey foo
 please reply to [EMAIL PROTECTED]
  
   _  
 
 
 Bug in Mailman version 2.1.3
 
 
 
 We're sorry, we hit a bug!
 
 
 If you would like to help us identify the problem,
 please email a copy
 of this page to the webmaster for this site with a
 description of what
 happened. Thanks! 
 
 Traceback:
 
 
 Traceback (most recent call last):
   File
 /usr/local/cpanel/3rdparty/mailman/scripts/driver,
 line 223, in
 ?
 run_main()
   File
 /usr/local/cpanel/3rdparty/mailman/scripts/driver,
 line 97, in
 run_main
 print_traceback(logger)
   File
 /usr/local/cpanel/3rdparty/mailman/scripts/driver,
 line 120, in
 print_traceback
 print  logfp,
 ''
   File

/usr/local/cpanel/3rdparty/mailman/Mailman/Logging/StampedLogger.py,
 line 73, in write
 Logger.write(self, %s %s % (prefix, msg))
 MemoryError
 
 
 
   _  
 
 
 Python information:
 
 
 Variable   Value  
 sys.version2.2.2 (#1, Feb 24 2003, 19:13:11) [GCC
 3.2.2 20030222
 (Red Hat Linux 3.2.2-4)]  
 sys.executable /usr/bin/python2   
 sys.prefix /usr   
 sys.exec_prefix/usr   
 sys.path   /usr   
 sys.platform   linux2 
 
   _  
 
 
 Environment variables:
 
 
 Variable   Value  
 HTTP_REFERER  http://www.sanjuanpeace.org/
 SERVER_SOFTWARE   Apache/1.3.29 (Unix)
 mod_auth_passthrough/1.8
 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.4
 FrontPage/5.0.2.2634
 mod_ssl/2.8.16 OpenSSL/0.9.7a 
 PYTHONPATH/usr/local/cpanel/3rdparty/mailman  
 SCRIPT_FILENAME
 /usr/local/cpanel/3rdparty/mailman/cgi-bin/listinfo 
 
 SERVER_ADMIN  [EMAIL PROTECTED]   
 SCRIPT_NAME   /mailman/listinfo   
 REQUEST_METHODGET 
 HTTP_HOST sanjuanpeace.org
 PATH_INFO /messageboard_sanjuanpeace.org  
 SERVER_PROTOCOL   HTTP/1.1
 QUERY_STRING  
 REQUEST_URI 
 /mailman/listinfo/messageboard_sanjuanpeace.org   
 HTTP_ACCEPT   */* 
 HTTP_USER_AGENT   Mozilla/4.0 (compatible; MSIE 6.0;
 Windows NT
 5.1)  
 HTTP_CONNECTION   Keep-Alive  
 SERVER_NAME   www.sanjuanpeace.org
 REMOTE_ADDR   67.41.7.225 
 REMOTE_PORT   1540
 HTTP_ACCEPT_LANGUAGE  en-us   
 PATH_TRANSLATED

/home/sanjuanp/public_html/messageboard_sanjuanpeace.org
   
 SERVER_PORT   80  
 GATEWAY_INTERFACE CGI/1.1 
 HTTP_ACCEPT_ENCODING  gzip, deflate   
 SERVER_ADDR   69.10.149.14
 DOCUMENT_ROOT /home/sanjuanp/public_html  
 

--
 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/lee_19712003%40yahoo.com 





___
BT Yahoo! Broadband - Free modem offer, sign up online today and save £80 
http://btyahoo.yahoo.co.uk

--
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] Bug in Mailman version 2.1.1

2004-01-26 Thread Hannes Calitz
When trying to create a new list, I get the following error.
HEEEPPP
Thanks

Hannes


Bug in Mailman version 2.1.1
We're sorry, we hit a bug!
If you would like to help us identify the problem, please email a copy of
this page to the webmaster for this site with a description of what
happened. Thanks! 
Traceback:
Traceback (most recent call last):
  File /usr/lib/mailman/scripts/driver, line 87, in run_main
main()
  File /var/tmp/mailman-2.1.1-build/usr/lib/mailman/Mailman/Cgi/create.py,
line 55, in main
  File /var/tmp/mailman-2.1.1-build/usr/lib/mailman/Mailman/Cgi/create.py,
line 217, in process_request
  File
/var/tmp/mailman-2.1.1-build/usr/lib/mailman/Mailman/MTA/Postfix.py, line
226, in create
  File
/var/tmp/mailman-2.1.1-build/usr/lib/mailman/Mailman/MTA/Postfix.py, line
47, in _update_maps
RuntimeError: command failed: /usr/sbin/postalias
/var/lib/mailman/data/aliases (status: 1, Operation not permitted)



Python information:
Variable
Value
sys.version
2.2.2 (#1, Apr 18 2003, 08:23:15) [GCC 3.3 20030226 (prerelease) (SuSE
Linux)] 
sys.executable
/usr/bin/python 
sys.prefix
/usr 
sys.exec_prefix
/usr 
sys.path
/usr 
sys.platform
linux2 

Environment variables:
Variable
Value
HTTP_ACCEPT 
image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword,
application/x-shockwave-flash, */* 
CONTENT_TYPE 
application/x-www-form-urlencoded 
HTTP_REFERER 
http://mail.interexcel.co.za/mailman/create 
SERVER_SOFTWARE 
Apache/1.3.27 (Linux/SuSE) PHP/4.3.1 mod_perl/1.27 mod_jk/1.2.2-dev 
PYTHONPATH 
/usr/lib/mailman 
SCRIPT_FILENAME 
/usr/lib/mailman/cgi-bin/create 
SERVER_ADMIN 
[EMAIL PROTECTED] 
SCRIPT_NAME 
/mailman/create 
SERVER_SIGNATURE 
Apache/1.3.27 Server at mail.interexcel.co.za Port 80
REQUEST_METHOD 
POST 
HTTP_HOST 
mail.interexcel.co.za 
SERVER_PROTOCOL 
HTTP/1.1 
QUERY_STRING 

HTTP_CACHE_CONTROL 
no-cache 
REQUEST_URI 
/mailman/create 
CONTENT_LENGTH 
158 
HTTP_USER_AGENT 
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) 
HTTP_CONNECTION 
Keep-Alive 
SERVER_NAME 
mail.interexcel.co.za 
REMOTE_ADDR 
196.25.43.3 
REMOTE_PORT 
1776 
HTTP_ACCEPT_LANGUAGE 
en-za 
SERVER_ADDR 
160.124.109.10 
SERVER_PORT 
80 
GATEWAY_INTERFACE 
CGI/1.1 
HTTP_ACCEPT_ENCODING 
gzip, deflate 
UNIQUE_ID 
[EMAIL PROTECTED] 
DOCUMENT_ROOT 
/home/jbs/public_html/squirrelmail-1.4.0/ 





--
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] Bug in Mailman version 2.1.1

2004-01-26 Thread Detlef Neubauer
Hannes Calitz [EMAIL PROTECTED] writes:

 When trying to create a new list, I get the following error.

...

 RuntimeError: command failed: /usr/sbin/postalias
 /var/lib/mailman/data/aliases (status: 1, Operation not permitted)

Oh, i know this.

Read http://www.python.org/cgi-bin/faqw-mm.py?req=all#6.9


Mit freundlichen Gruessen
Detlef Neubauer
-- 
.oO GnuPG Key auf http://www.keyserver.net/ Oo.


--
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


  1   2   >