Re: [Mailman-Users] MemoryError

2005-10-31 Thread zeus

Mark,
Here is your reply that you wanted bounced to the list.
I did a little more digging with the customer and found out that he
was trying to import 250,000 new emails to the list he created so your
answer might have hit the nail on the head.

Brad
Thanks for your reply, I will make sure to check check with the
CPanel folks as well when I run into issues.

Thanks!

Zeus


-Original Message-
From: Mark Sapiro
Sent: Sunday, October 30, 2005 9:14 PM
To: [EMAIL PROTECTED]
Subject: RE: [Mailman-Users] MemoryError


<[EMAIL PROTECTED]> wrote:

>Sorry, didnt realize I had missed that
>
>Oct 29 18:07:35 2005 admin(7105):
>
>admin(7105): [- Mailman Version: 2.1.6 -]
>admin(7105): [- Traceback --]
>admin(7105): Traceback (most recent call last):
>admin(7105):   File "/usr/local/cpanel/3rdparty/mailman/scripts/driver",
>line 101, in run_main
>admin(7105): main()
>admin(7105):   File
>"/usr/local/cpanel/3rdparty/mailman/Mailman/Cgi/admin.py", line 198, in
main
>admin(7105): mlist.Save()
>admin(7105):   File
>"/usr/local/cpanel/3rdparty/mailman/Mailman/MailList.py", line 557, in Save
>admin(7105): self.__save(dict)
>admin(7105):   File
>"/usr/local/cpanel/3rdparty/mailman/Mailman/MailList.py", line 514, in
>__save
>admin(7105): cPickle.dump(dict, fp, 1)
>admin(7105): MemoryError


I can't tell you a whole lot. First, please see
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq06.011.htp

That said, the error occurs in saving the mail list object. This code
is exercised continuously for all lists, so the error must have
somethig to do with this list in particular.

A MemoryError exception is a built-in Python exception "Raised when an
operation runs out of memory but the situation may still be rescued
(by deleting some objects)."

How many members does this list have? According to the FAQ, the largest
list reported to date has 147,000 members and presumably works.
Possibly something in the cPanel implementation or your particular
installation limits this to a greater degree.

Possibly, there's something amis in the list's config.pck file, but
short of dumping it with bin/dumpdb or maybe listing members with
bin/list_members and examining those outputs for 'garbled data', I
wouldn't know what to look for.

--
Mark Sapiro <[EMAIL PROTECTED]>   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan



>-Original Message-
>From: Mark Sapiro
>Sent: Sunday, October 30, 2005 12:37 AM
>To: [EMAIL PROTECTED]; mailman-users@python.org
>Subject: Re: [Mailman-Users] MemoryError
>
>
><[EMAIL PROTECTED]> wrote:
>>
>>I am getting the following error with mailman 2.1.6, red-hat. It started
to
>>occur while a customer was importing a new set of email adresss into their
>>mailinglist. They can login to the webadmin, but when they click on
>>"Membership" they get the "Weve Hit A Bug" message. This is what I see in
>>the error.log
>>
>>
>>I have searched around for what it could be, but cant find anything on
this
>>specific problem
>>
>>admin(7105): MemoryError
>>admin(7105): [- Python Information -]
>>admin(7105): sys.version =   2.2.3 (#1, Feb  2 2005, 12:20:51)
>>[GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-49)]
>
>
>
>And what immediately precedes this in the log. The part that begins:
>
>mmm dd hh:mm:ss  admin(pid):
>
>admin(pid): [- Mailman Version: 2.1.6 -]
>admin(pid): [- Traceback --]
>
>followed by the traceback.
>
>--
>Mark Sapiro <[EMAIL PROTECTED]>   The highway is for gamblers,
>San Francisco Bay Area, Californiabetter use your sense - B. Dylan
>
>
>
>
>





--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

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


Re: [Mailman-Users] MemoryError

2005-10-30 Thread zeus

Sorry, didnt realize I had missed at the top

Z

Oct 29 18:07:35 2005 admin(7105):

admin(7105): [- Mailman Version: 2.1.6 -]
admin(7105): [- Traceback --]
admin(7105): Traceback (most recent call last):
admin(7105):   File "/usr/local/cpanel/3rdparty/mailman/scripts/driver",
line 101, in run_main
admin(7105): main()
admin(7105):   File
"/usr/local/cpanel/3rdparty/mailman/Mailman/Cgi/admin.py", line 198, in main
admin(7105): mlist.Save()
admin(7105):   File
"/usr/local/cpanel/3rdparty/mailman/Mailman/MailList.py", line 557, in Save
admin(7105): self.__save(dict)
admin(7105):   File
"/usr/local/cpanel/3rdparty/mailman/Mailman/MailList.py", line 514, in
__save
admin(7105): cPickle.dump(dict, fp, 1)
admin(7105): MemoryError


