Skip to content

Instantly share code, notes, and snippets.

@phaidros7
Created September 21, 2016 07:41
Show Gist options
  • Save phaidros7/5b02b069e1b07ca62156e33389b25c59 to your computer and use it in GitHub Desktop.
Save phaidros7/5b02b069e1b07ca62156e33389b25c59 to your computer and use it in GitHub Desktop.
Cron <list@srv> /usr/bin/python -S /var/lib/mailman/cron/gate_news
Traceback (most recent call last):
File "/var/lib/mailman/cron/gate_news", line 293, in <module>
main()
File "/var/lib/mailman/cron/gate_news", line 273, in main
process_lists(lock)
File "/var/lib/mailman/cron/gate_news", line 214, in process_lists
conn, first, last = open_newsgroup(mlist)
File "/var/lib/mailman/cron/gate_news", line 103, in open_newsgroup
password=mm_cfg.NNTP_PASSWORD)
File "/usr/lib/python2.7/nntplib.py", line 122, in __init__
self.welcome = self.getresp()
File "/usr/lib/python2.7/nntplib.py", line 223, in getresp
resp = self.getline()
File "/usr/lib/python2.7/nntplib.py", line 215, in getline
if not line: raise EOFError
EOFError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment