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.
--
To UNSUBSCRIBE, email to debian-
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 --s
Package: nvidia-legacy-304xx-kernel-source
Version: 304.117-1
Severity: grave
Justification: renders package unusable
Upgrade to linux-image-3.13-1-amd64 made the nvidia module build fine by DKMS,
but loading failes with the dmesg entry:
kernel: nvidia: Unknown symbol acpi_os_wait_events_complete
3 matches
Mail list logo