From owner-freebsd-questions Mon May 19 22:46:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA14540 for questions-outgoing; Mon, 19 May 1997 22:46:36 -0700 (PDT) Received: from iron.Te.NeT.UA (root@iron.Te.NeT.UA [195.138.80.34]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id WAA14535 for ; Mon, 19 May 1997 22:46:31 -0700 (PDT) Received: from adsum (d180.TeNeT.Odessa.UA [195.138.80.180]) by iron.Te.NeT.UA (8.6.12/8.6.12) with ESMTP id IAA15789; Tue, 20 May 1997 08:45:50 +0300 Message-Id: <199705200545.IAA15789@iron.Te.NeT.UA> From: "Sergey Pukach" To: Cc: Subject: Re: Question... Date: Tue, 20 May 1997 08:44:16 +0300 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > From: FKasumov@education.com > To: freebsd-questions@FreeBSD.ORG > Subject: Question... > Date: Tuesday, May 20, 1997 1:38 > > Hi! > I have installed FreeBSD 2.2.1 on my machine, but for some reasons > when I turn it on and try to run it, it asks me for a Login: and > Password:, though I haven't specified them. Is there a way to go > around it or do I have to reinstall the whole thing again? > I've tried "root", "guest" and "anonymous" but it still doesn't work. If you can't log into your system try to boot in single user mode (at "Boot:" prompt type "-s"). After booting mount / and /usr : mount -u / mount /usr Now you can change password using "passwd" command. pss // Sergey Pukach // pss@te.net.ua