Browse Community
Help
Log In
This post is more than 5 years old
Solved!
malcyplop
4 Posts
1
24107
October 27th, 2014 02:00
Since installing Yosemite om my macs, my Dell C1765nfw printer will only print single copies. If you ask for multiple copies, it fails with the following message:
On the same network, with a Computer with Mavericks installed, it prints fine.
Same at Home too.
I've reinstalled drivers.
Responses(4)
November 1st, 2014 05:00
A kind poster on another forum gave me a temporary fix which has worked for me. Here it is - use at your own risk:
1. in Spotlight Type Terminal and then press enter.
This should bring up the terminal window/program.
2. In the Terminal type
sudo sh -c 'echo "Sandboxing Relaxed" >> /etc/cups/cups-files.conf'
It will ask for your password (if you type it is hidden). After that type following:
sudo launchctl stop org.cups.cupsd
After that if you are lucky the printer driver should start to work. (which it did in my case)
If you want to revert the changes bring up the terminal again
type cd /etc/cups
type sudo nano cups-files.conf
after that enter your password again
then you are in an editor which allows you to edit the file
Delete the last line which says Sandboxing Relaxed
press ctrl x
confirm with y
and then press enter to save the file
after that issue again
simmli
1 Message
0
October 29th, 2014 16:00
same problem here ...
hasso26
8 Posts
November 9th, 2014 05:00
Same problem, reinstalled driver does not fix it. Seems to be a problem on yosemite - anybody asked apple for a fix ?
November 9th, 2014 06:00
this works fine ! solved my problem...great, thx
Dell Support Resources
View All
Top
malcyplop
4 Posts
1
November 1st, 2014 05:00
A kind poster on another forum gave me a temporary fix which has worked for me. Here it is - use at your own risk:
1. in Spotlight Type Terminal and then press enter.
This should bring up the terminal window/program.
2. In the Terminal type
sudo sh -c 'echo "Sandboxing Relaxed" >> /etc/cups/cups-files.conf'
It will ask for your password (if you type it is hidden). After that type following:
sudo launchctl stop org.cups.cupsd
After that if you are lucky the printer driver should start to work. (which it did in my case)
If you want to revert the changes bring up the terminal again
type cd /etc/cups
type sudo nano cups-files.conf
after that enter your password again
then you are in an editor which allows you to edit the file
Delete the last line which says Sandboxing Relaxed
press ctrl x
confirm with y
and then press enter to save the file
after that issue again
sudo launchctl stop org.cups.cupsd
simmli
1 Message
0
October 29th, 2014 16:00
same problem here ...
hasso26
8 Posts
0
November 9th, 2014 05:00
Same problem, reinstalled driver does not fix it. Seems to be a problem on yosemite - anybody asked apple for a fix ?
hasso26
8 Posts
0
November 9th, 2014 06:00
this works fine ! solved my problem...great, thx