login/register

Snip!t from collection of Alan Dix

see all channels for Alan Dix

Snip
summary

"Word is connecting to the printer" hang problem fix (at...
1) Quit Word
2) Open up a terminal window
3) Find the PID of cupsd via ps -A | grep "cupsd"
... 6) Restart Word

Apple - Support - Discussions - "Word is connecting to the printer..." ...
http://discussions.apple.com/message.jspa?messageID=6212453

Categories

/Channels/techie/office-bugs

[ go to category ]

For Snip

loading snip actions ...

For Page

loading url actions ...

"Word is connecting to the printer" hang problem fix (at least it's working for me so far -- also, this is from the macosxhints forum):

1) Quit Word

2) Open up a terminal window

3) Find the PID of cupsd via ps -A | grep "cupsd"

4) Kill the cups process via sudo kill PID

5) Restart it using sudo /usr/sbin/cupsd -L

6) Restart Word

HTML

"Word is connecting to the printer" hang problem fix (at least it's working for me so far -- also, this is from the macosxhints forum):<br> <br> 1) Quit Word<br> <br> 2) Open up a terminal window<br> <br> 3) Find the PID of cupsd via ps -A | grep "cupsd"<br> <br> 4) Kill the cups process via sudo kill PID<br> <br> 5) Restart it using sudo /usr/sbin/cupsd -L<br> <br> 6) Restart Word