I'm trying to get a fresh install working on Ubuntu 12.04 and Fluxbox. Currently I'm trying to either connect to the existing display or run a custom command. I am simply testing via localhost for now. I can connect succesfully to the server however nothing happens once connected. I have turned up the logging level to debug and get constantly repeating syslog errors (every second) of;
Jun 18 15:11:45 cfd-018 /usr/lib/x2go/x2gogetports[22002]: db_getports called, server: test-server; return value: Jun 18 15:11:45 cfd-018 /usr/lib/x2go/x2gogetdisplays[22033]: db_getdisplays called, server: test-server; return value:
On running either x2gogetports or x2gogetdisplays manually they both produce the error;
Died at /usr/lib/x2go/x2gogetports line 34. Died at /usr/lib/x2go/x2gogetdisplays line 34.
Line 34 refers to 'my $host=shift or die;'. It seems like the scripts are unable to get a host and then prevents a display from being detected. However, the x2goclient has no problem detecting the displays.
Using the following; X2Go Client v. 4.0.4.0 x2goagent: 3.5.0.31 x2goserver: 4.0.1.19 x2goserver-extensions: 4.0.1.19 x2goserver-xsession: 4.0.1.19
Any ideas on how to continue to debug this? Any ideas why this might be happening?
Thanks
Hamish