From owner-freebsd-bugs Fri Dec 8 15:20:57 1995 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA02174 for bugs-outgoing; Fri, 8 Dec 1995 15:20:57 -0800 (PST) Received: from dg-rtp.dg.com (dg-rtp.rtp.dg.com [128.222.1.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA02151 for ; Fri, 8 Dec 1995 15:20:53 -0800 (PST) Received: by dg-rtp.dg.com (5.4R3.10/dg-rtp-v02) id AA26199; Fri, 8 Dec 1995 18:20:21 -0500 Received: from ponds by dg-rtp.dg.com.rtp.dg.com; Fri, 8 Dec 1995 18:20 EST Received: from lakes (lakes [192.96.3.39]) by ponds.UUCP (8.6.11/8.6.5) with ESMTP id MAA04780; Fri, 8 Dec 1995 12:56:57 -0500 Received: (from rivers@localhost) by lakes (8.6.12/8.6.9) id NAA11824; Fri, 8 Dec 1995 13:00:23 -0500 Date: Fri, 8 Dec 1995 13:00:23 -0500 From: Thomas David Rivers Message-Id: <199512081800.NAA11824@lakes> To: time.cdrom.com!jkh@dg-rtp.dg.com, joerg_wunsch@uriah.heep.sax.de Subject: Re: Another problem with sysinstall with SL/IP. Cc: freebsd-bugs@freefall.freebsd.org Content-Type: text Sender: owner-bugs@FreeBSD.ORG Precedence: bulk > > > No, it must be > > > > network_interfaces="lo0" > > > > sl0 cannot be initialized at boot time, since the initialization can > > only be done after slattach has turned the port into something that > > can speak IP. This case is not handled by the current /etc/rc and > > True enough, though it's still a bug. :-) > > I'm still in sysinstall-avoidance mode after 2.1, but I hope to work > up the courage to approach it again soon. Since it's going to be > around for the lifetime of 2.1.x, I wouldn't also mind a little help > if anyone feels like jumping in and helping me to improve the installation. > > I think I've done this one more or less alone for long enough.. :-) > It's not just a question of shared workload either - monotheism in an > installation program is not always a good thing. :-) > > Jordan > Well, the values I had before (network_interfaces="sl0 lo0") worked great in 2.0.5. The behaviour it has was to go ahead and assign the proper IP addresses to sl0. Of course, the network was unavailable until the slattach was performed, but I did that when I wanted to connect to my ISP. - Dave Rivers -