From owner-freebsd-smp Thu Jul 17 12:17:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA27134 for smp-outgoing; Thu, 17 Jul 1997 12:17:12 -0700 (PDT) Received: from Ilsa.StevesCafe.com (Ilsa.StevesCafe.com [205.168.119.129]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA27090; Thu, 17 Jul 1997 12:16:54 -0700 (PDT) Received: from Ilsa.StevesCafe.com (localhost [127.0.0.1]) by Ilsa.StevesCafe.com (8.8.6/8.8.5) with ESMTP id NAA14845; Thu, 17 Jul 1997 13:16:00 -0600 (MDT) Message-Id: <199707171916.NAA14845@Ilsa.StevesCafe.com> X-Mailer: exmh version 2.0gamma 1/27/96 From: Steve Passe To: Tony Overfield cc: ulmik@proxy.lkb.lv, freebsd-smp@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: SNAP-970716 (wuz Re: Latest code.) In-reply-to: Your message of "Thu, 17 Jul 1997 13:38:07 CDT." <3.0.1.32.19970717133807.006b8890@bugs.us.dell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 Jul 1997 13:16:00 -0600 Sender: owner-smp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, > >> | Adding default route to 143.166.169.1.panic: page > fault > >> syncing disks... done > > >if you installing from local server ( eg on same network ) dont add def. > >gateway and it works fine > > Thanks, Uldis. Since I need to go through a router, I'll just wait and > try this again after the bug is fixed. I think it might be fixed in the src: ------------------------------------------------------------------------------- julian 1997/07/16 07:55:16 PDT Modified files: sys/net rtsock.c Log: Bungled cut/paste leaves kernel with page faults.. (read all about it!) Revision Changes Path 1.29 +3 -2 src/sys/net/rtsock.c ------------------------------------------------------------------------------- msmith 1997/07/17 02:21:37 PDT Modified files: sys/net rtsock.c Log: Fix Julian's fixed fix. Routing is weird. We need to accept at least one sockaddr with zero length, in order to be able to set the default route. Suggested by: Phone conversation with Julian (sleep well!) Revision Changes Path 1.30 +6 -3 src/sys/net/rtsock.c -- Steve Passe | powered by smp@csn.net | Symmetric MultiProcessor FreeBSD