This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can not create file any more.



	Hello, 

1/ 
You'll find in 'touch_ntsec_unset',    a trace of touch performed with
CYGWIN set to an empty string and
you'll find in 'touch_ntsec_set_ko' , a trace of touch performed with CYGWIN
set to ntsec.

2/
I reinstalled my old working version  of cygwin from a local directory and
with the corresponding old setup.exe, 
I'm now able to create files with CYGWIN set to ntsec but, 
unless I unset CYGWIN, I'm unable to compile (I receive:
"cpp0.exe: /cygdrive/c/DOCUME~1/PirotT/LOCALS~1/Temp/cco8oBMJ.i: Permission
denied" 
although I can create files in that temp directory and I unset TMP and
TEMP.)

	Thierry


 --- Corinna Vinschen <cygwin@cygwin.com> a écrit : > Date: Fri, 23 Nov 2001
18:13:15 +0100
> De: Corinna Vinschen <cygwin@cygwin.com>
> À: "'cygwin@cygwin.com'" <cygwin@cygwin.com>
> Objet: Re: Can not create file any more.
> 
> 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.
 

Attachment: touch_ntsec_unset
Description: Binary data

Attachment: touch_ntsec_set_ko
Description: Binary data

--
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/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]