On 03:31 am, [email protected] wrote: >hi all : > >I have stoped rsyslog service , and the following program is used to >listen >on 'dev/log' > >after rsyslog stoped type this command in shell : $ logger write >this >mesg to var/log/syslog
If a unix socket exists, you can't listen on it. Delete /dev/log and you should be able to listen on it again. Jean-Paul _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
