rsyslog error 2351
Crypto provider only supported for disk-associated queues.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2328
Disk queue configured, but filename not set.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2183
Some fatal error caused queue to switch to emergency mode.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2042
Queue size is zero where this is not supported.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 6
Memory allocation failed
This usually means that your system ran out of memory. This may be caused by queue sizes to be configured too high. Use impstats to gather more insight into ressource allocation.
rsyslog error 2358
Warning queue full delay mark below high wtr mark.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2154
We were instructed to create a new ruleset queue, but one already exists.
The user tries to specify multiple ruleset queues, which is impossible. The $rulesetcreatemainqueue parameter is given multiple times for the same ruleset. Remove all but one.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2105
Queue is full, operation could not be completed.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2036
A required file prefix is missing.
This error indicates that a required file prefix is missing. Most often, this is associated with disk or disk assisted queues. In that context, it means that either the file base name or the directory pointed to it are not set. A common cause (at least for pre v6 versions) is that multiple ruleset queues are defined, but a queue file name is only given once. Then, the name applies only for the first queue. All other properly start up, but with auto-generated names (which is a bit dangerous, as these names depend on the order in which queues appear inside the config file). This situation should be fixed be providing file names for all queues.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog 8.21.0 (v8-stable) released
We have released rsyslog 8.21.0.
This release is mostly for maintenance. There was a big change to how internal messages are handled. These are no longer logged via the internal bridge, but via the syslog() API call. For regular users, this should make not too much difference.
Additionaly, the TLS syslog error messages have been improved, as well as the robustness of the queue subsystem.
https://github.com/rsyslog/rsyslog/blob/v8-stable/ChangeLog
Download:
http://www.rsyslog.com/downloads/download-v8-stable/
As always, feedback is appreciated.
Best regards,
Florian Riedl