From owner-freebsd-hackers Wed Oct 25 07:21:56 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA15334 for hackers-outgoing; Wed, 25 Oct 1995 07:21:56 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA15324 ; Wed, 25 Oct 1995 07:21:52 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id GAA27480; Wed, 25 Oct 1995 06:56:01 -0700 To: Nate Williams cc: "Serge A. Babkin" , msmith@atrad.adelaide.edu.au, hackers@FreeBSD.org, ache@FreeBSD.org Subject: Re: startslip isn't just broken - it's EVIL! In-reply-to: Your message of "Wed, 25 Oct 1995 01:19:03 MDT." <199510250719.BAA27796@rocky.sri.MT.net> Date: Wed, 25 Oct 1995 06:56:01 -0700 Message-ID: <27477.814629361@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.org Precedence: bulk I used it just as you sent it, and what's more I just finished re-installing the machine from the ground up with -stable bits. Kernel and all. Same problem! :-( Jordan > > I remember one more thing. Slattach worked without -z (forced redial) > > and -u (unit command) flag but hanged if they were set set. Exactly the > > working configuration was: > > > > Hmm, I'll echo that from my side as well. > > /etc/start_if.sl0 > > #!/bin/sh > slattach -a -h -r /etc/ppp/slip-dial -s 115200 cuaa1 > > > Jordan, did you use my stuff as I sent it or did you modify the flags > and such? > > > Nate