Travis,

Edit your /etc/xinetd.d/tftp file, and look for the 'server_args' line.

Change it to read this:

    server_args  =  -s /tftpboot

Then, restart xinetd by doing this:

    service xinetd restart


Then, make sure that your vmlinuz-2.4.21-ltsp-1 file exists as
/tftpboot/lts/vmlinuz-2.4.21-ltsp-1


The '-s /tftpboot' argument will cause the tftpd program always look
in the /tftpboot directory for whatever you specify in the 'filename'
entry of dhcpd.conf.

So, tftpd is looking in /tftpboot for a file called 
'lts/vmlinuz-2.4.21-ltsp'.


That should take care of it.

Jim McQuillan
[EMAIL PROTECTED]




On Sat, 17 Jan 2004, Travis wrote:

> Hello everyone,
> 
> Forgive me, I'm asking the same question again (because I have yet to find the
> answer).
> 
> I'm running MDK 9.2, with LTSP 3.0
> 
> in the /etc/dhcpd.conf I have the "filename" line looking like this:
> 
> filename             "/lts/vmlinuz-2.4.21-ltsp-1";
> 
> but when I boot the terminal, it says "/lts/vmlinuz-2.4.21-ltsp-1 .TFTP
> error 1 (File not found)
> 
> My question is, is there suppose to be an actual directory called "lts" at the
> root directory? For example, I could go into it by typing cd /lts. If there is,
> it doesn't exist on my system, and I have reinstalled MDK and LTSP 3 times
> because of this error.
> 
> According to the ltspcfg, everything is correct, here is a screenshot of the
> ltspcfg:
> 
> ltspcfg v0.3             The Linux Terminal Server Project (http://www.LTSP.org)
> 
> Interface IP Address      Netmask         Network         Broadcast        Used
> eth0      192.168.0.119   255.255.255.0   192.168.0.0     192.168.0.255   <-----
> 
> Service    Installed   Enabled   Running   Notes
> dhcpd      Yes         Yes       Yes       Version 3
> tftpd      Yes         Yes       Yes       Has '-s' flag
> portmapper Yes         Yes       Yes
> nfs        Yes         Yes       Yes
> xdmcp      Yes         no        no        xdm, [kdm]
> 
> File                                Configured  Notes
> /etc/hosts                          Yes
> /etc/hosts.allow                    Yes
> /etc/exports                        Yes
> /opt/ltsp/i386/i386/etc/lts.conf    Yes
> 
> Configured runlevel: 5         (value of initdefault in /etc/inittab)
>    Current runlevel: 5         (output of the 'runlevel' command)
> 
> Installation dir...: /opt/ltsp/i386
> 
> Has anyone had similar problems installing on MDK 9.2?
> 
> Thanks,
> 
> Travis
> 
> http://www.techdigest.org Tech news on Government, Corporations, Legal Battles
> and Your Rights
> 
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
> 
> 
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _____________________________________________________________________
> 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
> 



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_____________________________________________________________________
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