hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : VPS Hosting : VPS Tutorials : How To: Install and Configure a GUI on your Linux VPS
Reply

VPS Tutorials Tutorials related to VPS.
Forum Jump

How To: Install and Configure a GUI on your Linux VPS

Reply Post New Thread In VPS Tutorials Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 03-08-2007, 08:12 PM
seankoons seankoons is offline
Premium Member
 
Join Date: Oct 2006
Location: New York, NY
Posts: 1,034

How To: Install and Configure a GUI on your Linux VPS


Hello All,

This seems to be a topic that appears often on the VPS forum, so I thought I would get around to posting a simple instruction set for getting a GUI (GNOME or KDE) working on your VPS.

These instructions are aimed towards the Fedora distribution, but should work fine with CentOS or any other Linux distro (except maybe RHEL, which has some extra steps):

Firstly, make sure that you have YUM installed, if not, you have to go find the RPM for YUM via google or rpmfind.net, and do an "rpm -Uvh <file.rpm>" once you get it. YUM works off python, so it's not a binary just a bunch of scripts (so arch. doesnt matter).

Now that YUM and its required libraries are installed (python, sqlite, etc) execute as root on your VPS command line:

"yum -y groupinstall kde" for KDE or "yum -y groupinstall gnome" for GNOME.

and then:

"yum -y install vnc vnc-server firefox x11-xorg" to install the remaining neccessary applications (VNC, FireFox, X11 libraries, etc).

If your on OpenVZ you might have to: "yum -y remove dummy-selinux-vz" or "yum -y remove vzdummyfc4" first. Oh, also make sure that you have "gpgcheck" disabled in /etc/yum.repos.d/fedora.repo, otherwise the KDE installation will fail. KDE is by far the easiest to install, but if you want GNOME you'll have to do some other advanced tricks after the "yum -y groupinstall gnome" step.

Start up VNC server like so: vncserver

This will ask you for a password, and then create your ~/.vnc directory (if running as root, it will be in /.vnc or /root/.vnc or /home/root/.vnc). It is advisable to start up VNC/your GUI as a non-root user, but hey it's your VPS .
Running 'vncserver' will also start up VNC Server and create some temp sockets.

Now, you'll see VNC server is running by executing: "ps -ef |grep vncserver" -- good. Now kill the VNC process like so: "pkill -9 vnc" and then delete the temp sockets by: "rm -rf /tmp/.X1*" -- be careful when running rm -rf as root, you could have a typo and do rm -rf / by accident and destroy your VPS!

At this point you have to go into the /.vnc directory, edit the xstartup file and delete the last line (usually has twm & or something), and replace it with: "startkde &" (without the quotes) -- this tells VNC to startup KDE instead of the default window manager, twm (or whatever the last line was).

Your pretty much done at this point, go ahead and execute the command 'vncserver' again, and VNC will startup, using the password specified earlier and create a default VNC instance on VNC port 1.

Give it a few minutes, depending on your VPS specs, to let KDE start up for the first time. Start up your RealVNC client on your PC, and put in <youripaddress>:1, and it should ask for your password that you put in earlier. If you dont see the KDE desktop, check your xstartup file again in /.vnc and make sure the last line is 'startkde &'.

You can automate the entire process just by stringing along all of the commands in a simple script. This should get you up and running with a nice GUI for your Linux VPS. Keep in mind you need at least 256 MB of guaranteed RAM, do not rely on your "burstable" rate because having a GUI running WILL cause processes/services inside your VPS to be killed because of a lack of memory. If your running a control panel such as cPanel or Plesk on the same VPS, make sure you have at least 512 MB of guaranteed RAM.

If anyone wants to add to the instruction set or has some extra tips or tricks for getting a GUI working properly on a VPS, please share!

-Sean

Reply With Quote


Sponsored Links
  #2  
Old 03-18-2007, 10:25 PM
new new new new is offline
Newbie
 
Join Date: May 2006
Posts: 10
Hi i tried it and i got this error

