Pasteboard Server hangup
Published May 13th, 2006 in Mac OS X, UNIXToday I had a weird problem where copying and pasting stopped working. Since I really dislike restarting, I messed around and found a solution:
Run this in the Terminal:
ps -x | grep "/System/Library/CoreServices/pb[s]"
I got a result like this, if you don’t get any results skip the next step:
20829 p0- SN 0:00.28 /System/Library/CoreServices/pbs
So it looks like it’s working fine, but for some reason it’s hung up. So kill the server:
kill 20829
Now restart it:
nohup /System/Library/CoreServices/pbs &
Now copy and paste should work again, if it doesn’t work in an app, try restarting the app, that should do the trick.
Perfect timing! Copy and paste just died on my a few minutes ago, so I decided to read some blogs before restarting. Your tip worked, so now I don’t have to restart. Thanks!
I had the same problem a few days ago, I think this was related due to the lack of a reboot after installing the latest security upgrade.
I had same problem as Marc above. Nice to know
For reference, you can simply do a `killall pbs` rather than grepping for the pid first.
Nope, didn’t work. There must be another source to this problem. I notice that I also cannot search a file.