rsyslog 5.7.5 (v5-beta)
Download file name: rsyslog 5.7.5 (v5-beta)
rsyslog 5.7.5 (v5-beta)
md5sum: 335cf592f6f8f00b7194444ef291c34d
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 5.7.5 File size: 2.2 MB
Changelog for 5.7.5
Version 5.7.5 [V5-BETA] (rgerhards), 2011-02-23
- enhance: imfile did not yet support multiple rulesets, now added
we do this directly in the beta because a) it does not affect existing
functionality and b) one may argue that this missing functionality is
close to a bug. - improved testbench, added tests for imuxsock
- bugfix: imuxsock did no longer sanitize received messages
This was a regression from the imuxsock partial rewrite. Happened
because the message is no longer run through the standard parsers.
bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=224 - bugfix: minor race condition in action.c – considered cosmetic
This is considered cosmetic as multiple threads tried to write exactly
the same value into the same memory location without sync. The method
has been changed so this can no longer happen.
rsyslog 6.1.4 (devel) released
Hi all,
We have just released rsyslog 6.1.4, the new v6-devel.
This release contains all changes and enhancements of the v5 branch. Continue reading “rsyslog 6.1.4 (devel) released”
rsyslog 6.1.4 (devel)
Download file name: rsyslog 6.1.4 (devel)
rsyslog 6.1.4 (devel)
md5sum: f73f5fac754e279eb9754f3d48a75b8d
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 6.1.4 File size: 2.2 MB
Changelog for 6.1.4 (devel)
Version 6.1.4 [DEVEL] (rgerhards), 2011-02-18
- bugfix/omhdfs: directive $OMHDFSFileName rendered unusable
due to a search and replace-induced bug ;) - bugfix: minor race condition in action.c – considered cosmetic
This is considered cosmetic as multiple threads tried to write exactly
the same value into the same memory location without sync. The method
has been changed so this can no longer happen. - added pmsnare parser module (written by David Lang)
- enhanced imfile to support non-cancel input termination
- improved systemd socket activation thanks to Marius Tomaschweski
- improved error reporting for $WorkDirectory
non-existance and other detectable problems are now reported,
and the work directory is NOT set in this case - bugfix: pmsnare causded abort under some conditions
- bugfix: abort if imfile reads file line of more than 64KiB
Thanks to Peter Eisentraut for reporting and analysing this problem.
bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=221 - bugfix: queue engine did not properly slow down inputs in FULL_DELAY mode
when in disk-assisted mode. This especially affected imfile, which
created unnecessarily queue files if a large set of input file data was
to process. - bugfix: very long running actions could prevent shutdown under some
circumstances. This has now been solved, at least for common
situations. - bugfix: fixed compile problem due to empty structs
this occured only on some platforms/compilers. thanks to Dražen Kačar
for the fix
rsyslog 5.7.4 (v5-beta) released
Hi all,
We have just released rsyslog 5.7.4, the new v5-beta.
This release includes some bug fixes, Continue reading “rsyslog 5.7.4 (v5-beta) released”
rsyslog 5.7.4 (v5-beta)
Download file name: rsyslog 5.7.4 (v5-beta)
rsyslog 5.7.4 (v5-beta)
md5sum: 2e05a72d743205ee63ae723384f52268
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 5.7.4 File size: 2.2 MB
Changelog for 5.7.4 (v5-beta)
Version 5.7.4 [V5-BETA] (rgerhards), 2011-02-17
- added pmsnare parser module (written by David Lang)
- enhanced imfile to support non-cancel input termination
- improved systemd socket activation thanks to Marius Tomaschweski
- improved error reporting for $WorkDirectory
non-existance and other detectable problems are now reported,
and the work directory is NOT set in this case - bugfix: pmsnare causded abort under some conditions
- bugfix: abort if imfile reads file line of more than 64KiB
Thanks to Peter Eisentraut for reporting and analysing this problem.
bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=221 - bugfix: queue engine did not properly slow down inputs in FULL_DELAY mode
when in disk-assisted mode. This especially affected imfile, which
created unnecessarily queue files if a large set of input file data was
to process. - bugfix: very long running actions could prevent shutdown under some
circumstances. This has now been solved, at least for common
situations. - bugfix: fixed compile problem due to empty structs
this occured only on some platforms/compilers. thanks to Dražen Kačar
for the fix
CentOS 5: how to compile rsyslog from git
If you compile rsyslog from git on CentOS 5 you run into the trouble that
autoreconf -fvi
fails, telling you that autotools 2.59 provided by CentOS is too old.
The solution to this problem is to install version 2.61 of autotools. You will probably not want to overwrite the default CentOS package, so you should install it in some alternate location (e.g. /opt) and include that location in the topmost spot of your path. all this can be done as follows:
wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.61.tar.bz2
tar xjf autoconf-2.61.tar.bz2
cd autoconf-2.61
./configure --prefix=/opt
make
sudo make install
Then, you need to change your path, for example as follows (this is obviously a temporary alteration!):
export PATH=/opt/bin:$PATH
After these changes, you should be able to run autoreconf for rsyslog.
rsyslog 5.7.3 (v5-beta) released
Hi all,
We have just released rsyslog 5.7.3, the new v5-beta.
This release both offers a set of new features and, at the same time, turns 5.7.3 into beta state. Continue reading “rsyslog 5.7.3 (v5-beta) released”