From owner-freebsd-hackers Sat Jun 3 17:37:30 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA20811 for hackers-outgoing; Sat, 3 Jun 1995 17:37:30 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id RAA20804 ; Sat, 3 Jun 1995 17:37:29 -0700 X-Authentication-Warning: freefall.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Marc van Kempen cc: jkh@freebsd.org, hackers@freebsd.org Subject: Re: [2.0.5-ALPHA] Several slip install bugs In-reply-to: Your message of "Sat, 03 Jun 95 16:35:39 BST." <199506031535.QAA07826@nietzsche> Date: Sat, 03 Jun 1995 17:37:29 -0700 Message-ID: <20803.802226249@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: hackers-owner@freebsd.org Precedence: bulk > When asked to edit the slattach line, the changes are not used, > at least not the speed. I had to kill the slattach and start a > new one at VTY-4. Sigh. An especially stupid bug - I wasn't copying the user input back over! Fixed, thanks. > After installation, (this is on a notebook, which only has sl0 > as a possible network device) the network interface is > erroneously set to "cuaa0" in /etc/sysconfig, instead of "sl0". This is fixed, albeit probably not the way you like.. :-) I ignore cua0* devices now since I have no way of knowing if the slip link is permanant and in the case if ppp I don't need to write anything out anyway! > If you want to carry this all the way to the end, one could > also put the 'slattach ...' line which was used during the > installation into /etc/start_if.sl0. Hmph.. I'd have to go re-engineer the above, but I'll think about it.. :-) Jordan