-Original Message-
From: Mark Sapiro [mailto:[EMAIL PROTECTED]
Sent: Sunday, October 30, 2005 12:37 AM
To: [EMAIL PROTECTED]; mailman-users@python.org
Subject: Re: [Mailman-Users] MemoryError


<[EMAIL PROTECTED]> wrote:
>
>I am getting the following error with mailman 2.1.6, red-hat. It started to
>occur while a customer was importing a new set of email adresss into their
>mailinglist. They can login to the webadmin, but when they click on
>"Membership" they get the "Weve Hit A Bug" message. This is what I see in
>the error.log
>
>
>I have searched around for what it could be, but cant find anything on this
>specific problem
>
>admin(7105): MemoryError
>admin(7105): [- Python Information -]
>admin(7105): sys.version =   2.2.3 (#1, Feb  2 2005, 12:20:51)
>[GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-49)]



And what immediately precedes this in the log. The part that begins:

mmm dd hh:mm:ss  admin(pid):

admin(pid): [- Mailman Version: 2.1.6 -]
admin(pid): [- Traceback --]

followed by the traceback.

--
Mark Sapiro <[EMAIL PROTECTED]>   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan





--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

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


[Mailman-Users] MemoryError

2005-10-29 Thread zeus

I am getting the following error with mailman 2.1.6, red-hat. It started to
occur while a customer was importing a new set of email adresss into their
mailinglist. They can login to the webadmin, but when they click on
"Membership" they get the "Weve Hit A Bug" message. This is what I see in
the error.log


I have searched around for what it could be, but cant find anything on this
specific problem

admin(7105): MemoryError
admin(7105): [- Python Information -]
admin(7105): sys.version =   2.2.3 (#1, Feb  2 2005, 12:20:51)
[GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-49)]
admin(7105): sys.executable  =   /usr/bin/python
admin(7105): sys.prefix  =   /usr
admin(7105): sys.exec_prefix =   /usr
admin(7105): sys.path=   /usr
admin(7105): sys.platform=   linux2
admin(7105): [- Environment Variables -]
admin(7105):HTTP_COOKIE:
newsletters_procapperschallenge.com+admin=2802006910f263437328003761
316139346239656165653537633762363363306230$
admin(7105):SERVER_SOFTWARE: Apache/1.3.33 (Unix)
mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.11
FrontPage/5.0.2.2635 $
admin(7105):PYTHONPATH: /usr/local/cpanel/3rdparty/mailman
admin(7105):SCRIPT_FILENAME:
/usr/local/cpanel/3rdparty/mailman/cgi-bin/admin
admin(7105):SERVER_ADMIN: [EMAIL PROTECTED]
admin(7105):SCRIPT_NAME: /mailman/admin
admin(7105):REQUEST_METHOD: GET
admin(7105):HTTP_HOST: procapperschallenge.com
admin(7105):PATH_INFO: /newsletters_procapperschallenge.com/members
admin(7105):SERVER_PROTOCOL: HTTP/1.1
admin(7105):QUERY_STRING:
admin(7105):REQUEST_URI:
/mailman/admin/newsletters_procapperschallenge.com/members
admin(7105):HTTP_ACCEPT: image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, application/x-shockwave-flash, application/vnd.ms-powerpoint,
app$
admin(7105):HTTP_USER_AGENT: Mozilla/4.0 (compatible; MSIE 6.0; Windows
NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 1.0.3705)
admin(7105):HTTP_CONNECTION: Keep-Alive
admin(7105):HTTP_REFERER:
http://procapperschallenge.com/mailman/admin/newsletters_procapperschallenge
.com
admin(7105):SERVER_NAME: www.professionalcapperschallenge.com
admin(7105):REMOTE_ADDR: 67.184.23.240
admin(7105):REMOTE_PORT: 33760
admin(7105):HTTP_ACCEPT_LANGUAGE: en-us
admin(7105):PATH_TRANSLATED:
/home/dpage/public_html/newsletters_procapperschallenge.com/members
admin(7105):SERVER_PORT: 80
admin(7105):GATEWAY_INTERFACE: CGI/1.1
admin(7105):HTTP_ACCEPT_ENCODING: gzip, deflate
admin(7105):SERVER_ADDR: 70.86.123.210
admin(7105):DOCUMENT_ROOT: /home/dpage/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=show&file=faq01.027.htp


[Mailman-Users] Mailman as an announce list only

2002-09-17 Thread zeus



Hello there
I need to send a message once a month to a 
list of people. Can I use mailman to do it?
I mean the people by himself can subscribe 
and unsubscribe from the list? but they can not post to the list 
itself.
Is it possible to do with mailman. 

I know that for example the Linux Gazette 
Announce List work this way. 
Thanks in advance