From owner-freebsd-i386@FreeBSD.ORG Sat Feb 10 20:10:20 2007 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 899B216A402 for ; Sat, 10 Feb 2007 20:10:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7A4D213C4B2 for ; Sat, 10 Feb 2007 20:10:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l1AKAKPb020369 for ; Sat, 10 Feb 2007 20:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l1AKAK9c020368; Sat, 10 Feb 2007 20:10:20 GMT (envelope-from gnats) Date: Sat, 10 Feb 2007 20:10:20 GMT Message-Id: <200702102010.l1AKAK9c020368@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Joe Vender Cc: Subject: Re: i386/98154: 6-STABLE crashes when being online via modem (Fujitsu Siemens Amilo A notebook) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Joe Vender List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 20:10:20 -0000 The following reply was made to PR i386/98154; it has been noted by GNATS. From: Joe Vender To: bug-followup@freebsd.org, hm-gerhards@web.de Cc: Subject: Re: i386/98154: 6-STABLE crashes when being online via modem (Fujitsu Siemens Amilo A notebook) Date: Sat, 10 Feb 2007 14:05:05 -0600 Well, I've set the tunable as suggested, configured KPPP and am using it now. So far, no problem, but I haven't been online for long either, so time will tell if thats the problem. I came across this which states that if you are using pppd, then you need to set the tunable to 0, if I read it correctly. http://unix.derkeiler.com/Mailing-Lists/FreeBSD/current/2004-08/2745.html This all makes me wonder, what is the advantage to having the debug.mpsafenet set to 1 as default, anyway, if the computer only has a single processor? Shouldn't the installer be smart enough to detect if the computer is single or multiprocessor, and set the tunable accordingly, at least until ALL of the network features are made MPSAFE so that it is no longer an issue? And, when installing FreeBSD 6.2, the kernel that booted from the install CD was GENERIC, but after the installation, the bootup showed that the kernel being used was SMP. Being that my computer is a single processor, shouldn't it default to the GENERIC kernel after installation, unless I request otherwise? Thanks, Joe