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 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).

Scroll to top