rsyslog error 2027
Some kind of IO error happened.
This is a very generic error code that happens whenever some unexpected IO error happens. More precise information should be in the actual error message. Please check the discussion thread below if the case you are interested in is already discussed. If not, please consider adding a question to the discussion.
This is a stub entry: If you have questions please post a comment or visit the github issue tracker.
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).