From owner-freebsd-stable@FreeBSD.ORG Mon Sep 29 05:04:29 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BF56106568B for ; Mon, 29 Sep 2008 05:04:29 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.225]) by mx1.freebsd.org (Postfix) with ESMTP id 147A18FC1F for ; Mon, 29 Sep 2008 05:04:28 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1761547rvf.43 for ; Sun, 28 Sep 2008 22:04:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from :to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=ShFPNKJAH0pqrXXOqzoipbXVSNQDN7VsEIpQdG9aEBM=; b=mcHsEmrl3WoReicrhhC9//Ac/uBZQh81jCTReXaYEFYWMQQ6dfG/LhR3FSQWN10rSv qzc6K6iwPCks1eUrI2PRXe6721pAx4za0LyBvyijCIfF4JwD6b41a0rW3RI720h8+anB nT2FA1EshyTkp5d+EixvX1Xr8AXTKape4JrOc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=RVzQHU7RawUlTx5c8IAM5djVr2VEpajLIA3It1EHpF5SzF7M4MaoEtjk5b/29Es9BW E4HqgktqUsmV8YADP2/Ij9hGCHDqnvCkG4U2nfEEBSuWEJt1iTm+b9NVL8lQGa7xsvLP dKptW9ZlxqyzIcMe9wrScd1sCZhUeHShZDe6c= Received: by 10.141.197.14 with SMTP id z14mr2174231rvp.283.1222664668604; Sun, 28 Sep 2008 22:04:28 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id f21sm2559491rvb.5.2008.09.28.22.04.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 28 Sep 2008 22:04:27 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m8T52RpZ055882 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 29 Sep 2008 14:02:27 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m8T52OYc055881; Mon, 29 Sep 2008 14:02:24 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 29 Sep 2008 14:02:24 +0900 From: Pyun YongHyeon To: Julian Stacey Message-ID: <20080929050224.GF54819@cdnetworks.co.kr> References: <20080926013346.GA43015@cdnetworks.co.kr> <200809261717.m8QHGvmx011312@fire.js.berklix.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200809261717.m8QHGvmx011312@fire.js.berklix.net> User-Agent: Mutt/1.4.2.1i Cc: stable@freebsd.org Subject: Re: rl0: watchdog timeout + 40, 000 ms ping with 7.1-BETA-i386-disc1.iso X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Sep 2008 05:04:29 -0000 On Fri, Sep 26, 2008 at 07:16:57PM +0200, Julian Stacey wrote: > > > I'm remaking binaries, > > New generic kernel built & installed, & install of all src/ done too. > No improvement. > > > Is there reliable way to reproduce the issue? > > Its continuous, the machine virtually never does a ping in less > than 10 seconds. > > > Anyway, would you try attached patch and let me know result? > > Thanks > Done, doesnt help. > Seeing a new message now too: > ping: sendto: No buffer space available. Can you see 'rl0: link state changed to UP' message in dmesg after you assign an IP address to rl0? Would you show me the 'ifconfig rl0' output? -- Regards, Pyun YongHyeon