Thanks, but actually the systemd.service(5) manpage tells me what I needed.
The fix for you should be to edit your /lib/systemd/system/libvirt- bin.service file to read: ============================================ [Unit] Description=Virtualization daemon Before=libvirt-guests.service After=network.target After=dbus.service After=iscsid.service After=apparmor.service After=local-fs.target After=remote-fs.target Documentation=man:libvirtd(8) Documentation=http://libvirt.org [Service] Type=notify EnvironmentFile=-/etc/default/libvirt-bin ExecStart=/usr/sbin/libvirtd $libvirtd_opts ExecReload=/bin/kill -HUP $MAINPID KillMode=process Restart=on-failure LimitNOFILE=infinity LimitNPROC=infinity TasksMax=infinity NotifyAccess=all [Install] WantedBy=multi-user.target Also=virtlockd.socket Also=virtlogd.socket ============================================ In other words, just add the NotifyAccess=all line in the second section. I'll push that to the 16.10 package and SRU the change to wily and xenial. Thanks! ** Changed in: systemd (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574566 Title: package libvirt-bin 1.3.1-1ubuntu10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1574566/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
