From owner-freebsd-questions@FreeBSD.ORG Tue Mar 8 01:39:04 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 461D416A4CE for ; Tue, 8 Mar 2005 01:39:04 +0000 (GMT) Received: from ns21.jronline.nl (ns21.jronline.nl [82.192.77.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA1EF43D31 for ; Tue, 8 Mar 2005 01:39:03 +0000 (GMT) (envelope-from fbsdquestionmail@mindrules.net) Received: from www.mindrules.net (localhost.localdomain [127.0.0.1]) by ns21.jronline.nl (8.12.10/8.12.10) with ESMTP id j281d2oN006871; Tue, 8 Mar 2005 02:39:02 +0100 Received: from 82.173.4.101 (SquirrelMail authenticated user webmaster@mindrules.net); by www.mindrules.net with HTTP; Tue, 8 Mar 2005 02:39:02 +0100 (CET) Message-ID: <5971.82.173.4.101.1110245942.squirrel@82.173.4.101> In-Reply-To: <422CE961.201@mac.com> References: <5602.82.173.4.101.1110238971.squirrel@82.173.4.101> <422CE961.201@mac.com> Date: Tue, 8 Mar 2005 02:39:02 +0100 (CET) From: "Lucas" To: "Chuck Swiger" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: freebsd-questions@freebsd.org Subject: Re: dummynet problem, kernel options checked X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 01:39:04 -0000 > Lucas wrote: > [ ... ] >> Is there any way I could check if it really compiled? I vaguely >> remember something containing the word dummynet flashing by >> while compiling. > > If you check `dmesg`, you should see a line like: > > DUMMYNET initialized (011031) > > However, your problem sounds like your kernel and world are out-of-sync. If > you've updated your sources and reinstalled the kernel, you'll also need to > reinstall the world, too. I didn't install any sources when installing freebsd, I was in a hurry and didn't bother, then I installed the sources from ftp because it would be easier then fiddling with cdroms, but only installed sys.. I know, dumb. Thanks!