Discussion:
[Ltsp-discuss] X11 not accepting remote connections after installing GUI on server
David Burgess
2015-05-26 18:00:13 UTC
Permalink
I have set up a minimal Ubuntu 14.04 server, then install ubuntu-desktop
and ldm on it after the fact. I can log into a desktop on the local console
just fine, but my ltsp thin client can't get past the login screen.

A packet dump revealed that the server was refusing connections on port
6007. So edited /etc/X11/xinit/xserverrc to look like this:


#!/bin/sh

#exec /usr/bin/X -nolisten tcp "$@"
exec /usr/bin/X "$@"


but after a reboot the server still isn't opening port 6007. Can somebody
give me a hint on getting X11 to listen for remote connection attempts from
the thin client? All my searches turn up ssh X forwarding instructions, and
when I exclude ssh from the search results I don't see anything relevant.

db

Loading...