Package Details: rsyslog 8.2410.0-1

Git Clone URL: https://aur.archlinux.org/rsyslog.git (read-only, click to copy)
Package Base: rsyslog
Description: An enhanced multi-threaded syslogd with a focus on security and reliability
Upstream URL: http://www.rsyslog.com/
Licenses: GPL3
Submitter: Barthalion
Maintainer: fordprefect
Last Packager: fordprefect
Votes: 19
Popularity: 0.114593
First Submitted: 2018-01-07 12:53 (UTC)
Last Updated: 2024-11-17 13:55 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

jose1711 commented on 2023-03-14 23:09 (UTC)

Had to comment out Requires=syslog.socket in unit file as I was getting

Failed to listen on Syslog Socket

in journal otherwise.

endre commented on 2021-05-03 13:36 (UTC)

That's massive. I've been using this 'fixed' rsyslog for days, without problem.

fordprefect commented on 2021-05-03 13:18 (UTC)

@mikaelblomkvists: that sounds bad, are you sure this is caused by the rsyslog update? Any logs/error messages on that? To recover I recommend pulling the previous version of rsyslog, rebuild and sideload into your system.

mikaelblomkvists commented on 2021-05-03 13:08 (UTC) (edited on 2023-03-20 07:30 (UTC) by mikaelblomkvists)

Just after installing it - my system blew up. I've got kernel panic (5.10 LTS, Manjaro). Now it cannot even boot. I have a black screen after grub.

EDIT: I cannot confirm it, but I think the system got broken by something else. However, let me keep this comment, so that somebody gets alarmed if he/she gets it.

fordprefect commented on 2021-05-03 08:44 (UTC)

@endre: thanks for the hint, seems to be a recent update to the build process (at least I never saw that message before). I moved the arguments to autoconf and removed the configure statement.

endre commented on 2021-05-03 07:54 (UTC) (edited on 2021-05-03 07:55 (UTC) by endre)

In case of rsyslog, please specify your configure flags at the ./automake.sh line.

==> Starting build()...
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

You don't even need to run ./configure in build().

fordprefect commented on 2020-07-20 14:26 (UTC)

@comfix: thx, fixed. not a very well prepared update it seems… sorry for that.

comfix commented on 2020-07-20 13:54 (UTC)

Please add "bison" and "flex" to makedeps, it won't compile without them

fordprefect commented on 2020-07-19 20:24 (UTC)

@bartus: thx, fixed.

bartus commented on 2020-07-19 20:16 (UTC) (edited on 2020-07-19 20:57 (UTC) by bartus)

GitHub sources are missing autoconf initialization. You need to call autoreconf -fvi before ./configure, otherwise configure is missing.