zoolook: If you have the same symptoms, these would be two interesting experiments:
* Shut down the network manually (disconnect in NM applet), then stop cups-browsed. Does that work/hang? * Run these in a terminal: sudo mkdir -p /lib/systemd/system/cups-browsed.service.d printf '[Unit]\nAfter=network.target\n' | sudo tee /lib/systemd/system/cups-browsed.service.d/network.conf sudo systemctl daemon-reload sudo systemctl restart cups-browsed This will modify the shutdown order to force browsed to stop before shutting down the network. My hunch is that browsed wants to send something to the network on shutdown, but that is already down, so it times out there. Does shutdown work with that? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1591274 Title: cups-browsed hangs on shutdown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1591274/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
