All right...

Please, in /etc/init.d/cupsys, replace line:

start-stop-daemon --start --quiet --oknodo --pidfile "$PIDFILE" --exec
$DAEMON

with line:

start-stop-daemon --start --quiet --oknodo --pidfile "$PIDFILE" --exec
/usr/bin/strace $DAEMON &> /tmp/cupsys-strace

install strace package and restart CUPS. Try printing to remote printer
and, when it fails (after minute or two), stop cups and attach /tmp
/cupsys-strace. This could be a very large file :/

-- 
client 1.2.0 to 1.1.2x server over IPP: network printing regression
https://launchpad.net/bugs/42802

--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to