30 Sep
2001
30 Sep
'01
9:54 p.m.
Richard Lanham writes:
ZopeList: Everything is stable for many months until yesterday: I get this traceback on start.
Traceback (innermost last): File /home/rlanham/zope23/z2.py, line 623, in ? File /home/rlanham/zope23/ZServer/HTTPServer.py, line 391, in __init__ File /home/rlanham/zope23/ZServer/medusa/http_server.py, line 550, in __init__error: host not found
So I comment line 550 of http_server.py: ip = socket.gethostbyname (socket.gethostname()) Seems, you DNS service no longer recognizes your host name....
Dieter