From owner-freebsd-questions@FreeBSD.ORG Mon Dec 27 14:33:21 2004 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 AE58916A4CF for ; Mon, 27 Dec 2004 14:33:21 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3BA143D1F for ; Mon, 27 Dec 2004 14:33:20 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.13.1/8.13.1) with ESMTP id iBREZoIq098455; Mon, 27 Dec 2004 15:35:50 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.1/8.13.1/Submit) id iBREZool098454; Mon, 27 Dec 2004 15:35:50 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Mon, 27 Dec 2004 15:35:50 +0100 From: Ruben de Groot To: Andreas Wider?e Andersen , kalin@grande.el.net Message-ID: <20041227143550.GA97824@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Andreas Wider?e Andersen , kalin@grande.el.net, freebsd-questions@freebsd.org References: <6.1.2.0.2.20041227144029.05fa8a90@malibu.wideroe.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.1.2.0.2.20041227144029.05fa8a90@malibu.wideroe.net> User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, score=0.1 required=5.0 tests=ALL_TRUSTED,FROM_ENDS_IN_NUMS, J_CHICKENPOX_51,NIGERIAN_SUBJECT2 autolearn=failed version=3.0.1 X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on ei.bzerk.org cc: freebsd-questions@freebsd.org Subject: Re: urgent help 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: Mon, 27 Dec 2004 14:33:21 -0000 On Mon, Dec 27, 2004 at 02:40:34PM +0100, Andreas Wider?e Andersen typed: > At 09:35 27.12.2004, you wrote: > > > PLEASE REPLY TO kalin@grande.el.net > > > > upgraded from 4.6 => 4.10 rel > > > > network programs are craching the new system: netstat, ping, the qmail tcp > > server.... all of them... > > sshd is running but when accessing from outside it panics too... what is > > it? > > > > can i turn something off in the kernel?! > > Did you "make world" in addition to recompiling the Kernel? Sounds like > your system is out of sync. > > Here's a note about how I did it a while back: > http://home.eunet.no/~awand/freebsd-4.6_installasjon.txt (it's in > Norwegian, but all commands and order should be understandable. >From this document I understand you do a "make buildkernel" before you do a "make buildworld". That's not the recommended order. Build world before you build kernel.