Sun Mar 18 22:10:41 2007
vncext: VNC extension running!
vncext: Listening for VNC connections on port 5901
vncext: Listening for HTTP connections on port 5801
vncext: created VNC server for screen 0
error opening security policy file /usr/X11R6/lib/X11/xserver/SecurityPolicy
Could not init font path element /usr/X11R6/lib/X11/fonts/misc/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/75dpi/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list!
Fatal server error:
could not open default font 'fixed'
/root/.vnc/xstartup: line 9: xsetroot: command not found
/root/.vnc/xstartup: line 11: xterm: command not found
/root/.vnc/xstartup: line 12: startkde: command not found
vncconfig: unable to open display "server.name.com:1"


this error was found on the error log.

I was reading up online and i dont think its possible because they said it can only be done if the box is right infront of you?

i dont know if this could work i will love my vps even more lol

think you can help me out?

thanks for the info too

Reply With Quote
  #3  
Old 03-19-2007, 12:22 PM
lcubehost lcubehost is offline
Newbie
 
Join Date: Aug 2004
Posts: 11
Thanks for posting this. I had been wondering about this when I signed up for a VPS. I will give this a try and post my success.

Reply With Quote
Sponsored Links
  #4  
Old 04-07-2007, 09:02 PM
nibb nibb is offline
Web Hosting Master
 
Join Date: Jun 2005
Posts: 2,522
I followed the instructions for a dedicated server, worked fine without any error, i started VNC and i had a green screen just with the
#root

command just like a normal SSH, so i followed the steps and edited the xstartup file with the instructions, now all i see when logged in is a black screen and nothing more, and the mouse is a x.

Also how so i stop the vncserver?

Reply With Quote
  #5  
Old 04-07-2007, 09:12 PM
rghf rghf is offline
Web Hosting Master
 
Join Date: Jun 2003
Location: UK
Posts: 6,567
Use something similar to " vncserver -kill :1 " which will display 1. Change :1 as appropiate

Reply With Quote
  #6  
Old 04-09-2007, 07:34 AM
Trix Trix is offline
Aspiring Evangelist
 
Join Date: May 2004
Posts: 350
i can't seem to find the xstartup file anywhere (i'm running deb), and it seems to start fine

Quote:
debian3164m:~/.vnc# vncserver

New 'X' desktop is debian3164m:1

Starting applications specified in /etc/X11/Xsession
Log file is /root/.vnc/debian3164m:1.log
but the log file is empty, and i can't connect - is it because of the hostname?

edit: when i run ps -ef |grep vncserver it comes up with
Quote:
debian3164m:~# ps -ef |grep vncserver
root 26457 24520 0 12:43 pts/3 00:00:00 grep vncserver
debian3164m:~#
does that mean it's not even starting up properly? o.0


Last edited by Trix; 04-09-2007 at 07:42 AM.
Reply With Quote
  #7  
Old 04-24-2007, 08:42 PM
HotShowers HotShowers is offline
Newbie
 
Join Date: Nov 2006
Posts: 27
yum problem...

hi,
ok so it worked on CentOS 4.4 but i need it for Fedora Core 6 x86_64.
so trying in fedora after i type:
yum -y groupinstall "KDE (K Desktop Environment)"
after a few minutes of yum processing, i get this error:
Code:
--> Running transaction check
--> Processing Dependency: libhpip.so.0()(64bit) for package: libsane-hpaio
--> Processing Dependency: libpython2.4.so.1.0 for package: kdeutils
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package hpijs.x86_64 1:1.7.2-3.fc6 set to be updated
--> Running transaction check
--> Processing Dependency: libpython2.4.so.1.0 for package: kdeutils
--> Finished Dependency Resolution
Error: Missing Dependency: libpython2.4.so.1.0 is needed by package kdeutils
some help please...

Reply With Quote
  #8  
Old 04-24-2007, 09:36 PM
seankoons seankoons is offline
Premium Member
 
Join Date: Oct 2006
Location: New York, NY
Posts: 1,034
Quote:
Originally Posted by HotShowers View Post
hi,
ok so it worked on CentOS 4.4 but i need it for Fedora Core 6 x86_64.
so trying in fedora after i type:
yum -y groupinstall "KDE (K Desktop Environment)"
after a few minutes of yum processing, i get this error:
Code:
--> Running transaction check
--> Processing Dependency: libhpip.so.0()(64bit) for package: libsane-hpaio
--> Processing Dependency: libpython2.4.so.1.0 for package: kdeutils
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package hpijs.x86_64 1:1.7.2-3.fc6 set to be updated
--> Running transaction check
--> Processing Dependency: libpython2.4.so.1.0 for package: kdeutils
--> Finished Dependency Resolution
Error: Missing Dependency: libpython2.4.so.1.0 is needed by package kdeutils
some help please...
Try running this before you run the KDE install line for yum:

