From owner-freebsd-current@FreeBSD.ORG Fri Sep 3 18:26:01 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 454801065670 for ; Fri, 3 Sep 2010 18:26:01 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id E655E8FC1E for ; Fri, 3 Sep 2010 18:26:00 +0000 (UTC) Received: by qwg5 with SMTP id 5so2226050qwg.13 for ; Fri, 03 Sep 2010 11:26:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=PDDEGSEoI8k9Xo6b27X1izi/04TwEcmMRFbzso5ltpk=; b=soVMMTOiDcgteosrqv4zIkA8otJvAUQPb5tbc1RELFrCjNn7/UESGWfzjaYUDXmWMa 6CK1VsPkNDPYGHX1EuV2uoyaVhWSIF5GpPXYZt1JxNS0uT26MfRcEbJzcWETKJEUZdp/ +wEM2dsGT9FHDNCPekXQU50knv2i92pZjAqsg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=sg1rTBTEOHU6pysRb5qH2vE1JtPscHbfjt8GqfIdK1CjZmqQmmlXI9Oev6Rtu0a++h kQEwqymljUskZjYfF4ihuBfaqbsXgVODoSka8FG/kYfbzBfNNrfcTgDOr8OOlJ1vm28Q gGsOee9mELUS5YZSmbp5u/+seecoNmUIMXovQ= Received: by 10.229.236.133 with SMTP id kk5mr939941qcb.191.1283538359972; Fri, 03 Sep 2010 11:25:59 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id e6sm2218930qcr.41.2010.09.03.11.25.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Sep 2010 11:25:58 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Fri, 3 Sep 2010 11:25:34 -0700 From: Pyun YongHyeon Date: Fri, 3 Sep 2010 11:25:34 -0700 To: Anton Shterenlikht Message-ID: <20100903182534.GM21940@michelle.cdnetworks.com> References: <20100902100014.GA26562@mech-cluster241.men.bris.ac.uk> <20100902170316.GA28362@mech-cluster241.men.bris.ac.uk> <20100902183603.GD21940@michelle.cdnetworks.com> <20100903084204.GA35820@mech-cluster241.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100903084204.GA35820@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: bge(4) problem on sparc64 between r204991M and r212097 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2010 18:26:01 -0000 On Fri, Sep 03, 2010 at 09:42:04AM +0100, Anton Shterenlikht wrote: > On Thu, Sep 02, 2010 at 11:36:03AM -0700, Pyun YongHyeon wrote: > > On Thu, Sep 02, 2010 at 06:03:16PM +0100, Anton Shterenlikht wrote: > > > On Thu, Sep 02, 2010 at 11:00:14AM +0100, Anton Shterenlikht wrote: > > > > I just updated world and kernel from r204991M to r212097 on sparc64. > > > > > > > > Now I can't ping my gateway. If I boot kernel.old, then > > > > the network works fine. As far as I could see mergemaster > > > > didn't update any network files. > > > > > > > > Please advise > > > > > > > > In the meantime I'll try intermediate revisions. > > > > > > I narrowed down the problem to between r212050 and r212080. > > > Will continue tomorrow. > > > > > > > Thanks for reporting. There was a big change in r212061, so try > > backing out that revision and see whether this makes differences > > or not. > > yes, r212061 is the offending revision, r212060 works fine. > Please let me know if you want any further information. Thanks for narrowing down guilty revision. Would you show me verbose boot message? > I can't see anything obvious in the logs. > I also failed to spot what went wrong.