LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 11-02-2014, 12:25 PM   #1
Janning
Member
 
Registered: Nov 2014
Posts: 66

Rep: Reputation: Disabled
RealVNC Fedora 20


Hi,

I have Fedora 20, and trying to install RealVNC. I read where I have to uninstall tiger vnc and Anaconda, and did this. When I try:

rpm -ifvh --nodeps VNC-Server-5.2.1-Linux-x64.rpm
Iget the below error

Please advise, Thanks AJ


Preparing... ################################# [100%]
file /usr/bin/Xvnc from install of realvnc-vnc-server-5.2.1.5668-1.x86_64 conflicts with file from package tigervnc-server-minimal-1.3.0-7.fc20.x86_64
file /usr/bin/vncpasswd from install of realvnc-vnc-server-5.2.1.5668-1.x86_64 conflicts with file from package tigervnc-server-minimal-1.3.0-7.fc20.x86_64
file /usr/share/man/man1/Xvnc.1.gz from install of realvnc-vnc-server-5.2.1.5668-1.x86_64 conflicts with file from package tigervnc-server-minimal-1.3.0-7.fc20.x86_64
file /usr/share/man/man1/vncpasswd.1.gz from install of realvnc-vnc-server-5.2.1.5668-1.x86_64 conflicts with file from package tigervnc-server-minimal-1.3.0-7.fc20.x86_64

UPDATE:-----------------------

I got this to work by removing tigervnc and anaconda (may not need to remove anaconda)

yum remove tigervnc-server
yum remove tigervnc-server-minimal
yum remove tigervnc-license
yum remove anaconda

I disabled my firewall,

systemctl disable firewalld
systemctl stop firewalld

(or you can add just realvnc)

download the realvnc RED HAT version, then

rpm -ifvh --nodeps VNC-Server-5.2.1-Linux-x64.rpm
or
yum localinstall VNC-Server-5.2.1-Linux-x64.rpm

------------------------
Now? Can anyone tell me two things?
1) how to make Fedora autologin. I already do not use a password, but the user icon comes up and I have to click it...would like it to go straight to desktop
2) how to make RealVNC start as a service and be running automatically soon as it boots up

thanks AJ

Last edited by Janning; 11-02-2014 at 01:33 PM. Reason: update
 
Old 11-19-2014, 01:51 PM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Hi & Welcome to Linux Questions.

If I had to guess Fedora has a script that takes you to the login screen.
I don't edit initialization script's so maybe another member will be able to tell you how to avoid the log-in. I would imagine you could comment out the argument or just delete that whole line.

http://unix.stackexchange.com/questi...-user-password

As far as starting VNC at bootup:

To get it started automatically ( the vncserver that is) is to put
the your line at the top of /etc/rc.d/rc.local.
This file gets executed after all the init scripts and right before it
brings up the login prompt.

https://www.realvnc.com/pipermail/vn...er/017356.html
http://www.walkernews.net/2008/06/20...red-hat-linux/

If you still have trouble reading the RHEL documentation could be helpful.

https://access.redhat.com/documentat...NC_Server.html

Hope that helps-
 
Old 12-09-2014, 02:19 PM   #3
Janning
Member
 
Registered: Nov 2014
Posts: 66

Original Poster
Rep: Reputation: Disabled
I had my realvnc starting up before the logon page, but I forgot how I did this? I upgraded to Fedora 21, now Realvnc will not start until after I login. Can someone tell me how to have realVNC start up during reboot once again?
Thanks AJ
 
Old 12-14-2014, 01:53 AM   #4
Janning
Member
 
Registered: Nov 2014
Posts: 66

Original Poster
Rep: Reputation: Disabled
hi,

I'm now upgraded to Fedora 21. Using RealVNC 5.2.2. I'm able to auto login, and therefore RealVNC is up and running after reboot.
HOWEVER, since my upgrade to Fedora 21, FROM my windows notebook, TO the Fedora 21, I can see the Fedora desktop...but it is not refreshing.
The desktop and icons are all there, the mouse is there and moves, but clicking on icons does nothing. In the upper right hand corner,
I get the RealVNC box saying 1 user is connected...just flashing.

