Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 941416 - app-admin/syslog-ng-4.8.1 version bump
Summary: app-admin/syslog-ng-4.8.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Tomáš Mózes
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-10-12 18:00 UTC by jospezial
Modified: 2024-12-01 14:45 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jospezial 2024-10-12 18:00:34 UTC
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)'
Comment 1 jospezial 2024-10-16 17:57:05 UTC
4.8.1 does not fix that error.
https://github.com/syslog-ng/syslog-ng/issues/5159
Comment 2 Yixun Lan archtester gentoo-dev 2024-10-17 00:27:43 UTC
(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
Comment 3 Larry the Git Cow gentoo-dev 2024-10-17 00:30:07 UTC
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(+)