[X2Go-Dev] Bug#1073: XSession-x2go: Hostname not set correctly

2016-08-13 Thread Benjamin Shadwick
I see the problem: cur_hostname="$(hostname)" if [ -z "${cur_name}" ] || [ "${cur_hostname}" = "(none)" ] || [ "${cur_hostname}" = "localhost" ]; then errormsg "Hostname not set correctly; aborting." fi You're setting up a variable "cur_hostname" but then checking whether "cur_name" is

[X2Go-Dev] Bug#1073: XSession-x2go: Hostname not set correctly

2016-08-13 Thread Benjamin Shadwick
$ hostname shodan $ hostname -A shodan.intertron $ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 shodan # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2

[X2Go-Dev] Bug#1073: XSession-x2go: Hostname not set correctly

2016-08-13 Thread Mihai Moldovan
Control: tag -1 moreinfo On 13.08.2016 04:28 PM, Benjamin Shadwick wrote: > Package: x2goserver-xsession > Version 4.1.0.0-0~1355~ubuntu16.04.1 > > When trying to start an LXDE x2go session on an Ubuntu 16.04.1 LTS x64 > server via a Windows client, I get a black screen with a white dialog >

[X2Go-Dev] Bug#1073: XSession-x2go: Hostname not set correctly

2016-08-13 Thread Benjamin Shadwick
Package: x2goserver-xsession Version 4.1.0.0-0~1355~ubuntu16.04.1 When trying to start an LXDE x2go session on an Ubuntu 16.04.1 LTS x64 server via a Windows client, I get a black screen with a white dialog saying "XSession-x2go: Hostname not set correctly; aborting." Debug logging doesn't have