From owner-freebsd-stable@FreeBSD.ORG Mon May 27 06:43:30 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 19808E65 for ; Mon, 27 May 2013 06:43:30 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) by mx1.freebsd.org (Postfix) with ESMTP id E9E486C1 for ; Mon, 27 May 2013 06:43:29 +0000 (UTC) Received: by mail-pa0-f45.google.com with SMTP id tj12so1546786pac.18 for ; Sun, 26 May 2013 23:43:28 -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=eSZTC+I/n6tgsSV2jsUWnma7+7Y8Uo6fj4zYEHzvq14=; b=dFL+k+edTyuHtdccMyPy6m9xJoYhA9rtMonmU1VlnFUwf/p9GC7N0YO1NnfS79ejzO z/DNohe/uBe6oPm+Th3mxK2iGX/FV69kv0YF+7aAJ/MmWTOF/RBxLiG365ilPW8UjOBL hlBzLYBs4U1LOcByQoSD9WXHKULqSggoMB0NfMYXGGdOELnD4l2akRtrsjhSe6PPwRth rMOj4JTu98HR7OjAOUzJboBZ1kB8kX7dfZ5C2GPRCLMZ3uTXmc6UI4zdbjP9gSwPGTwh 4u5i8vIp5iE0ETwYII4D1Yir0HfsnHnblv+RpKsKPHgdoFx8TTJMEg+Cj4IUCK0ObQLc HVPg== X-Received: by 10.68.222.8 with SMTP id qi8mr28060207pbc.7.1369637008389; Sun, 26 May 2013 23:43:28 -0700 (PDT) Received: from pyunyh@gmail.com (lpe4.p59-icn.cdngp.net. [114.111.62.249]) by mx.google.com with ESMTPSA id cd2sm27340262pbd.35.2013.05.26.23.43.24 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 26 May 2013 23:43:26 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Mon, 27 May 2013 15:43:20 +0900 From: YongHyeon PYUN Date: Mon, 27 May 2013 15:43:20 +0900 To: Daniel Braniss Subject: Re: SunFire X2200 ilo's bge1 DOWN/UP Message-ID: <20130527064320.GB1480@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: Mon, 27 May 2013 06:43:30 -0000 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. > 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? > There > is not correlation with time, since they happend at totaly different times. > I rebooted both hosts at almost the same time. > one host : > uptime: 5:24PM up 6:15, 0 users, load averages: 0.00, 0.00, 0.00 > May 24 12:53:52 sf-04 kernel: bge1: link state changed to DOWN > May 24 12:53:55 sf-04 kernel: bge1: link state changed to UP > May 24 15:34:25 sf-04 kernel: bge1: link state changed to DOWN > May 24 15:34:28 sf-04 kernel: bge1: link state changed to UP > > and > uptime: 5:24PM up 6:14, 0 users, load averages: 0.00, 0.00, 0.00 > > May 24 16:30:44 sf-10 kernel: bge1: link state changed to DOWN > May 24 16:30:44 sf-10 kernel: bge1: link state changed to UP > > this is not serious, the ilo (ssh) connection is ok, but it's anoying, we have > more > than 10 of this hosts, and if I upgrade all of them, the logs will fill up > with this :-) > > any ideas? > > cheers, > danny