Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Fri, 23 Nov 2001 18:13:15 +0100 From: Corinna Vinschen To: "'cygwin AT cygwin DOT com'" Subject: Re: Can not create file any more. Message-ID: <20011123181315.P14975@cygbert.vinschen.de> Mail-Followup-To: "'cygwin AT cygwin DOT com'" References: <20011121103941 DOT I21630 AT cygbert DOT vinschen DOT de> <20011123142745 DOT 95590 DOT qmail AT web11206 DOT mail DOT yahoo DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011123142745.95590.qmail@web11206.mail.yahoo.com>; from pirot_thierry@yahoo.com on Fri, Nov 23, 2001 at 03:27:45PM +0100 On Fri, Nov 23, 2001 at 03:27:45PM +0100, Thierry Pirot wrote: > > Hello, > > I reinstalled cygwin from scratch from different mirrors, but the problem > remains. > However, I can create files if I unset the CYGWIN variable; > > Administrator ~ $export CYGWIN=ntsec > Administrator ~ $touch xxx > touch: creating `xxx': Permission denied > Administrator ~ $id > uid=500(Administrator) gid=513(None) > groups=0(Everyone),544(Administrators),545(Users) > Administrator ~ $export CYGWIN= > Administrator ~ $touch xxx > Administrator ~ $id > uid=500(Administrator) gid=513(None) groups=513(None) > > > Please, tell me what further information I should give and help me to recover > a fully working cygwin, which I have made my work environment. Send an strace of `touch xxx'. Perhaps that helps to find the problem. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/