From owner-freebsd-stable@freebsd.org Thu Oct 17 05:37:52 2019 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EB93816EBC8 for ; Thu, 17 Oct 2019 05:37:52 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46tycH28ltz3Kdn for ; Thu, 17 Oct 2019 05:37:50 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=To:Date:Message-Id:Subject:Mime-Version:Content-Transfer-Encoding:Content-Type:From; bh=k2Nar7u542oGwUbXBWMSTy44Trr60Am43h4MzV5dRnQ=; b=efXZkvhaO0Ge3G0txF1Y+A1eH2IM5bLDmBv+uqRXHLtiBMZ6nrkyBZVkHttaZ5UeipS5hkAzzhPwtL/5A56vFL0DkH5tMaKjx78+LPCmReJhznh6QT4JsXyKb8q6PgEpcjinyTdBl0BF2ZI7peJgi36feeVRuDm62VL2Is2r8fRFS56rushAypDEMi0mECqUgN3N5Kq4DDfvu4Rn0T3Fe9TYSorC8ZW5b9LB7AOeip0ap7jQTGyzCcIREY7OfXEsq4kQu6dXtoitDJiRoIrnBi2hhSZclDXRc+MaT1Zf/alyjNClVkVo6eTG8aWW+E4gotE7CqUKAYjoVzRo1xMXoQ==; Received: from bach.cs.huji.ac.il ([132.65.80.20]) by kabab.cs.huji.ac.il with esmtp id 1iKyTq-000K3D-Mb for freebsd-stable@freebsd.org; Thu, 17 Oct 2019 08:37:46 +0300 From: Daniel Braniss Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: 12.1 weirdness Message-Id: <2AE097DF-E7CA-4A02-B57E-2A490DBC40EC@cs.huji.ac.il> Date: Thu, 17 Oct 2019 08:37:46 +0300 To: FreeBSD-STABLE Mailing List X-Mailer: Apple Mail (2.3445.9.1) X-Rspamd-Queue-Id: 46tycH28ltz3Kdn X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cs.huji.ac.il header.s=57791128 header.b=efXZkvha; dmarc=none; spf=none (mx1.freebsd.org: domain of danny@cs.huji.ac.il has no SPF policy when checking 132.65.116.210) smtp.mailfrom=danny@cs.huji.ac.il X-Spamd-Result: default: False [-2.00 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.97)[-0.970,0]; R_DKIM_ALLOW(-0.20)[cs.huji.ac.il:s=57791128]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[huji.ac.il]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(-0.23)[ipnet: 132.64.0.0/13(-0.68), asn: 378(-0.54), country: IL(0.06)]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[cs.huji.ac.il:+]; RCVD_IN_DNSWL_NONE(0.00)[210.116.65.132.list.dnswl.org : 127.0.10.0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:378, ipnet:132.64.0.0/13, country:IL]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Oct 2019 05:37:53 -0000 hi, just trying out 12,1 on a DELL PowerEdge R710, and I see: ... Oct 16 22:52:12 store-08 kernel: bce3: bce_pulse(): Warning: bootcode = thinks driver is absent! (bc_state =3D 0x0023600E) Oct 16 22:52:13 store-08 kernel: Limiting icmp unreach response from = 3244 to 200 packets/sec Oct 16 22:52:13 store-08 kernel: bce3: bce_pulse(): Bootcode found the = driver pulse! (bc_state =3D 0x0003610E) Oct 17 06:04:29 store-08 kernel: Limiting icmp unreach response from 564 = to 200 packets/sec there is nothing connected to bce3, only bce0,=20 rev is r353486, and it=E2=80=99s diskless. BTW: is there a way of knowing which port is being reported as = unreachable?=20 any ideas? thanks, danny=