rsyslog error 2026
End of file reached, not necessarily an error.
This is an internal state that usually should not be exposed in an error message. If you receive it, please let us know how it happened.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2024
Error during GSS (via TCP) send process.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2021
There is an malicious entity involved.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2020
An address is unknown – not necessarily an error
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2016
Supplied parameters are invalid.
Supplied parameters are invalid.
This is a somewhat generic error message. It often comes together with another, more descriptive, error message. Most often, it points to a configuration issue.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2015
Chaining (e.g. of config command handlers) not permitted.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 2013
Failure during fopen, for example file not found – see errno.
Opening a file failed. There should be some other error messages in front of this one. Most probably, a configuration file could not be opened (wrong name or permissions).
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
rsyslog error 10
invalid number (format?)
A configuration statement expected an integer number as its argument. However, the number was not well-formed. The configuration statement in question was ignored.
Note that only digits are permitted inside number. For example “1,000” needs to be written as “1000” (this may change in future releases).
rsyslog error 2009
Some value is invalid (e.g. user-supplied data).
rsyslog error 2008
A required template option is missing.
Some output plugins require specific template options. The template bound the the action is question does not contain this option and thus is rejected.
The most prominent example of required template options is the “SQL” set of options that many database output plugins require. This is done because if neither of these options is present, a sql injection (security issue) would happen. As such, most database plugins require one of these options (note that it is possible to write database plugins that work without this option in a secure way, it is depending on the approach taken by the plugin developer).
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.