Tue,

I am running RedHat 8.0 and I had what appears to be the same problem.  I
had to set "user = root" in /etc/xinetd.d/tftp

The full file less most comments = 

service tftp
{
        socket_type             = dgram
        wait                    = yes
#       user                    = nobody
        user                    = root
        log_on_success  += USERID
        log_on_failure  += USERID
        server          = /usr/sbin/in.tftpd
        server_args             = -s /tftpboot
        disable = no
}

Note: the -s in the server_args was just added per Jim's email inspite of
documentation saying it was not needed on the later RH.

--- ORIGIONAL MESSAGE ---
Message: 6
Reply-To: <[EMAIL PROTECTED]>
From: "Tue Hellstern" <[EMAIL PROTECTED]>
To: "'Jake Schroeder'" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Subject: RE: [Ltsp-discuss] Boot problem
Date: Wed, 22 Jan 2003 19:06:45 +0100
Organization: F1-support

Hi Jack,
I think some of the tread didn't got to the list. But my problem is that
my clients don't boot up.

The client gets in contact with the server and gets an IP address, but
after that nothing happens.
On the client it looks like this:
Me: 192.168.0.249
Server 192.168.0.4
Gateway 192.168.0.1
Loading 192.168.0.4:/lts/vmlinuz-2.4.19-ltsp-1 ......
There comes come ... but except from that nothing happens at the client.

Here is some information, if you need more just contact me:

I am running RedHat 8.0 and this server has IP 192.168.0.4 this is also
the DHCP server on the network, I have some Win 2000 pc, and they get
there IP addresses from this server and it works fine. I have another
Linux server/firewall as Default gateway with the IP 192.168.0.1

My dhcpd.conf look like this

ddns-update-style interim;
subnet 192.168.0.0 netmask 255.255.255.0 {
        range dynamic-bootp 192.168.0.100 192.168.0.250;
        option subnet-mask 255.255.255.0;
        option routers 192.168.0.1;
        option root-path "192.168.0.4:/opt/ltsp/i386";
        option domain-name "f1-support.dk";
        option domain-name-servers 192.168.0.1;
        default-lease-time 36000;
        max-lease-time 86400;
        allow unknown-clients;
        }

My lts.conf look like this:

[Default]
        SERVER             = 192.168.0.4
        XSERVER            = auto
        X_MOUSE_PROTOCOL   = "PS/2"
        X_MOUSE_DEVICE     = "/dev/psaux"
        X_MOUSE_RESOLUTION = 400
        X_MOUSE_BUTTONS    = 3
        USE_XFS            = N
        LOCAL_APPS         = N
        RUNLEVEL           = 5


My  /etc/hosts.allow file look like this:

bootpd:    0.0.0.0
in.tftpd:  192.168.0.
portmap:   192.168.0.

I have also tried with a dhcpd.conf there look like this, but with the
same result.

ddns-update-style interim;
subnet 192.168.0.0 netmask 255.255.255.0 {
        range dynamic-bootp 192.168.0.100 192.168.0.250;
        option subnet-mask 255.255.255.0;
        option routers 192.168.0.1;
        option root-path "192.168.0.4:/opt/ltsp/i386";
        option domain-name "f1-support.dk";
        option domain-name-servers 192.168.0.1;
        default-lease-time 36000;
        max-lease-time 86400;
        allow unknown-clients;
        filename "/lts/vmlinuz-2.4.19-ltsp-1";
group   {
    use-host-decl-names       on;
    option log-servers        192.168.1.4;
        host ws001 {
        hardware ethernet     00:50:41:01:83:AB;
        fixed-address         192.168.0.150;
        filename              "/lts/vmlinuz-2.4.19-ltsp-1";
        }
        }
        }

I 'am getting a little frustrate about this, so any help is received
with great thanks.

Tue 




-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_____________________________________________________________________
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