hello,
Do you know if installing x2goserver is supported on a centos5 x32?
I just tested the installation after a clean install of CentOS 5 x32 and here is the error message
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.i386....
yum install rpmforge-release-0.5.2-2.el5.rf.i386.rpm
yum install x2goserver
the error message
Transaction Check Error:
file / usr/share/man/man3/Sys :: Syslog.3pm.gz from install of perl-Sys-Syslog-0.27-1.el5.rf.i386 conflicts with file from package perl-5.8.8-38.el5 . i386
do you have any idea?
Sebastien.
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
--
DAS-NETZWERKTEAM mike gabriel, rothenstein 5, 24214 neudorf-bornstein fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
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@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
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@laukamp.me To: mike.gabriel@das-netzwerkteam.de CC: x2go-user@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@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@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-user
On Di 25 Sep 2012 11:40:01 CEST sebastien seba wrote:
cd nx-libs-3.5.0.15 make make install
Can you check if you have a symlink from /usr/local/bin/x2goagent
(symlink) to /usr/local/bin/nxagent?
Can you launch x2goagent :1 on your machine when logged in via X
locally? (An empty X session should appear in a window, like Xnest).
Please check that.
Greets, Mike
--
DAS-NETZWERKTEAM mike gabriel, rothenstein 5, 24214 neudorf-bornstein fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
thank you for your reply I think you forget to use a --prefix when compiling tarballs ?? Sebastien # ls /usr/local/bin nxproxy x2golistsessions x2gostartagent x2gobasepath x2gomountdirs x2gosuspend x2gocmdexitmessage x2goprint x2gosuspend-agent x2gofeature x2goresume-session x2gosuspend-session x2gofeaturelist x2goruncommand x2goterminate x2gogetapps x2goserver-run-extensions x2goterminate-session x2gogetservers x2gosessionlimit x2goumount_session x2golistdesktops x2gosetkeyboard x2goumount-session x2golistmounts x2goshowblocks x2goversion # find / |grep -i x2goagent /root/nx-libs-3.5.0.15/bin/x2goagent /root/nx-libs-3.5.0.15/nx-X11/programs/Xserver/hw/nxagent/man/x2goagent.1 /root/nx-libs-3.5.0.15/doc/applied-patches/209_x2goagent-add-man-page.full.patch ...and other files # cp /root/nx-libs-3.5.0.15/bin/x2goagent /usr/local/bin/x2goagent # chmod 755 /usr/local/bin/x2goagent # ln -s /usr/local/bin/x2goagent /usr/local/bin/nxagent # grep ^id /etc/inittab id:5:initdefault: # /usr/local/bin/nxagent /usr/local/bin/nxagent: line 30: /usr/lib/nx/../x2go/x2goagent: No such file or directory /usr/local/bin/nxagent: line 30: exec: /usr/lib/nx/../x2go/x2goagent: cannot execute: No such file or directory # ls /usr/lib/nx/../x2go/ extensions x2gogetdisplays x2gologlevel libx2go-server-db-sqlite3-wrapper x2gogetports x2goresume libx2go-server-db-sqlite3-wrapper.pl x2gogetstatus x2gormport x2gochangestatus x2goinsertport x2gosuspend-agent x2gocreatesession x2goinsertsession x2gosyslog x2gogetagent x2golistsessions_sql # find / |grep x2goagent /usr/local/bin/x2goagent /root/nx-libs-3.5.0.15/bin/x2goagent ... and other files # cat /etc/redhat-release CentOS release 5.8 (Final) Date: Tue, 25 Sep 2012 20:49:22 +0200 From: mike.gabriel@das-netzwerkteam.de To: x2go-user@lists.berlios.de Subject: Re: [X2Go-User] x2goserver and centOS 5 x32
On Di 25 Sep 2012 11:40:01 CEST sebastien seba wrote:
cd nx-libs-3.5.0.15 make make install
Can you check if you have a symlink from /usr/local/bin/x2goagent
(symlink) to /usr/local/bin/nxagent?
Can you launch x2goagent :1 on your machine when logged in via X
locally? (An empty X session should appear in a window, like Xnest).
Please check that.
Greets, Mike
--
DAS-NETZWERKTEAM mike gabriel, rothenstein 5, 24214 neudorf-bornstein fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
X2Go-User mailing list X2Go-User@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-user
Hi Sebastien,
On Do 27 Sep 2012 13:46:48 CEST sebastien seba wrote:
# /usr/local/bin/nxagent
/usr/local/bin/nxagent: line 30: /usr/lib/nx/../x2go/x2goagent: No
such file or directory /usr/local/bin/nxagent: line 30: exec:
/usr/lib/nx/../x2go/x2goagent: cannot execute: No such file or
directory # ls /usr/lib/nx/../x2go/
I just tested the tarball installation of nx-libs myself. Note: it is
fully broken and needs to be fixed.
Please follow this bug on X2Go BTS: http://bugs.x2go.org/41
Mike
--
DAS-NETZWERKTEAM mike gabriel, rothenstein 5, 24214 neudorf-bornstein fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
hi Mike, I thank you for the support and the time to correct all of these problems I tried re installing x2goserver and nx-libs at the next release version sebastien Date: Thu, 27 Sep 2012 21:22:44 +0200 From: mike.gabriel@das-netzwerkteam.de To: x2go-user@lists.berlios.de Subject: Re: [X2Go-User] x2goserver and centOS 5 x32
Hi Sebastien,
On Do 27 Sep 2012 13:46:48 CEST sebastien seba wrote:
# /usr/local/bin/nxagent
/usr/local/bin/nxagent: line 30: /usr/lib/nx/../x2go/x2goagent: No
such file or directory /usr/local/bin/nxagent: line 30: exec:
/usr/lib/nx/../x2go/x2goagent: cannot execute: No such file or
directory # ls /usr/lib/nx/../x2go/
I just tested the tarball installation of nx-libs myself. Note: it is
fully broken and needs to be fixed.
Please follow this bug on X2Go BTS: http://bugs.x2go.org/41
Mike
--
DAS-NETZWERKTEAM mike gabriel, rothenstein 5, 24214 neudorf-bornstein fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
X2Go-User mailing list X2Go-User@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-user