Results 1 to 2 of 2
HI,
I just installed Xvnc on a machine at school to access it while I am at home. I am having problems as when i try to run the program ...
- 10-10-2005 #1Just Joined!
- Join Date
- Oct 2005
- Posts
- 1
Xvnc
HI,
I just installed Xvnc on a machine at school to access it while I am at home. I am having problems as when i try to run the program from home through putty, i get the following message:
Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.
I am not root, so I am not able to run the remove command.
Anyway I can run the desktop environment from home?
Thanks,
jahiz
- 10-12-2005 #2Just Joined!
- Join Date
- Aug 2005
- Posts
- 27
have you tried to run the vncserver on another display on your remote machine. For example you can dedicate channel 2 to remote management:
Then at home using Cygwin or any other Unix environment emulation you can do the following:Code:#vncserver :2
The above command will encapsulate your Xvnc session through SSH.Code:ssh -l root -L5902:localhost:5902 <ip_adress>
Then run your VNC viewer onand enter your password.Code:localhost:2
If this fails try the Java VNC. You can reach your remote system using a simple web browser. Your Xvnc server should have open port 5801. So on the URL field type onhope this helpsCode:http://<ip_adress>:5801
cheers


Reply With Quote