LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-12-2004, 10:51 PM   #1
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Rep: Reputation: 49
tightVNC set-up with Fedora and WinXP pro..


Okay I installed TightVNC on both my PC and Linux Boxes.. I tried setting it up, but when I run 'Xvnc' here is what I get..

Quote:
[sanness@localhost sanness]$ Xvnc

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 guess getting that fixed is the first step..

Could someone please help?
 
Old 01-13-2004, 06:43 AM   #2
Marius2
Member
 
Registered: Jan 2004
Location: Munich
Distribution: SuSE 9.2, 10.2, 10.3, knoppix
Posts: 276

Rep: Reputation: 31
What happens if you remove the file and start vncserver again? If
you can't get it to run, give vnc a try instead. BTW I had problems with
tightvnc on my SuSE 9.0 too. I installed vnc then, which didn't work
with the standard installation procedure, as it couldn't replace Xvnc.
After I did this manually, everything worked just fine.

HTH
 
Old 01-13-2004, 07:53 AM   #3
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Original Poster
Rep: Reputation: 49
I am at school right now, I will work on that when I get home. If I don't get it working its no big deal, I was just looking around for software and found tightVNC..
 
Old 01-13-2004, 10:20 PM   #4
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
I start mine like this..


vncserver
 
Old 01-14-2004, 12:45 PM   #5
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Original Poster
Rep: Reputation: 49
i do that and I get the same error..
 
Old 01-14-2004, 08:31 PM   #6
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
Normally it will take the next available display. You can try like this...


vncserver :1
 
Old 01-15-2004, 05:10 PM   #7
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Original Poster
Rep: Reputation: 49
Okay, so I can get desktop to connect to my laptop, but not vise-versa... the laptop that I want to use to connect to the desktop runs Windows XP..
 
Old 01-15-2004, 09:50 PM   #8
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
when you run vncviewer on XP you need to give the port that the server is using.

like this


192.168.0.1:5901
 
Old 01-16-2004, 07:26 AM   #9
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Original Poster
Rep: Reputation: 49
The XP machine just froze up, I tried XXX.XXX.X.XX:5900 and it had a connection error.. before I could try XXX.XXX.X.XXX:0 it froze
 
Old 01-16-2004, 11:08 AM   #10
bowbender
LQ Newbie
 
Registered: Apr 2003
Location: MD
Distribution: RH
Posts: 7

Rep: Reputation: 0
don't put the full port number in just the instance on the server.

if you satarted vnc with
vncserver :1

then connect with xxx.xxx.xxx.xxx:1

This has always worked for me.



PS I have found that tight VNC runs a little hinky on XP try the real VNC viewer.
it will connect to a tight VNC server just fine they are compatible.

Last edited by bowbender; 01-16-2004 at 11:10 AM.
 
Old 01-16-2004, 09:08 PM   #11
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Original Poster
Rep: Reputation: 49
I seem to be have the same problem in RealVNC..
 
Old 01-16-2004, 09:35 PM   #12
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
I use ssh to forward the port to my windows machine on a local port and then connect to localhostort

you may try that.
 
Old 01-16-2004, 10:57 PM   #13
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Original Poster
Rep: Reputation: 49
I have no idea how to do that...
 
Old 01-28-2004, 07:42 PM   #14
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
It's all explained on the vnc site as securing vnc with ssh.

Any specific questions on it?
 
Old 01-29-2004, 09:30 PM   #15
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Original Poster
Rep: Reputation: 49
I will check that out when I get back with that project.. I have moved on with other things, mostly for school, and I am looking of for a laptop.. so as you can see I will be busy for awhile

Thanks for all your help...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
WinXP Pro/Fedora Core 2 Dual-Boot Question NanoGamer Linux - Newbie 6 08-30-2004 02:01 AM
Tightvnc and Xvnc on Suse 9.1 Pro SparXXXie Linux - General 1 08-27-2004 03:08 PM
Installing WinXp Pro and Fedora on Dell Dimension 8400 kmlinux12 Linux - General 8 08-26-2004 09:47 AM
eth0 not working on fedora running in VMware 4 on WinXP pro machine ratgod Linux - Networking 14 06-25-2004 04:45 PM
How do I install Fedora on my comp running WinXP Pro, WinXP Home and Win2000 Server pureheartedsoul Linux - Newbie 3 03-30-2004 02:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration