[Zope] RH 6.1 Startup error

Paul Grunwald pgrunwald@nmia.com
Tue, 26 Oct 1999 10:36:20 -0600


I've been fooling with Zope under Win98.  I decided to try it under Linux
and I'm getting the following error:

  File "z2.py", line 379, in ?
    from Zope import ZLogger
  File "/usr/share/zope/lib/python/Zope/ZLogger/__init__.py", line 86, in ?
    import ZLogger
  File "/usr/share/zope/lib/python/Zope/ZLogger/ZLogger.py", line 7, in ?
    loggers = (stupidFileLogger.stupidFileLogger(),
syslogLogger.syslogLogger(),
)
  File "/usr/share/zope/lib/python/Zope/ZLogger/syslogLogger.py", line 13,
in __
init__
    self.client = syslog_client()
  File "/usr/share/zope/lib/python/Zope/ZLogger/syslog.py", line 147, in
__init_
_
    self.socket.connect (address)
socket.error: (111, 'Connection refused')



Config:
-------

RedHat 6.1
Zope 2.01 -2 RPMS

I haven't changed anything from the default installs, it's a fresh 6.1
upgrade from 5.2.  Permissions look ok and I get the same errors from
startup as I do when I try and run /var/zope/zserver.sh as root.


Any suggestions would be greatly appreciated.

P.