[X2go-Commits] page changed: doc:installation:x2goserver

wiki-admin at x2go.org wiki-admin at x2go.org
Sun Mar 10 19:12:10 CET 2013


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2013/03/10 18:12
Browser     : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address  : 93.104.156.228
Hostname    : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goserver?rev=1362938954
New Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goserver
Edit Summary: Add RHEL 6
User        : morty

@@ -34,4 +34,51 @@
  
  <code bash>
  sudo apt-get install x2goserver x2goserver-xsession
  </code>
+ 
+ ===== RHEL 6 =====
+ 
+ [[wiki:x2go-repository-redhat|Add the x2go repo]] to your yum configuration.
+ 
+ 
+ ==== Activating Optional Channels for RHEL ====
+ 
+ Check that you have activated the "optional" channel:
+ <code bash>
+ sudo rhn-channel -l
+ </code>
+ 
+ If the optional channel for your base channel is not active, activate it. e.g.:
+ <code bash>
+ sudo rhn-channel --add -c rhel-x86_64-server-optional-6
+
</code>
+ 
+ ==== Installing sshfs (fuse) ====
+ Currently, even in the optional channel, there is no official package for sshfs and it is not (yet?) included in the x2go repo. Thus it has to be downloaded form an alternate source:
+ 
+ === Option 1: Download the package manually ===
+ 
+ <code bash>
+ sudo yum install fuse fuse-libs
+ wget http://pkgs.repoforge.org/fuse-sshfs/fuse-sshfs-2.2-1.el6.rf.x86_64.rpm
+ sudo rpm -i --nosignature fuse-sshfs-2.2-1.el6.rf.x86_64.rpm
+ </code>
+ 
+ === Option 2: Install EPEL ===
+ URL to most recent EPEL repo installation package available [[http://mirror01.th.ifl.net/epel/6/i386/repoview/epel-release.html|here]]
+ <code bash>
+ wget http://mirror01.th.ifl.net/epel/6/i386/epel-release-6-7.noarch.rpm
+ sudo rpm -i epel-release-6-7.noarch.rpm
+ sudo yum install fuse-sshfs
+ </code>
+ 
+ ==== Installing x2go server ====
+ You should now be able to install the x2goserver package:
+ 
+ <code bash>
+ sudo yum install x2goserver
+ </code>
+ 
+
**Warning:** Note that currently the server must be in runlevel 5 to accept connections.
+ 
+ 



-- 
This mail was generated by DokuWiki at
http://wiki.x2go.org/




More information about the x2go-commits mailing list