Hello, I'm trying to run 5.6.4 in a environment where any I/O operation on one device can hang for ever while I/O operation on second device works fine.
My current config is below. /mnt/test/cron is on NFS disk where I'm DROPing all traffic to nfs server on firewall to simulate I/O hang. /var/log/all is on local disk. According to http://bugzilla.adiscon.com/show_bug.cgi?id=230 turning on async queues will allow rsyslog to log into /var/log/all file even if I/O for /mnt/test/cron hangs. Unfortunately if /mnt/test/cron hangs then also /var/log/all hangs. Looks like async doesn't get activated. Any ideas? $ModLoad imuxsock.so # provides support for local system logging (e.g. via logger command) $ModLoad imklog.so # provides kernel logging support (previously done by rklogd) $ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat $FileOwner root $FileGroup logs $FileCreateMode 0640 $DirCreateMode 0750 $ActionQueueType LinkedList $ActionResumeRetryCount -1 *.* /mnt/test/cron $ActionQueueType LinkedList $ActionResumeRetryCount -1 *.* /var/log/all -- Arkadiusz MiĆkiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/ _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

