From owner-freebsd-hackers Sat Oct 21 18:03:47 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA19567 for hackers-outgoing; Sat, 21 Oct 1995 18:03:47 -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 SAA19562 for <hackers@freebsd.org>; Sat, 21 Oct 1995 18:03:45 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id SAA22969; Sat, 21 Oct 1995 18:03:26 -0700 To: Nate Williams <nate@rocky.sri.MT.net> cc: hackers@freebsd.org Subject: Re: New record for installation floppy update! :-) In-reply-to: Your message of "Sat, 21 Oct 1995 15:10:58 MDT." <199510212110.PAA17778@rocky.sri.MT.net> Date: Sat, 21 Oct 1995 18:03:26 -0700 Message-ID: <22967.814323806@time.cdrom.com> From: "Jordan K. Hubbard" <jkh@time.cdrom.com> Sender: owner-hackers@freebsd.org Precedence: bulk [Nate: Please stop sending this stuff to announce! I'd think that after 3 years of this you'd have at least learned to read mail headers.. :-)] Guess I need to start pasting in a Reply-To again.. Anyway.. > OK, I setup my machine on the net to accept PPP connections, but > unfortunately I can't get the PPP on VTY 3 to do anything. Anything I > type on VTY3 just echo's back at me but doesn't do anything. Help, > term, return, all do nothing. What am I doing wrong? I even read the > install docs, but unfortunately they don't explain what I'm seeing right > now. Nothing does and you're doing nothing wrong. It would appear that ppp broke at some point with sysinstall, and I'm not exactly sure why though what I am sure of is that the process startup code for it looks fishy.. It might have worked (like oh so much else in sysinstall) only by sheer chance in 2.0.5, adn I've now gone back and significantly revamped that bit of code. I'm testing it now! Jordan