You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest release (v4) rsyslogd complains about a missing module. Maybe its not important, but I can't remember seeing the warning in previous versions:
On ARM64:
rsyslogd: could not load module 'omstdout.so', errors: trying to load module /usr/lib/aarch64-linux-gnu/rsyslog/omstdout.so: /usr/lib/aarch64-linux-gnu/rsyslog/omstdout.so: cannot open shared object file: No such file or directory
On X86_64:
rsyslogd: could not load module 'omstdout.so', errors: trying to load module /usr/lib/x86_64-linux-gnu/rsyslog/omstdout.so: /usr/lib/x86_64-linux-gnu/rsyslog/omstdout.so: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
In the latest release (v4) rsyslogd complains about a missing module. Maybe its not important, but I can't remember seeing the warning in previous versions:
On ARM64:
rsyslogd: could not load module 'omstdout.so', errors: trying to load module /usr/lib/aarch64-linux-gnu/rsyslog/omstdout.so: /usr/lib/aarch64-linux-gnu/rsyslog/omstdout.so: cannot open shared object file: No such file or directory
On X86_64:
rsyslogd: could not load module 'omstdout.so', errors: trying to load module /usr/lib/x86_64-linux-gnu/rsyslog/omstdout.so: /usr/lib/x86_64-linux-gnu/rsyslog/omstdout.so: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: