LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem running RealVNC server (https://www.linuxquestions.org/questions/linux-software-2/problem-running-realvnc-server-648331/)

duzap 06-10-2008 12:25 PM

Problem running RealVNC server
 
I am trying to run RealVNC server on Fedora Core 5

I ran the install script called 'vncinstall' with the following command
"./vncinstall /usr/local/bin"
as mentioned in the README file

this was the result:

Xvnc hasn't changed
Xvnc.man hasn't changed
vncviewer hasn't changed
vncviewer.man hasn't changed
vncpasswd hasn't changed
vncpasswd.man hasn't changed
vncconfig hasn't changed
vncconfig.man hasn't changed
vnckeygen hasn't changed
vnckeygen.man hasn't changed
vncserver hasn't changed
vncserver.man hasn't changed
vnclicense hasn't changed
vnclicense.man hasn't changed
vncaddrbook hasn't changed
vncaddrbook.man hasn't changed
x0vncserver hasn't changed
x0vncserver.man hasn't changed
vncinitconfig hasn't changed
vncinitconfig.man hasn't changed
Updating /etc/pam.d/vncserver
Looking for font path... not found.
Looking for RGB database... assuming /usr/share/X11/rgb.
Checking for single sign-on support... Not found

seems like an error, what should I do then?

bathory 06-11-2008 07:12 AM

this is not an error. It means that vncinstall was previously ran and there i sno need to create/edit the necessary files.
Did you try to run vncserver to see if it starts?

duzap 06-13-2008 08:00 AM

Well already succeed to install VNC.
but now I have another problem when I run it:

Code:

[root@server ~]# vncserver :1
VNC Server Enterprise Edition E4.4.1 (r12183) - built May 12 2008 12:08:54
Copyright (C) 2002-2008 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.

Xvnc Enterprise Edition E4.4.1 (r12183) - built May 12 2008 12:12:19
Copyright (C) 2002-2008 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.
Underlying X server release 60900000, The X.Org Foundation


Fri Jun 13 15:55:53 2008
 vncext:      VNC extension running!
 vncext:      created VNC server for screen 0
 TcpListener: listening on IPv4, port 5901
 TcpListener: listening on IPv4, port 5801
Could not init font path element unix/:7100, removing from list!

Fatal server error:
could not open default font 'fixed'

whats wrong now?

bathory 06-13-2008 08:42 AM

Check the vncserver script to see if the $fontPath refers to the correct location of fonts in your system.

duzap 06-13-2008 09:37 AM

I dont find $fontPath

tredegar 06-14-2008 05:32 AM

Quote:

Fatal server error:
could not open default font 'fixed'
I searched for a solution to this for ages: No result :(
Workaround was to uninstall realvnc and then install the vnc4server and xvnc4viewer packages. They work fine.

[Edit]
Quote:

[root@server ~]# vncserver :1
you should not be running vncserver as root !
[/Edit]


All times are GMT -5. The time now is 05:07 PM.