[Zope] socket missing?

Dieter Maurer dieter@handshake.de
Sun, 30 Sep 2001 23:54:36 +0200 (CEST)


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