LTSP 5 and Fedora 8 (DHCP on a different server)

Alexandre Cavalcante Alencar alexandre.alencar at gmail.com
Thu May 15 21:50:35 UTC 2008


Hi all,

I am trying to test LTSP 5 on Fedora 8 (server) and I get all setup,
my thin client boot up and show LDM screen, but when I inform my login
and password, my screen turns black and come back to LDM again. If I
change the session to Failsafe terminal, and login, it show me the
xterm terminal.

The install was made as described here http://wtogami.livejournal.com/

I get two lines on messages that say ldminfd started and exited (with
status 0) and all logs of secure saying that the user logged on and
logged off when I try to open the Default (should be GNOME) session.

Does anyone can give some light on this?

My DHCP server runs on another box  (Fedora 8 x64 with all updates)
and here is the relevant config

authoritative;
allow booting;
allow bootp;
deny unknown-clients;

ddns-updates                    on;
ddns-update-style               interim;

default-lease-time              21600;
max-lease-time                  21600;
one-lease-per-client            true;

option domain-name              "aspec.aspec.com.br";
option time-offset              -10800;
use-host-decl-names             on;

option option-128 code 128 = string;
option option-129 code 129 = text;
option boot-server code 66 = string;


class "PXE" {
       match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
       vendor-option-space PXE;
       filename       "/pxelinux.0";
}

class "Etherboot" {
       match if substring (option vendor-class-identifier, 0, 9) = "Etherboot";
       option vendor-encapsulated-options 3c:09:45:74:68:65:72:62:6f:6f:74:ff;
       option option-128  e4:45:74:68:00:00;
       option option-129  "MOPTS=nolock,ro,wsize=2048,rsize=2048";
       filename       "/lts/vmlinuz-2.6.20.9-ltsp-1";
}


shared-network Aspec {

        subnet 192.168.0.0 netmask 255.255.255.0 {

                option ip-forwarding            off;
                option subnet-mask              255.255.255.0;
                option broadcast-address        192.168.0.255;
                option smtp-server              192.168.0.30;
                option ntp-servers              192.168.0.1;
                option time-servers             192.168.0.1;
                option netbios-name-servers     192.168.0.1;
                option domain-name-servers      192.168.0.1;
                option routers                  192.168.0.5;

                group SUPORTE {

                        option tftp-server-name
"aspec-res-063.aspec.aspec.com.br";
                        option log-servers
aspec-res-063.aspec.aspec.com.br;
                        option root-path
"192.168.0.83:/opt/ltsp/i386";
                        option font-servers             192.168.0.83;
                        option x-display-manager        192.168.0.83;
                        next-server                     192.168.0.83;
                        server-name
"aspec-res-063.aspec.aspec.com.br";
                        filename                        "/ltsp/i386/pxelinux.0";

                        host aspec-res-006 { hardware ethernet
00:E0:C5:5F:B7:C9; fixed-address 192.168.0.26; }

                }

        }

}

-- 
Alexandre C Alencar (Skarmeth)
http://blog.alexandrealencar.net/
http://www.alexandrealencar.net/
http://people.debian-ce.org/skarmeth/




More information about the K12Linux-devel-list mailing list