[Touch-packages] [Bug 1894452] Re: shutdown delay because of cups

2020-09-07 Thread Till Kamppeter
The shutdown problem of cups-browsed was already identified and is fixed in the GitHub repository of cups-filters. This fix will be included in cups-filters 1.28.2 which will get released soon. ** Changed in: cups (Ubuntu) Status: Confirmed => Triaged ** Package changed: cups (Ubuntu) =>

[Touch-packages] [Bug 1894452] Re: shutdown delay because of cups

2020-09-07 Thread shemgp
Work around (the previous one doesn't work): sudo sed -i '/ExecStart=/a ExecStop=/bin/bash -c "ps -AfH | grep cups-browsed | awk '\''{print $2}'\'' | xargs kill -s 9"' /lib/systemd/system/cups-browsed.service sudo systemctl daemon-reload sudo systemctl restart cups-browsed.service -- You

[Touch-packages] [Bug 1894452] Re: shutdown delay because of cups

2020-09-07 Thread shemgp
Quick fix: sudo sed -i '/ExecStart=/a ExecStop=/bin/systemctl stop cups.service' /lib/systemd/system/cups-browsed.service Got the idea from previous 16.04 bug with cups-browsed.service. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1894452] Re: shutdown delay because of cups

2020-09-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: cups (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cups in Ubuntu.