Subject: Re: Installation
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Frederick Bruckman <fb@enteract.com>
List: netbsd-help
Date: 01/03/2001 09:19:09
On Wed, 3 Jan 2001, Manuel Bouyer wrote:

> > 3. also having trouble adding myseld as a
> > user.  Tried adduser but came back with pw_lock File exists.  The line I
> > used: useradd -d /home/petrah -g 500 -u 1000 petra lynn hofmann.  I can't
> > seem to find any docs to  help.

That probably should be

  useradd -d /home/petrah -g 500 -u 1000 "petra lynn hofmann"

(Quote the spaces.) Do you have an /etc/ptmp file? If so, remove it.
Failed attempts sometimes leave that lying around.

-- 

Frederick