Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-Id: <sae6fa30.015@157.235.1.240>
X-Mailer: Novell GroupWise Internet Agent 5.5.5.1
Date: Wed, 25 Apr 2001 16:24:00 -0400
From: "Jon Bianco" <BIANCO@symbol.com>
To: <cygwin@cygwin.com>
Subject: I have no name
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id RAA19896

Corina,

FYI, I ran into this problem and modified my etc/passwd-grp.bat.done 
from:
bin/mkpasswd -l > etc/passwd
bin/mkgroup -l > etc/group
to:
/bin/mkpasswd -l > /etc/passwd
/bin/mkgroup -l > /etc/group

And now I'm displaying my user name on the prompt.

Cheers,


Jon Bianco

On Thu, Apr 19, 2001 at 07:00:33PM +0200, Allan N. Skov wrote:
> Hi, just a small question:
> 
> Is cygwin compatible with Windows 2000?
> 
> I have problems using ssh, it says: "you dont exist, go away", and the consol says: "I have no name!@CYBORG ~" and I cant find out how to change that, if i use login.exe, my win2000 username and passwords does not match, and I cant find out how to make a new user.

For some reaon your /etc/passwd isn't configured. You didn't install
via setup.exe or you updated your system from 9x, perhaps?

Anyway, use mkpasswd and mkgroup tools to generate /etc/passwd and
/etc/group files and care EXPLICITELY for the home dir and shell
entries.



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

