Your message dated Mon, 27 Nov 2017 01:19:10 +0000
with message-id <[email protected]>
and subject line Bug#882261: fixed in rsyslog 8.30.0-3
has caused the Debian Bug report #882261,
regarding rsyslog: imjournal doesn't work
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
882261: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882261
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rsyslog
Version: 8.30.0-2ghigo1
Severity: important
Tags: upstream
When the imjournal module is used, rsyslog doesn't start. This is a know bug
which is fixed by commit 4736e53d471ac45024333588fcdf5bce5f8c61b8.
Note that if the imjournal is used, rsyslog hang and no log is recorded.
Starting manually, I got the following error messages
$ sudo rsyslogd
rsyslogd: sd_journal_next() failed: 'No such file or directory' [v8.30.0]
Depending by how systemd-journald is configured, this could means no log at
all. This is the reason of the severity (important), even tough I have to admit
that this is an uncommon configuration, so the occurence is very low.
BR
G.Baroncelli <[email protected]>
-- System Information:
Debian Release: buster/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: armhf
Kernel: Linux 4.13.7 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8),
LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages rsyslog depends on:
ii init-system-helpers 1.51
ii libc6 2.24-17
ii libestr0 0.1.10-2.1
ii libfastjson4 0.99.7-1
ii liblogging-stdlog0 1.0.6-1
ii liblognorm5 2.0.3-1
ii libsystemd0 235-3
ii libuuid1 2.30.2-0.1
ii lsb-base 9.20170808
ii zlib1g 1:1.2.8.dfsg-5
Versions of packages rsyslog recommends:
ii logrotate 3.11.0-0.1
Versions of packages rsyslog suggests:
pn rsyslog-doc <none>
pn rsyslog-gnutls <none>
pn rsyslog-gssapi <none>
pn rsyslog-mongodb <none>
pn rsyslog-mysql | rsyslog-pgsql <none>
pn rsyslog-relp <none>
-- Configuration Files:
/etc/rsyslog.conf changed:
module(load="imjournal" PersistStateInterval="100"
StateFile="/var/log/rsyslog-imjournal.state") #load imjournal module
module(load="mmjsonparse") #load mmjsonparse module for structured logs
template(name="CEETemplate" type="string"
string="%timegenerated:::date-rfc3339% %HOSTNAME% %syslogtag% @cee:
%$!all-json%\n" ) #template for messages
action(type="mmjsonparse")
action(type="omfile" file="/var/log/cee.log" template="CEETemplate")
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
$FileOwner root
$FileGroup adm
$FileCreateMode 0640
$DirCreateMode 0755
$Umask 0022
$WorkDirectory /var/spool/rsyslog
$IncludeConfig /etc/rsyslog.d/*.conf
auth,authpriv.* /var/log/auth.log
*.*;auth,authpriv.none -/var/log/syslog
daemon.* -/var/log/daemon.log
kern.* -/var/log/kern.log
lpr.* -/var/log/lpr.log
mail.* -/var/log/mail.log
user.* -/var/log/user.log
mail.info -/var/log/mail.info
mail.warn -/var/log/mail.warn
mail.err /var/log/mail.err
news.crit /var/log/news/news.crit
news.err /var/log/news/news.err
news.notice -/var/log/news/news.notice
*.=debug;\
auth,authpriv.none;\
news.none;mail.none -/var/log/debug
*.=info;*.=notice;*.=warn;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none -/var/log/messages
*.emerg :omusrmsg:*
daemon.*;mail.*;\
news.err;\
*.=debug;*.=info;\
*.=notice;*.=warn |/dev/xconsole
*.* /dev/tty12
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: rsyslog
Source-Version: 8.30.0-3
We believe that the bug you reported is fixed in the latest version of
rsyslog, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Biebl <[email protected]> (supplier of updated rsyslog package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 27 Nov 2017 01:52:56 +0100
Source: rsyslog
Binary: rsyslog rsyslog-mysql rsyslog-pgsql rsyslog-mongodb
rsyslog-elasticsearch rsyslog-kafka rsyslog-gssapi rsyslog-gnutls rsyslog-relp
rsyslog-czmq rsyslog-hiredis
Architecture: source
Version: 8.30.0-3
Distribution: unstable
Urgency: medium
Maintainer: Michael Biebl <[email protected]>
Changed-By: Michael Biebl <[email protected]>
Description:
rsyslog - reliable system and kernel logging daemon
rsyslog-czmq - ZeroMQ protocol support for rsyslog via CZMQ
rsyslog-elasticsearch - Elasticsearch output plugin for rsyslog
rsyslog-gnutls - TLS protocol support for rsyslog
rsyslog-gssapi - GSSAPI authentication and encryption support for rsyslog
rsyslog-hiredis - Redis output plugin for rsyslog
rsyslog-kafka - Apache Kafka support for rsyslog
rsyslog-mongodb - MongoDB output plugin for rsyslog
rsyslog-mysql - MySQL output plugin for rsyslog
rsyslog-pgsql - PostgreSQL output plugin for rsyslog
rsyslog-relp - RELP protocol support for rsyslog
Closes: 882261
Changes:
rsyslog (8.30.0-3) unstable; urgency=medium
.
* Cherry-pick upstream patch to fix broken imjournal module (Closes: #882261)
Checksums-Sha1:
99c1f6afb14e7050e79b0bee65290c25734f19fa 2888 rsyslog_8.30.0-3.dsc
cf77711f4c259652e8ef37c90b8fa6259bf88d85 27308 rsyslog_8.30.0-3.debian.tar.xz
4cd096d1fae9f0d3d900941620ab57e87452687a 6930 rsyslog_8.30.0-3_source.buildinfo
Checksums-Sha256:
77379164d671dba79fe39ab5c8e521eaf88e7a6537492368b9fcca73d0520b78 2888
rsyslog_8.30.0-3.dsc
ae39d3d2bd6db1d5d1ec6492a493097fea02a5936771930c4d06ecd2446c0b7d 27308
rsyslog_8.30.0-3.debian.tar.xz
6d534dfa2f19a28258352945a1047b3f0830f5d3a51f71d3de3474d61b0b46c8 6930
rsyslog_8.30.0-3_source.buildinfo
Files:
fd8a7f3da07cb4b62041dff81172f9f0 2888 admin important rsyslog_8.30.0-3.dsc
8c861685fdb1047d54287e2552d83d5d 27308 admin important
rsyslog_8.30.0-3.debian.tar.xz
d93d6c2a0c1c81101f38c07e5dcbe8e7 6930 admin important
rsyslog_8.30.0-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEECbOsLssWnJBDRcxUauHfDWCPItwFAlobYh4ACgkQauHfDWCP
Ity+eA//VEVP3ptFfcxAEl+BfukxzJ/pcS8X1Wcylba2KQ0TrXQeMa9cNb1k+BLf
VLn7Fk9MqyeTLCVi2CHqDldIZwc7Jwy39RuBTcUlGti6Fi4AUjHBAVlgw3qVYPSt
qHp3+NEKvaU+3YufqxRszQNpED5fYnOtDLVj/JE1YgOldDdT/9Ho7Hff2sLtC4xl
Lahbgw1bp5VHRdXqaeCOtKrZmljWjXqv9ulUp8IjVaIJdKiKxEILKr+9Cij8MW3q
GYX6M76Gvdebzp7em8YWnRIvj1lsa3KkjO6Mt8SBLm3RgTC3MU0e+vpJgQ22ywpm
Q8y5KmIwYNKmnzM//pX629UFJkizUly9KBTwBmBRXxxdsAVABZ7DN2gb9mjEOWz1
quO1m8WvfefbcjD29ZR2jXTW3wiBgCxOJ3v3ReNDH4dvkXqz01meCQqix2LrubHT
GAkvtdQqITnrT5wVWTnLdnQ+RG46sF3fWzapZ7I2M7ZChVjseJpY4v1UhVFkS4Od
9tJAMGmsB60UpwsJY2umG9w9v2vryB7elRlVP8VQQ8psKyH9QTc8ePbE3TaO/3vT
vtuuJVpuUSizYVdS8wDa95eGzbY6PDQrSNQPF5+Hjv/VHJpU1cL5uHEVcjoauUKu
zMa05ihmoHXjXmYfyjo0kfdxdGHZnx+2UKzO4ZdIcEbijp/Os4o=
=GT12
-----END PGP SIGNATURE-----
--- End Message ---