Hay.. im also suffering from this problem....
Anyone have an idea how to fix it? Or is it a bug? my config is.. ########################################## $ModLoad imklog $ModLoad omrelp $ModLoad imuxsock $PreserveFQDN on if $syslogfacility-text == 'local5' and $syslogseverity >= '5' then ~ ### ON-DISK Queue # Remote Logging (we use TCP for reliable delivery) # An on-disk queue is created for this action. If the remote host is # down, messages are spooled to disk and sent when it is up again. $WorkDirectory /var/log/rsyslog-queue # where to place spool files $ActionQueueFileName uniqName # unique name prefix for spool files $ActionQueueMaxDiskSpace 1g $ActionQueueSaveOnShutdown on $ActionQueueType LinkedList $ActionResumeRetryCount -1 $ActionQueueSaveOnShutdown on *.* :omrelp:log.example.internal:5140 ########################################### A restart or rsyslog, allows connections to my python backends to work again... Otherwise they just hang and wait.. Cheers _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards

