From owner-freebsd-net@FreeBSD.ORG Mon Jun 23 06:36:18 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2969EC13 for ; Mon, 23 Jun 2014 06:36:18 +0000 (UTC) Received: from people.fsn.hu (people.fsn.hu [195.228.252.137]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "people.fsn.hu", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D241C22E3 for ; Mon, 23 Jun 2014 06:36:16 +0000 (UTC) Received: by people.fsn.hu (Postfix, from userid 1001) id 101811414D03; Mon, 23 Jun 2014 08:36:05 +0200 (CEST) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MF-ACE0E1EA [pR: 6.6648] X-CRM114-CacheID: sfid-20140623_08360_3AE94ADD X-CRM114-Status: Good ( pR: 6.6648 ) X-DSPAM-Result: Whitelisted X-DSPAM-Processed: Mon Jun 23 08:36:05 2014 X-DSPAM-Confidence: 0.9947 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 53a7cad5619901266120378 X-DSPAM-Factors: 27, From*"Nagy, Attila" , 0.00021, ports, 0.00182, ports, 0.00182, timeout, 0.00259, timeout, 0.00259, boot, 0.00323, boot, 0.00323, Received*online.co.hu+[195.228.243.99]), 0.00516, Received*[195.228.243.99]), 0.00516, Received*online.co.hu, 0.00516, Received*(japan.t, 0.00516, Received*(japan.t+online.co.hu, 0.00516, >+on, 0.00573, couldn't+find, 0.00573, the+host, 0.00573, svn, 0.00602, Received*from+japan.t, 0.00645, Received*online.private+(japan.t, 0.00645, Received*japan.t+online.private, 0.00645, Received*japan.t, 0.00645, rev, 0.00736, rev, 0.00736, addr, 0.00736, addr, 0.00736, works+in, 0.00858, output, 0.00988, X-Spambayes-Classification: ham; 0.00 Received: from japan.t-online.private (japan.t-online.co.hu [195.228.243.99]) by people.fsn.hu (Postfix) with ESMTPSA id 74BE51414CF3 for ; Mon, 23 Jun 2014 08:36:03 +0200 (CEST) Message-ID: <53A7CAD3.9060005@fsn.hu> Date: Mon, 23 Jun 2014 08:36:03 +0200 From: "Nagy, Attila" MIME-Version: 1.0 To: FreeBSD Net Subject: Can't boot from NFS with Emulex BE3 (oce) in stable/10 (9 works) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2014 06:36:18 -0000 Hi, I have an Emulex BE3 in a HP BL460c G8 machine. I boot it from PXE/NFS, which works in stable/9 (r248885), but doesn't in stable/10 (r267603). The relevant output from the boot process: oce1: Interface Up Sending DHCP Discover packet from interface oce0 (d8:9d:67:61:c2:a8) Sending DHCP Discover packet from interface oce1 (d8:9d:67:61:c2:ac) uhub0: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered ugen1.2: at usbus1 ukbd0: on usbus1 kbd2 at ukbd0 ugen2.2: at usbus2 uhub3: on usbus 2 ugen0.2: at usbus0 uhub4: on usbus 0 uhub4: 6 ports with 6 removable, self powered uhub3: 8 ports with 8 removable, self powered ugen2.3: at usbus2 uhub5: on usbus 2 uhub5: 2 ports with 1 removable, self powered DHCP/BOOTP timeout for server 255.255.255.255 DHCP/BOOTP timeout for server 255.255.255.255 DHCP/BOOTP timeout for server 255.255.255.255 And these lines forever. On the DHCP server I can see the DHCPDISCOVERs and also DHCPOFFERs without any response from the host. Skimming through the svn changelog I couldn't find any clues from the commit messages. Any ideas? Thanks,