Hello list,
I have been using x2go without issues for a long time until recently. Both client and server are running on Linux machines.
I can connect to the server (via an SSH proxy). I get the "New session started" notification. But the session is apparently terminated because tere is some error resoling the display server.
I copy pasted the log messages in the enclosed file. I think the important part is this:
Loop: WARNING! Overriding auxiliary X11 port with new value '1'. Warning: Overriding auxiliary X11 port with new value '1'. Info: Using abstract X11 socket in kernel namespace for accessing DISPLAY=:0. Error: Failed to resolve address of 'localhost'. Loop: PANIC! Unknown remote host 'localhost'. Error: Unknown remote host 'localhost'. Session: Session terminated at 'Fri Jun 19 22:50:42 2020'.
As far as I remember I haven't changed client or server configuration. I did switch from using Published App sessions to Xfce session to I have installed Xfce on the server. Published App sessions do not work either now.
Any idea what is going on here? Or how to debug this?
Cheers, Fabrice
Is "getent hosts localhost" working?
Uli
flegoff <fabrice@legoff.eu> schrieb am Fr., 19. Juni 2020, 23:41:
Hello list,
I have been using x2go without issues for a long time until recently. Both client and server are running on Linux machines.
I can connect to the server (via an SSH proxy). I get the "New session started" notification. But the session is apparently terminated because tere is some error resoling the display server.
I copy pasted the log messages in the enclosed file. I think the important part is this:
Loop: WARNING! Overriding auxiliary X11 port with new value '1'. Warning: Overriding auxiliary X11 port with new value '1'. Info: Using abstract X11 socket in kernel namespace for accessing DISPLAY=:0. Error: Failed to resolve address of 'localhost'. Loop: PANIC! Unknown remote host 'localhost'. Error: Unknown remote host 'localhost'. Session: Session terminated at 'Fri Jun 19 22:50:42 2020'.
As far as I remember I haven't changed client or server configuration. I did switch from using Published App sessions to Xfce session to I have installed Xfce on the server. Published App sessions do not work either now.
Any idea what is going on here? Or how to debug this?
Cheers, Fabrice_______________________________________________ x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
On the server it gives me this:
$ getent hosts localhost ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
On the client I get nothing $ getent hosts localhost $ echo $? 2
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Saturday, June 20, 2020 10:16 AM, Ulrich Sibiller <uli42@gmx.de> wrote:
Is "getent hosts localhost" working?
Uli
flegoff <fabrice@legoff.eu> schrieb am Fr., 19. Juni 2020, 23:41:
Hello list,
I have been using x2go without issues for a long time until recently. Both client and server are running on Linux machines.
I can connect to the server (via an SSH proxy). I get the "New session started" notification. But the session is apparently terminated because tere is some error resoling the display server.
I copy pasted the log messages in the enclosed file. I think the important part is this:
Loop: WARNING! Overriding auxiliary X11 port with new value '1'. Warning: Overriding auxiliary X11 port with new value '1'. Info: Using abstract X11 socket in kernel namespace for accessing DISPLAY=:0. Error: Failed to resolve address of 'localhost'. Loop: PANIC! Unknown remote host 'localhost'. Error: Unknown remote host 'localhost'. Session: Session terminated at 'Fri Jun 19 22:50:42 2020'.
As far as I remember I haven't changed client or server configuration. I did switch from using Published App sessions to Xfce session to I have installed Xfce on the server. Published App sessions do not work either now.
Any idea what is going on here? Or how to debug this?
Cheers, Fabrice_______________________________________________ x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
On Sat, Jun 20, 2020 at 2:00 PM flegoff <fabrice@legoff.eu> wrote:
On the server it gives me this:
$ getent hosts localhost ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
So you have IPv6 only?
On the client I get nothing $ getent hosts localhost $ echo $? 2
And that is probably part of the problem. Can you add it to /etc/hosts an retry?
Uli
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Saturday, June 20, 2020 10:16 AM, Ulrich Sibiller <uli42@gmx.de> wrote:
Is "getent hosts localhost" working?
Uli
flegoff <fabrice@legoff.eu> schrieb am Fr., 19. Juni 2020, 23:41:
Hello list,
I have been using x2go without issues for a long time until recently. Both client and server are running on Linux machines.
I can connect to the server (via an SSH proxy). I get the "New session started" notification. But the session is apparently terminated because tere is some error resoling the display server.
I copy pasted the log messages in the enclosed file. I think the important part is this:
Loop: WARNING! Overriding auxiliary X11 port with new value '1'. Warning: Overriding auxiliary X11 port with new value '1'. Info: Using abstract X11 socket in kernel namespace for accessing DISPLAY=:0. Error: Failed to resolve address of 'localhost'. Loop: PANIC! Unknown remote host 'localhost'. Error: Unknown remote host 'localhost'. Session: Session terminated at 'Fri Jun 19 22:50:42 2020'.
As far as I remember I haven't changed client or server configuration. I did switch from using Published App sessions to Xfce session to I have installed Xfce on the server. Published App sessions do not work either now.
Any idea what is going on here? Or how to debug this?
Cheers, Fabrice_______________________________________________ x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Monday, June 22, 2020 8:55 PM, Ulrich Sibiller <uli42@gmx.de> wrote:
On Sat, Jun 20, 2020 at 2:00 PM flegoff fabrice@legoff.eu wrote:
On the server it gives me this: $ getent hosts localhost ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
So you have IPv6 only?
No. /etc/hosts actually contains both IPv4 and IPv6: $ cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
On the client I get nothing $ getent hosts localhost $ echo $? 2
And that is probably part of the problem. Can you add it to /etc/hosts an retry?
So I did (both IPv4 and IPv6 as above) and so it worked.
Thanks a lot for your help Uli, much appreciated.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Saturday, June 20, 2020 10:16 AM, Ulrich Sibiller uli42@gmx.de wrote: Is "getent hosts localhost" working? Uli flegoff fabrice@legoff.eu schrieb am Fr., 19. Juni 2020, 23:41:
Hello list, I have been using x2go without issues for a long time until recently. Both client and server are running on Linux machines. I can connect to the server (via an SSH proxy). I get the "New session started" notification. But the session is apparently terminated because tere is some error resoling the display server. I copy pasted the log messages in the enclosed file. I think the important part is this: Loop: WARNING! Overriding auxiliary X11 port with new value '1'. Warning: Overriding auxiliary X11 port with new value '1'. Info: Using abstract X11 socket in kernel namespace for accessing DISPLAY=:0. Error: Failed to resolve address of 'localhost'. Loop: PANIC! Unknown remote host 'localhost'. Error: Unknown remote host 'localhost'. Session: Session terminated at 'Fri Jun 19 22:50:42 2020'. As far as I remember I haven't changed client or server configuration. I did switch from using Published App sessions to Xfce session to I have installed Xfce on the server. Published App sessions do not work either now. Any idea what is going on here? Or how to debug this? Cheers, Fabrice_______________________________________________ x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user