Does anybody have problem with tftpboot ?
Verfasst: 30 Okt 2015, 17:01
Hi !
When trying to launch a netboot product, i often have the problem that the pxe configuration is read but the computer doesn't boot pxe...
The computer seams to read the fifo file but i guess it is not totally read...
Here is log of atftpd when it fails...
My confile of atftpd is /etc/default/atftpd
Am I missing something ?
When trying to launch a netboot product, i often have the problem that the pxe configuration is read but the computer doesn't boot pxe...
The computer seams to read the fifo file but i guess it is not totally read...
Here is log of atftpd when it fails...
Code: Alles auswählen
Oct 30 16:46:00 opsiserver atftpd[16254.-939497728]: Creating new socket: 10.145.254.136:34975
Oct 30 16:46:00 opsiserver atftpd[16254.-939497728]: Serving /linux/pxelinux.cfg/a922ef55-e486-40dd-ade1-5c6ef4cdee84 to 192.168.230.217:49153
Oct 30 16:46:00 opsiserver atftpd[16254.-939497728]: File /srv/tftpboot//linux/pxelinux.cfg/a922ef55-e486-40dd-ade1-5c6ef4cdee84 not found
Oct 30 16:46:00 opsiserver atftpd[16254.-939497728]: Server thread exiting
Oct 30 16:46:00 opsiserver atftpd[16254.-939497728]: Creating new socket: 10.145.254.136:42991
Oct 30 16:46:00 opsiserver atftpd[16254.-939497728]: Serving /linux/pxelinux.cfg/01-08-00-27-25-d3-7c to 192.168.230.217:49154
Oct 30 16:46:00 opsiserver atftpd[16254.-928917760]: Creating new socket: 10.145.254.136:50437
Oct 30 16:46:00 opsiserver atftpd[16254.-928917760]: Serving /linux/pxelinux.cfg/01-08-00-27-25-d3-7c to 192.168.230.217:49154
Oct 30 16:46:00 opsiserver atftpd[16254.-947890432]: Creating new socket: 10.145.254.136:51770
Oct 30 16:46:00 opsiserver atftpd[16254.-947890432]: Serving /linux/pxelinux.cfg/01-08-00-27-25-d3-7c to 192.168.230.217:49154
Oct 30 16:46:01 opsiserver atftpd[16254.-956283136]: Creating new socket: 10.145.254.136:60467
Oct 30 16:46:01 opsiserver atftpd[16254.-956283136]: Serving /linux/pxelinux.cfg/01-08-00-27-25-d3-7c to 192.168.230.217:49154
Oct 30 16:46:01 opsiserver atftpd[16254.-964675840]: Creating new socket: 10.145.254.136:44118
Oct 30 16:46:01 opsiserver atftpd[16254.-964675840]: Serving /linux/pxelinux.cfg/01-08-00-27-25-d3-7c to 192.168.230.217:49154
Oct 30 16:46:01 opsiserver atftpd[16254.-947890432]: Read 0 bytes from pipe
Oct 30 16:46:01 opsiserver atftpd[16254.-964675840]: Read 0 bytes from pipe
Oct 30 16:46:01 opsiserver atftpd[16254.-964675840]: tsize option -> 0
Oct 30 16:46:01 opsiserver atftpd[16254.-964675840]: blksize option -> 1408
Oct 30 16:46:01 opsiserver atftpd[16254.-947890432]: tsize option -> 0
Oct 30 16:46:01 opsiserver atftpd[16254.-947890432]: blksize option -> 1408
Oct 30 16:46:01 opsiserver atftpd[16254.-939497728]: Read 0 bytes from pipe
Oct 30 16:46:01 opsiserver atftpd[16254.-939497728]: tsize option -> 0
Oct 30 16:46:01 opsiserver atftpd[16254.-939497728]: blksize option -> 1408
Oct 30 16:46:01 opsiserver atftpd[16254.-956283136]: Read 0 bytes from pipe
Oct 30 16:46:01 opsiserver atftpd[16254.-928917760]: Read 326 bytes from pipe
Oct 30 16:46:01 opsiserver atftpd[16254.-956283136]: tsize option -> 0
Oct 30 16:46:01 opsiserver atftpd[16254.-956283136]: blksize option -> 1408
Oct 30 16:46:01 opsiserver atftpd[16254.-928917760]: tsize option -> 326
Oct 30 16:46:01 opsiserver atftpd[16254.-928917760]: blksize option -> 1408
Code: Alles auswählen
$ cat /etc/default/atftpd
USE_INETD=false
OPTIONS="--daemon --port 69 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=7 --logfile /var/log/atftpd.log /srv/tftpboot"