> I found the problem.  It was rather simple actually. I didn't have remote
> logging enabled for syslog.  Even though I was logging to localhost, for
> some reason, it wouldn't work until I gave syslogd a -r at startup. 
> Thanks

localhost is still remote, in that sockets are used to reach it. The 
implementation doesn't know the difference between 127.0.0.1 and 241.12.31.7 
because it's easier than making a special case.

JS 

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to