Hi, all! Anyone could explain me what is happening here? garito@ubuntuserver:~/www$ sudo -u zope /var/lib/zope2.9/instance/Yanged/bin/zopectl fg /var/lib/zope2.9/instance/Yanged/bin/runzope -X debug-mode=on Traceback (most recent call last): File "/usr/lib/zope2.9/lib/python/Zope2/Startup/run.py", line 56, in ? run() File "/usr/lib/zope2.9/lib/python/Zope2/Startup/run.py", line 19, in run opts = _setconfig() File "/usr/lib/zope2.9/lib/python/Zope2/Startup/run.py", line 50, in _setconfig handlers.handleConfig(opts.configroot, opts.confighandlers) File "/usr/lib/zope2.9/lib/python/Zope2/Startup/handlers.py", line 208, in handleConfig return multihandler(handlers) File "/usr/lib/zope2.9/lib/python/ZConfig/loader.py", line 289, in __call__ f(value) File "/usr/lib/zope2.9/lib/python/Zope2/Startup/handlers.py", line 191, in root_handler config.port_base) File "/usr/lib/zope2.9/lib/python/ZServer/datatypes.py", line 38, in prepare self.ip = socket.gethostbyname(self.host) socket.gaierror: (-2, 'Name or service not known') Thank you so much -- Mis Cosas http://blogs.sistes.net/Garito
--On 15. Januar 2007 19:20:53 +0100 Garito <garito@sistes.net> wrote:
Hi, all!
Anyone could explain me what is happening here?
garito@ubuntuserver:~/www$ sudo -u zope /var/lib/zope2.9/instance/Yanged/bin/zopectl fg /var/lib/zope2.9/instance/Yanged/bin/runzope -X debug-mode=on Traceback (most recent call last): File "/usr/lib/zope2.9/lib/python/Zope2/Startup/run.py", line 56, in ? run() File "/usr/lib/zope2.9/lib/python/Zope2/Startup/run.py", line 19, in run opts = _setconfig() File "/usr/lib/zope2.9/lib/python/Zope2/Startup/run.py", line 50, in _setconfig handlers.handleConfig(opts.configroot, opts.confighandlers) File "/usr/lib/zope2.9/lib/python/Zope2/Startup/handlers.py", line 208, in handleConfig return multihandler(handlers) File "/usr/lib/zope2.9/lib/python/ZConfig/loader.py", line 289, in __call__ f(value) File "/usr/lib/zope2.9/lib/python/Zope2/Startup/handlers.py", line 191, in root_handler config.port_base) File "/usr/lib/zope2.9/lib/python/ZServer/datatypes.py", line 38, in prepare self.ip = socket.gethostbyname(self.host) socket.gaierror: (-2, 'Name or service not known')
Likely an issue with your local /etc/hosts file. Figure out the value of self.host and add a related entry to /etc/hosts. -aj
Hi, Andreas! (Sorry for the personal message. I change my domain to Google apps for your domain and I don't control properly the send message form) Any clue to figure out this value? On my hosts file I have: 127.0.0.1 localhost.localdomain localhost 192.168.0.220 ubuntuserver.sistes.net ubuntuserver Thanks! 2007/1/15, Andreas Jung <lists@zopyx.com>:
--On 15. Januar 2007 19:20:53 +0100 Garito <garito@sistes.net> wrote:
Hi, all!
Anyone could explain me what is happening here?
garito@ubuntuserver:~/www$ sudo -u zope /var/lib/zope2.9/instance/Yanged/bin/zopectl fg /var/lib/zope2.9/instance/Yanged/bin/runzope -X debug-mode=on Traceback (most recent call last): File "/usr/lib/zope2.9/lib/python/Zope2/Startup/run.py", line 56, in ? run() File "/usr/lib/zope2.9/lib/python/Zope2/Startup/run.py", line 19, in run opts = _setconfig() File "/usr/lib/zope2.9/lib/python/Zope2/Startup/run.py", line 50, in _setconfig handlers.handleConfig(opts.configroot, opts.confighandlers) File "/usr/lib/zope2.9/lib/python/Zope2/Startup/handlers.py", line 208, in handleConfig return multihandler(handlers) File "/usr/lib/zope2.9/lib/python/ZConfig/loader.py", line 289, in __call__ f(value) File "/usr/lib/zope2.9/lib/python/Zope2/Startup/handlers.py", line 191, in root_handler config.port_base) File "/usr/lib/zope2.9/lib/python/ZServer/datatypes.py", line 38, in prepare self.ip = socket.gethostbyname(self.host) socket.gaierror: (-2, 'Name or service not known')
Likely an issue with your local /etc/hosts file. Figure out the value of self.host and add a related entry to /etc/hosts.
-aj
-- Mis Cosas http://blogs.sistes.net/Garito
Any clue to figure out this value? Go to: "/usr/lib/zope2.9/lib/python/ZServer/datatypes.py", line 38, in prepare and before line:
self.ip = socket.gethostbyname(self.host) write: raise self.host or: print self.host Later try to ping this address. -- Maciej Wisniowski
participants (3)
-
Andreas Jung -
Garito -
Maciej Wisniowski