Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2009 17:01:50 -0400
From:      Jerry McAllister <jerrymc@msu.edu>
To:        Alhaji Barrie <alhaji.barrie@comcast.net>
Cc:        questions@freebsd.org
Subject:   Re: First time user problems
Message-ID:  <20090319210150.GA68544@gizmo.acns.msu.edu>
In-Reply-To: <001201c9a8c9$309713b0$91c53b10$@barrie@comcast.net>
References:  <001201c9a8c9$309713b0$91c53b10$@barrie@comcast.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 19, 2009 at 03:30:33PM -0400, Alhaji Barrie wrote:

> I am a  new user of Free BSD. I just completed the install of Free BSD on a
> Dell  PC but I cannot get past the initial login prompt. I typed the user
> name I supplied during the installation process to no avail. In the last two
> days, I have browsed the web and used some of the suggestion provided. I
> also consulted the documentation in this web site.
> 
> 
> To put it simply, I am missing the syntax for the user name and password.
> Can someone help with the step by step process of getting past the original
> login screen?

Probably you will have to redo those items.
The best way is to boot in to single user, remount root (/) and
use vipw(8) to edit the passwd file.

Do the boot to single user - just select that item from the boot menu.
Then do:

  fsck -p

  mount -u /

  swapon -a

  vipw

The fsck might take some time so wait for it.

vipw works just like vi, except that it only works on the passwd file 
and it knows how to update the master.passwd file and the password
database automatically.

If the account id that you want to use is already there and looks good,
don't edit it.  Just get out and then set the password again.
Do:
   passwd id_name

where id_name is that id you want to change.

////jerry


>  
> 
> Alhaji I Barrie
> 
> Network Security Analyst
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090319210150.GA68544>