Comment 12 for bug 1638986

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

Sorry, cups-browsed did not have debug logging yet in 1.8.3. So there will be no /var/log/cups/cups-browsed_log.

To make cups-browsed logging, open a terminal and run the following commands:

cd
sudo systemctl stop cups-browsed
nohup sudo /usr/sbin/cups-browsed --debug > `pwd`/cups-browsed.log 2>&1 &

Reboot and after that attach the cups-browsed.log file here (should be in your home directory).

If the delay does not always happen, please attach a cups-browsed.log from a delayed shutdown and one from a shutdown where the delay did not happen.