hallo,

there are 2 mistakes in the documentation (we loose many hours and may be it helps other)

original from the x2go
http://www.x2go.org/fileadmin/doc/installation_x2go_debian_en.html#8.5.Configuration%20of%20x2goclient%20%28display%20manager%20mode%29|outline

Configuration of x2goclient (display manager mode)



x2goclient --pgp-card –ldap="192.168.1.1:389:o=planetexpress,c=de" --external-login=/ramdrive/logins --no-menu --maximize --link=lan --kbd-layout=de --kbd-type=pc105/de --set-kbd=1 --geometry=fullscreen --add-to-known-hosts --read-exports-from=/ramdrive/export –add-to-known-hosts

in the ldap parameter and add-to-known-hosts it fails on -

here the one which work on our network

x2goclient --pgp-card --ldap="192.168.1.1:389:o=planetexpress,c=de" --external-login=/ramdrive/logins --no-menu --maximize --link=lan --kbd-layout=de --kbd-type=pc105/de --set-kbd=1 --geometry=fullscreen --add-to-known-hosts --read-exports-from=/ramdrive/export --add-to-known-hosts

many trouble because of these 2 -

with remote the clients are coming with and without ldap with x2goclient_gtk , but x2goclient is not working with ldap
with pxe thin clients, gibt es probleme, we have the login but when we try to login it is coming back again to login

on client terminal
dmesg gives us

x2goclient[pid]: segfault at 1c ip 080bc8a6 sp bff.... error 4 in x2goclient[8048000+118000]

error 4 mean 100 and the bit0==0 means no page found
                                           bit1==0 means means read
                                           bit2==1 means user mode

so what now? a similar mistake has already reported in the mailinglist and other pages see below

http://permalink.gmane.org/gmane.linux.terminal-server.x2go.devel/345

thanks in advance for your help

michel