I have the cheapest printer I could find locally. HP Deskjet 1000 usb printer. Lately I am unable to print unless I first remove the printer, reboot, and then reinstall it. That works, but not always.
I have tried all 6xusb ports but no go, unless I reinstall as mentioned above.
The error messages in syslog indicate that apparmor may be the cause.
Here are some of the related error messages:
How would I go about tearing down the /usr/sbin/cupsd profile ? (Assuming of course that is the cause).
I suppose I need to disable it but how do I add the teardown option ?
sudo ln -s /etc/apparmor.d/usr.sbin.cupsd /etc/apparmor.d/disable/
sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.cupsd
Any help most welcome.
I have tried all 6xusb ports but no go, unless I reinstall as mentioned above.
The error messages in syslog indicate that apparmor may be the cause.
Here are some of the related error messages:
Code:
apparmor="DENIED" operation="signal" profile="/usr/sbin/cupsd" pid=11706 comm="cupsd" requested_mask="send" denied_mask="send" signal=term peer="unconfined" hp-systray(hpdio)[2034]: error: Unable to communicate with device (code=12): hp:/usb/Deskjet_1000_J110_series?serial=CN23921MK105D2 Dec 23 18:14:14 ocky-desktop hp-systray: hp-systray(hpdio)[2034]: error: Device not found
I suppose I need to disable it but how do I add the teardown option ?
sudo ln -s /etc/apparmor.d/usr.sbin.cupsd /etc/apparmor.d/disable/
sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.cupsd
Any help most welcome.
Comment