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!
--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