From: Tim Gunter <tgun@bioscrypt.com>
To: "Larry Hall (RFK Partners, Inc)" <lhall@rfk.com>
Cc: tim.gunter@bioscrypt.com, cygwin@cygwin.com
Subject: Re: cygwin 1.3.10 + win2k + fat32 + chmod prob
Date: Mon, 13 May 2002 11:51:00 -0000 [thread overview]
Message-ID: <20020513110738.A1776@TGUN> (raw)
In-Reply-To: <4.3.1.2.20020513133320.02590f40@pop.ma.ultranet.com>; from lhall@rfk.com on Mon, May 13, 2002 at 01:35:26PM -0400
[-- Attachment #1: Type: text/plain, Size: 2414 bytes --]
On Mon, May 13, 2002 at 01:35:26PM -0400, Larry Hall (RFK Partners, Inc) wrote:
> At 01:04 PM 5/13/2002, Tim Gunter wrote:
> >On Mon, May 13, 2002 at 09:48:22AM -0700, Randall R Schulz wrote:
> > > Tim,
> > >
> > > For FAT volumes, you need "ntea" (NT Extended Attributes) in your CYGWIN
> > > environment variable and you must be prepared for the creation of a large
> > > auxiliary data file that holds the attribute information that the file
> > > system itself does not.
> > >
> > > As with "ntsec," "ntea" must be present in the CYGWIN environment variable
> > > _before_ the Cygwin DLL loads, so the Environment control panel is the
> > > place to set it. Thus it will _never work_ to set "ntea" from within a
> > > Cygwin application. If you have Cygwin processes running as services, then
> > > put the CYGWIN setting in the System environment, not just a per-user
> > > environment.
> >yup, ive tried "ntea". i set it in the windows system control panel as
> >a system variable, rebooted, and chmod still fails.
>
>
> OK, I guess you'll need to try debugging it with strace and/or gdb.
>
>
> >im a little mystified as to why it used to work in the first place(with ntsec
> >on a fat partition).
>
>
> I share your mystification. As near as I can tell, you must be mis-
> remembering. The "ntsec" setting has never affected FAT partitions.
im pretty certain i had ntsec set, as ssh was not complaining about the permissions
on my private key files, which it always does with ntea. i had set ntsec a long
time ago to make ssh work, and had never even tried ntea until this problem arose.
when i run with ntsec, ssh doesnt complain about the permissions on my keys, and
i can connect to and from my machine with public key encryption. i use chmod
fairly often on bash scripts, perl scripts, etc...
here is what happens with ntea set:
"/home/tgun/tmp $ ls -lt test.c
-rw-r--r-- 1 tgun domain u 416 May 10 15:45 test.c
/home/tgun/tmp $ strace chmod a+w -v test.c >& chmod.strace
/home/tgun/tmp $ ls -lt test.c
-rw-r--r-- 1 tgun domain u 416 May 10 15:45 test.c"
attached is chmod.strace
ive noticed that strace returns several "unknown disk file" errors,
but chmod still prints out "mode of `test.c' changed to 0666 (rw-rw-rw-)"
"geterrno_from_win_error: windows error 2 == errno 2
geterrno_from_win_error: windows error 6 == errno 9"
thanks for the help
--tim
[-- Attachment #2: chmod.strace --]
[-- Type: text/plain, Size: 40931 bytes --]
**********************************************
Program name: C:\cygwin\bin\chmod.exe (1960)
App version: 1001.8, api: 0.34
DLL version: 1003.10, api: 0.51
DLL build: 2002-02-25 11:14
OS version: Windows NT-5.0
Date/Time: 2002-05-13 10:46:44
**********************************************
752 1427 [main] chmod 1960 environ_init: 0xA010420: ALLUSERSPROFILE=C:\Documents and Settings\All Users
177 1604 [main] chmod 1960 environ_init: 0xA010458: APPDATA=C:\Documents and Settings\tgun\Application Data
160 1764 [main] chmod 1960 environ_init: 0xA010498: COMMONPROGRAMFILES=C:\Program Files\Common Files
159 1923 [main] chmod 1960 environ_init: 0xA0104D0: COMPUTERNAME=TGUN
157 2080 [main] chmod 1960 environ_init: 0xA0104E8: COMSPEC=C:\WINNT\system32\cmd.exe
172 2252 [main] chmod 1960 parse_options: ntea 1
160 2412 [main] chmod 1960 parse_options: returning
79 2491 [main] chmod 1960 environ_init: 0xA010510: CYGWIN=ntea
160 2651 [main] chmod 1960 getwinenv: can't set native for HOME= since no environ yet
177 2828 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\tgun, no-keep-rel, no-add-slash)
94 2922 [main] chmod 1960 normalize_win32_path: C:\cygwin\home\tgun = normalize_win32_path (C:\cygwin\home\tgun)
94 3016 [main] chmod 1960 mount_info::conv_to_posix_path: /home/tgun = conv_to_posix_path (C:\cygwin\home\tgun)
271 3287 [main] chmod 1960 win_env::add_cache: posix /home/tgun
81 3368 [main] chmod 1960 win_env::add_cache: native HOME=C:\cygwin\home\tgun
80 3448 [main] chmod 1960 posify: env var converted to HOME=/home/tgun
156 3604 [main] chmod 1960 environ_init: 0xA010550: HOME=/home/tgun
160 3764 [main] chmod 1960 environ_init: 0xA010530: HOMEDRIVE=Z:
159 3923 [main] chmod 1960 environ_init: 0xA010690: HOMEPATH=\
158 4081 [main] chmod 1960 environ_init: 0xA0106A0: HOMESHARE=\\bytla1\Users\Tgun
158 4239 [main] chmod 1960 environ_init: 0xA0106C8: HOMEOFEIC=c:\Program\ Files\EiC
159 4398 [main] chmod 1960 environ_init: 0xA0106F0: INCLUDE=C:\Program Files\Intel\Compiler50\ia32\include;C:\Program Files\Microsoft Visual Studio\VC98\include;C:\Program Files\Microsoft Visual Studio\VC98\mfc\include;C:\Program Files\Microsoft Visual Studio\VC98\include
164 4562 [main] chmod 1960 getwinenv: can't set native for LD_LIBRARY_PATH= since no environ yet
158 4720 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (\usr\lib\mozilla:, no-keep-rel, no-add-slash)
84 4804 [main] chmod 1960 normalize_win32_path: \usr\lib\mozilla: = normalize_win32_path (\usr\lib\mozilla:)
84 4888 [main] chmod 1960 mount_info::conv_to_posix_path: /usr/lib/mozilla: = conv_to_posix_path (\usr\lib\mozilla:)
233 5121 [main] chmod 1960 win_env::add_cache: posix /usr/lib/mozilla:
80 5201 [main] chmod 1960 win_env::add_cache: native LD_LIBRARY_PATH=\usr\lib\mozilla:
82 5283 [main] chmod 1960 posify: env var converted to LD_LIBRARY_PATH=/usr/lib/mozilla:
157 5440 [main] chmod 1960 environ_init: 0xA010800: LD_LIBRARY_PATH=/usr/lib/mozilla:
159 5599 [main] chmod 1960 environ_init: 0xA010960: LIB=C:\Program Files\Intel\Compiler50\ia32\lib;C:\Program Files\Microsoft Visual Studio\VC98\mfc\lib;C:\Program Files\Microsoft Visual Studio\VC98\lib
160 5759 [main] chmod 1960 environ_init: 0xA0107D8: LOGNAME=tgun
157 5916 [main] chmod 1960 environ_init: 0xA010A00: LOGONSERVER=\\BYTLA1
156 6072 [main] chmod 1960 environ_init: 0xA010A20: MAKE_MODE=unix
155 6227 [main] chmod 1960 environ_init: 0xA010A38: MANPATH=:/usr/ssl/man
155 6382 [main] chmod 1960 environ_init: 0xA010A58: MOZILLA_FIVE_HOME=/usr/lib/mozilla
158 6540 [main] chmod 1960 environ_init: 0xA010A80: MSDEVDIR=C:\Program Files\Microsoft Visual Studio\Common\MSDev98
157 6697 [main] chmod 1960 environ_init: 0xA010AC8: NUMBER_OF_PROCESSORS=1
155 6852 [main] chmod 1960 environ_init: 0xA010AE8: OLDPWD=/home/tgun
157 7009 [main] chmod 1960 environ_init: 0xA010B00: OS2LIBPATH=C:\WINNT\system32\os2\dll;
173 7182 [main] chmod 1960 environ_init: 0xA010B30: OS=Windows_NT
158 8127 [main] chmod 1960 getwinenv: can't set native for PATH= since no environ yet
184 8311 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\local\bin, keep-rel, no-add-slash)
86 8397 [main] chmod 1960 normalize_win32_path: C:\cygwin\usr\local\bin = normalize_win32_path (C:\cygwin\usr\local\bin)
85 8482 [main] chmod 1960 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (C:\cygwin\usr\local\bin)
82 8564 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin, keep-rel, no-add-slash)
83 8647 [main] chmod 1960 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin)
82 8729 [main] chmod 1960 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin\bin)
81 8810 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin, keep-rel, no-add-slash)
83 8893 [main] chmod 1960 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin)
82 8975 [main] chmod 1960 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin\bin)
82 9057 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINNT\system32, keep-rel, no-add-slash)
84 9141 [main] chmod 1960 normalize_win32_path: c:\WINNT\system32 = normalize_win32_path (c:\WINNT\system32)
83 9224 [main] chmod 1960 mount_info::conv_to_posix_path: /cygdrive/c/WINNT/system32 = conv_to_posix_path (c:\WINNT\system32)
81 9305 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINNT, keep-rel, no-add-slash)
84 9389 [main] chmod 1960 normalize_win32_path: c:\WINNT = normalize_win32_path (c:\WINNT)
82 9471 [main] chmod 1960 mount_info::conv_to_posix_path: /cygdrive/c/WINNT = conv_to_posix_path (c:\WINNT)
82 9553 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINNT\System32\Wbem, keep-rel, no-add-slash)
84 9637 [main] chmod 1960 normalize_win32_path: c:\WINNT\System32\Wbem = normalize_win32_path (c:\WINNT\System32\Wbem)
83 9720 [main] chmod 1960 mount_info::conv_to_posix_path: /cygdrive/c/WINNT/System32/Wbem = conv_to_posix_path (c:\WINNT\System32\Wbem)
82 9802 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (c:\Program Files\Common Files\Adaptec Shared\System, keep-rel, no-add-slash)
85 9887 [main] chmod 1960 normalize_win32_path: c:\Program Files\Common Files\Adaptec Shared\System = normalize_win32_path (c:\Program Files\Common Files\Adaptec Shared\System)
84 9971 [main] chmod 1960 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Common Files/Adaptec Shared/System = conv_to_posix_path (c:\Program Files\Common Files\Adaptec Shared\System)
84 10055 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin, keep-rel, no-add-slash)
83 10138 [main] chmod 1960 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin)
82 10220 [main] chmod 1960 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin\bin)
81 10301 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (., keep-rel, no-add-slash)
83 10384 [main] chmod 1960 mount_info::conv_to_posix_path: . = conv_to_posix_path (.)
81 10465 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (c:\Program Files\Perforce, keep-rel, no-add-slash)
84 10549 [main] chmod 1960 normalize_win32_path: c:\Program Files\Perforce = normalize_win32_path (c:\Program Files\Perforce)
93 10642 [main] chmod 1960 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Perforce = conv_to_posix_path (c:\Program Files\Perforce)
85 10727 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (c:\Program Files\Intel\edb50\, keep-rel, add-slash)
83 10810 [main] chmod 1960 normalize_win32_path: c:\Program Files\Intel\edb50\ = normalize_win32_path (c:\Program Files\Intel\edb50\)
84 10894 [main] chmod 1960 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Intel/edb50/ = conv_to_posix_path (c:\Program Files\Intel\edb50\)
84 10978 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (c:\Program Files\Intel\Compiler50\ia32\bin, keep-rel, no-add-slash)
84 11062 [main] chmod 1960 normalize_win32_path: c:\Program Files\Intel\Compiler50\ia32\bin = normalize_win32_path (c:\Program Files\Intel\Compiler50\ia32\bin)
84 11146 [main] chmod 1960 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Intel/Compiler50/ia32/bin = conv_to_posix_path (c:\Program Files\Intel\Compiler50\ia32\bin)
84 11230 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (c:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT, keep-rel, no-add-slash)
83 11313 [main] chmod 1960 normalize_win32_path: c:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT = normalize_win32_path (c:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT)
86 11399 [main] chmod 1960 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Microsoft Visual Studio/Common/Tools/WinNT = conv_to_posix_path (c:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT)
85 11484 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (c:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin, keep-rel, no-add-slash)
84 11568 [main] chmod 1960 normalize_win32_path: c:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin = normalize_win32_path (c:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin)
86 11654 [main] chmod 1960 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Microsoft Visual Studio/Common/MSDev98/Bin = conv_to_posix_path (c:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin)
85 11739 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (c:\Program Files\Microsoft Visual Studio\Common\Tools, keep-rel, no-add-slash)
83 11822 [main] chmod 1960 normalize_win32_path: c:\Program Files\Microsoft Visual Studio\Common\Tools = normalize_win32_path (c:\Program Files\Microsoft Visual Studio\Common\Tools)
85 11907 [main] chmod 1960 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Microsoft Visual Studio/Common/Tools = conv_to_posix_path (c:\Program Files\Microsoft Visual Studio\Common\Tools)
85 11992 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (c:\Program Files\Microsoft Visual Studio\VC98\bin, keep-rel, no-add-slash)
84 12076 [main] chmod 1960 normalize_win32_path: c:\Program Files\Microsoft Visual Studio\VC98\bin = normalize_win32_path (c:\Program Files\Microsoft Visual Studio\VC98\bin)
85 12161 [main] chmod 1960 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Microsoft Visual Studio/VC98/bin = conv_to_posix_path (c:\Program Files\Microsoft Visual Studio\VC98\bin)
84 12245 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\tgun\bin, keep-rel, no-add-slash)
83 12328 [main] chmod 1960 normalize_win32_path: C:\cygwin\home\tgun\bin = normalize_win32_path (C:\cygwin\home\tgun\bin)
218 12546 [main] chmod 1960 mount_info::conv_to_posix_path: /home/tgun/bin = conv_to_posix_path (C:\cygwin\home\tgun\bin)
103 12649 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\tgun\scripts\parsers, keep-rel, no-add-slash)
87 12736 [main] chmod 1960 normalize_win32_path: C:\cygwin\home\tgun\scripts\parsers = normalize_win32_path (C:\cygwin\home\tgun\scripts\parsers)
100 12836 [main] chmod 1960 mount_info::conv_to_posix_path: /home/tgun/scripts/parsers = conv_to_posix_path (C:\cygwin\home\tgun\scripts\parsers)
85 12921 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\tgun\biibin, keep-rel, no-add-slash)
84 13005 [main] chmod 1960 normalize_win32_path: C:\cygwin\home\tgun\biibin = normalize_win32_path (C:\cygwin\home\tgun\biibin)
84 13089 [main] chmod 1960 mount_info::conv_to_posix_path: /home/tgun/biibin = conv_to_posix_path (C:\cygwin\home\tgun\biibin)
240 13329 [main] chmod 1960 win_env::add_cache: posix /usr/local/bin:/usr/bin:/usr/bin:/cygdrive/c/WINNT/system32:/cygdrive/c/WINNT:/cygdrive/c/WINNT/System32/Wbem:/cygdrive/c/Program Files/Common Files/Adaptec Shared/System:/usr/bin:.:/cygdrive/c/Program Files/Perforce:/cygdrive/c/Program Files/Intel/edb50/:/cygdrive/c/Program Files/Intel/Compiler50/ia32/bin:/cygdrive/c/Program Files/Microsoft Visual Studio/Common/Tools/WinNT:/cygdrive/c/Program Files/Microsoft Visual Studio/Common/MSDev98/Bin:/cygdrive/c/Program Files/Microsoft Visual Studio/Common/Tools:/cygdrive/c/Program Files/Microsoft Visual Studio/VC98/bin:/home/tgun/bin:/home/tgun/scripts/parsers:/home/tgun/biibin
97 13426 [main] chmod 1960 win_env::add_cache: native PATH=C:\cygwin\usr\local\bin;C:\cygwin\bin;C:\cygwin\bin;c:\WINNT\system32;c:\WINNT;c:\WINNT\System32\Wbem;c:\Program Files\Common Files\Adaptec Shared\System;C:\cygwin\bin;.;c:\Program Files\Perforce;c:\Program Files\Intel\edb50\;c:\Program Files\Intel\Compiler50\ia32\bin;c:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;c:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;c:\Program Files\Microsoft Visual Studio\Common\Tools;c:\Program Files\Microsoft Visual Studio\VC98\bin;C:\cygwin\home\tgun\bin;C:\cygwin\home\tgun\scripts\parsers;C:\cygwin\home\tgun\biibin
95 13521 [main] chmod 1960 posify: env var converted to PATH=/usr/local/bin:/usr/bin:/usr/bin:/cygdrive/c/WINNT/system32:/cygdrive/c/WINNT:/cygdrive/c/WINNT/System32/Wbem:/cygdrive/c/Program Files/Common Files/Adaptec Shared/System:/usr/bin:.:/cygdrive/c/Program Files/Perforce:/cygdrive/c/Program Files/Intel/edb50/:/cygdrive/c/Program Files/Intel/Compiler50/ia32/bin:/cygdrive/c/Program Files/Microsoft Visual Studio/Common/Tools/WinNT:/cygdrive/c/Program Files/Microsoft Visual Studio/Common/MSDev98/Bin:/cygdrive/c/Program Files/Microsoft Visual Studio/Common/Tools:/cygdrive/c/Program Files/Microsoft Visual Studio/VC98/bin:/home/tgun/bin:/home/tgun/scripts/parsers:/home/tgun/biibin
172 13693 [main] chmod 1960 environ_init: 0xA010E00: PATH=/usr/local/bin:/usr/bin:/usr/bin:/cygdrive/c/WINNT/system32:/cygdrive/c/WINNT:/cygdrive/c/WINNT/System32/Wbem:/cygdrive/c/Program Files/Common Files/Adaptec Shared/System:/usr/bin:.:/cygdrive/c/Program Files/Perforce:/cygdrive/c/Program Files/Intel/edb50/:/cygdrive/c/Program Files/Intel/Compiler50/ia32/bin:/cygdrive/c/Program Files/Microsoft Visual Studio/Common/Tools/WinNT:/cygdrive/c/Program Files/Microsoft Visual Studio/Common/MSDev98/Bin:/cygdrive/c/Program Files/Microsoft Visual Studio/Common/Tools:/cygdrive/c/Program Files/Microsoft Visual Studio/VC98/bin:/home/tgun/bin:/home/tgun/scripts/parsers:/home/tgun/biibin
175 13868 [main] chmod 1960 environ_init: 0xA010BB0: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
158 14026 [main] chmod 1960 environ_init: 0xA010BF0: PROCESSOR_ARCHITECTURE=x86
157 14183 [main] chmod 1960 environ_init: 0xA010C10: PROCESSOR_IDENTIFIER=x86 Family 15 Model 1 Stepping 2, GenuineIntel
158 14341 [main] chmod 1960 environ_init: 0xA010C58: PROCESSOR_LEVEL=15
156 14497 [main] chmod 1960 environ_init: 0xA010C70: PROCESSOR_REVISION=0102
157 14654 [main] chmod 1960 environ_init: 0xA010C90: PROGRAMFILES=C:\Program Files
157 14811 [main] chmod 1960 environ_init: 0xA010CB8: PROMPT=$P$G
155 14966 [main] chmod 1960 environ_init: 0xA010CC8: PS1=%{^[[0;33m%}%3C %{^[[1;31m%}$%{^[[0m%}
157 15123 [main] chmod 1960 environ_init: 0xA010CF8: PWD=/home/tgun/tmp
166 15289 [main] chmod 1960 environ_init: 0xA010D10: SHLVL=1
155 15444 [main] chmod 1960 environ_init: 0xA010D20: SYSTEMDRIVE=C:
157 15601 [main] chmod 1960 environ_init: 0xA010D38: SYSTEMROOT=C:\WINNT
157 15758 [main] chmod 1960 getwinenv: can't set native for TEMP= since no environ yet
158 15916 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (c:\DOCUME~1\tgun\LOCALS~1\Temp, no-keep-rel, no-add-slash)
84 16000 [main] chmod 1960 normalize_win32_path: c:\DOCUME~1\tgun\LOCALS~1\Temp = normalize_win32_path (c:\DOCUME~1\tgun\LOCALS~1\Temp)
85 16085 [main] chmod 1960 mount_info::conv_to_posix_path: /cygdrive/c/DOCUME~1/tgun/LOCALS~1/Temp = conv_to_posix_path (c:\DOCUME~1\tgun\LOCALS~1\Temp)
233 16318 [main] chmod 1960 win_env::add_cache: posix /cygdrive/c/DOCUME~1/tgun/LOCALS~1/Temp
101 16419 [main] chmod 1960 win_env::add_cache: native TEMP=c:\DOCUME~1\tgun\LOCALS~1\Temp
84 16503 [main] chmod 1960 posify: env var converted to TEMP=/cygdrive/c/DOCUME~1/tgun/LOCALS~1/Temp
158 16661 [main] chmod 1960 environ_init: 0xA011618: TEMP=/cygdrive/c/DOCUME~1/tgun/LOCALS~1/Temp
157 16818 [main] chmod 1960 environ_init: 0xA010DD0: TERM=cygwin
157 16975 [main] chmod 1960 getwinenv: can't set native for TMP= since no environ yet
157 17132 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (c:\DOCUME~1\tgun\LOCALS~1\Temp, no-keep-rel, no-add-slash)
84 17216 [main] chmod 1960 normalize_win32_path: c:\DOCUME~1\tgun\LOCALS~1\Temp = normalize_win32_path (c:\DOCUME~1\tgun\LOCALS~1\Temp)
83 17299 [main] chmod 1960 mount_info::conv_to_posix_path: /cygdrive/c/DOCUME~1/tgun/LOCALS~1/Temp = conv_to_posix_path (c:\DOCUME~1\tgun\LOCALS~1\Temp)
233 17532 [main] chmod 1960 win_env::add_cache: posix /cygdrive/c/DOCUME~1/tgun/LOCALS~1/Temp
80 17612 [main] chmod 1960 win_env::add_cache: native TMP=c:\DOCUME~1\tgun\LOCALS~1\Temp
81 17693 [main] chmod 1960 posify: env var converted to TMP=/cygdrive/c/DOCUME~1/tgun/LOCALS~1/Temp
154 17847 [main] chmod 1960 environ_init: 0xA011728: TMP=/cygdrive/c/DOCUME~1/tgun/LOCALS~1/Temp
157 18004 [main] chmod 1960 environ_init: 0xA010DE0: USER=tgun
156 18160 [main] chmod 1960 environ_init: 0xA010D50: USERDOMAIN=BYTLA
156 18316 [main] chmod 1960 environ_init: 0xA011890: USERPROFILE=C:\Documents and Settings\tgun
157 18473 [main] chmod 1960 environ_init: 0xA0118C0: WINDIR=C:\WINNT
156 18629 [main] chmod 1960 environ_init: 0xA0118D8: XPCOM_CHECK_THREADSAFE=0
154 18783 [main] chmod 1960 environ_init: 0xA0118F8: _=/usr/bin/strace
195 18978 [main] chmod 1960 pinfo_init: pid 1960, pgid 1960
137 19115 [main] chmod 1960 dtable::extend: size 32, fds 0x61560128
624 19739 [main] chmod 1960 internal_getlogin: GetUserName() = Tgun
159 19898 [main] chmod 1960 internal_getlogin: User: Tgun, Domain: BYTLA, Logon Server: BYTLA1
88 19986 [main] chmod 1960 internal_getlogin: Domain: BYTLA, Logon Server: BYTLA1, Windows Username: Tgun
148 20134 [main] chmod 1960 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (0)
100 20234 [main] chmod 1960 _cygwin_istext_for_stdio: _cifs: fd not open
86 20320 [main] chmod 1960 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (1)
83 20403 [main] chmod 1960 _cygwin_istext_for_stdio: _cifs: fd not open
82 20485 [main] chmod 1960 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (2)
83 20568 [main] chmod 1960 _cygwin_istext_for_stdio: _cifs: fd not open
93 20661 [main] chmod 1960 _open: open (/etc/passwd, 0x20000)
117 20778 [main] chmod 1960 normalize_posix_path: src /etc/passwd
88 20866 [main] chmod 1960 normalize_posix_path: /etc/passwd = normalize_posix_path (/etc/passwd)
84 20950 [main] chmod 1960 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/passwd)
88 21038 [main] chmod 1960 mount_info::conv_to_win32_path: src_path /etc/passwd, dst C:\cygwin\etc\passwd, flags 0x8, rc 0
392 21430 [main] chmod 1960 symlink_info::check: not a symlink
151 21581 [main] chmod 1960 symlink_info::check: 0 = symlink.check (C:\cygwin\etc\passwd, 0x240E7A0) (0x8)
93 21674 [main] chmod 1960 path_conv::check: root_dir(C:\), this->path(C:\cygwin\etc\passwd), set_has_acls(0)
108 21782 [main] chmod 1960 dtable::build_fhandler: fd 3, fh 0x615602C8
91 21873 [main] chmod 1960 fhandler_base::open: (C:\cygwin\etc\passwd, 0x20000)
425 22298 [main] chmod 1960 fhandler_base::open: 0xD0 = CreateFileA (C:\cygwin\etc\passwd, 0x80000000, 0x7, 0x240EBE0, 0x3, 0x80, 0)
143 22441 [main] chmod 1960 fhandler_base::open: filemode set to text
102 22543 [main] chmod 1960 fhandler_base::open: 1 = fhandler_base::open (C:\cygwin\etc\passwd, 0x20000)
89 22632 [main] chmod 1960 fhandler_disk_file::open: 1 = fhandler_disk_file::open (C:\cygwin\etc\passwd, 0x20000)
84 22716 [main] chmod 1960 _open: 3 = open (/etc/passwd, 0x20000)
84 22800 [main] chmod 1960 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (3)
82 22882 [main] chmod 1960 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio says yes
136 23018 [main] chmod 1960 fhandler_disk_file::fstat_helper: 1 = GetFileInformationByHandle (C:\cygwin\etc\passwd, 208)
415 23433 [main] chmod 1960 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x240EF60) st_atime=3CDF6470 st_size=484, st_mode=0x81A4, st_ino=152010744, sizeof=64
140 23573 [main] chmod 1960 _fstat: 0 = fstat (3, 0x240EF60)
91 23664 [main] chmod 1960 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (3)
86 23750 [main] chmod 1960 _cygwin_istext_for_stdio: _cifs: get_*_binary
82 23832 [main] chmod 1960 setmode_helper: setmode: file was cle now raw
83 23915 [main] chmod 1960 setmode: setmode (3</etc/passwd>, binary) returns text
96 24011 [main] chmod 1960 _read: read (3, 0xA011A80, 1024) blocking, sigcatchers 0
86 24097 [main] chmod 1960 _read: non-interruptible read
93 24190 [main] chmod 1960 fhandler_base::read: returning 484 chars, binary mode
84 24274 [main] chmod 1960 _read: 484 = read (3, 0xA011A80, 1024), errno 0
83 24357 [main] chmod 1960 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (3)
82 24439 [main] chmod 1960 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio says yes
84 24523 [main] chmod 1960 setmode_helper: setmode: file was raw now cle
82 24605 [main] chmod 1960 setmode: setmode (3</etc/passwd>, text) returns binary
657 25262 [main] chmod 1960 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (3)
83 25345 [main] chmod 1960 _cygwin_istext_for_stdio: _cifs: get_*_binary
82 25427 [main] chmod 1960 setmode_helper: setmode: file was cle now raw
82 25509 [main] chmod 1960 setmode: setmode (3</etc/passwd>, binary) returns text
83 25592 [main] chmod 1960 _read: read (3, 0xA011A80, 1024) blocking, sigcatchers 0
83 25675 [main] chmod 1960 _read: non-interruptible read
84 25759 [main] chmod 1960 _read: 0 = read (3, 0xA011A80, 1024), errno 0
81 25840 [main] chmod 1960 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (3)
82 25922 [main] chmod 1960 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio says yes
82 26004 [main] chmod 1960 setmode_helper: setmode: file was raw now cle
81 26085 [main] chmod 1960 setmode: setmode (3</etc/passwd>, text) returns binary
97 26182 [main] chmod 1960 _close: close (3)
86 26268 [main] chmod 1960 fhandler_base::close: closing '/etc/passwd' handle 0xD0
140 26408 [main] chmod 1960 _close: 0 = close (3)
119 26527 [main] chmod 1960 normalize_posix_path: src /etc
88 26615 [main] chmod 1960 normalize_posix_path: /etc = normalize_posix_path (/etc)
85 26700 [main] chmod 1960 mount_info::conv_to_win32_path: conv_to_win32_path (/etc)
90 26790 [main] chmod 1960 mount_info::conv_to_win32_path: src_path /etc, dst C:\cygwin\etc, flags 0x8, rc 0
359 27149 [main] chmod 1960 symlink_info::check: not a symlink
130 27279 [main] chmod 1960 symlink_info::check: 0 = symlink.check (C:\cygwin\etc, 0x240EDF0) (0x8)
106 27385 [main] chmod 1960 path_conv::check: root_dir(C:\), this->path(C:\cygwin\etc), set_has_acls(0)
242 27627 [main] chmod 1960 _open: open (/etc/group, 0x20000)
127 27754 [main] chmod 1960 normalize_posix_path: src /etc/group
86 27840 [main] chmod 1960 normalize_posix_path: /etc/group = normalize_posix_path (/etc/group)
84 27924 [main] chmod 1960 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/group)
326 28250 [main] chmod 1960 mount_info::conv_to_win32_path: src_path /etc/group, dst C:\cygwin\etc\group, flags 0x8, rc 0
408 28658 [main] chmod 1960 symlink_info::check: not a symlink
130 28788 [main] chmod 1960 symlink_info::check: 0 = symlink.check (C:\cygwin\etc\group, 0x240E9B0) (0x8)
92 28880 [main] chmod 1960 path_conv::check: root_dir(C:\), this->path(C:\cygwin\etc\group), set_has_acls(0)
95 28975 [main] chmod 1960 dtable::build_fhandler: fd 3, fh 0x615602C8
86 29061 [main] chmod 1960 fhandler_base::open: (C:\cygwin\etc\group, 0x20000)
420 29481 [main] chmod 1960 fhandler_base::open: 0xCC = CreateFileA (C:\cygwin\etc\group, 0x80000000, 0x7, 0x240EDF0, 0x3, 0x80, 0)
137 29618 [main] chmod 1960 fhandler_base::open: filemode set to text
91 29709 [main] chmod 1960 fhandler_base::open: 1 = fhandler_base::open (C:\cygwin\etc\group, 0x20000)
116 29825 [main] chmod 1960 fhandler_disk_file::open: 1 = fhandler_disk_file::open (C:\cygwin\etc\group, 0x20000)
86 29911 [main] chmod 1960 _open: 3 = open (/etc/group, 0x20000)
85 29996 [main] chmod 1960 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (3)
82 30078 [main] chmod 1960 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio says yes
124 30202 [main] chmod 1960 fhandler_disk_file::fstat_helper: 1 = GetFileInformationByHandle (C:\cygwin\etc\group, 204)
385 30587 [main] chmod 1960 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x240F170) st_atime=3CDF6470 st_size=470, st_mode=0x81A4, st_ino=199312800, sizeof=64
139 30726 [main] chmod 1960 _fstat: 0 = fstat (3, 0x240F170)
92 30818 [main] chmod 1960 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (3)
86 30904 [main] chmod 1960 _cygwin_istext_for_stdio: _cifs: get_*_binary
84 30988 [main] chmod 1960 setmode_helper: setmode: file was cle now raw
83 31071 [main] chmod 1960 setmode: setmode (3</etc/group>, binary) returns text
86 31157 [main] chmod 1960 _read: read (3, 0xA011A80, 1024) blocking, sigcatchers 0
84 31241 [main] chmod 1960 _read: non-interruptible read
91 31332 [main] chmod 1960 fhandler_base::read: returning 470 chars, binary mode
84 31416 [main] chmod 1960 _read: 470 = read (3, 0xA011A80, 1024), errno 0
83 31499 [main] chmod 1960 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (3)
83 31582 [main] chmod 1960 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio says yes
83 31665 [main] chmod 1960 setmode_helper: setmode: file was raw now cle
82 31747 [main] chmod 1960 setmode: setmode (3</etc/group>, text) returns binary
1682 33429 [main] chmod 1960 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (3)
83 33512 [main] chmod 1960 _cygwin_istext_for_stdio: _cifs: get_*_binary
82 33594 [main] chmod 1960 setmode_helper: setmode: file was cle now raw
82 33676 [main] chmod 1960 setmode: setmode (3</etc/group>, binary) returns text
85 33761 [main] chmod 1960 _read: read (3, 0xA011A80, 1024) blocking, sigcatchers 0
81 33842 [main] chmod 1960 _read: non-interruptible read
86 33928 [main] chmod 1960 _read: 0 = read (3, 0xA011A80, 1024), errno 0
83 34011 [main] chmod 1960 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio (3)
79 34090 [main] chmod 1960 _cygwin_istext_for_stdio: _cygwin_istext_for_stdio says yes
83 34173 [main] chmod 1960 setmode_helper: setmode: file was raw now cle
82 34255 [main] chmod 1960 setmode: setmode (3</etc/group>, text) returns binary
87 34342 [main] chmod 1960 _close: close (3)
83 34425 [main] chmod 1960 fhandler_base::close: closing '/etc/group' handle 0xCC
137 34562 [main] chmod 1960 _close: 0 = close (3)
256 34818 [main] chmod 1960 internal_getlogin: Cygwins Username: tgun
254 35072 [main] chmod 1960 sigproc_init: process/signal handling enabled(1)
385 35457 [main] chmod 1960 build_argv: argv[0] = 'chmod'
90 35547 [main] chmod 1960 build_argv: argv[1] = 'a+w'
83 35630 [main] chmod 1960 build_argv: argv[2] = '-v'
82 35712 [main] chmod 1960 build_argv: argv[3] = 'test.c'
80 35792 [main] chmod 1960 build_argv: argc 4
304 36096 [sig] chmod 1960 wait_sig: sigcatch_nonmain 0x104, sigcatch_main 0x108
116 36212 [sig] chmod 1960 wait_sig: Ready. dwProcessid 1960
149 36361 [main] chmod 1960 normalize_posix_path: src /dev/conin
102 36463 [main] chmod 1960 normalize_posix_path: /dev/conin = normalize_posix_path (/dev/conin)
93 36556 [main] chmod 1960 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/conin)
90 36646 [main] chmod 1960 mount_info::conv_to_win32_path: src_path /dev/conin, dst conin, flags 0x2, rc 0
4232 40878 [main] chmod 1960 dtable::build_fhandler: fd 0, fh 0x615603C0
171 41049 [main] chmod 1960 fhandler_base::init: created new fhandler_base for handle 0x7
133 41182 [main] chmod 1960 open_shared: name (null), shared 0x1C480000 (wanted 0x0), h 0x144
124 41306 [main] chmod 1960 tty_min::set_ctty: attached tty1073741824 sid 1960, pid 1960, tty->pgid 0, tty->sid 1960
93 41399 [main] chmod 1960 tty_min::set_ctty: resetting tty1073741824 sid. Was 1960, now 1960. pgid was 0, now 1960.
212 41611 [main] chmod 1960 fhandler_console::open: opened conin$ 0x3, conout$ 0xB
131 41742 [main] chmod 1960 fhandler_console::output_tcsetattr: 0 = tcsetattr (,1C480018) (ENABLE FLAGS 3) (lflag 107 oflag 9)
92 41834 [main] chmod 1960 dtable::init_std_file_from_handle: fd 0, handle 0x7
172 42006 [main] chmod 1960 normalize_posix_path: src unknown disk file
114 42120 [main] chmod 1960 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\tgun\tmp, no-keep-rel, no-add-slash)
94 42214 [main] chmod 1960 normalize_win32_path: C:\cygwin\home\tgun\tmp = normalize_win32_path (C:\cygwin\home\tgun\tmp)
91 42305 [main] chmod 1960 mount_info::conv_to_posix_path: /home/tgun/tmp = conv_to_posix_path (C:\cygwin\home\tgun\tmp)
91 42396 [main] chmod 1960 cwdstuff::get: posix /home/tgun/tmp
85 42481 [main] chmod 1960 cwdstuff::get: (/home/tgun/tmp) = cwdstuff::get (0x240F940, 260, 1, 0), errno 0
86 42567 [main] chmod 1960 normalize_posix_path: /home/tgun/tmp/unknown disk file = normalize_posix_path (unknown disk file)
89 42656 [main] chmod 1960 mount_info::conv_to_win32_path: conv_to_win32_path (/home/tgun/tmp/unknown disk file)
92 42748 [main] chmod 1960 mount_info::conv_to_win32_path: src_path /home/tgun/tmp/unknown disk file, dst C:\cygwin\home\tgun\tmp\unknown disk file, flags 0x8, rc 0
441 43189 [main] chmod 1960 symlink_info::check: GetFileAttributes (C:\cygwin\home\tgun\tmp\unknown disk file) failed
148 43337 [main] chmod 1960 geterrno_from_win_error: windows error 2 == errno 2
191 43528 [main] chmod 1960 symlink_info::check: GetFileAttributes (C:\cygwin\home\tgun\tmp\unknown disk file.lnk) failed
247 43775 [main] chmod 1960 geterrno_from_win_error: windows error 2 == errno 2
111 43886 [main] chmod 1960 symlink_info::check: 0 = symlink.check (C:\cygwin\home\tgun\tmp\unknown disk file, 0x240F600) (0x8)
94 43980 [main] chmod 1960 mount_info::conv_to_win32_path: conv_to_win32_path (/home/tgun/tmp)
93 44073 [main] chmod 1960 mount_info::conv_to_win32_path: src_path /home/tgun/tmp, dst C:\cygwin\home\tgun\tmp, flags 0x8, rc 0
227 44300 [main] chmod 1960 symlink_info::check: not a symlink
122 44422 [main] chmod 1960 symlink_info::check: 0 = symlink.check (C:\cygwin\home\tgun\tmp, 0x240F600) (0x8)
93 44515 [main] chmod 1960 path_conv::check: root_dir(C:\), this->path(C:\cygwin\home\tgun\tmp\unknown disk file), set_has_acls(0)
100 44615 [main] chmod 1960 dtable::build_fhandler: fd 1, fh 0x615602C8
265 44880 [main] chmod 1960 fhandler_base::init: created new fhandler_base for handle 0xAC
108 44988 [main] chmod 1960 dtable::init_std_file_from_handle: fd 1, handle 0xAC
168 45156 [main] chmod 1960 normalize_posix_path: src unknown disk file
105 45261 [main] chmod 1960 cwdstuff::get: posix /home/tgun/tmp
90 45351 [main] chmod 1960 cwdstuff::get: (/home/tgun/tmp) = cwdstuff::get (0x240F930, 260, 1, 0), errno 0
86 45437 [main] chmod 1960 normalize_posix_path: /home/tgun/tmp/unknown disk file = normalize_posix_path (unknown disk file)
89 45526 [main] chmod 1960 mount_info::conv_to_win32_path: conv_to_win32_path (/home/tgun/tmp/unknown disk file)
93 45619 [main] chmod 1960 mount_info::conv_to_win32_path: src_path /home/tgun/tmp/unknown disk file, dst C:\cygwin\home\tgun\tmp\unknown disk file, flags 0x8, rc 0
401 46020 [main] chmod 1960 symlink_info::check: GetFileAttributes (C:\cygwin\home\tgun\tmp\unknown disk file) failed
146 46166 [main] chmod 1960 geterrno_from_win_error: windows error 2 == errno 2
186 46352 [main] chmod 1960 symlink_info::check: GetFileAttributes (C:\cygwin\home\tgun\tmp\unknown disk file.lnk) failed
119 46471 [main] chmod 1960 geterrno_from_win_error: windows error 2 == errno 2
90 46561 [main] chmod 1960 symlink_info::check: 0 = symlink.check (C:\cygwin\home\tgun\tmp\unknown disk file, 0x240F5F0) (0x8)
90 46651 [main] chmod 1960 mount_info::conv_to_win32_path: conv_to_win32_path (/home/tgun/tmp)
90 46741 [main] chmod 1960 mount_info::conv_to_win32_path: src_path /home/tgun/tmp, dst C:\cygwin\home\tgun\tmp, flags 0x8, rc 0
204 46945 [main] chmod 1960 symlink_info::check: not a symlink
120 47065 [main] chmod 1960 symlink_info::check: 0 = symlink.check (C:\cygwin\home\tgun\tmp, 0x240F5F0) (0x8)
91 47156 [main] chmod 1960 path_conv::check: root_dir(C:\), this->path(C:\cygwin\home\tgun\tmp\unknown disk file), set_has_acls(0)
98 47254 [main] chmod 1960 dtable::build_fhandler: fd 2, fh 0x61560E68
87 47341 [main] chmod 1960 fhandler_base::init: created new fhandler_base for handle 0xA0
86 47427 [main] chmod 1960 dtable::init_std_file_from_handle: fd 2, handle 0xA0
87 47514 [main] chmod 1960 dll_list::init: here
85 47599 [main] chmod 1960 dll_crt0_1: user_data->main 0x401DB0
109 47708 [main] chmod 1960 sig_send: pid 1960, signal -2, its_me 1
95 47803 [sig] chmod 1960 wait_sig: awake
84 47887 [sig] chmod 1960 wait_sig: processing signal -2
85 47972 [sig] chmod 1960 wait_sig: set main thread completion event
79 48051 [sig] chmod 1960 wait_sig: looping
86 48137 [main] chmod 1960 sig_send: Waiting for thiscomplete 0x11C
88 48225 [main] chmod 1960 sig_send: returning 0 from sending signal -2
468 48693 [main] chmod 1960 lstat: entering
91 48784 [main] chmod 1960 normalize_posix_path: src test.c
88 48872 [main] chmod 1960 cwdstuff::get: posix /home/tgun/tmp
84 48956 [main] chmod 1960 cwdstuff::get: (/home/tgun/tmp) = cwdstuff::get (0x240F8B4, 260, 1, 0), errno 0
85 49041 [main] chmod 1960 normalize_posix_path: /home/tgun/tmp/test.c = normalize_posix_path (test.c)
87 49128 [main] chmod 1960 mount_info::conv_to_win32_path: conv_to_win32_path (/home/tgun/tmp/test.c)
335 49463 [main] chmod 1960 mount_info::conv_to_win32_path: src_path /home/tgun/tmp/test.c, dst C:\cygwin\home\tgun\tmp\test.c, flags 0x8, rc 0
451 49914 [main] chmod 1960 symlink_info::check: not a symlink
140 50054 [main] chmod 1960 symlink_info::check: 0 = symlink.check (C:\cygwin\home\tgun\tmp\test.c, 0x240F574) (0x8)
95 50149 [main] chmod 1960 path_conv::check: root_dir(C:\), this->path(C:\cygwin\home\tgun\tmp\test.c), set_has_acls(0)
123 50272 [main] chmod 1960 dtable::build_fhandler: fd -1, fh 0x61560F80
95 50367 [main] chmod 1960 stat_worker: (test.c, 0x240FE04, 1, 0x240FA44), file_attributes 32
88 50455 [main] chmod 1960 fhandler_base::open: (C:\cygwin\home\tgun\tmp\test.c, 0x110000)
459 50914 [main] chmod 1960 fhandler_base::open: 0xC8 = CreateFileA (C:\cygwin\home\tgun\tmp\test.c, 0x80000000, 0x7, 0x240F824, 0x3, 0x2000080, 0)
146 51060 [main] chmod 1960 fhandler_base::open: filemode set to binary
96 51156 [main] chmod 1960 fhandler_base::open: 1 = fhandler_base::open (C:\cygwin\home\tgun\tmp\test.c, 0x110000)
90 51246 [main] chmod 1960 fhandler_disk_file::open: 1 = fhandler_disk_file::open (C:\cygwin\home\tgun\tmp\test.c, 0x110000)
125 51371 [main] chmod 1960 fhandler_disk_file::fstat_helper: 1 = GetFileInformationByHandle (C:\cygwin\home\tgun\tmp\test.c, 200)
394 51765 [main] chmod 1960 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x240FE04) st_atime=3CDF6470 st_size=416, st_mode=0x81A4, st_ino=410697986, sizeof=64
143 51908 [main] chmod 1960 fhandler_base::close: closing 'test.c' handle 0xC8
129 52037 [main] chmod 1960 stat_worker: 0 = (test.c, 0x240FE04)
106 52143 [main] chmod 1960 normalize_posix_path: src test.c
90 52233 [main] chmod 1960 cwdstuff::get: posix /home/tgun/tmp
86 52319 [main] chmod 1960 cwdstuff::get: (/home/tgun/tmp) = cwdstuff::get (0x240F914, 260, 1, 0), errno 0
87 52406 [main] chmod 1960 normalize_posix_path: /home/tgun/tmp/test.c = normalize_posix_path (test.c)
85 52491 [main] chmod 1960 mount_info::conv_to_win32_path: conv_to_win32_path (/home/tgun/tmp/test.c)
91 52582 [main] chmod 1960 mount_info::conv_to_win32_path: src_path /home/tgun/tmp/test.c, dst C:\cygwin\home\tgun\tmp\test.c, flags 0x8, rc 0
381 52963 [main] chmod 1960 symlink_info::check: not a symlink
135 53098 [main] chmod 1960 symlink_info::check: 0 = symlink.check (C:\cygwin\home\tgun\tmp\test.c, 0x240F5D4) (0x8)
95 53193 [main] chmod 1960 path_conv::check: root_dir(C:\), this->path(C:\cygwin\home\tgun\tmp\test.c), set_has_acls(0)
90 53283 [main] chmod 1960 cwdstuff::get: posix /home/tgun/tmp
86 53369 [main] chmod 1960 cwdstuff::get: (C:\cygwin\home\tgun\tmp) = cwdstuff::get (0x240F334, 260, 0, 0), errno 0
637 54006 [main] chmod 1960 seterrno_from_win_error: /cygnus/netrel/src/cygwin-1.3.10-1/winsup/cygwin/security.cc:1613 errno 6
100 54106 [main] chmod 1960 geterrno_from_win_error: windows error 6 == errno 9
87 54193 [main] chmod 1960 set_file_attribute: -1 = set_file_attribute (test.c, 11096, 10513, 0x1B6)
247 54440 [main] chmod 1960 chmod: 0 = chmod (test.c, 0x1B6)
193 54633 [main] chmod 1960 fhandler_disk_file::fstat_helper: 1 = GetFileInformationByHandle (C:\cygwin\home\tgun\tmp\unknown disk file, 172)
243 54876 [main] chmod 1960 fhandler_disk_file::fstat_helper: 0 = fstat (, 0x240FA54) st_atime=3CDF6470 st_size=39361, st_mode=0x81A4, st_ino=636914293, sizeof=64
135 55011 [main] chmod 1960 _fstat: 0 = fstat (1, 0x240FA54)
106 55117 [main] chmod 1960 _write: write (1, 0xA012518, 45)
95 55212 [main] chmod 1960 fhandler_base::write: binary write
mode of `test.c' changed to 0666 (rw-rw-rw-)
90 55302 [main] chmod 1960 fhandler_base::write: 45 = write (0xA012518, 45)
86 55388 [main] chmod 1960 _write: 45 = write (1, 0xA012518, 45)
84 55472 [main] chmod 1960 _close: close (1)
85 55557 [main] chmod 1960 fhandler_base::close: closing 'unknown disk file' handle 0xAC
93 55650 [main] chmod 1960 _close: 0 = close (1)
91 55741 [main] chmod 1960 do_exit: do_exit (0)
85 55826 [main] chmod 1960 void: 0x0 = signal (20, 0x1)
86 55912 [main] chmod 1960 void: 0x0 = signal (1, 0x1)
84 55996 [main] chmod 1960 void: 0x0 = signal (2, 0x1)
84 56080 [main] chmod 1960 void: 0x0 = signal (3, 0x1)
119 56199 [main] chmod 1960 fhandler_base::close: closing 'unknown disk file' handle 0xA0
97 56296 [main] chmod 1960 proc_terminate: nchildren 0, nzombies 0
87 56383 [main] chmod 1960 proc_terminate: leaving
111 56494 [main] chmod 1960 sigproc_terminate: entering
86 56580 [main] chmod 1960 sigproc_terminate: done
202 56782 [main] chmod 1960 __to_clock_t: dwHighDateTime 0, dwLowDateTime 156250
104 56886 [main] chmod 1960 __to_clock_t: total 00000000 0000000F
88 56974 [main] chmod 1960 __to_clock_t: dwHighDateTime 0, dwLowDateTime 156250
85 57059 [main] chmod 1960 __to_clock_t: total 00000000 0000000F
1507 58566 [main] chmod 1960 _pinfo::exit: Calling ExitProcess 0
[-- Attachment #3: Type: text/plain, Size: 214 bytes --]
--
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/
prev parent reply other threads:[~2002-05-13 18:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-13 10:03 Tim Gunter
2002-05-13 10:35 ` Randall R Schulz
2002-05-13 11:07 ` Tim Gunter
2002-05-13 11:48 ` Larry Hall (RFK Partners, Inc)
2002-05-13 11:51 ` Tim Gunter [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020513110738.A1776@TGUN \
--to=tgun@bioscrypt.com \
--cc=cygwin@cygwin.com \
--cc=lhall@rfk.com \
--cc=tim.gunter@bioscrypt.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).