Please advise
Thanks much, James.
 
Old 12-14-2014, 05:57 PM   #5
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Janning View Post
hi,

I'm now upgraded to Fedora 21. Using RealVNC 5.2.2. I'm able to auto login, and therefore RealVNC is up and running after reboot.
HOWEVER, since my upgrade to Fedora 21, FROM my windows notebook, TO the Fedora 21, I can see the Fedora desktop...but it is not refreshing.
The desktop and icons are all there, the mouse is there and moves, but clicking on icons does nothing. In the upper right hand corner,
I get the RealVNC box saying 1 user is connected...just flashing.

Please advise
Thanks much, James.
Are you using Windows to remotely connect to Fedora?

I'm not sure why the icons are not working.(maybe missing a library)

I'm going to have to do some research to find out more for you.
 
Old 12-14-2014, 07:42 PM   #6
Janning
Member
 
Registered: Nov 2014
Posts: 66

Original Poster
Rep: Reputation: Disabled
Yes, as my "from" - viewer Notebook, it is Windows 8.1, RealVNC 5.2.2...as I said it worked fine on Fedora 20 and GNOME. Now on Fedora 21 / GNOME 3.14.2 I get this issue.
From the same notebook windows 8.1 I can RealVNC just fine into my other Fedora 20 / KDE 5 Plasma...even after upgrading to Fedora 21,,, no issues.

I had this issue on Kubuntu/KDE5 plasma...RealVNC wants to blame KDE5 plasma, well Fedora 21 / GNOOME 3.14.2 has no plasma, and the Fedora 21 / KDE 5 plasma works fine.

Please let me know, if you know the answer to this. I'm sure its real simple, just not in my area of knowledge.

Thanks AJ

Oh the icons do work...if I go to the Fedora PC...all is well. If on the windows 8.1 PC, viewing into Fedora 21, and click an icon...it does work (nouse arrow will do the small spin and turn back to an arrow)...I just do not see the app open on the view-from win 8.1 PC...if I walk over to the Fedora box, the clicked icon app did open...what's on the Fedora box, is not refreshed back to the viewing win 8.1 box. If I close RealVNC viewer, go to Fedora box and open say 5 apps, they all appear. If I again login the Windows 8.1 RealVNC view...I do not see the 5 apps, only what that last screen was the last time realVNC view was logged in.

Last edited by Janning; 12-14-2014 at 08:02 PM.
 
Old 12-14-2014, 09:28 PM   #7
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Janning View Post
Yes, as my "from" - viewer Notebook, it is Windows 8.1, RealVNC 5.2.2...as I said it worked fine on Fedora 20 and GNOME. Now on Fedora 21 / GNOME 3.14.2 I get this issue.
From the same notebook windows 8.1 I can RealVNC just fine into my other Fedora 20 / KDE 5 Plasma...even after upgrading to Fedora 21,,, no issues.

I had this issue on Kubuntu/KDE5 plasma...RealVNC wants to blame KDE5 plasma, well Fedora 21 / GNOOME 3.14.2 has no plasma, and the Fedora 21 / KDE 5 plasma works fine.

Please let me know, if you know the answer to this. I'm sure its real simple, just not in my area of knowledge.

Thanks AJ

Oh the icons do work...if I go to the Fedora PC...all is well. If on the windows 8.1 PC, viewing into Fedora 21, and click an icon...it does work (nouse arrow will do the small spin and turn back to an arrow)...I just do not see the app open on the view-from win 8.1 PC...if I walk over to the Fedora box, the clicked icon app did open...what's on the Fedora box, is not refreshed back to the viewing win 8.1 box. If I close RealVNC viewer, go to Fedora box and open say 5 apps, they all appear. If I again login the Windows 8.1 RealVNC view...I do not see the 5 apps, only what that last screen was the last time realVNC view was logged in.
I think your going to need a member with more experience with RealVNC and Windows.
I'm sorry I haven't used Windows in 4 years and don't know.

