Date: Fri, 10 Jun 2011 10:16:59 +0200 From: =?iso-8859-2?Q?Radek_Krej=E8a?= <radek.krejca@starnet.cz> To: "'freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org> Subject: Got ERROR packet: TFTP Aborted Message-ID: <B2E0472020754D45B72E9B0CE35278CA6E798C5433@EXCHANGE.mail.starnet.cz>
next in thread | raw e-mail | index | archive | help
Hello,
I have updated FBSD over freebsd-update from 8.1 to 8.2 this week. I am run=
ning diskless FBSD boxes and after update works all fine - but in log i got=
this message:
Got ERROR packet: TFTP Aborted
Diskless machine is running, this message appear after directly after switc=
h on PC.
In xferlog is:
Jun 9 18:50:56 storage tftpd[16527]: Got ERROR packet: TFTP Aborted
Jun 9 18:50:56 storage tftpd[16529]: Filename: 'pxeboot'
Jun 9 18:50:56 storage tftpd[16529]: Mode: 'octet'
Jun 9 18:50:56 storage tftpd[16529]: 192.168.2.50: read request for //pxeb=
oot: success
Version of dhcpd isc-dhcp41-server-4.1.e,2.
dhcpd.conf
option domain-name "ucebna.int";
option domain-name-servers 192.168.2.1;
default-lease-time 600;
max-lease-time 7200;
authoritative;
log-facility local7;
subnet 192.168.2.0 netmask 255.255.255.192 {
option subnet-mask 255.255.255.192;
option broadcast-address 192.168.2.63;
# amd64
group {
next-server 192.168.2.59;
filename "pxeboot";
option root-path "storage.ucebna.int:/usr/local/storage/PC/=
amd64";
use-host-decl-names on;
host pc-50.ucebna.int {
hardware ethernet 00:0c:29:e1:fd:89;
fixed-address 192.168.2.50;
}
}
And tcpdump of traffic:
http://www.krejca.info/tcpdump.txt
Thank you for advice.
Radek
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B2E0472020754D45B72E9B0CE35278CA6E798C5433>
