https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.8.1 fixes for example: syslog-ng[1615]: Error invoking seek on file; filename='/dev/kmsg', error='Invalid argument (22)'
4.8.1 does not fix that error. https://github.com/syslog-ng/syslog-ng/issues/5159
(In reply to jospezial from comment #0) > https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.8.1 > > fixes for example: > syslog-ng[1615]: Error invoking seek on file; filename='/dev/kmsg', > error='Invalid argument (22)' probably the reason is, it doesn't support seek operation as '/dev/kmsg' is a character device.. it's great that you've already reported this to upstream.. please open another bug for tracking this problem if you like, while let's keep this bug for the version bump only
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12dca6bf47af1f5bea25f8548327846a8f47d5c6 commit 12dca6bf47af1f5bea25f8548327846a8f47d5c6 Author: Tomáš Mózes <hydrapolic@gmail.com> AuthorDate: 2024-10-15 16:50:37 +0000 Commit: Yixun Lan <dlan@gentoo.org> CommitDate: 2024-10-17 00:29:41 +0000 app-admin/syslog-ng: add 4.8.1 Closes: https://bugs.gentoo.org/941416 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org> app-admin/syslog-ng/Manifest | 1 + app-admin/syslog-ng/syslog-ng-4.8.1.ebuild | 194 +++++++++++++++++++++++++++++ 2 files changed, 195 insertions(+)