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 <[EMAIL PROTECTED]> a �crit�: > Date: Fri, 23 Nov 2001
18:13:15 +0100
> De: Corinna Vinschen <[EMAIL PROTECTED]>
> �: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> 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.
touch_ntsec_unset
Description: Binary data
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/
