On Thu, Feb 10, 2011 at 01:09:35PM +0100, Davy HUBERT wrote: > Here is the output of /usr/sbin/ldminfod : > > root@ltsp-server:~# ldminfod > language:fr_FR.UTF-8 > language:aa_DJ.UTF-8 > language:ar_AE.UTF-8
that looks good. > But on the loggin screen the only language choice is "default" hmmm. do you get the same output with: nc 127.0.0.1 9571 maybe it's not configured in inetd? grep ldminfod /etc/inetd.conf if not, try: update-inetd --group LTSP --add "9571 stream tcp nowait nobody /usr/sbin/tcpd /usr/sbin/ldminfod" good luck. live well, vagrant ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _____________________________________________________________________ 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
