From owner-freebsd-stable@FreeBSD.ORG Tue May 28 05:30:02 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1DED1EC6 for ; Tue, 28 May 2013 05:30:02 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pd0-f177.google.com (mail-pd0-f177.google.com [209.85.192.177]) by mx1.freebsd.org (Postfix) with ESMTP id EFFD1912 for ; Tue, 28 May 2013 05:30:01 +0000 (UTC) Received: by mail-pd0-f177.google.com with SMTP id u11so7255030pdi.36 for ; Mon, 27 May 2013 22:30:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=0p8notnfv424bcFecqUH0kN6tm/CDzA5e1PsdmARZB0=; b=rzuXOCzu3wT3oQm6eQCJjb7FPwgnd+aM7MkCoIJKpclez73CAu7tk5DleFZl8taMq2 UupysHWlAfEvd1RzTdYWgTXvtw80JMco9zX/8hLuyTo2y/FJ+t2g1frSjd0Iwgm3MmD5 cgDklVUcUgwA5g8Gxdgg8clb2V6FvNY4Vg4oBW94IUhZ0E3T5GORcnPaML7vhYhj8DZQ WS/wg9LPrJjadunOExaPMTX56yfLT0bzGh9QYt3PAfL/SpP53c2AwAAH1GWIbVR6kRSK oG0LZhj3qFadUCnBLBopddMfuLMBhYe5JnR2fGVrpA7Y1D2x9++BKGCsl4Xe+wvx3iMt 3Tnw== X-Received: by 10.66.253.74 with SMTP id zy10mr32547072pac.123.1369719001246; Mon, 27 May 2013 22:30:01 -0700 (PDT) Received: from pyunyh@gmail.com (lpe4.p59-icn.cdngp.net. [114.111.62.249]) by mx.google.com with ESMTPSA id zt1sm14410116pbb.15.2013.05.27.22.29.58 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 27 May 2013 22:30:00 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Tue, 28 May 2013 14:29:53 +0900 From: YongHyeon PYUN Date: Tue, 28 May 2013 14:29:53 +0900 To: Daniel Braniss Subject: Re: SunFire X2200 ilo's bge1 DOWN/UP Message-ID: <20130528052953.GA1457@michelle.cdnetworks.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 May 2013 05:30:02 -0000 On Mon, May 27, 2013 at 10:59:28AM +0300, Daniel Braniss wrote: > > On Fri, May 24, 2013 at 05:31:13PM +0300, Daniel Braniss wrote: > > > hi, after upgrading to 9.1-stable, this particular hardware - SunFire X2200, > > > > Show me dmesg(bge(4) and brgphy(4) only) and 'ifconfig bge1' output. > > > > bge0: mem > 0xfdff0000-0xfdffffff,0xfdfe0000-0xfdfeffff irq 17 at device 4.0 on pci6 > bge0: CHIP ID 0x00009003; ASIC REV 0x09; CHIP REV 0x90; PCI-X 133 MHz > miibus2: on bge0 > brgphy0: PHY 1 on miibus2 > brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, > 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow > bge0: Ethernet address: 00:1b:24:5d:5b:bd > bge1: mem > 0xfdfc0000-0xfdfcffff,0xfdfb0000-0xfdfbffff irq 18 at device 4.1 on pci6 > bge1: CHIP ID 0x00009003; ASIC REV 0x09; CHIP REV 0x90; PCI-X 133 MHz > miibus3: on bge1 > brgphy1: PHY 1 on miibus3 > brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, > 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow > bge1: Ethernet address: 00:1b:24:5d:5b:be > > sf-10> ifconfig bge1 > bge1: flags=8802 metric 0 mtu 1500 > options=8009b TE> > ether 00:1b:24:5d:5b:be > nd6 options=21 > media: Ethernet autoselect (100baseTX ) > status: active > Because bge1 is not UP, I wonder how you get link UP/DOWN events. Do you have some network script run by cron? > > > is toggeling bge1 DOWN/UP every few hours, this port is being used by the ILO. > > > To check, I upgraded another identical host, and the same problem appears. > > > > What is the last known working revision? > > I have no idea, but I have older versions, and ill start from the oldets > (9.1-prerelease), but > it will take time, since it takes hours till it happens. > ok.