Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@sourceware.cygnus.com>
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <37F10FE4.BDF2D61E@vinschen.de>
Date: Tue, 28 Sep 1999 20:58:44 +0200
From: Corinna Vinschen <corinna@vinschen.de>
X-Mailer: Mozilla 4.6 [en] (WinNT; I)
X-Accept-Language: de,en
MIME-Version: 1.0
To: Philip Aston <philipa@parallax.co.uk>
CC: cygwin@sourceware.cygnus.com, Earnie Boyd <earnie_boyd@yahoo.com>
Subject: Re: Strange delays - need to recompile bash for latest snapshot?
References: <14315.44519.82000.190716@parallax.co.uk>
		<37EF7B32.26D28497@vinschen.de> <14320.45982.480000.92911@parallax.co.uk>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Philip Aston wrote:
> 
> Corinna Vinschen writes:
>  > Hi Philip,
>  >
>  > maybe the name philipa is used in /etc/passwd but it's not
>  > your true NT login name?
> 
> AFAICT it is - what's the definitive way of asking NT? I think its in
> a different NT domain that I only sync with when I dial up, would this
> be the problem?

As I mentioned in my last mail, it's only a problem if you wish to
use the `ntsec' feature. In this case it's essential that your
passwd and group files are generated according to the SAM of your
NT domain. If you're a domain member,
call `mkpasswd -g -d YOURDOMAIN > /etc/passwd'
and  `mkgroup -d YOURDOMAIN > /etc/group'
else
call `mkpasswd -g -l > /etc/passwd'
and  `mkgroup -l > /etc/group'.

> [...]
> Did I even have to install the "inst" distribution? Whats the miniumum
> needed with a new snapshot?

Nothing. You may still use the old headers and libraries. In this case
you will not get the new features but your new compiled apps are still
compatible to B20.1. If you use the new headers and libs, your new apps
would only run with newer snapshots (since b21.0.8 of late Dec-98).

>  > or set CYGWIN=nontsec.
> 
> I did this. Or rather "CYGWIN=tty nontsec", which I assume to be the
> same thing.

Ok, read it as `CYGWIN=... nontsec ...'

> Appears to be fine now, thanks for your help.
> 
> - Phil

You're welcome,
Corinna

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

