Linc Davis wrote:
This is a possible fix for the printing issue.
...
Launch the Terminal application and copy or drag -- DO NOT TYPE -- the following text into the window:
sudo chmod 755 /usr/libexec/cups/backend/*
Sorry to say, I think this would be a waste of time. Did you compare the permissions that worked on 10.6.7 and what appeared after installing 10.6.8? They are the same. Some selected examples based on the backends people are having problems with here:
10.6.7
-rwx------ 1 root wheel 57344 Mar 29 12:19 dnssd
-rwx------ 1 root wheel 106096 Mar 29 12:19 ipp
-rwx------ 1 root wheel 93024 Mar 29 12:19 lpd
-r-xr-xr-x 1 root wheel 75200 Mar 29 12:19 socket
-r-xr-xr-x 1 root wheel 91792 Mar 29 12:19 usb
10.6.8
-rwx------ 1 root wheel 57344 Apr 29 17:45 dnssd
-rwx------ 1 root wheel 106096 Apr 29 17:45 ipp
-rwx------ 1 root wheel 93024 Apr 29 17:45 lpd
-r-xr-xr-x 1 root wheel 79328 Apr 29 17:45 socket
-r-xr-xr-x 1 root wheel 91792 Apr 29 17:45 usb
I don't have the answer to the problem, but I don't want to send people to the Terminal and have them use any type of sudo command unless there is some basis that the command will solve their problem.