Subject: Re: Still Can't Login Correctly
To: None <amiga@NetBSD.ORG>
From: Baldassare Profeta <dante@mbox.vol.it>
List: amiga
Date: 01/15/1996 02:31:23
>I try I get the following error:
>   Error: initscr failed: No such file or directory.
>   No TERM environmental variable set, or TERM set to "unknown"

You have to set the TERM env var, for example:
TERM=vt220

>The first two lines in /etc/group look like this:
>   wheel:*:0:root,ola
>   users:*100:
>The first and last lines in /etc/passwd look like this:
>   root:*:0:0:Charlie &:/root:/bin/csh
>   ola:*:100:100::/home/ola:/bin/csh

The problem may be due to the absence of your group member.
You have to edit the /etc/group file as follow:
wheel:*:0:root,ola
users:*:100:ola

where 100 is the GID number and must be equal to the GID number of your
user ola in the /etc/passwd file.

Once you have set your user you can use the "su" command to login as
super user.

>Ola

--
__   ___ _______________________
_|\an|e_ __ dante@mbox.vol.it __