Package Details: systemd-netlogd 1.4.4-1

Git Clone URL: https://aur.archlinux.org/systemd-netlogd.git (read-only, click to copy)
Package Base: systemd-netlogd
Description: Forwards messages from the journal to other hosts over the network using syslog format RFC 5424
Upstream URL: https://github.com/systemd/systemd-netlogd
Keywords: systemd-journal
Licenses: LGPL
Submitter: tracernz
Maintainer: hitsmaxft
Last Packager: hitsmaxft
Votes: 1
Popularity: 0.000000
First Submitted: 2018-03-14 07:56 (UTC)
Last Updated: 2025-01-23 08:56 (UTC)

Dependencies (4)

Required by (0)

Sources (2)

Latest Comments

Refutationalist commented on 2025-05-17 06:45 (UTC)

Low priority: It might also be a good idea to rename netlogd.conf.example to just netlogd.conf, to better fit in with how other systemd services are configured. And it would somewhat simplify things, imo.

jaketri commented on 2025-05-06 22:57 (UTC)

Please also enable armv7h. Tested locally and confirm x86_64, aarch64 and armv7h are all working.

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=$_name
 pkgver=1.4.4
 pkgrel=1
 pkgdesc="Forwards messages from the journal to other hosts over the network using syslog format RFC 5424 "
-arch=('x86_64' 'aarch64')
+arch=('x86_64' 'aarch64' 'armv7h')
 url="https://github.com/systemd/systemd-netlogd"
 license=('LGPL')
 depends=('libsystemd')

hitsmaxft commented on 2025-01-23 08:59 (UTC)

@Refutationalist updated systemd-netlogd to version 1.4.4 and added support for aarch64! Hope everything works well.

Refutationalist commented on 2025-01-23 05:41 (UTC)

Hello! This is still being developed as 1.4.4 came out a couple weeks ago. Be happy to pick this one up the current maintainer can't.

hitsmaxft commented on 2022-10-04 11:15 (UTC) (edited on 2022-10-04 16:02 (UTC) by hitsmaxft)

cc @dariball

system account problem fixed

here is the right .sysusers content

#Type   Name                    ID                      GECOS   Home directory  Shell
u       systemd-journal-netlog  -:systemd-journal       -       /               /bin/nologin

dariball commented on 2019-07-02 23:19 (UTC)

the current user adding mechanism leads to startup issues for systemd-netlogd as the user has to "own" the group in order to have the permission to read from /var/log/journal. I as of now cannot tell how to solve this using the .sysusers file, but the non-automated workaround is like this:

userdel systemd-journal-netlog
useradd -r -d / -s /usr/sbin/nologin -g systemd-journal systemd-journal-netlog

As pointed out here: https://github.com/systemd/systemd-netlogd/issues/7#issuecomment-390489735

tracernz commented on 2018-03-15 08:46 (UTC)

Note to self, add gperf, python-sphinx to makedepends.