'yum -y update python yum' (without the quotes ofcourse)

-Sean

Reply With Quote
  #9  
Old 04-25-2007, 12:34 AM
HotShowers HotShowers is offline
Newbie
 
Join Date: Nov 2006
Posts: 27
hey thanks for the quick response...
i ran that line and yum updated successfully but there was no match for python.
when i type:
yum update python
i receive this error:
Code:
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
Reading repository metadata in from local files
Could not find update match for python
No Packages marked for Update/Obsoletion

Reply With Quote
  #10  
Old 04-30-2007, 02:42 AM
ServerNinja ServerNinja is offline
LORD OF THE RINGS
 
Join Date: Dec 2005
Location: Internet
Posts: 1,317
Quote:
Originally Posted by HotShowers View Post
hey thanks for the quick response...
i ran that line and yum updated successfully but there was no match for python.
when i type:
yum update python
i receive this error:
Code:
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
Reading repository metadata in from local files
Could not find update match for python
No Packages marked for Update/Obsoletion
Run # yum list |grep python and paste the results here

Reply With Quote
  #11  
Old 04-30-2007, 04:59 AM
HotShowers HotShowers is offline
Newbie
 
Join Date: Nov 2006
Posts: 27
Quote:
Originally Posted by linuxcares View Post
Run # yum list |grep python and paste the results here

