Bug#760948: post-inst script fails while adding group systemd-journal if it exists

2014-09-09 Thread pothos
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-

Bug#760948: post-inst script fails while adding group systemd-journal if it exists

2014-09-09 Thread pothos
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

Bug#740097: nvidia-legacy-304xx-kernel-source: Module can not be loaded for Linux 3.13

2014-02-25 Thread pothos
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