Hello all,
I don't know if someone knows SLITAZ (http://www.slitaz.org/en/) - it's an extreme small Linux OS build from scratch but with similarities to Debian / Ubuntu.
It has it's own package manager but it is possible to convert .deb packages to SLITAZ-packages. I did this with
I could install this package and everything is looking fine - but:
When I start a connection it is build up but than immediately closed. In the (background-) terminal I get the following messages:
tux@slitaz:~$ x2goclient x2goclient: /usr/lib/libldap_r-2.4.so.2: no version information available (required by x2goclient) x2go-INFO-1> "Starting x2goclient..." x2go-INFO-4> "Übersetzung: :/x2goclient_de_de installiert." x2go-INFO-5> "Übersetzung: :/qt_de_DE installiert." x2go-INFO-3> "X2Go Client ist gestartet." x2go-INFO-8> "Verbindung mit Server wird gestartet: xxxx.xxx.xx.xxx:22" x2go-INFO-6> "X2Go Client wird geschossen..." x2go-INFO-7> "X2Go Client wurde geschlossen." tux@slitaz:~$
With success I tested the following:
To the same server I can connect via x2goclient from e.g. an Xubuntu 14.04 Laptop without any problems - so from my point of view it can't be a server issue ...
Any hints please - regards Christian
On 17.07.2016 10:40 AM, ECF Solutions wrote:
I don't know if someone knows SLITAZ (http://www.slitaz.org/en/) - it's an extreme small Linux OS build from scratch but with similarities to Debian / Ubuntu.
It has it's own package manager but it is possible to convert .deb packages to SLITAZ-packages. I did this with
- x2goclient_4.0.1.1-1~bpo7+1_i386.deb
I could install this package and everything is looking fine - but:
When I start a connection it is build up but than immediately closed. In the (background-) terminal I get the following messages:
tux@slitaz:~$ x2goclient x2goclient: /usr/lib/libldap_r-2.4.so.2: no version information available (required by x2goclient) x2go-INFO-1> "Starting x2goclient..." x2go-INFO-4> "Übersetzung: :/x2goclient_de_de installiert." x2go-INFO-5> "Übersetzung: :/qt_de_DE installiert." x2go-INFO-3> "X2Go Client ist gestartet." x2go-INFO-8> "Verbindung mit Server wird gestartet: xxxx.xxx.xx.xxx:22" x2go-INFO-6> "X2Go Client wird geschossen..." x2go-INFO-7> "X2Go Client wurde geschlossen." tux@slitaz:~$
With the missing library, there's probably *a lot* of stuff that might go wrong. For more information, I'd definitely need the output of x2goclient --debug, though.
Mihai
Hello Mihai,
thanks for your quick answer - attached please find the output of x2goclient --debug.
Regards Christian
Am 17.07.2016 um 13:04 schrieb Mihai Moldovan:
On 17.07.2016 10:40 AM, ECF Solutions wrote: libraries.)
I don't know if someone knows SLITAZ (http://www.slitaz.org/en/) - it's an extreme small Linux OS build from scratch but with similarities to Debian / Ubuntu.
It has it's own package manager but it is possible to convert .deb packages to SLITAZ-packages. I did this with
- x2goclient_4.0.1.1-1~bpo7+1_i386.deb
I could install this package and everything is looking fine - but:
- but: it didn't. I mean, yes, it did, but it seems it has missed at least some dependencies. Let's just say doing that is a very bad idea. What happened here is that essentially the binary package has been re-packed, without keeping the dependencies (either "formal" dependencies as recorded in the control file of a .deb package, or "informal" as part of run-time dependencies of binaries or
When I start a connection it is build up but than immediately closed. In the (background-) terminal I get the following messages:
tux@slitaz:~$ x2goclient x2goclient: /usr/lib/libldap_r-2.4.so.2: no version information available (required by x2goclient) x2go-INFO-1> "Starting x2goclient..." x2go-INFO-4> "Übersetzung: :/x2goclient_de_de installiert." x2go-INFO-5> "Übersetzung: :/qt_de_DE installiert." x2go-INFO-3> "X2Go Client ist gestartet." x2go-INFO-8> "Verbindung mit Server wird gestartet: xxxx.xxx.xx.xxx:22" x2go-INFO-6> "X2Go Client wird geschossen..." x2go-INFO-7> "X2Go Client wurde geschlossen." tux@slitaz:~$ With the missing library, there's probably *a lot* of stuff that might go wrong. For more information, I'd definitely need the output of x2goclient --debug, though.
Mihai
On 17.07.2016 03:01 PM, ECF Solutions wrote:
thanks for your quick answer - attached please find the output of x2goclient --debug.
I should have guessed it (but didn't have) - you are missing the nxproxy package.
I'd still recommend building x2goclient and nxproxy packages from source, though. You'd have a much better result doing that (+ the packages will be newer.)
Try building x2goclient and nx-libs-lite from source.
I'd prefer plain text files as well, just for future reference. :)
Mihai
Just for reference, is this the same problem?
http://forum.slitaz.org/topic/x2goclient-on-slitaz-40-50
What we'd really like, essentially, is a (what Slitaz calls) receipt for Slitaz. May I talk to you privately?
Mihai