Comment 16 for bug 508152

Revision history for this message
dh003i (dh003i) wrote :

Thank you very much for your directions.

When I tried to restart cups, it told me:

$ sudo /etc/init.d/cups restart
[sudo] password for davidjheinrich:
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service cups restart

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the stop(8) and then start(8) utilities,
e.g. stop cups ; start cups. The restart(8) utility is also available.
cups stop/waiting
cups start/running, process 3452

Thus, I did as it suggested:
$ sudo restart cups
cups start/running, process 3477

After trying to print (same error), here is my /var/log/syslog output: http://pastebin.com/YC1Cnfbd

And here is my /var/log/cups/error_log output: http://pastebin.com/TUXSMb3H