From owner-freebsd-current@FreeBSD.ORG Fri Aug 13 05:42:32 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAC3716A4CE for ; Fri, 13 Aug 2004 05:42:32 +0000 (GMT) Received: from outbound0.sv.meer.net (outbound0.sv.meer.net [205.217.152.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id D931B43D2F for ; Fri, 13 Aug 2004 05:42:32 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from mail.meer.net (mail.meer.net [209.157.152.14]) i7D5g5r2008209; Thu, 12 Aug 2004 22:42:05 -0700 (PDT) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (snv-global1.corp.yahoo.com [216.145.49.15]) by mail.meer.net (8.12.10/8.12.2/meer) with ESMTP id i7D5fmNV080468; Thu, 12 Aug 2004 22:41:49 -0700 (PDT) (envelope-from gnn@neville-neil.com) Date: Thu, 12 Aug 2004 22:41:47 -0700 Message-ID: From: "George V. Neville-Neil" To: sebastian ssmoller In-Reply-To: <20040813073216.3f09e114.sebastian.ssmoller@gmx.net> References: <20040812171410.GA91666@neo.redjade.org> <200408121938.04611.max@love2party.net> <200408122302.19418.max@love2party.net> <20040813073216.3f09e114.sebastian.ssmoller@gmx.net> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.5 Emacs/21.2 (powerpc-apple-darwin) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: Panic in nd6_slowtimo() X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2004 05:42:33 -0000 At Fri, 13 Aug 2004 07:32:16 +0200, sebastian ssmoller wrote: > > hi, > if i remember correctly i got this panic from time to time on my > workstation. what i did as a "work-around" i guess was to disable ipv6 > (option INET6). > > the system runs stable now but i had to configure X11 to -nolisten tcp > which makes it difficult to start X11 progs from another user :) > > have a look at: > http://lists.freebsd.org/pipermail/freebsd-current/2004-January/019524.html > I would be interested to know if this still happens. We've been trying to fix up the IPv6 code. I am running IPv6 on several machines (CURRENT and STABLE) and have yet to see this. I am also using neighbor discovers (nd) extensively. Later, George