Sorry if I am bothering so much but then this is one my project that i would like to do for a rural school .

Anyway here's the subject:


I am getting TFTP error 1 ( File not found error) . Can anybody help me . Here are my lts.conf , dhcpd.conf , tftp files .


LTS.conf

[Default]
        SERVER             = 192.168.0.254
        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

#------------------------------------------------------------------------------
#
# Example of specifying X settings for a workstation
#
[ws001]
        XSERVER            = auto
        LOCAL_APPS         = N
        USE_NFS_SWAP       = N
        SWAPFILE_SIZE      = 48m
        RUNLEVEL           = 5


DHCP.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            "yourdomain.com";
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 ws001 {
hardware ethernet 00:C0:4F:10:21:2F;
fixed-address 192.168.0.1;
filename "/tftpboot/lts/vmlinuz-2.4.19-ltsp-1";
## option option-128 e4:45:74:68:00:00;
## option option-129 "NIC=eepro100";
}
}
[Infact i have done cp dhcpd.conf.example dhcpd.conf and then change the settings like the mac address and the fixed address.


TFTP File:

service tftp
{
        disable = no
        socket_type             = dgram
        protocol                = udp
        wait                    = yes
        user                    = root
        server                  = /usr/sbin/in.tftpd
        #server_args            = -s /var/lib/tftpboot
        server_args             = -s /tftpboot
        per_source              = 11
        cps                             = 100 2
        flags                   = IPv4
}



I am using Mandrake 9.1 and have closely followed LTSP guide and Mandrake 9.0 howto.

I have checked DHCP is running well without any problem .

Plus these are some of the log messages obtained by
tail -f /varlog/messages

Jul 18 13:41:06 localhost dhcpd: DHCPDISCOVER from 00:c0:4f:10:21:2f via eth0
Jul 18 13:41:06 localhost dhcpd: DHCPOFFER on 192.168.0.1 to 00:c0:4f:10:21:2f via eth0
Jul 18 13:41:06 localhost dhcpd: DHCPREQUEST for 192.168.0.1 (192.168.0.254) from 00:c0:4f:10:21:2f via eth0
Jul 18 13:41:06 localhost dhcpd: DHCPACK on 192.168.0.1 to 00:c0:4f:10:21:2f via eth0
Jul 18 13:41:11 localhost dhcpd: DHCPDISCOVER from 00:c0:4f:10:21:2f via eth0
Jul 18 13:41:11 localhost dhcpd: DHCPOFFER on 192.168.0.1 to 00:c0:4f:10:21:2f via eth0
Jul 18 13:41:11 localhost dhcpd: DHCPREQUEST for 192.168.0.1 (192.168.0.254) from 00:c0:4f:10:21:2f via eth0
Jul 18 13:41:11 localhost dhcpd: DHCPACK on 192.168.0.1 to 00:c0:4f:10:21:2f via eth0


and when i type ifconfig this is the output message

eth0 Link encap:Ethernet HWaddr 00:C0:4F:0C:DC:7B
inet addr:192.168.0.254 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:797 errors:1 dropped:0 overruns:0 frame:2
TX packets:985 errors:0 dropped:0 overruns:0 carrier:6
collisions:0 txqueuelen:100
RX bytes:341217 (333.2 Kb) TX bytes:170436 (166.4 Kb)
Interrupt:5 Base address:0xec80


lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:369 errors:0 dropped:0 overruns:0 frame:0
TX packets:369 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:30383 (29.6 Kb) TX bytes:30383 (29.6 Kb


I just don't know where I am wrong . Please help....

These are some of the output messages that i got while i was checking for tftp and all this points that tftp is working .
But there is one thing , there is no message from the following command.


grep tftp /etc/xinetd.conf

I checked xinetd.conf ,infact there's no description of tftp .

. Oh one thing , the file names in dhcpd.conf are correct and complies with /tftpboot/lts/vmlin*

I have checked this hundred of times.

Where am i wrong

Please help...





___________________________________________________
Download the hottest & happening ringtones here!
OR SMS: Top tone to 7333
Click here now: http://sms.rediff.com/cgi-bin/ringtone/ringhome.pl





------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _____________________________________________________________________ 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