Comment 3 for bug 30965

Revision history for this message
Albert Cardona (cardona) wrote : Re: cupsd pushes the pedal to 99% when restarting

Ok, came across a solution:

$ sudo apt-get --purge remove cupsys cups-pdf
$ cd /var/cache
$ sudo rm -rf cupsd/
$ cd /var/run
$ sudo rm -rf cupsd/

Something was stiking around from Breezy which prevents cupsd from running properly.