On Tue, 6 Nov 2007, sean wrote:

>> How is your tftpd setup? Is the secure option enabled (-s)?
>> Is it started in standalone mode or from inetd?
>
> TFTPD is handled by xinetd and has the -s option.
> # more /etc/conf.d/in.tftpd
> # /etc/init.d/in.tftpd
>
> # Path to server files from
> # Depending on your application you may have to change this.
> # This is commented out to force you to look at the file!
> #INTFTPD_PATH="/var/tftp/"
> INTFTPD_PATH="/tftpboot"
> #INTFTPD_PATH="/tftproot/"
>
> # For more options, see in.tftpd(8)
> # -R 4096:32767 solves problems with ARC firmware, and obsoletes
> # the /proc/sys/net/ipv4/ip_local_port_range hack.
> # -s causes $INTFTPD_PATH to be the root of the TFTP tree.
> # -l is passed by the init script in addition to these options.
> INTFTPD_OPTS="-R 4096:32767 -s ${INTFTPD_PATH}"

OK. I guess, the pxelinux.0 and pxelinux.cfg should be in the lts dir...
and the filename option in dhcpd.conf should point to "/lts/pxelinux.0".

Have you tried this yet?

If not then:

cd /tftpboot; mv pxe/pxelinux* lts; rmdir pxe; ln -s lts pxe

or similar... (use the above commands with caution!)
(The symlink pxe is created by all means...)

--
Zsolt

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.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.freenode.net

Reply via email to