Hello there,
Since the upgrade to x2go 3.1 I couldn't connect from any clients to my Debian sid amd64 x2goserver.
There is no error on the client side just that the session is terminating just after starting.
The server is stating that the session started well. /usr/bin/x2gostartagent: successfully started X2Go agent session with ID xxx
After long hours of debugging I found out that it was due to some broken links in /usr/lib/nx/X11/Xinerama/
The following solved my issue : rm /usr/lib/nx/X11/Xinerama/libNX_X11.so.6 ln -s /usr/lib/x86_64-linux-gnu/libX11.so.6 /usr/lib/nx/X11/Xinerama/libNX_X11.so.6 rm /usr/lib/nx/X11/Xinerama/libNX_Xext.so.6 ln -s /usr/lib/x86_64-linux-gnu/libXext.so.6 /usr/lib/nx/X11/Xinerama/libNX_Xext.so.6
This is probably due to multiarch, I don't know if there is a simple way to point to the correct lib path in nx-libs.git/debian/libnx-x11.links
According to the multiarch documentation [0] : "Any references to files located in /usr/lib from within your packaging, including but not limited to debian/rules, any debian/*.install or debian/*.links files, or maintainer scripts, must be updated by hand for the new locations."
The simple attached patch solved the issue for me but will probably break i386 version of the package.
Let me know your thoughts.
Thanks anyway for this fantastic tool :o) LeTic
[0] : http://wiki.debian.org/Multiarch/Implementation#Issues_to_be_aware_of_when_c...
Is that the issue that caused my problem at https://lists.berlios.de/pipermail/x2go-user/2012-February/000660.html ?
My Xubuntu 11.10 machine is 64-bit and I was seeing the same symptom.
On Thu, Mar 1, 2012 at 3:39 AM, Anthony Callegaro <callytic@free.fr> wrote:
Hello there,
Since the upgrade to x2go 3.1 I couldn't connect from any clients to my Debian sid amd64 x2goserver.
There is no error on the client side just that the session is terminating just after starting.
The server is stating that the session started well. /usr/bin/x2gostartagent: successfully started X2Go agent session with ID xxx
After long hours of debugging I found out that it was due to some broken links in /usr/lib/nx/X11/Xinerama/
The following solved my issue : rm /usr/lib/nx/X11/Xinerama/libNX_X11.so.6 ln -s /usr/lib/x86_64-linux-gnu/libX11.so.6 /usr/lib/nx/X11/Xinerama/libNX_X11.so.6 rm /usr/lib/nx/X11/Xinerama/libNX_Xext.so.6 ln -s /usr/lib/x86_64-linux-gnu/libXext.so.6 /usr/lib/nx/X11/Xinerama/libNX_Xext.so.6
This is probably due to multiarch, I don't know if there is a simple way to point to the correct lib path in nx-libs.git/debian/libnx-x11.links
According to the multiarch documentation [0] : "Any references to files located in /usr/lib from within your packaging, including but not limited to debian/rules, any debian/*.install or debian/*.links files, or maintainer scripts, must be updated by hand for the new locations."
The simple attached patch solved the issue for me but will probably break i386 version of the package.
Let me know your thoughts.
Thanks anyway for this fantastic tool :o) LeTic
[0] :
http://wiki.debian.org/Multiarch/Implementation#Issues_to_be_aware_of_when_c...
X2Go-Dev mailing list X2Go-Dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-dev
--
Hi Anthony,
On Do 01 Mär 2012 12:39:20 CET Anthony Callegaro wrote:
Hello there,
Since the upgrade to x2go 3.1 I couldn't connect from any clients to my Debian sid amd64 x2goserver.
There is no error on the client side just that the session is terminating just after starting.
The server is stating that the session started well. /usr/bin/x2gostartagent: successfully started X2Go agent session with ID xxx
After long hours of debugging I found out that it was due to some broken links in /usr/lib/nx/X11/Xinerama/
The following solved my issue : rm /usr/lib/nx/X11/Xinerama/libNX_X11.so.6 ln -s /usr/lib/x86_64-linux-gnu/libX11.so.6 /usr/lib/nx/X11/Xinerama/libNX_X11.so.6 rm /usr/lib/nx/X11/Xinerama/libNX_Xext.so.6 ln -s /usr/lib/x86_64-linux-gnu/libXext.so.6 /usr/lib/nx/X11/Xinerama/libNX_Xext.so.6
This is probably due to multiarch, I don't know if there is a simple way to point to the correct lib path in nx-libs.git/debian/libnx-x11.links
According to the multiarch documentation [0] : "Any references to files located in /usr/lib from within your packaging, including but not limited to debian/rules, any debian/*.install or debian/*.links files, or maintainer scripts, must be updated by hand for the new locations."
The simple attached patch solved the issue for me but will probably break i386 version of the package.
Let me know your thoughts.
Thanks anyway for this fantastic tool :o) LeTic
Thanks for reporting the issue and digging to its bottom!!! I have
just committed some patches (unfortunately not one clean commit :-( )
that should solve the issue.
We use the same code base for building on Debian squeeze and sid, so
you patch was not applicable. I have added a workaround in new
postinst and prerm scripts of libnx-x11.
Feedback is very welcome.
Mike
PS: packages for Debian (nightly build repos aka heuler) are currently
building, will take another 1-2 hours till they all have built.
Launchpad will probably grab the changes soon to and will build for
ppa:x2go/ppa.
PPS: happy testing
--
DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
Hi all,
On Do 01 Mär 2012 22:38:34 CET Mike Gabriel wrote:
PS: packages for Debian (nightly build repos aka heuler) are
currently building, will take another 1-2 hours till they all have
built. Launchpad will probably grab the changes soon to and will
build for ppa:x2go/ppa.PPS: happy testing
The latest nx-libs package set in the Debian heuler repos and the
Ubuntu ppa:x2go/ppa fixes the observed problems on x64 architecture
with multiarch support.
New version of 3.5.0.12 will be released next Wednesday.
@Alex: can you test the new packages in heuler on a 64-bit sid and
squeeze? Is Xinerama still working on those?
Greets, Mike
--
DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
On 01/03/12 21:38, Mike Gabriel wrote:
Thanks for reporting the issue and digging to its bottom!!! I have just committed some patches (unfortunately not one clean commit :-( ) that should solve the issue.
No problem Mike my pleasure, although I have to say that it was tough to debug and that more logging would be appreciated.
Feedback is very welcome.
I was busy with real life(tm) but I tested the newly released stable package and it does solve the issue !
Thanks for your reactivity !
LeTic
On Do 08 Mär 2012 01:59:37 CET Anthony Callegaro wrote:
I was busy with real life(tm) but I tested the newly released stable package and it does solve the issue !
Good to hear!
Thanks for your reactivity !
My pleasure!
LeTic
Mike
--
DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...