here's the result:
Code:
audit-libs-python.x86_64                 1.3-2.fc6              installed
dbus-python.x86_64                       0.70-6                 installed
gnome-python2.x86_64                     2.16.2-2.fc6           installed
gnome-python2-bonobo.x86_64              2.16.2-2.fc6           installed
gnome-python2-canvas.x86_64              2.16.2-2.fc6           installed
gnome-python2-gconf.x86_64               2.16.2-2.fc6           installed
gnome-python2-gnomevfs.x86_64            2.16.2-2.fc6           installed
libselinux-python.x86_64                 1.33.4-2.fc6           installed
libxml2-python.x86_64                    2.6.27-1.FC6           installed
mod_python.x86_64                        3.2.8-3.1              installed
notify-python.x86_64                     0.1.0-3.fc6            installed
python.x86_64                            2.4.4-1.fc6            installed
python-crypto.x86_64                     2.0.1-4.fc6            installed
python-elementtree.x86_64                1.2.6-5                installed
python-ldap.x86_64                       2.2.0-2.1              installed
python-numeric.x86_64                    24.2-1.fc6             installed
python-sqlite.x86_64                     1.1.7-1.2.1            installed
python-urlgrabber.noarch                 2.9.9-2                installed
rpm-python.x86_64                        4.4.2-32               installed
MySQL-python.x86_64                      1.2.1-1                core
OpenIPMI-python.x86_64                   2.0.6-5                core
apt-python.x86_64                        0.5.15lorg3.2-9.fc6    extras
audit-libs-python.x86_64                 1.4.2-5.fc6            updates
beecrypt-python.x86_64                   4.1.2-10.1.1           core
csound-python.x86_64                     5.03.0-9.fc6           extras
fontypython.noarch                       0.2.0-6.fc6            extras
gamin-python.x86_64                      0.1.7-8.fc6            updates
gdal-python.x86_64                       1.4.0-19.fc6           extras
gnome-python2-applet.x86_64              2.16.0-1.fc6           core
gnome-python2-desktop.x86_64             2.16.0-1.fc6           core
gnome-python2-devel.x86_64               2.16.2-2.fc6           updates
gnome-python2-extras.x86_64              2.14.2-9.fc6           updates
gnome-python2-gda.x86_64                 2.14.2-2.fc6           extras
gnome-python2-gda-devel.x86_64           2.14.2-2.fc6           extras
gnome-python2-gnomedesktop.x86_64        2.16.0-1.fc6           core
gnome-python2-gnomekeyring.x86_64        2.16.0-1.fc6           core
gnome-python2-gnomeprint.x86_64          2.16.0-1.fc6           core
gnome-python2-gtkhtml2.x86_64            2.14.2-9.fc6           updates
gnome-python2-gtkmozembed.x86_64         2.14.2-9.fc6           updates
gnome-python2-gtksourceview.x86_64       2.16.0-1.fc6           core
gnome-python2-gtkspell.x86_64            2.14.2-9.fc6           updates
gnome-python2-libegg.x86_64              2.14.2-9.fc6           updates
gnome-python2-libgtop2.x86_64            2.16.0-1.fc6           core
gnome-python2-libwnck.x86_64             2.16.0-1.fc6           core
gnome-python2-metacity.x86_64            2.16.0-1.fc6           core
gnome-python2-nautilus-cd-burner.x86_64  2.16.0-1.fc6           core
gnome-python2-rsvg.x86_64                2.16.0-1.fc6           core
gnome-python2-totem.x86_64               2.16.0-1.fc6           core
graphviz-python.x86_64                   2.8-5.fc6              extras
gstreamer-python.x86_64                  0.10.7-2.fc6           extras
hamlib-python.x86_64                     1.2.5-3.fc6            extras
ipython.noarch                           0.7.2-3.fc6            extras
libbdevid-python.x86_64                  5.1.19.0.3-1           updates
libbeagle-python.x86_64                  0.2.13-1.fc6           updates
libieee1284-python.x86_64                0.2.9-3.2.2            core
libiptcdata-python.x86_64                1.0.1-1.fc6            extras
libopensync-plugin-python.x86_64         0.22-1.fc6             extras
libprelude-python.x86_64                 0.9.13-1.fc6           extras
libpreludedb-python.x86_64               0.9.11.1-2.fc6         extras
libvirt-python.x86_64                    0.2.1-2.fc6            updates
libxslt-python.x86_64                    1.1.20-1.fc6           updates
nautilus-python.x86_64                   0.4.3-3.fc6            extras
nautilus-python-devel.x86_64             0.4.3-3.fc6            extras
openbabel-python.x86_64                  2.0.2-5.fc6            extras
opencv-python.x86_64                     1.0.0-3.fc6            extras
paragui-python.x86_64                    1.0.4-3.fc6            extras
postgresql-python.x86_64                 8.1.8-1.fc6            updates
python-4Suite-XML.x86_64                 1.0-0.5.b3             extras
python-CDDB.x86_64                       1.4-1.fc6              extras
python-GeoIP.x86_64                      1.2.1-5.fc6            extras
python-HTMLgen.noarch                    2.2.2-8.fc6            extras
python-TestGears.noarch                  0.2-3.fc6              extras
python-TurboMail.noarch                  2.0.3-3.fc6            extras
python-adns.x86_64                       1.1.0-4.fc6            extras
python-alsaaudio.x86_64                  0.2-1.fc6              extras
python-amara.noarch                      1.1.9-8.fc6            extras
python-ao.x86_64                         0.82-1.1.fc3.rf        rpmforge
python-basemap.x86_64                    0.9.4-2.fc6            extras
python-basemap-data.noarch               0.9-1.fc6              extras
python-bibtex.x86_64                     1.2.4-1.fc6            extras
python-biopython.x86_64                  1.43-4.fc6             extras
python-bsddb3.x86_64                     4.4.2-1.fc3.rf         rpmforge
python-cddb.x86_64                       1.4-1.1.fc3.rf         rpmforge
python-celementtree.x86_64               1.0.5-1.1.fc3.rf       rpmforge
python-cheetah.x86_64                    2.0-0.2.rc7.fc6        extras
python-cherrypy.noarch                   2.2.1-3.fc6            extras
python-cherrytemplate.noarch             1.0.0-3.fc6            extras
python-chm.x86_64                        0.8.4-1.fc6            extras
python-clearsilver.x86_64                0.10.4-3.fc6           extras
python-clientform.noarch                 0.2.2-6.fc6            extras
python-configobj.noarch                  4.3.2-5.fc6            extras
python-cpio.noarch                       0.1-2.fc6              extras
python-ctypes.x86_64                     1.0.0-2.fc3.rf         rpmforge
python-curl.x86_64                       7.12.3-1.1.fc3.rf      rpmforge
python-cvstoys.noarch                    1.0.10-5.fc6           extras
python-daap.x86_64                       0.7-3.fc6              extras
python-dateutil.noarch                   1.1-3.fc6              extras
python-devel.i386                        2.4.4-1.fc6            updates
python-devel.x86_64                      2.4.4-1.fc6            updates
python-dialog.noarch                     2.7-5.fc6              extras
python-dns.noarch                        1.5.0-1.fc6            extras
python-docs.noarch                       2.4.4-1.fc6            updates
python-docutils.noarch                   0.4-3.fc6              extras
python-durus.x86_64                      3.5-2.fc6              extras
python-elementtree.x86_64                1.2.6-7.fc3.rf         rpmforge
python-enchant.x86_64                    1.1.5-5.fc6            extras
python-exo.x86_64                        0.3.2-1.fc6.1          extras
python-expect.x86_64                     0.99999b-2.1.fc3.rf    rpmforge
python-eyed3.noarch                      0.6.12-1.fc6           extras
python-feedparser.noarch                 4.1-1.fc6              extras
python-flac.x86_64                       0.0.3-1.1.fc3.rf       rpmforge
python-formencode.noarch                 0.5.1-3.fc6            extras
python-fpconst.noarch                    0.7.2-3.fc6            extras
python-game.x86_64                       1.7.1-0.1.fc3.rf       rpmforge
python-game-doc.x86_64                   1.7.1-0.1.fc3.rf       rpmforge
python-geoip.x86_64                      1.2.1-1.fc3.rf         rpmforge
python-goopy.noarch                      0.1-3.fc6              extras
python-gpod.x86_64                       0.4.2-1.fc6            extras
python-html2text.noarch                  2.26-2.fc6             extras
python-htmltmpl.noarch                   1.22-7.fc6             extras
python-id3.noarch                        1.2-8.fc6              extras
python-imaging.x86_64                    1.1.6-1.fc6            extras
python-imaging-devel.x86_64              1.1.6-1.fc6            extras
python-inotify.x86_64                    0.7.0-2.fc6            extras
python-inotify-examples.x86_64           0.7.0-2.fc6            extras
python-irclib.noarch                     0.4.6-2.fc6            extras
python-json.noarch                       3.4-2.fc6              extras
python-kaa-base.x86_64                   0.1.3-3.fc6            extras
python-kaa-imlib2.x86_64                 0.2.1-2.fc6            extras
python-kaa-metadata.x86_64               0.6.1-3.fc6            extras
python-khashmir.noarch                   4.2.2-1.1.fc3.rf       rpmforge
python-kid.noarch                        0.9.5-1.fc6            extras
python-kiwi.noarch                       1.9.14-1.fc6           extras
python-kiwi-docs.noarch                  1.9.14-1.fc6           extras
python-kiwi-gazpacho.noarch              1.9.14-1.fc6           extras
python-krbV.x86_64                       1.0.13-4.fc6           extras
python-lcms.x86_64                       1.15-1.2.2             core
python-libacl.x86_64                     0.2.1-1.1.fc3.rf       rpmforge
python-libtorrent.x86_64                 0.4.0-2.fc6            extras
python-lirc.x86_64                       0.0.5-3.fc6            extras
python-logilab-astng.noarch              0.17.0-1.fc6           extras
python-logilab-common.noarch             0.21.2-1.fc6           extras
python-louie.noarch                      1.1-1.fc6              extras
python-lxml.x86_64                       1.1.2-1.fc6            extras
python-mad.x86_64                        0.5.4-1.fc3.rf         rpmforge
python-matplotlib.x86_64                 0.90.0-1.fc6           extras
python-matplotlib-tk.x86_64              0.90.0-1.fc6           extras
python-mechanize.noarch                  0.1.1a-5.fc6           extras
python-metar.noarch                      1.3.0-2.fc6            extras
python-ming.x86_64                       0.3.0-3.fc3.rf         rpmforge
python-musicbrainz2.noarch               0.4.1-1.fc6            extras
python-mutagen.noarch                    1.10.1-1.fc6           extras
python-myghty.noarch                     1.1-2.fc6              extras
python-nevow.noarch                      0.9.18-2.fc6           extras
python-nids.x86_64                       0.5-2.1.fc3.rf         rpmforge
python-nltk.noarch                       1.4.4-3.fc6            extras
python-nose.noarch                       0.9.1-1.fc6            extras
python-numarray.x86_64                   1.5.2-1.fc6            extras
python-obexftp.x86_64                    0.22-0.1.pre4.fc6      extras
python-ogg.x86_64                        1.3-3.fc6              extras
python-ogg-devel.x86_64                  1.3-3.fc6              extras
python-openid.noarch                     1.2.0-1.fc6            extras
python-paramiko.noarch                   1.6.4-1.fc6            extras
python-paste.noarch                      0.9.8.1-1.fc6          extras
python-paste-deploy.noarch               0.9.6-1.fc6            extras
python-paste-script.noarch               0.9.8-1.fc6            extras
python-pexpect.x86_64                    2.0-1.1.fc3.rf         rpmforge
python-planner.x86_64                    0.12.1-1.1.fc3.rf      rpmforge
python-protocols.x86_64                  1.0-0.3.a0dev_r2082.fc extras
python-psycopg.x86_64                    2.0.4-1.fc3.rf         rpmforge
python-psycopg2.x86_64                   2.0.5.1-1.fc6          extras
python-psycopg2-doc.x86_64               2.0.5.1-1.fc6          extras
python-psycopg2-zope.x86_64              2.0.5.1-1.fc6          extras
python-pyblock.x86_64                    0.24-2                 core
python-pycurl.x86_64                     7.15.5.1-4.fc6         extras
python-pydns.noarch                      2.3.0-4.fc6            extras
python-pyrss2gen.noarch                  1.0.0-2.1.fc3.rf       rpmforge
python-pyspf.noarch                      1.7-5.fc6              extras
python-quixote.x86_64                    2.4-4.fc6              extras
python-reportlab.noarch                  1.21.1-1.fc6           extras
python-rrdtool.x86_64                    1.2.15-1.fc3.rf        rpmforge
python-ruledispatch.x86_64               0.5a0-0.3.svnr2115.fc6 extras
python-setuptools.noarch                 0.6c5-1.fc6            extras
python-sexy.x86_64                       0.1.9-2.fc6            extras
python-simplejson.noarch                 1.3-4.fc6              extras
python-simpletal.noarch                  4.1-4.fc6              extras
python-simpy.noarch                      1.8-1.fc6              extras
python-simpy-doc.noarch                  1.8-1.fc6              extras
python-smbpasswd.x86_64                  1.0.1-4.fc6            extras
python-sqlalchemy.noarch                 0.3.6-1.fc6            extras
python-sqlite2.x86_64                    1:2.3.3-1.fc6          extras
python-sqlobject.noarch                  0.7.2-1.fc6            extras
python-squale.x86_64                     0.1.6-1.fc3.rf         rpmforge
python-tdb.x86_64                        0.0.6-2.fc3.rf         rpmforge
python-telepathy.noarch                  0.13.3-1.fc6           extras
python-tgfastdata.noarch                 0.9a6-5.fc6            extras
python-timeago.noarch                    0.0-1.r11.fc3.rf       rpmforge
python-tools.x86_64                      2.4.4-1.fc6            updates
python-tpg.noarch                        3.1.0-3.fc6            extras
python-tunepimp.x86_64                   0.5.3-1.fc6            extras
python-turbocheetah.noarch               0.9.5-5.fc6            extras
python-turbojson.noarch                  0.9.9-2.fc6            extras
python-turbokid.noarch                   0.9.9-2.fc6            extras
python-twisted.x86_64                    1.3.0-1.1.fc3.rf       rpmforge
python-twisted.noarch                    2.4.0-3.fc6            extras
python-twisted-conch.x86_64              0.7.0-4.fc6            extras
python-twisted-core.x86_64               2.4.0-6.fc6            extras
python-twisted-core-doc.x86_64           2.4.0-6.fc6            extras
python-twisted-core-zsh.x86_64           2.4.0-6.fc6            extras
python-twisted-docs.x86_64               1.3.0-1.1.fc3.rf       rpmforge
python-twisted-lore.x86_64               0.2.0-4.fc6            extras
python-twisted-mail.x86_64               0.3.0-4.fc6            extras
python-twisted-names.x86_64              0.3.0-3.fc6            extras
python-twisted-news.x86_64               0.2.0-3.fc6            extras
python-twisted-runner.x86_64             0.2.0-4.fc6            extras
python-twisted-web.x86_64                0.6.0-4.fc6            extras
python-twisted-words.x86_64              0.4.0-3.fc6            extras
python-urljr.noarch                      1.0.1-1.fc6            extras
python-urwid.noarch                      0.9.6-1.fc3.rf         rpmforge
python-utmp.x86_64                       0.7-2.fc3.rf           rpmforge
python-virtinst.noarch                   0.98.0-1.fc6           updates
python-vobject.noarch                    0.4.4-1.fc6            extras
python-vorbis.x86_64                     1.3-3.fc6              extras
python-wifi.noarch                       0.3-2.fc3.rf           rpmforge
python-xattr.x86_64                      0.2-1.1.fc3.rf         rpmforge
python-xlib.noarch                       0.13-3.fc6             extras
python-xlib-doc.noarch                   0.13-3.fc6             extras
python-xmms.x86_64                       2.04-1.1.fc3.rf        rpmforge
python-xmpp.noarch                       0.4.0-1.fc6            extras
python-yadis.noarch                      1.1.0-3.fc6            extras
python-zope-interface.x86_64             3.0.1-6.fc6            extras
rekall-python.x86_64                     2.4.5-5.fc6            extras
rrdtool-python.x86_64                    1.2.19-2.fc6           extras
syck-python.x86_64                       0.55-10.fc6            extras

