红联Linux门户
Linux帮助

Rsyslog 7.4.7发布,多线程syslogd版本

发布时间:2013-12-18 10:48:54来源:红联作者:empast
日志系统Rsyslog 7.4.7发布.2013-12-11 上个版本是2013-10-31的7.4.6。这是一个Bug修正版。主要修正了启动时可能段错误和序列相关的Bug.其他产品系列是7.2.7 6.6.0 6.4.2 5.10.1 开发版7.5.7和8.1.3,现在Rsyslogd基本是syslogd的标准了。

完全改进:

Changelog for 7.4.7 (v7-stable)
Version 7.4.7 [v7.4-stable] 2013-12-10

bugfix: limiting queue disk space did not work properly
queue.maxdiskspace actually initializes queue.maxfilesize
total size of queue files was not checked against queue.maxdiskspace for disk assisted queues.
Thanks to Karol Jurak for the patch.

bugfix: linux kernel-like ratelimiter did not work properly with all inputs (for example, it did not work with imdup). The reason was that the PRI value was used, but that needed parsing of the message, which was done too late.
bugfix: disk queues created files in wrong working directory if the $WorkDirectory was changed multiple times, all queues only used the last value set.
bugfix: legacy directive $ActionQueueWorkerThreads was not honored
bugfix: segfault on startup when certain script constructs are used
e.g. "if not $msg …"
bugfix: imuxsock: UseSysTimeStamp config parameter did not work correctly
Thanks to Tomas Heinrich for alerting us and provinding a solution suggestion.
bugfix: $SystemLogUseSysTimeStamp/$SystemLogUsePIDFromSystem did not work
Thanks to Tomas Heinrich for the patch.
improved checking of queue config parameters on startup
bugfix: call to ruleset with async queue did not use the queue
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=443
bugfix: if imtcp is loaded and no listeners are configured (which is uncommon), rsyslog crashes during shutdown.

下载:http://www.rsyslog.com/files/download/rsyslog/rsyslog-7.4.7.tar.gz

来自:开源中国社区
文章评论

共有 0 条评论