I'm running zope as user 'zope' which is basically the same as 'nobody' and get this exception when trying to use the logger: 2001-09-19T18:12:29 PANIC(300) z2 Startup exception Traceback (innermost last): File /usr/local/zope/Zope-2.3.3/z2.py, line 563, in ? File /usr/local/zope/Zope-2.3.3/ZServer/DebugLogger.py, line 114, in __init__ IOError: [Errno 6] No such device or address: '/dev/log' Any ideas? Is it a permission problem? I can see /dev/log if I 'ls' it.
marc lindahl writes:
2001-09-19T18:12:29 PANIC(300) z2 Startup exception Traceback (innermost last): File /usr/local/zope/Zope-2.3.3/z2.py, line 563, in ? File /usr/local/zope/Zope-2.3.3/ZServer/DebugLogger.py, line 114, in __init__ IOError: [Errno 6] No such device or address: '/dev/log' The entries below "/dev" are usually a file system interface to OS drivers or system processes.
In your case, the file (interface) is there, but there is nothing behind (in the OS, system process). Is your "syslog" demon running? Dieter
From: Dieter Maurer <dieter@handshake.de> The entries below "/dev" are usually a file system interface to OS drivers or system processes.
In your case, the file (interface) is there, but there is nothing behind (in the OS, system process).
Is your "syslog" demon running?
Yes.
participants (2)
-
Dieter Maurer -
marc lindahl