Is there any special magic to running X2Go on Debian Squeeze? We upgraded an x2goserver to Squeeze from Lenny and we can no longer connect. The X2Go client just says connecting.
We can see the ssh sessions are established and it looks like x2gostartagent is running. The database is set up and running. The users are members of x2gousers, fuse, various pulse groups. We changed the default shell from dash to bash as, if I recall correctly, there are functions in the X2Go bash scripts that are not supported in dash. We reinstalled X2Go after remembering that. We deleted all the old .Xauthority files. We double-checked /etc/ssh/sshd_config to ensure we had X11 Forwarding enabled. We can run X apps like xterm and kate via an ssh connection. I'm not entirely sure where to look next without major troubleshooting.
Is anyone using X2Go on Squeeze successfully? Thanks - John
Hi,
i've got several test instances of x2go on debian squeeze (server as well as clients) and apart from weird 'security issue' mails no problem at all. If you post some configuration details i can look for differences.
lg, rupi
-- http://rantanplan.org/~rupi/ || encrypt email || use free software fingerprint = 9639 0ABC AD2F 155F C96C FC78 3CFE 82C0 0AF9 AE3A
Hi,
i've got several test instances of x2go on debian squeeze (server as well as clients) and apart from weird 'security issue' mails no problem at all. If you post some configuration details i can look for differences. <snip> That would be most helpful. I've not done anything special on the Server - just defaults other than using a non-standard port for SSH as we always do. I also simply used the previously working client config
On Mon, 2010-05-31 at 13:27 +0200, rupi wrote: pasted in below:
[20100208040859618] speed=4 pack=16m-png-jpeg quality=9 fstunnel=true export="/home/jsullivan/:0;" fullscreen=false width=800 height=600 dpi=96 setdpi=true usekbd=true layout=us type=pc105/us sound=true soundsystem=pulse startsoundsystem=true soundtunnel=true defsndport=true sndport=4713 print=true name=JAS-Home icon=:icons/128x128/x2gosession.png host=192.168.x.x user=<myid> key= sshport=<non-standard> rootless=false applications=/usr/bin/xterm, WWWBROWSER, MAILCLIENT, OFFICE, TERMINAL command=KDE rdpoptions= rdpserver=
The general client settings are: [General] showStatus=true clientport=<non-standard>
[LDAP] useldap=false port=389 server=localhost port1=0 port2=0
Does anyone see anything strange? This was an upgrade after a hard drive failure so it was a fresh installation of Squeeze but with the home directories copied back in and using the KDE migration wizard. Thanks - John
Hi,
please try disabling fstunnel and re-test (I see weird side-effects from this, failed authentication and the like.)
Best regards,
Mihai
On Mon, 2010-05-31 at 13:27 +0200, rupi wrote:
pack=16m-png-jpeg quality=9 fstunnel=true export="/home/jsullivan/:0;
Hi,
please try disabling fstunnel and re-test (I see weird side-effects from this, failed authentication and the like.)
Best regards,
Mihai
- On 5/31/10 5:19 PM, John A. Sullivan III wrote:
On Mon, 2010-05-31 at 13:27 +0200, rupi wrote:
pack=16m-png-jpeg quality=9 fstunnel=true export="/home/jsullivan/:0; <snip> I disabled it as per recommendation but, alas, it does not fix the
On Mon, 2010-05-31 at 18:01 +0200, Mihai Moldovan wrote: problem. The client just sits there in a Connecting state. What next? Thanks - John
hi,
hm.. don't see any differences in the client configuration (see below 4 detailed example). i don't have fstunnel open per default but used it on occation without any trouble.. (squeeze client and server)
[20100527170151037] speed=4 pack=16m-jpeg quality=9 fstunnel=true export= fullscreen=false width=800 height=600 dpi=96 setdpi=false usekbd=false layout=us type=pc105/us sound=true soundsystem=pulse startsoundsystem=true soundtunnel=true defsndport=true sndport=4713 print=true name=fbrowse icon=/usr/share/pixmaps/iceweasel.png host=fbrowse.test.ssdl.mum user=b723 key=/home/rupi/.ssh/id_rsa_x2go sshport=22 rootless=true applications=/usr/bin/iceweasel, WWWBROWSER, MAILCLIENT, OFFICE, TERMINAL command=/usr/bin/iceweasel rdpoptions= rdpserver=
lg, rupi
-- http://rantanplan.org/~rupi/ || encrypt email || use free software fingerprint = 9639 0ABC AD2F 155F C96C FC78 3CFE 82C0 0AF9 AE3A
Is there any special magic to running X2Go on Debian Squeeze? We upgraded an x2goserver to Squeeze from Lenny and we can no longer connect. The X2Go client just says connecting.
We can see the ssh sessions are established and it looks like x2gostartagent is running. The database is set up and running. The users are members of x2gousers, fuse, various pulse groups. We changed the default shell from dash to bash as, if I recall correctly, there are functions in the X2Go bash scripts that are not supported in dash. We reinstalled X2Go after remembering that. We deleted all the old .Xauthority files. We double-checked /etc/ssh/sshd_config to ensure we had X11 Forwarding enabled. We can run X apps like xterm and kate via an ssh connection. I'm not entirely sure where to look next without major troubleshooting.
Is anyone using X2Go on Squeeze successfully? Thanks - John <snip> Argh!!! Must have been a finger cramp on my part. The delimiters for
On Sun, 2010-05-30 at 22:24 -0400, John A. Sullivan III wrote: the users in /etc/group were "." instead of ",". Once that was fixed, sudo could work properly for members of x2gousers and all worked as expected - John