From owner-freebsd-stable@FreeBSD.ORG Mon Jan 28 08:22:27 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C341E16A419 for ; Mon, 28 Jan 2008 08:22:27 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id 7A93913C465 for ; Mon, 28 Jan 2008 08:22:27 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so2898423waf.3 for ; Mon, 28 Jan 2008 00:22:27 -0800 (PST) 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=CeJSeNmSAGZe6PTyjEE9QECcfr/depJlkw4saku7X/4=; b=Q2IhJQAWUlq66yY5/A5clY9VOt6ArfSV2z4vfByg1aiGve8B4PF4tYYG/QfXcroL9DYHr6acmXLxT0w8EnAGho136i9XeRUTUjG2rjapr1YgVORU2BNM2OOqRY7AZyAVXahkDUkqdClW+bQmiUsU6v6T2oGm1718NYDbJP6BZr4= 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=XYqfcgz51T8zGbw1IgsYIzA5Gkk/uK046It4dUsxdlUNLkHJk8qcZ9ld+QpLFwRWdIJowcbbHd2/EIj4KFSPqMTZSFoDGzRXRTLxN0QNPEp0M8vb+We1uBBr/L2mRZNLvey5B0AzeOjpTXaWdhyRq3a12LGb8h9yFutCjjqNFL0= Received: by 10.114.198.1 with SMTP id v1mr2179319waf.89.1201508545453; Mon, 28 Jan 2008 00:22:25 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id n32sm11067811wag.13.2008.01.28.00.22.22 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 28 Jan 2008 00:22:24 -0800 (PST) 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 m0S8MHRb000917 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 Jan 2008 17:22:17 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m0S8MGGC000916; Mon, 28 Jan 2008 17:22:16 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 28 Jan 2008 17:22:16 +0900 From: Pyun YongHyeon To: Torfinn Ingolfsen Message-ID: <20080128082216.GC671@cdnetworks.co.kr> References: <20080127134836.47ca4444.torfinn.ingolfsen@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080127134836.47ca4444.torfinn.ingolfsen@broadpark.no> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD 6.3-stable and if_re - stability problems? 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, 28 Jan 2008 08:22:27 -0000 On Sun, Jan 27, 2008 at 01:48:36PM +0100, Torfinn Ingolfsen wrote: > Hello! > > Is anybody having stability problems with if_re under FreeBSD > 6.3-stable? > I know about PR kern/118719[1] but it doesn't look like the problem I'm > having - at least my machine doesn't panic. > My machine[2] runs FreeBSD 6.3-stable / amd64: > root@kg-vm# uname -a > FreeBSD kg-vm.kg4.no 6.3-STABLE FreeBSD 6.3-STABLE #1: Sun Jan 27 02:10:15 CET 2008 root@kg-vm.kg4.no:/usr/obj/usr/src/sys/SMP amd64 > > The machine has an if_re interface: > root@kg-vm# pciconf -lv | grep -B 4 network > subclass = VGA > re0@pci2:0:0: class=0x020000 card=0x81aa1043 chip=0x816810ec rev=0x01 hdr=0x00 > vendor = 'Realtek Semiconductor' > device = 'RTL8168/8111 PCI-E Gigabit Ethernet NIC' > class = network > > It looks like the interface works, because it gets the ip > address and other dhcp parameters right. But when I try to pass traffic > over it, trsffic often just stops. Examples: ping by ip address, > csup'ing the ports. also ssh connections to the machine randomly hangs, or closes. > I think re(4) in CURRENT have fixed these issues. Would you try re(4) in CURRENT? > Ouch! The machine just rebooted. Perhaps this is kern/118719 after all. > Anything I can do to diagnose this problem further? > FWIW, I have FreeBSD 7.0 (RELENG_7) installed on another slice and that works nicely. > > References: > 1) PR kern/118719 http://www.freebsd.org/cgi/query-pr.cgi?pr=118719 > 2) my machine http://tingox.googlepages.com/asus_m2a-vm_hdmi_freebsd > -- > Regards, > Torfinn Ingolfsen > -- Regards, Pyun YongHyeon