[Twisted-Python] twisted.internet.error.CannotListenError: Couldn't listen on any:/dev/log: [Errno 98] Address already in use

exarkun at twistedmatrix.com exarkun at twistedmatrix.com
Tue Apr 13 06:21:20 MDT 2010


On 03:31 am, sara.byh at gmail.com 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




More information about the Twisted-Python mailing list