From owner-freebsd-questions@FreeBSD.ORG Fri Jun 10 08:27:56 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD2B4106564A for ; Fri, 10 Jun 2011 08:27:56 +0000 (UTC) (envelope-from radek.krejca@starnet.cz) Received: from EXCHANGE.mail.starnet.cz (exchange.mail.starnet.cz [92.62.224.72]) by mx1.freebsd.org (Postfix) with ESMTP id 513AF8FC1A for ; Fri, 10 Jun 2011 08:27:56 +0000 (UTC) Received: from EXCHANGE.mail.starnet.cz ([fe80::7120:461:2a3f:2815]) by EXCHANGE.mail.starnet.cz ([fe80::7120:461:2a3f:2815%11]) with mapi; Fri, 10 Jun 2011 10:17:01 +0200 From: =?iso-8859-2?Q?Radek_Krej=E8a?= To: "'freebsd-questions@freebsd.org'" Date: Fri, 10 Jun 2011 10:16:59 +0200 Thread-Topic: Got ERROR packet: TFTP Aborted Thread-Index: AcwnRr0VLvybVpl2R7G1TnxCgqhzWw== Message-ID: Accept-Language: cs-CZ Content-Language: cs-CZ X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: cs-CZ Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Got ERROR packet: TFTP Aborted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2011 08:27:56 -0000 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