It sounds like it could be a bug- (not sure)
 
Old 12-14-2014, 09:34 PM   #8
Janning
Member
 
Registered: Nov 2014
Posts: 66

Original Poster
Rep: Reputation: Disabled
but I believe the problem is on the fedora side.
AJ
 
Old 12-14-2014, 09:40 PM   #9
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Janning View Post
but I believe the problem is on the fedora side.
AJ
There are some known bugs on this page.
http://fedoraproject.org/wiki/Common_F21_bugs

I'll look and see if there is any mention of your issue in the Fedora Forum and get back to you.
 
Old 12-15-2014, 08:02 PM   #10
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
There has been a bug where vncserver fails to load gnome 3 session.
https://bugzilla.redhat.com/show_bug.cgi?id=896648

Quote:
If I close RealVNC viewer, go to Fedora box and open say 5 apps, they all appear. If I again login the Windows 8.1 RealVNC view...I do not see the 5 apps, only what that last screen was the last time realVNC view was logged in.
That's odd that you can see the apps in FC but not in Windows.

I would lean more towards maybe something in your Windows settings may not be set correctly.
Look through a few tutorials on VNC and Windows 8 to ensure you have it set up right.

https://www.realvnc.com/products/ope...vncviewer.html
 
Old 12-15-2014, 08:15 PM   #11
Janning
Member
 
Registered: Nov 2014
Posts: 66

Original Poster
Rep: Reputation: Disabled
It can't be a windows issue, it did work on fedora 20/ GNOME...but stopped when I upgraded to 21...and it does work on a 2nd fedora 21/KDE 5 plasma box
 
Old 12-15-2014, 08:51 PM   #12
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Janning View Post
It can't be a windows issue, it did work on fedora 20/ GNOME...but stopped when I upgraded to 21...and it does work on a 2nd fedora 21/KDE 5 plasma box
When did FC 21 get released?

When I was running Fedora I use to wait at least 3 months for the Developers to get the bugs out before I would do a fresh installation.

When you upgraded did you use fedup or did you perform a fresh installation?
 
Old 12-16-2014, 02:48 PM   #13
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
If tigervnc is installed by default, can you simply just use it?
 
Old 12-16-2014, 03:46 PM   #14
Janning
Member
 
Registered: Nov 2014
Posts: 66

Original Poster
Rep: Reputation: Disabled
21 was released Dec 9th. I have not tried tiger vnc server, will RealVnc view, "see" tiger?
 
Old 12-16-2014, 04:03 PM   #15
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
as above
i normally would wait 60 to 90 days to upgrade fedora
then do a fresh clean install of a very min. install
( after 90 days a full fedora install would have 3+ gig's of updates)

there are often a TON of config files that would not work with a "in place upgrade"

i am guessing this was resolved ( first post)

i noticed this tid bit
Quote:
rpm -ifvh --nodeps VNC-Server-5.2.1-Linux-x64.rpm
one really SHOULD NOT do it that way

use yum and NOT "rpm"
and do NOT use the FORCE and NO DEP
unless you KNOW!!! for 100% FACT!!!! exactly what will happen
and what WILL NOT HAPPEN
-- seeing as that is almost NEVER ....


use this
Code:
su -
 cd /to/the/location/of/the/rpm

yum localinstall VNC-Server-5.2.1

--- or if that dose not work the full name --

yum localinstall VNC-Server-5.2.1-Linux-x64.rpm

Last edited by John VV; 12-16-2014 at 04:04 PM.
 
  


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
Realvnc bennythepitbull Linux - Server 1 05-05-2007 11:16 PM
RealVNC on FC 3 excidy Linux - Software 1 04-04-2005 06:46 AM
installing Apache and RealVNC in Fedora 2 dummyagain Linux - Software 1 10-04-2004 03:28 AM
Connecting to Fedora Core with RealVNC rridler Linux - Newbie 1 07-30-2004 09:08 PM
RealVNC startup errors w/ Fedora 2, GUI does not appear AngryKeebler Linux - Networking 0 06-30-2004 09:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 12:45 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