<div dir="ltr">Yes, running<div><br></div><div><div>addgroup --system systemd-journal; echo $?</div><div>addgroup: The group `systemd-journal' already exists as a system group. Exiting.</div><div>0</div><div><br></div><div>yealds 0 as exit code. But, deleting the group, recreating it as non-system group, actually gives an error</div><div><br></div><div><div>addgroup --system systemd-journal; echo $?</div><div>addgroup: The group `systemd-journal' already exists and is not a system group. Exiting.</div><div>1</div></div><div><br></div><div>So maybe the group already existed as non system group,</div><div>but I have never created it.</div><div><br></div><div>Anyway I guess the report can be closed.</div><div><br></div><div>Thanks,</div><div>Carlo.</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">2014-12-06 21:20 GMT+01:00 Michael Biebl <span dir="ltr"><<a href="mailto:biebl@debian.org" target="_blank">biebl@debian.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Am <a href="tel:06.12.2014" value="+3906122014">06.12.2014</a> um 21:10 schrieb Martin Pitt:<br>
<span class="">> Control: tag -1 moreinfo<br>
><br>
> Hello Carlo,<br>
><br>
> Carlo Marchiori [2014-12-06 17:22 +0100]:<br>
>> On examination the problem is due to the line<br>
>><br>
>> addgroup --quiet --system systemd-journal<br>
>><br>
>> in /var/lib/dpkg/info/systemd.postinst which returns exitcode 1 because the<br>
>> group already exists and the script is run with set -e.<br>
><br>
> No, addgroup exits with 0 usually if the group already exists. Can you<br>
> please re-run this without --quiet to see what's wrong?<br>
<br>
</span>Most likely Carlo has created that group himself without using "--system"<br>
<span class=""><font color="#888888"><br>
<br>
--<br>
Why is it that all of the instruments seeking intelligent life in the<br>
universe are pointed away from Earth?<br>
<br>
</font></span></blockquote></div><br></div></div></div>