From owner-freebsd-doc Wed Nov 6 11:02:57 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA02842 for doc-outgoing; Wed, 6 Nov 1996 11:02:57 -0800 (PST) Received: from itchy.mindspring.com (itchy.mindspring.com [204.180.128.6]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA02835 for ; Wed, 6 Nov 1996 11:02:53 -0800 (PST) Received: from ms039149.mindspring.com (ip166.santa-ana2.ca.interramp.com [38.29.17.166]) by itchy.mindspring.com (8.7.5/8.7.3) with SMTP id NAA13181; Wed, 6 Nov 1996 13:53:34 -0500 (EST) Message-Id: <2.2.16.19961106185351.7f1f50cc@pop.mindspring.com> X-Sender: jrasins@pop.mindspring.com X-Mailer: Windows Eudora Pro Version 2.2 (16) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 06 Nov 1996 10:53:51 -0800 To: barroswe@stud.uni-frankfurt.de From: "John W. Rasins" Subject: Re: Installing FreeBSD Cc: freebsd-doc@FreeBSD.org Sender: owner-doc@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk At 08:17 PM 11/5/96 -0800, you wrote: >Hello! > >Firstly let me say, that you can forget my last mail (ftp-problem). >I've downloaded, the files for version 2.1.5 with windows-netscape and >there may my new problem comes from. >The bin-files where installed without any error-massages and bsd bootet >correctly but then I was asked for a login-name and a password, although >I had until this point of installation no chance to select one of this >items. >I tried some simple ideas, but the system allways returned the message >"incorrect login". > >It would be great if someone of you can tell me what the correct login >at this first-time-startup has to be. >Thanks. peter > Hello Peter. root is your initial logon to FreeBSD, no password. Standard security advice: set up a password immediately, and add at least one other user to use most of the time, using su to go to root when necessary. To add users, use the adduser command. John