Hello,

I have updated FBSD over freebsd-update from 8.1 to 8.2 this week. I am running 
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 switch 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 //pxeboot: 
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

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to