Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Update on error 1282' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Update on error 1282
Authored by: cparnot on Nov 11, '03 02:30:11PM

I posted the initial hint, and I am glad there has been a number of comments and fixes.

This problem happened again today on another computer, and the initial hint remains valid (except for the rm -r instead of rm). This is basically the same as Apple's note, with the addition of a rm -r cups:

1. Open Terminal (/Applications/Utilities/).

2. At the prompt type:

cd /var/spool/
then press Return.

3. Type:

sudo rm -r cups
then press Return.

4. Type your Admin user password when prompted, then press Return.

5. Type:

sudo mkdir cups
then press Return.

6. Type:

sudo chown daemon:admin cups
then press Return.

7. Type:

sudo chmod 700 cups 
then press Return.

8. Quit Terminal.

9. Restart the computer.

It did not work w/o step 9.

All of this was done with 10.2.8.

---
charles

[ Reply to This | # ]