Created
September 21, 2016 07:41
-
-
Save phaidros7/5b02b069e1b07ca62156e33389b25c59 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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