If you encounter the following error running VirtualBox as a user under openSUSE: Error -10 in SUPR3HardenedMain, then execute chkstat -set /etc/permissions.easy to set correct file permissions on the VirtualBox executables.
Tag Archives: error
HP OfficeJet 5610 Error 5012 or Error 12 on Linux
This is due to the fact that the user does not have access to the device.
- Add the user to the group lp.
sudo chmod 664 /dev/bus/usb/001/004sudo chown root:lp /dev/bus/usb/001/004
Bus/Device 001/004 identifies my printer on my system, to see how it is identified on yours, execute lsusb.
Log out and in again and that should work.