Hi Werner!

Have a look at "option root-path" in "dhcpd.conf". You write that your
server IP is 192.168.0.1.
In dhcpd.conf you say "option root path = 192.168.0.254:/opt/ltsp/i386".
This can't work.
Maybe the other IPs in dhcpd.conf (server section) are also wrong if you
don't have a .254 and use .1 as server instead.

Have fun

Tobias

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:ltsp-discuss-admin@;lists.sourceforge.net] On Behalf Of Werner
Winter
Sent: Sonntag, 27. Oktober 2002 17:38
To: [EMAIL PROTECTED]
Subject: [Ltsp-discuss] kernel not loaded


Hello all,
I have installed LTSP. Everthing works fine but when the workstation
starts loading the kernel dots are displayed and nothing more happens.

Can anybody help?

Server - IP: 192.168.0.1
Domain: Workgroup
Ethernetcard: Realtek8139

/var/log/messages tells
Oct 27 11:40:52 linux dhcpd: DHCPDISCOVER from 00:50:bf:12:68:f4 via
eth0 Oct 27 11:40:52 linux dhcpd: DHCPOFFER on 192.168.0.21 to
00:21:bf:12:68:f4 via eth0 Oct 27 11:40:52 linux dhcpd: DHCPREQUEST for
192.168.0.21 (192.168.0.1) from 00:50:bf:12:68:f4 via eth0 Oct 27
11:40:52 linux dhcpd: DHCPACK on 192.168.0.21 to 00:50:bf:12:68:f4 via
eth0

installed:
ltsp_core-3.0.7-0.i386.rpm
ltsp_kernel-3.0.5-0.i386.rpm
ltsp_x_core-3.0.3-0.i386.rpm
ltsp_x_fonts-3.0.0-0.i386.rpm

Is there any problem with the kernel?

Here are some parts of the configuration files:

---- 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.254;
option domain-name-servers    192.168.0.254;
option domain-name            "workgroup";
option root-path              "192.168.0.254:/opt/ltsp/i386";

option option-128 code 128 = string;
option option-129 code 129 = text;

shared-network WORKSTATIONS {
    subnet 192.168.0.0 netmask 255.255.255.0 {
    }
}

group   {
    use-host-decl-names       on;
    option log-servers        192.168.0.254;

    host ws01 {
        hardware ethernet     00:50:BF:12:68:F4;
        fixed-address         192.168.0.21;
        filename              "/lts/vmlinuz-2.4.19-ltsp-1";
       # option option-128     e4:45:74:68:00:00;
       # option option-129     "NIC=eepro100";
    }
    host ws002 {
        hardware ethernet     00:D0:09:30:6A:1C;
        fixed-address         192.168.0.21;
        filename              "/lts/vmlinuz-2.4.9-ltsp-6";
        option option-128     e4:45:74:68:00:00;
        option option-129     "NIC=tulip";
    }
}

---- END DHCPD.CONF --------------

---- HOSTS --------------
# Server
192.168.0.1     linux.workgroup         linux
# Workstation
192.168.0.21    ws01.workgroup          ws01
---- END HOSTS --------------

---- HOSTS.ALLOW Ausschnitt --------------
ALL: 192.168.0.0        192.168.0.100..WORKGROUP
---- END HOSTS.ALLOW --------------

---- INETD.CONF --------------
 tftp           dgram   udp     wait    root    /usr/sbin/in.tftpd
in.tftpd -s /tftpboot
 bootps         dgram   udp     wait    root    /usr/sbin/bootpd
bootpd -c /tftpboot
---- END INETD.CONF --------------

Werner 






-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in Las
Vegas (supported by COMDEX), the only Apache event to be fully supported
by the ASF. http://www.apachecon.com
_____________________________________________________________________
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.openprojects.net



-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_____________________________________________________________________
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.openprojects.net

Reply via email to