Jim McQuillan a écrit : > Denis, > > Is that the entire lts.conf file? > > I'm guessing you have a syntax error in the file, and getltscfg is > crapping out trying to parse it.
I just tested with this /etc/dhcp3/dhcpd.conf: ddns-update-style none; default-lease-time 21600; max-lease-time 21600; option subnet-mask 255.255.255.0; option broadcast-address 192.168.0.255; option routers 192.168.0.13; option domain-name-servers 192.168.0.11; option domain-name "denisg.net"; option root-path "192.168.0.13:/opt/ltsp/i386"; #option root-path "192.168.0.13:/opt/ltsp-4.2/i386"; option option-128 code 128 = string; option option-129 code 129 = text; subnet 192.168.0.0 netmask 255.255.255.0 { use-host-decl-names on; option log-servers 192.168.0.13; host ankh { hardware ethernet 00:C0:4F:A9:95:B6; fixed-address 192.168.0.12; filename "/tftpboot/lts/vmlinuz-2.4.26-ltsp-3"; # filename "/tftpboot/lts/vmlinuz-2.6.16.1-ltsp-2"; } } and this /opt/ltsp-4.2/i386/etc/lts.conf: [Default] SERVER = 192.168.0.13 DNS_SERVER = 192.168.0.11 XSERVER = auto X_MOUSE_DEVICE = "/dev/psaux" X_MOUSE_PROTOCOL = "ImPS/2" X_MOUSE_RESOLUTION = 50 X_MOUSE_BUTTONS = 3 SCREEN_01 = startx SCREEN_02 = shell XkbModel = "pc105" XkbLayout = "fr-latin9" with the same result: a qwerty keyboard and a too fast mouse. CTRL-ALT-F2 does nothing but, as keyboard mapping is wrong, I don't know if it's a keyboard or a SCREEN problem. 192.168.0.13 is the LTSP server and 192.168.0.11 a bind server. The strangest thing is that everything works fine when switching to 4.1.1 (with comments in dhcpd.conf), using this /opt/ltsp/i386/etc/lts.conf: [Default] SERVER = 192.168.0.13 XSERVER = auto USE_XFS = N SCREEN_01 = startx XkbModel = "pc105" XkbLayout = "fr-latin9" DISABLE_ACCESS_CONTROL = Y [ankh] X_MOUSE_DEVICE = "/dev/psaux" SCREEN_02 = shell USE_NFS_SWAP = Y SWAPFILE_SIZE = 256m X_MOUSE_PROTOCOL = Auto X_MOUSE_RESOLUTION = 50 X_MOUSE_BUTTONS = 3 LOCAL_DEVICE_01 = /dev/fd0:floppy LOCAL_DEVICE_02 = /dev/sda1:usb PRINTER_0_TYPE = P PRINTER_0_DEVICE = /dev/lp0 PRINTER_1_TYPE = U PRINTER_1_DEVICE = /dev/usb/lp0 MODULE_01 = scanner MODULE_02 = hpusbscsi RCFILE_01 = xinetd RCFILE_02 = usbscanner SOUND = Y SOUND_DAEMON = esd #nasd SMODULE_01 = "cs4232 io=0x220 irq=7 dma=1" Thanks for any help... -- DenisG Ne jetez pas vos vieux PC : http://www.recyclinux.com Site perso : http://www.denisg.net _____________________________________________________________________ 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