Your message dated Tue, 09 Sep 2014 14:02:15 +0200
with message-id <[email protected]>
and subject line Re: Bug#760948: post-inst script fails while adding group
systemd-journal if it exists
has caused the Debian Bug report #760948,
regarding post-inst script fails while adding group systemd-journal if it exists
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.)
--
760948: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760948
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: systemd
Version: 215-2
Severity: grave
After installation systemd.postinst fails with code 1 when the group
systemd-journal already exists because then addgroup returns code 1 even
with --quiet.
To resolve this I added || true in line 98 so that the script continues:
addgroup --quiet --system systemd-journal || true
--- End Message ---
--- Begin Message ---
Control: severity -1 normal
Am 09.09.2014 13:57, schrieb [email protected]:
> Thanks for reading so fast ;)
>
> myuser@hostname:~$ sudo getent group systemd-journal
> systemd-journal:x:1007:myuser
>
> myuser@hostname:~$ sudo addgroup --system systemd-journal
> addgroup: The group `systemd-journal' already exists and is not a system
> group. Exiting.
Yeah, you apparently created that group yourself, not using the --system
option. So it is correct that adduser fails in that case (and actually
good, so you have chance to fix it).
Please fix that local misconfiguration and the problem will go away.
It's probably easiest to delete the group and re-create it with --system
and then chgrp /var/log/journal
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---