Comment 2 for bug 202983

Revision history for this message
Hans Spaans (hspaans) wrote : Re: [hardy alpha 6] unable to start cupsys if selinux is enforcing.

This issue came back for me today while upgrading package cupsys to version 1.3.7-1ubuntu3.

root@nemo:~# getenforce
Enforcing
root@nemo:~# setenforce 1
root@nemo:~# /etc/init.d/cupsys stop
 * Stopping Common Unix Printing System: cupsd
   ...done.
root@nemo:~# /etc/init.d/cupsys start
 * Starting Common Unix Printing System: cupsd
start-stop-daemon: Unable to start /usr/sbin/cupsd: Permission denied (Permission denied)
root@nemo:~# setenforce 0
root@nemo:~# /etc/init.d/cupsys start
 * Starting Common Unix Printing System: cupsd
   ...done.
root@nemo:~#