From owner-freebsd-bugs Fri Jun 2 07:44:32 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA07043 for bugs-outgoing; Fri, 2 Jun 1995 07:44:32 -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 HAA07020 ; Fri, 2 Jun 1995 07:44:27 -0700 X-Authentication-Warning: freefall.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: gwk@cray.com cc: freebsd-bugs@FreeBSD.org Subject: Re: 2.0.5a install: ftp username/password does not work In-reply-to: Your message of "Fri, 02 Jun 95 15:42:44 +0200." <9506021342.AA12340@racer.dkrz.de> Date: Fri, 02 Jun 1995 07:44:25 -0700 Message-ID: <7016.802104265@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: bugs-owner@FreeBSD.org Precedence: bulk > the install forgets about the username that I specified in the options > menu and instead uses the password that I specified for both the ftp > USER and PASS commands. Did you really try this before you released > it? Ahem. I'm sorry, this was simply a brain-o.. I looked at the code in this case and said "this can't possibly fail, I don't even need to test it" and I committed it. Mistake, of course. I forgot that msgGetInput() returns a pointer to a static array which is clobbered between calls. Whoops! Password laid right over username and that's all she wrote. I fixed this one a few hours ago and will be rolling a new set of floppies soon! Quite a few more problems fixed, actually. > Anyway, installing via NFS seems to work once I set the 'NFS > priviledged port' option. How about making this the default anyway? > Would it break something? AFAIK, only Suns use this by default. Jordan