Changelog for 4.7.2 (v4-devel)

Version 4.7.2 [v4-devel] (rgerhards), 2010-05-03

  • bugfix: problems with atomic operations emulaton replaced atomic operation emulation with new code. The previous code seemed to have some issue and also limited concurrency severely. The whole atomic operation emulation has been rewritten.
  • added new $Sleep directive to hold processing for a couple of seconds during startup

Changelog for 5.5.4 (devel)

Version 5.5.4 [DEVEL] (rgerhards), 2010-05-03

  • This version offers full support for Solaris on Intel and Sparc
  • bugfix: problems with atomic operations emulaton replaced atomic operation emulation with new code. The previous code seemed to have some issue and also limited concurrency severely. The whole atomic operation emulation has been rewritten.
  • bugfix: netstream ptcp support class was not correctly build on systems without epoll() support
  • bugfix: segfault on Solaris/Sparc

rsyslog now available on Sun Solaris

Rsyslog has become the de-facto standard on modern Linux operating systems. It’s high-performance log processing, database integration, modularity and support for multiple logging protocols make it the sysadmin’s logging daemon of choice. The project was started in 2004 and has since then evolved rapidly.

Starting with today, rsyslog is not only available on Linux and BSD, but also on Sun Solaris. Both Intel and Sparc machines are fully supported under Solaris. Depending on operator need, rsyslog can replace stock Solaris syslogd or be used in conjunction with it. The later case provides enhanced rsyslog functionality without the need to change the system infrastructure. Continue reading “rsyslog now available on Sun Solaris”

rsyslog 4.7.2 (v4-devel) released

Hi all,

We have just released rsyslog 4.7.2, a member of the v4-devel branch. 4.7.2 is a bugfixing-release. Its primary bugfix solves problems with atomic instruction emulation. Users who have compiled rsyslog for older CPUs (like Intel 386) or CPUs for which gcc lacks atomic instruction support (like Sparc) are strongly encouraged to upgrade to the new versions. For all others, an update is optional. See Changelog for more details.

ChangeLog:

http://www.rsyslog.com/Article457

Download:

http://www.rsyslog.com/Downloads-req-viewdownloaddetails-lid-202.phtml

As always, feedback is appreciated.

Best regards,
Tom Bergfeld

Changelog for 4.7.0 (v4-devel)

Version 4.7.0 [v4-devel] (rgerhards), 2010-04-14

  • new: support for Solaris added (but not yet the Solaris door API)
  • added function getenv() to RainerScript
  • added new config option $InputUnixListenSocketCreatePath to permit the auto-creation of pathes to additional log sockets. This turns out to be useful if they reside on temporary file systems and rsyslogd starts up before the daemons that create these sockets (rsyslogd always creates the socket itself if it does not exist).
  • added $LogRSyslogStatusMessages configuration directive permitting to turn off rsyslog start/stop/HUP messages.
    See Debian ticket http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463793
  • added new config directive $omfileForceChown to (try to) fix some broken system configs.
    See ticket for details: http://bugzilla.adiscon.com/show_bug.cgi?id=150
  • added $EscapeControlCharacterTab config directive
    Thanks to Jonathan Bond-Caron for the patch.
  • added option to use unlimited-size select() calls
    Thanks to varmjofekoj for the patch
  • debugondemand mode caused backgrounding to fail – close to a bug, but I’d consider the ability to background in this mode a new feature…
  • bugfix (kind of): check if TCP connection is still alive if using TLS
    Thanks to Jonathan Bond-Caron for the patch.
  • imported changes from 4.5.7 and below
  • bugfix: potential segfault when -p command line option was used
    Thanks for varmojfekoj for pointing me at this bug.
  • bugfix: potential segfaults during queue shutdown (bugs require certain non-standard settings to appear)
    Thanks to varmojfekoj for the patch [imported from 4.5.8]

rsyslog 4.7.0 (v4-devel) released

Hi all,

We have just released rsyslog 4.7.0, a member of the v4-devel branch. This release offers Solaris support and also some fixes and enhancements. All the details you will find in ‘Rainer’s Blog’ http://blog.gerhards.net/2010/04/v4-devel-is-back-again.html
and of course in the Changelog.

ChangeLog:

http://www.rsyslog.com/Article453

Download:

http://www.rsyslog.com/Downloads-req-viewdownloaddetails-lid-200.phtml

As always, feedback is appreciated.

Best regards,
Tom Bergfeld

Scroll to top