Reply With Quote
  #12  
Old 06-09-2007, 04:35 AM
Caleb20103 Caleb20103 is offline
Web Hosting Guru
 
Join Date: Nov 2005
Posts: 328
I'm using Fedora 5 and this tutorial did work completely...However, vncserver starts fine but I cannot connect through my client. I even put the startkde & in my xstartup file. I've followed this tutorial a couple times on CentOS and it has worked fine. When I start vncserver, there are no KDE processes. When I do startkde it keeps saying cannot contact X server. When I do startx I get:

# startx
xauth: creating new authority file /root/.serverauth.1804
xinit: No such file or directory (errno 2): no server "X" in PATH

Use the -- option, or make sure that /usr/bin is in your path and
that "X" is a program or a link to the right type of server
for your display. Possible server names include:

Xorg X.Org displays

xinit: Server error.


Any help would be appreciated, thanks!


-Caleb

Reply With Quote
  #13  
Old 06-09-2007, 04:50 AM
rghf rghf is offline
Web Hosting Master
 
Join Date: Jun 2003
Location: UK
Posts: 6,567
That implies some of the main X server software hasn't installed. You might want to check the installed RPM's and make server VNC is installed correctly

Reply With Quote
  #14  
Old 06-09-2007, 04:55 AM
Caleb20103 Caleb20103 is offline
Web Hosting Guru
 
