Gentoo Archives: gentoo-user

From: Roger Mason <rmason@×××××××.ca>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] tftp config problem (ltsp)
Date: Tue, 06 Nov 2007 12:55:35
Message-Id: y65ejf3wncr.fsf@minnie.esd.mun.ca
In Reply to: [gentoo-user] tftp config problem (ltsp) by sean
1 Hi Sean,
2
3 sean <tech.junk@×××××××.net> writes:
4
5 I set up diskless booting recently but I'm by no means an expert, so
6 take my comments with plenty of salt.
7
8 > Below is my in.tftpd file.
9 > # /etc/init.d/in.tftpd
10 >
11 > # Path to server files from
12 > # Depending on your application you may have to change this.
13 > # This is commented out to force you to look at the file!
14 > #INTFTPD_PATH="/var/tftp/"
15 > INTFTPD_PATH="/tftpboot/"
16
17 What happens with INTFTPD_PATH="/tftpboot"? (remove trailing / )
18
19 > #INTFTPD_PATH="/tftproot/"
20 >
21 > # For more options, see in.tftpd(8)
22 > # -R 4096:32767 solves problems with ARC firmware, and obsoletes
23 > # the /proc/sys/net/ipv4/ip_local_port_range hack.
24 > # -s causes $INTFTPD_PATH to be the root of the TFTP tree.
25 > # -l is passed by the init script in addition to these options.
26 > #INTFTPD_OPTS="-R 4096:32767 -s ${INTFTPD_PATH}"
27 > INTFTPD_OPTS=" -s ${INTFTPD_PATH}"
28 >
29 >
30 > The tftp file looks exactly like the one specified in the instructions.
31 >
32 > tardis tftpboot # ls
33 > lts pxe pxelinux.cfg
34
35 Are you using syslinux? I'm not sure but shouldn't there be a
36 pxelinux.0 file in /tftpboot?
37
38 Cheers,
39 Roger
40 --
41 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] tftp config problem (ltsp) sean <tech.junk@×××××××.net>