Package: quota Version: 4.01-6 Severity: important User: pkg-systemd-maintain...@lists.alioth.debian.org Usertags: sytemd-units
Hi, a user just reported on #debian-systemd, that the quota package failed to upgrade: Failed to issue method call: Unit rpcbind.service failed to load: No such file or directory. See system logs and 'systemctl status rpcbind.service' for details. invoke-rc.d: initscript quotarpc, action "start" failed. dpkg: error processing package quota (--configure): subprocess installed post-installation script returned error exit status 6 E: Sub-process /usr/bin/dpkg returned an error code (1) and in systemctl status: Loaded: error (Reason: No such file or directory) Looking more closely, it seems the quota package only suggests the rpcbind package, yet the quotarpc.service contains: Requires=rpcbind.service After=rpcbind.service Requires means, the service will fail to start if the dependency is not available. You either need to add a hard dependency on the rpcbind package or you should demote the Requires to Wants. Cheers, Michael -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org