Join Date: Nov 2005
Posts: 328
I'm pretty sure the vncserver is installed correctly, but X is the one having issues. I did 'yum install x11-xorg' just as the howto said, so I'm not sure what else I would need to install.


Thanks for the help,
Caleb

Reply With Quote
  #15  
Old 06-09-2007, 09:18 PM
seankoons seankoons is offline
Premium Member
 
Join Date: Oct 2006
Location: New York, NY
Posts: 1,034
Quote:
Originally Posted by Caleb20103 View Post
I'm pretty sure the vncserver is installed correctly, but X is the one having issues. I did 'yum install x11-xorg' just as the howto said, so I'm not sure what else I would need to install.


Thanks for the help,
Caleb
The YUM repositories are constantly changing for different OS's, so I think the problem here is that the correct X libraries were not installed.

The resolution is simple, execute this:

bash# yum -y groupinstall "X Window System"

and then

bash# yum -y groupinstall "KDE (K Desktop Environment)"

to see a complete list of available "group" packages, do the following:

bash# yum -y grouplist

That should help.

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Big Data and Cloud Drive Enterprise Linux Adoption: Report Web Hosting News 2013-03-27 12:54:34
Verio Europe Replaces FreeBSD Hosting Solution with Linux Shared Hosting Web Hosting News 2013-01-14 15:21:25
Web Host A2 Hosting Launches Customizable VPS Hosting Plans Web Hosting News 2012-06-07 15:11:57
Canadian Web Hosting Launches Linux Shared Cloud Hosting Service Web Hosting News 2011-12-14 15:01:34
Web Host Cyber Host Pro Launches New VPS Packages Web Hosting News 2011-09-16 18:15:55


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

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

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?