Michael Biebl [2014-12-06 21:20 +0100]:
> Most likely Carlo has created that group himself without using "--system"
Indeed, I suspect that too; and Carlo already confirmed that it works
fine with --system.
Martin
--
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.
Yes, running
addgroup --system systemd-journal; echo $?
addgroup: The group `systemd-journal' already exists as a system group.
Exiting.
0
yealds 0 as exit code. But, deleting the group, recreating it as non-system
group, actually gives an error
addgroup --system systemd-journal; echo $?
addgr
Am 06.12.2014 um 21:10 schrieb Martin Pitt:
> Control: tag -1 moreinfo
>
> Hello Carlo,
>
> Carlo Marchiori [2014-12-06 17:22 +0100]:
>> On examination the problem is due to the line
>>
>> addgroup --quiet --system systemd-journal
>>
>> in /var/lib/dpkg/info/systemd.postinst which returns exitcod
Reinstalling doesn't give any error.
Sorry, I cannot reproduce the problem.
Carlo.
2014-12-06 21:10 GMT+01:00 Martin Pitt :
> Control: tag -1 moreinfo
>
> Hello Carlo,
>
> Carlo Marchiori [2014-12-06 17:22 +0100]:
> > On examination the problem is due to the line
> >
> > addgroup --quiet --system
Processing control commands:
> tag -1 moreinfo
Bug #772418 [systemd] systemd: Error installing systemd version 215-7
Added tag(s) moreinfo.
--
772418: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772418
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
_
Control: tag -1 moreinfo
Hello Carlo,
Carlo Marchiori [2014-12-06 17:22 +0100]:
> On examination the problem is due to the line
>
> addgroup --quiet --system systemd-journal
>
> in /var/lib/dpkg/info/systemd.postinst which returns exitcode 1 because the
> group already exists and the script is