[X2Go-User] x2goserver and centOS 5 x32

sebastien seba seb45 at live.fr
Tue Sep 25 11:40:01 CEST 2012


 hi all, i have make the install from tarball , but i have a bone  groupadd x2gouser
useradd -s /bin/false -d /var/lib/x2go -g x2gouser x2gousergroupadd x2goprint
useradd -s /bin/false --home /var/spool/x2goprint -g x2goprint x2goprintchown x2goprint:x2goprint ~x2goprint
chmod 0770 ~x2goprintyum groupinstall "Development Tools"wget http://code.x2go.org/releases/source/x2goserver/x2goserver-3.1.1.3.tar.gz
tar -xvf x2goserver-3.1.1.3.tar.gz
cd x2goserver-3.1.1.3/
make
make install
cdyum install zlib-devel
yum install libjpeg-devel
yum install libpng-devel
wget http://code.x2go.org/releases/source/nx-libs/nx-libs-3.5.0.15-full.tar.gz
tar -xvf nx-libs-3.5.0.15-full.tar.gz
cd nx-libs-3.5.0.15
make
make install
cd ln -s /usr/local/lib/x2go /usr/lib/x2gochown root:x2gouser /usr/lib/x2go/libx2go-server-db-sqlite3-wrapper
chmod 2755 /usr/lib/x2go/libx2go-server-db-sqlite3-wrapperchown root:x2goprint /usr/local/bin/x2goprint
chmod 2755 /usr/local/bin/x2goprint #add folder in /etc/profile
pathmunge /usr/lib/NX3/bin
pathmunge /usr/local/bin cat /etc/ld.so.conf.d/nx.conf
/usr/local/lib/nx
/usr/lib/NX3/lib/nx
 perl -MCPAN -e shell
  cpan>install DBI
  cpan>install DBD::SQLite
  cpan>install Config::Simple
  cpan>quit
/usr/local/sbin/x2gocleansessionsx2godbadmin --createdb loglevel=debug in /etc/x2go/x2goserver.conf when a start a new connexion from the client on Windows seven Sep 25 11:19:25 srvx2go /usr/local/bin/x2gostartagent: x2gostartagent called with options: 800x600 adsl 16m-jpeg-9 unix-kde-depth_32 us pc105/fr 1 D GNOME
Sep 25 11:19:25 srvx2go /usr/local/bin/x2gosessionlimit[11988]: x2gosessionlimit has been called
Sep 25 11:19:25 srvx2go /usr/local/bin/x2golistsessions[11989]: x2golistsessions has been called with options: --all-servers
Sep 25 11:19:28 srvx2go /usr/local/bin/x2gofeature: x2gofeature called with options: X2GO_RUN_EXTENSIONS
Sep 25 11:19:28 srvx2go /usr/local/share/x2go/x2gofeature.d/x2goserver-compat.features: x2goserver-compat.features called with options: X2GO_RUN_EXTENSIONS
Sep 25 11:19:28 srvx2go /usr/local/share/x2go/x2gofeature.d/x2goserver-extensions.features: x2goserver-extensions.features called with options: X2GO_RUN_EXTENSIONS
Sep 25 11:19:28 srvx2go /usr/local/bin/x2goserver-run-extensions: x2goserver-run-extensions called with options: localuser-60-1348564766_stDGNOME_dp32 pre-start
Sep 25 11:19:28 srvx2go /usr/local/bin/x2gostartagent: successfully started X2Go agent session with ID localuser-60-1348564766_stDGNOME_dp32
Sep 25 11:19:28 srvx2go /usr/local/bin/x2gofeature: x2gofeature called with options: X2GO_RUN_EXTENSIONS
Sep 25 11:19:28 srvx2go /usr/local/share/x2go/x2gofeature.d/x2goserver-compat.features: x2goserver-compat.features called with options: X2GO_RUN_EXTENSIONS
Sep 25 11:19:29 srvx2go /usr/local/share/x2go/x2gofeature.d/x2goserver-extensions.features: x2goserver-extensions.features called with options: X2GO_RUN_EXTENSIONS
Sep 25 11:19:29 srvx2go /usr/local/bin/x2goserver-run-extensions: x2goserver-run-extensions called with options: localuser-60-1348564766_stDGNOME_dp32 post-start
Sep 25 11:19:29 srvx2go /usr/local/bin/x2gostartagent: blocking creation of agent's keyboard file /home/localuser/.x2go/C-localuser-60-1348564766_stDGNOME_dp32/keyboard as requested by session startup command
and from the client i have with gnome destop or xterm commandyou think can help me ?sebastien.  NXPROXY - Version 3.5.0


Copyright (C) 2001, 2010 NoMachine.
See http://www.nomachine.com/ for more information.


Info: Proxy running in client mode with pid '1120'.
Session: Starting session at 'Tue Sep 25 11:35:16 2012'.
Info: Connecting to remote host 'localhost:31039'.
Info: Connection to remote proxy 'localhost:31039' established.
Connection timeout, aborting  Date: Fri, 21 Sep 2012 22:52:46 +0200
From: lukas at laukamp.me
To: mike.gabriel at das-netzwerkteam.de
CC: x2go-user at lists.berlios.de
Subject: Re: [X2Go-User] x2goserver and centOS 5 x32


  
    
  
  
    Am 21.09.2012 20:46, schrieb Mike
      Gabriel:

    
    HI Sebastien,
      

      

      On Fr 21 Sep 2012 17:06:45 CEST sebastien seba wrote:
      

      

      
        

        hello,
        

        

        Do you know if
        

        installing x2goserver is supported on a centos5 x32?
        

      
      

      

      I recommend trying out the tarball based installation.
      

      http://code.x2go.org/gitweb?p=x2goserver.git;a=blob;f=INSTALL
      

      

      Use the latest released tarball. The code in Git is quite wobbly
      currently as I am doing rewrites on part of the Perl code in
      x2goserver.git.
      

      

      The latest tarball is this:
      

http://code.x2go.org/releases/source/x2goserver/x2goserver-3.1.1.3.tar.gz
      

      

      You also have to build nx-libs from source (make && make
      install):
      

http://code.x2go.org/releases/source/nx-libs/nx-libs-3.5.0.15-full.tar.gz
      

      

      Both builds (esp. the installs) are not tested regularly, so we
      may have to play some e-mail ping pong to (a) get it work for you
      and (b) get the code more stable for the next releases.
      

      

      Mike
      

      

      

      
      

      _______________________________________________
X2Go-User mailing list
X2Go-User at lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-user
    
    

    Hello,

    

    the RPMs which are located in the OpenSUSE Buildservices
    (https://build.opensuse.org/project/show?project=X11%3ARemoteDesktop%3Ax2go)
    are working fine. I tested them a few weeks ago on a CentOS 6
    (should also work on 5.x line). The only thing you have to make sure
    is that the x2goserver runs in runlevel 5 because he accepts
    connections only in this runlevel.

    

    Best Regards

  


_______________________________________________
X2Go-User mailing list
X2Go-User at lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-user 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x2go.org/pipermail/x2go-user/attachments/20120925/1b10d65e/attachment.html>


More information about the x2go-user mailing list