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
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to