On Mon, Aug 08, 2005 at 01:18:51PM -0400, Forrest Aldrich wrote: > I made these changes and it seemed okay - until this morning where I > started getting these errors again:
Again? (This is not the same error as the one you asked about on the 6th.) > "/opt/m1/mailman-1.0/cron/gate_news", line 103, in open_newsgroup > Aug 08 03:35:00 2005 gate_news(5366): password=mm_cfg.NNTP_PASSWORD) > Aug 08 03:35:00 2005 gate_news(5366): File > "/usr/local/lib/python2.4/nntplib.py", line 150, in __init__ > Aug 08 03:35:00 2005 gate_news(5366): resp = > self.shortcmd('authinfo user '+user) > Aug 08 03:35:00 2005 gate_news(5366): File > "/usr/local/lib/python2.4/nntplib.py", line 260, in shortcmd > Aug 08 03:35:00 2005 gate_news(5366): return self.getresp() It looks like you have defined an NNTP_USERNAME in your mm_cfg.py but your news server is not responding after Mailman (via Python's nntplib) sends the 'authinfo user '+user command to start logging in. -- 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=show&file=faq01.027.htp