Friday, July 6, 2007

vnc restart

this morning i found myself not being able to log into vnc because i forgot to logoff from a different computer. I kept getting a 'Not Authenticated' error, so in order to kill the other session i ssh'd into my computer and did these commands:

sudo /etc/init.d/xinetd stop
sudo killall Xvnc
sudo /etc/init.d/xinetd start

logged right in after that.

No comments: