From owner-freebsd-atm@FreeBSD.ORG Tue May 15 11:13:28 2007 Return-Path: X-Original-To: freebsd-atm@freebsd.org Delivered-To: freebsd-atm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48E2516A402 for ; Tue, 15 May 2007 11:13:28 +0000 (UTC) (envelope-from cz+fbsdnet@onlineloop.com) Received: from castle-romeo.onlineloop.com (castle-romeo.onlineloop.com [62.116.6.130]) by mx1.freebsd.org (Postfix) with ESMTP id CD5A013C44C for ; Tue, 15 May 2007 11:13:27 +0000 (UTC) (envelope-from cz+fbsdnet@onlineloop.com) Received: from localhost (localhost [127.0.0.1]) by castle-romeo.onlineloop.com (8.13.6/8.13.6) with ESMTP id l4FBDMfg004720 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 15 May 2007 13:13:25 +0200 (CEST) Date: Tue, 15 May 2007 13:13:22 +0200 (CEST) From: Clemens Zauner To: freebsd-atm@freebsd.org In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: patm / NATM system freeze with CPUTYPE?=opteron X-BeenThere: freebsd-atm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ATM for FreeBSD! List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2007 11:13:28 -0000 On Tue, 15 May 2007, Clemens Zauner wrote: > Im facing complete system freezes when compiling the kernel with > CPUTYPE?=opteron immediately *after* issuing an ifconfig on > the patm0 - interface (trying to set an IP address). Uuups - update: The version without CPUTYPE?=opteron made just a boo-boo. It seems that this one is more "stable" but still hangs itself to dead. I tried to bring traffic on the loop (ping), the replies got lost: atest# netstat -I patm0 1 input (patm0) output packets errs bytes packets errs bytes colls 1 0 92 0 1 92 0 1 0 92 0 1 92 0 1 0 92 0 1 92 0 (the input ist the "ping", the tried (but failed) output should be the pong). I now deleted the settings (atmconfig natm delete ...) and tried to re-set the Network configuration: atest# ifconfig patm0 192.168.254.2/24 => Boom Kernel is aboslutely dead, not responding to whatever (keyboard, acpi-power-down events, ...) cu Clemens.