X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=4.1 required=5.0 tests=BAYES_50,HK_OBFDOM,J_CHICKENPOX_45,J_CHICKENPOX_46,J_CHICKENPOX_47,J_CHICKENPOX_54,J_CHICKENPOX_66,J_CHICKENPOX_75,WEIRD_PORT X-Spam-Check-By: sourceware.org X-Amavis-Modified: Mail body modified (using disclaimer) by ecnwall.ecn.nl Message-ID: <49D4AC45.7040203@ecn.nl> Date: Thu, 02 Apr 2009 14:15:01 +0200 From: "A.R. Burgers" User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: [1.7]: /usr/bin/install fails on network drives Content-Type: multipart/mixed; boundary="------------090909050108080302020601" Xecn-outgoing-message: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com --------------090909050108080302020601 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit LS, /usr/bin/install fails for me with cygwin 1.7 on network drives. Also mv has issues. Below is the output of the attached script bug.sh. On a local directory everything goes fine. On network drives, I get "Permission denied" messages (although I have write permission and the files are copied) attachment zz3_trace_install.txt has the strace output of /usr/bin/install. There is a "windows error 5" in the output. Teun 1.7.0(0.210/5/3) solcygin: //ecn/groups/g_zon_software/cygwin17 sh: //ecnits/ecnshare/zon/burgers installing zz1.txt into /tmp .. -rw-r--r-- 1 burgers Domain Users 0 Apr 2 14:00 /tmp/zz1.txt moving zz1.txt into /tmp .. -rw-r--r-- 1 burgers Domain Users 0 Apr 2 14:01 /tmp/zz1.txt installing zz2.txt into //ecnits/ecnshare/zon/burgers .. -rw-r--r-- 1 ???????? ???????? 0 Apr 2 14:00 //ecnits/ecnshare/zon/burgers/zz2.txt moving zz2.txt into //ecnits/ecnshare/zon/burgers .. mv: failed to preserve ownership for `//ecnits/ecnshare/zon/burgers/zz2.txt': Permission denied -rw-r--r-- 1 ???????? ???????? 0 Apr 2 14:01 //ecnits/ecnshare/zon/burgers/zz2.txt mv: failed to preserve ownership for `//ecnits/ecnshare/zon/burgers/zz2.txt': Permission denied installing zz3.txt into //ecn/groups/g_zon_software/cygwin17 .. -rwxrwxrwx 1 burgers Domain Users 0 Apr 2 14:00 //ecn/groups/g_zon_software/cygwin17/zz3.txt install: setting permissions for `//ecn/groups/g_zon_software/cygwin17/zz3.txt': Permission denied moving zz3.txt into //ecn/groups/g_zon_software/cygwin17 .. mv: preserving permissions for `//ecn/groups/g_zon_software/cygwin17/zz3.txt': Permission denied -rwxrwxrwx 1 burgers Domain Users 0 Apr 2 14:01 //ecn/groups/g_zon_software/cygwin17/zz3.txt mv: preserving permissions for `//ecn/groups/g_zon_software/cygwin17/zz3.txt': Permission denied ************************************************************************ Dit bericht kan informatie bevatten die niet voor u is bestemd. Indien u niet de geadresseerde bent of dit bericht abusievelijk aan u is toegezonden, verzoeken wij u dit onmiddellijk aan de afzender te melden en de inhoud van het bericht te vernietigen. Aan dit bericht kunnen geen rechten worden ontleend en ECN aanvaardt geen aansprakelijkheid voor schade, van welke aard ook, die verband houdt met risico's verbonden aan het elektronisch verzenden van berichten. This message may contain information that is not intended for you. If you are not the addressee or if this message was sent to you by mistake, you are requested to immediately inform the sender and delete the message. This e-mail is not intended to create a legally binding commitment and ECN accepts no liability for damage of any kind resulting from the risks inherent to the electronic transmission of messages. ECN, P.O. Box 1, 1755 ZG Petten, The Netherlands Dutch CoC number: 41151233 ************************************************************************ --------------090909050108080302020601 Content-Type: text/plain; name="bug.sh" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="bug.sh" # /bin/sh uname -r echo "solcygin: $solcygwin" echo "sh: $sh" i=0 for dir in /tmp $sh $solcygwin; do let i++ rm -f zz$i.txt touch zz$i.txt echo "installing zz$i.txt into $dir .." /usr/bin/install zz$i.txt $dir ls -l $dir/zz$i.txt strace -o zz${i}_trace_install.txt install zz$i.txt $dir echo "moving zz$i.txt into $dir .." mv -f zz$i.txt $dir ls -l $dir/zz$i.txt touch zz$i.txt strace -o zz${i}_trace_mv.txt mv -f zz$i.txt $dir done exit cygcheck -svr > cygcheck.txt --------------090909050108080302020601 Content-Type: text/plain; name="cygcheck.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="cygcheck.txt" Cygwin Configuration Diagnostics Current System Time: Thu Apr 02 11:47:37 2009 Windows XP Professional Ver 5.1 Build 2600 Service Pack 2 Path: C:\cygwin\home\burgers\cygwin17\bin C:\cygwin\home\burgers\cygwin\bin \\ecn\groups\g_zon_software\cygwin17\bin C:\cygwin17\usr\local\bin C:\cygwin17\bin C:\cygwin17\bin C:\cygwin17\usr\X11R6\bin C:\dlltest\cygwin C:\dlltest\mingw C:\WINDOWS\system32 C:\WINDOWS C:\WINDOWS\System32\Wbem C:\PROGRA~1\DeskView\system C:\VXIPNP\WinNT\Bin C:\Program Files\TortoiseSVN\bin C:\Program Files\ParaView 3.2.1\bin C:\cygwin17\lib\lapack C:\cygwin17\mingw\bin Output from C:\cygwin17\bin\id.exe (nontsec) UID: 11890(burgers) GID: 10513(Domain Users) 0(root) 544(Administrators) 555(Remote Desktop Users) 545(Users) 1092(Debugger Users) 1093(Gebruikers foutopsporing) 10513(Domain Users) Output from C:\cygwin17\bin\id.exe (ntsec) UID: 11890(burgers) GID: 10513(Domain Users) 0(root) 544(Administrators) 555(Remote Desktop Users) 545(Users) 1092(Debugger Users) 1093(Gebruikers foutopsporing) 10513(Domain Users) SysDir: C:\WINDOWS\system32 WinDir: C:\WINDOWS USER = 'burgers' PWD = '/home/burgers/tmp' CYGWIN = 'server' HOME = '/home/burgers' HOMEPATH = '\' APPDATA = 'C:\Documents and Settings\burgers\Application Data' MANPATH = '/home/burgers/cygwin17/man://ecn/groups/g_zon_software/cygwin17/man:/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man' HOSTNAME = 'P4114' PROCESSOR_IDENTIFIER = 'x86 Family 15 Model 4 Stepping 3, GenuineIntel' TERM = 'cygwin' WINDIR = 'C:\WINDOWS' PERL5LIB = '/home/burgers/cygwin17/lib/perl5://ecn/groups/g_zon_software/cygwin17/lib/perl5' USERDOMAIN = 'ENERGY' ALLUSERSPROFILE = 'C:\Documents and Settings\All Users' OS = 'Windows_NT' !:: = '::\' SVN_EDITOR = 'vim' http_proxy = 'http://blister.energy.intra:8080/' COMMONPROGRAMFILES = 'C:\Program Files\Common Files' TEMP = '/drv/c/DOCUME~1/burgers/LOCALS~1/Temp' VXIPNPPATH = 'C:\VXIPNP\' PYTHONDOCS = '/usr/share/doc/python-2.3.2/html' ftp_proxy = 'http://blister.energy.intra:8080/' USERNAME = 'burgers' PAGER = 'less -isR' PROCESSOR_LEVEL = '15' solmingw = '//ecn/groups/g_zon_software/mingw' !M: = 'M:\' FP_NO_HOST_CHECK = 'NO' si = '//ecn/groups/g_zoncsi_exp' SYSTEMDRIVE = 'C:' sh = '//ecnits/ecnshare/zon/burgers' CLIENTNAME = 'Console' USERPROFILE = 'C:\Documents and Settings\burgers' TZ = 'Europe/Amsterdam' LOGONSERVER = '\\ECNPR1' !C: = 'C:\cygwin17\bin' PROCESSOR_ARCHITECTURE = 'x86' HISTIGNORE = '[ ]*:&:bg:fg' HISTCONTROL = 'ignoredups' SHLVL = '2' PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH' USERDNSDOMAIN = 'ENERGY.AD.INTRA' HOMEDRIVE = 'M:' SMS_LOCAL_DIR = 'C:\WINDOWS' no_proxy = 'localhost,ecn.nl,wpad,ad.intra' solcygwin = '//ecn/groups/g_zon_software/cygwin17' COMSPEC = 'C:\WINDOWS\system32\cmd.exe' PROMPT = '$P$G' SYSTEMROOT = 'C:\WINDOWS' TMP = '/drv/c/DOCUME~1/burgers/LOCALS~1/Temp' PROCESSOR_REVISION = '0403' CVS_RSH = '/bin/ssh' PRINTER = '\\PRINTSRV.ad.intra\mfp044 - DSm645' PGDATA = '/home/burgers/pgsql' PROGRAMFILES = 'C:\Program Files' INFOPATH = '/home/burgers/cygwin17/info://ecn/groups/g_zon_software/cygwin17/info:/usr/local/info:/usr/share/info:/usr/info:' HOMESHARE = '\\ecn\users\burgers' cyghome = '/home/burgers/cygwin17' NUMBER_OF_PROCESSORS = '2' SESSIONNAME = 'Console' COMPUTERNAME = 'P4114' _ = '/usr/bin/cygcheck' HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 (default) = '/drv' cygdrive flags = 0x00000022 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/ (default) = 'C:\cygwin' flags = 0x00000002 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/bin (default) = 'C:\cygwin/bin' flags = 0x00000002 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/lib (default) = 'C:\cygwin/lib' flags = 0x00000002 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options HKEY_CURRENT_USER\Software\Cygwin HKEY_CURRENT_USER\Software\Cygwin\Program Options HKEY_CURRENT_USER\Software\Cygwin\setup HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Favorites\Cygwin manuals (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin-X (default) = (unsupported type) HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\cygwin_bash (default) = '&Bash Prompt Here' HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\cygwin_bash\command (default) = 'C:\cygwin\bin\mintty.exe -e /bin/xhere /bin/bash.exe "%L"' HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\cygwin_bash (default) = '&Bash Prompt Here' HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\cygwin_bash\command (default) = 'C:\cygwin\bin\mintty.exe -e /bin/xhere /bin/bash.exe "%L"' HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = '/drv' cygdrive flags = 0x0000002a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/exports/m (default) = '\\ecn\users\burgers' flags = 0x0000010a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/exports/p (default) = '\\ecn\groups\g_zon' flags = 0x0000010a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/share/WindowMaker/Icons (default) = 'C:\cygwin\usr\share\WindowMaker\Icons' flags = 0x0000080a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup (default) = 'C:\cygwin17' HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Management\ARPCache\cygwin_bash (default) = (unsupported type) Changed = 0x00000000 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\cygwin_bash (default) = 'Cygwin Bash Prompt Here' UnInstallString = 'C:\cygwin\bin\sh -c "/bin/chere -u -s bash"' obcaseinsensitive set to 1 a: fd N/A N/A c: hd NTFS 76316Mb 35% CP CS UN PA FC d: cd N/A N/A f: net NTFS 8678Mb 92% CP CS PA aburgers m: net NTFS 250Mb 76% CP CS UN PA burgers$ n: net NTFS 25198Mb 65% CP CS PA ecnshare p: net NTFS 102400Mb 99% CP CS UN PA g_zon y: net NTFS 30631Mb 24% CP CS UN PA FC Data z: net NTFS 527360Mb 55% CP CS UN PA g_zon_measure$ C:\cygwin17 / system binmode \\ecn\users\burgers /exports/m system binmode,noexec \\ecn\groups\g_zon /exports/p system binmode,noexec C:\cygwin\home /home system binmode C:\cygwin17\bin /usr/bin system binmode C:\cygwin17\lib /usr/lib system binmode . /drv user binmode,cygdrive,posix=0 Found: C:\cygwin17\bin\awk.exe Found: C:\cygwin17\bin\awk.exe -> C:\cygwin17\bin\gawk.exe Found: C:\cygwin17\bin\bash.exe Found: C:\cygwin17\bin\bash.exe Found: C:\cygwin17\bin\cat.exe Found: C:\cygwin17\bin\cat.exe Found: C:\cygwin17\bin\cp.exe Found: C:\cygwin17\bin\cp.exe Found: C:\cygwin17\bin\cpp.exe Found: C:\cygwin17\bin\cpp.exe -> C:\cygwin17\etc\alternatives\cpp -> C:\cygwin17\bin\cpp-3.exe Found: C:\cygwin17\bin\crontab.exe Found: C:\cygwin17\bin\crontab.exe Found: C:\cygwin17\bin\find.exe Found: C:\cygwin17\bin\find.exe Found: C:\WINDOWS\system32\find.exe Warning: C:\cygwin17\bin\find.exe hides C:\WINDOWS\system32\find.exe Found: C:\cygwin17\bin\gcc.exe Found: C:\cygwin17\bin\gcc.exe -> C:\cygwin17\etc\alternatives\gcc -> C:\cygwin17\bin\gcc-3.exe Found: C:\cygwin17\bin\gdb.exe Found: C:\cygwin17\bin\gdb.exe Found: C:\cygwin17\bin\grep.exe Found: C:\cygwin17\bin\grep.exe Found: C:\cygwin17\bin\kill.exe Found: C:\cygwin17\bin\kill.exe Found: C:\cygwin17\bin\ld.exe Found: C:\cygwin17\bin\ld.exe Found: C:\cygwin17\bin\ls.exe Found: C:\cygwin17\bin\ls.exe Found: C:\cygwin17\bin\make.exe Found: C:\cygwin17\bin\make.exe Found: C:\cygwin17\bin\mv.exe Found: C:\cygwin17\bin\mv.exe --------------090909050108080302020601 Content-Type: text/plain; name="zz3_trace_install.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="zz3_trace_install.txt" 4 4 [main] install 2832 open_shared: name shared.5, n 5, shared 0x60FC0000 (wanted 0x60FC0000), h 0x740 236 240 [main] install 2832 heap_init: heap base 0x680000, heap top 0x680000 80 320 [main] install 2832 open_shared: name S-1-5-21-2041269577-1130376882-1410864704-1890.1, n 1, shared 0x60FD0000 (wanted 0x60FD0000), h 0x73C 50 370 [main] install 2832 user_shared_create: opening user shared for 'S-1-5-21-2041269577-1130376882-1410864704-1890' at 0x60FD0000 132 502 [main] install 2832 user_shared_create: user shared version 2E710001 79 581 [main] install 2832 events_init: windows_system_directory 'C:\WINDOWS\system32\', windows_system_directory_length 20 63 644 [main] install 2832 dll_crt0_0: finished dll_crt0_0 initialization 121 765 [main] install 2832 _cygtls::remove: wait 0xFFFFFFFF 62 827 [main] install 2832 _cygtls::remove: removed 0x22CE64 element 0 98 925 [main] install 2832 _cygtls::remove: wait 0xFFFFFFFF 41 966 [main] install 2832 _cygtls::remove: removed 0x22CE64 element 0 224 1190 [main] install 2832 _cygwin_istext_for_stdio: fd 0: not open 69 1259 [main] install 2832 _cygwin_istext_for_stdio: fd 1: not open 45 1304 [main] install 2832 _cygwin_istext_for_stdio: fd 2: not open 247 1551 [sig] install 2832 wait_sig: entering ReadFile loop, my_readsig 0x0, my_sendsig 0x0 268 1819 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\burgers\tmp, no-keep-rel, no-add-slash) 80 1899 [main] install 2832 normalize_win32_path: C:\cygwin\home\burgers\tmp = normalize_win32_path (C:\cygwin\home\burgers\tmp) 57 1956 [main] install 2832 mount_info::conv_to_posix_path: /home/burgers/tmp = conv_to_posix_path (C:\cygwin\home\burgers\tmp) 125 2081 [main] install (2832) open_shared: name cygpid.2832, n 2832, shared 0x60FF0000 (wanted 0x60FF0000), h 0x6FC 120 2201 [main] install 2832 ********************************************** 54 2255 [main] install 2832 Program name: C:\cygwin17\bin\install.exe (pid 2832, ppid 1) 39 2294 [main] install 2832 App version: 1007.0, api: 0.189 41 2335 [main] install 2832 DLL version: 1007.0, api: 0.210 53 2388 [main] install 2832 DLL build: 2009-03-31 12:05 44 2432 [main] install 2832 OS version: Windows NT-5.1 39 2471 [main] install 2832 Heap size: 402653184 38 2509 [main] install 2832 ********************************************** 39 2548 [main] install 2832 pinfo::thisproc: myself->dwProcessId 2832 44 2592 [main] install 2832 time: 1238673667 = time (0) 603 3195 [main] install 2832 parse_options: returning 41 3236 [main] install 2832 environ_init: GetEnvironmentStrings returned 0x10000 77 3313 [main] install 2832 environ_init: 0x6A8258: !::=::\ 91 3404 [main] install 2832 environ_init: 0x6A8268: !C:=C:\cygwin17\bin 72 3476 [main] install 2832 environ_init: 0x6A8288: !M:=M:\ 82 3558 [main] install 2832 environ_init: 0x6A8298: ALLUSERSPROFILE=C:\Documents and Settings\All Users 78 3636 [main] install 2832 environ_init: 0x6A82D8: APPDATA=C:\Documents and Settings\burgers\Application Data 76 3712 [main] install 2832 environ_init: 0x6A8318: CLIENTNAME=Console 78 3790 [main] install 2832 environ_init: 0x6A8330: COMMONPROGRAMFILES=C:\Program Files\Common Files 75 3865 [main] install 2832 environ_init: 0x6A8368: COMPUTERNAME=P4114 77 3942 [main] install 2832 environ_init: 0x6A8380: COMSPEC=C:\WINDOWS\system32\cmd.exe 76 4018 [main] install 2832 environ_init: 0x6A83B0: CVS_RSH=/bin/ssh 75 4093 [main] install 2832 environ_init: 0x6A83C8: CYGWIN=server 73 4166 [main] install 2832 environ_init: 0x6A83E0: FP_NO_HOST_CHECK=NO 76 4242 [main] install 2832 environ_init: 0x6A8400: HISTCONTROL=ignoredups 80 4322 [main] install 2832 environ_init: 0x6A8420: HISTIGNORE=[ ]*:&:bg:fg 76 4398 [main] install 2832 getwinenv: can't set native for HOME= since no environ yet 125 4523 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\burgers, no-keep-rel, no-add-slash) 78 4601 [main] install 2832 normalize_win32_path: C:\cygwin\home\burgers = normalize_win32_path (C:\cygwin\home\burgers) 41 4642 [main] install 2832 mount_info::conv_to_posix_path: /home/burgers = conv_to_posix_path (C:\cygwin\home\burgers) 105 4747 [main] install 2832 win_env::add_cache: posix /home/burgers 39 4786 [main] install 2832 win_env::add_cache: native HOME=C:\cygwin\home\burgers 38 4824 [main] install 2832 posify: env var converted to HOME=/home/burgers 103 4927 [main] install 2832 environ_init: 0x6A84A0: HOME=/home/burgers 76 5003 [main] install 2832 environ_init: 0x6A8440: HOMEDRIVE=M: 75 5078 [main] install 2832 environ_init: 0x6A8458: HOMEPATH=\ 76 5154 [main] install 2832 environ_init: 0x6A84B8: HOMESHARE=\\ecn\users\burgers 76 5230 [main] install 2832 environ_init: 0x6A84E0: HOSTNAME=P4114 80 5310 [main] install 2832 environ_init: 0x6A84F8: INFOPATH=/home/burgers/cygwin17/info://ecn/groups/g_zon_software/cygwin17/info:/usr/local/info:/usr/share/info:/usr/info: 75 5385 [main] install 2832 environ_init: 0x6A8578: LOGONSERVER=\\ECNPR1 80 5465 [main] install 2832 environ_init: 0x6A8598: MANPATH=/home/burgers/cygwin17/man://ecn/groups/g_zon_software/cygwin17/man:/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man 76 5541 [main] install 2832 environ_init: 0x6A8620: NUMBER_OF_PROCESSORS=2 74 5615 [main] install 2832 environ_init: 0x6A8640: OS=Windows_NT 78 5693 [main] install 2832 environ_init: 0x6A8658: PAGER=less -isR 94 5787 [main] install 2832 getwinenv: can't set native for PATH= since no environ yet 79 5866 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\burgers\cygwin17\bin, keep-rel, no-add-slash) 41 5907 [main] install 2832 normalize_win32_path: C:\cygwin\home\burgers\cygwin17\bin = normalize_win32_path (C:\cygwin\home\burgers\cygwin17\bin) 40 5947 [main] install 2832 mount_info::conv_to_posix_path: /home/burgers/cygwin17/bin = conv_to_posix_path (C:\cygwin\home\burgers\cygwin17\bin) 41 5988 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\burgers\cygwin\bin, keep-rel, no-add-slash) 40 6028 [main] install 2832 normalize_win32_path: C:\cygwin\home\burgers\cygwin\bin = normalize_win32_path (C:\cygwin\home\burgers\cygwin\bin) 40 6068 [main] install 2832 mount_info::conv_to_posix_path: /home/burgers/cygwin/bin = conv_to_posix_path (C:\cygwin\home\burgers\cygwin\bin) 41 6109 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (\\ecn\groups\g_zon_software\cygwin17\bin, keep-rel, no-add-slash) 40 6149 [main] install 2832 normalize_win32_path: \\ecn\groups\g_zon_software\cygwin17\bin = normalize_win32_path (\\ecn\groups\g_zon_software\cygwin17\bin) 40 6189 [main] install 2832 mount_info::conv_to_posix_path: //ecn/groups/g_zon_software/cygwin17/bin = conv_to_posix_path (\\ecn\groups\g_zon_software\cygwin17\bin) 46 6235 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin17\usr\local\bin, keep-rel, no-add-slash) 39 6274 [main] install 2832 normalize_win32_path: C:\cygwin17\usr\local\bin = normalize_win32_path (C:\cygwin17\usr\local\bin) 40 6314 [main] install 2832 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (C:\cygwin17\usr\local\bin) 41 6355 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin17\bin, keep-rel, no-add-slash) 40 6395 [main] install 2832 normalize_win32_path: C:\cygwin17\bin = normalize_win32_path (C:\cygwin17\bin) 39 6434 [main] install 2832 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin17\bin) 40 6474 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin17\bin, keep-rel, no-add-slash) 39 6513 [main] install 2832 normalize_win32_path: C:\cygwin17\bin = normalize_win32_path (C:\cygwin17\bin) 45 6558 [main] install 2832 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin17\bin) 41 6599 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin17\usr\X11R6\bin, keep-rel, no-add-slash) 39 6638 [main] install 2832 normalize_win32_path: C:\cygwin17\usr\X11R6\bin = normalize_win32_path (C:\cygwin17\usr\X11R6\bin) 40 6678 [main] install 2832 mount_info::conv_to_posix_path: /usr/X11R6/bin = conv_to_posix_path (C:\cygwin17\usr\X11R6\bin) 40 6718 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\dlltest\cygwin, keep-rel, no-add-slash) 39 6757 [main] install 2832 normalize_win32_path: C:\dlltest\cygwin = normalize_win32_path (C:\dlltest\cygwin) 41 6798 [main] install 2832 mount_info::conv_to_posix_path: /drv/c/dlltest/cygwin = conv_to_posix_path (C:\dlltest\cygwin) 40 6838 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\dlltest\mingw, keep-rel, no-add-slash) 39 6877 [main] install 2832 normalize_win32_path: C:\dlltest\mingw = normalize_win32_path (C:\dlltest\mingw) 40 6917 [main] install 2832 mount_info::conv_to_posix_path: /drv/c/dlltest/mingw = conv_to_posix_path (C:\dlltest\mingw) 41 6958 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\system32, keep-rel, no-add-slash) 39 6997 [main] install 2832 normalize_win32_path: C:\WINDOWS\system32 = normalize_win32_path (C:\WINDOWS\system32) 40 7037 [main] install 2832 mount_info::conv_to_posix_path: /drv/c/WINDOWS/system32 = conv_to_posix_path (C:\WINDOWS\system32) 40 7077 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS, keep-rel, no-add-slash) 39 7116 [main] install 2832 normalize_win32_path: C:\WINDOWS = normalize_win32_path (C:\WINDOWS) 40 7156 [main] install 2832 mount_info::conv_to_posix_path: /drv/c/WINDOWS = conv_to_posix_path (C:\WINDOWS) 41 7197 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\System32\Wbem, keep-rel, no-add-slash) 45 7242 [main] install 2832 normalize_win32_path: C:\WINDOWS\System32\Wbem = normalize_win32_path (C:\WINDOWS\System32\Wbem) 41 7283 [main] install 2832 mount_info::conv_to_posix_path: /drv/c/WINDOWS/System32/Wbem = conv_to_posix_path (C:\WINDOWS\System32\Wbem) 40 7323 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\PROGRA~1\DeskView\system, keep-rel, no-add-slash) 40 7363 [main] install 2832 normalize_win32_path: C:\PROGRA~1\DeskView\system = normalize_win32_path (C:\PROGRA~1\DeskView\system) 41 7404 [main] install 2832 mount_info::conv_to_posix_path: /drv/c/PROGRA~1/DeskView/system = conv_to_posix_path (C:\PROGRA~1\DeskView\system) 40 7444 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\VXIPNP\WinNT\Bin, keep-rel, no-add-slash) 40 7484 [main] install 2832 normalize_win32_path: C:\VXIPNP\WinNT\Bin = normalize_win32_path (C:\VXIPNP\WinNT\Bin) 41 7525 [main] install 2832 mount_info::conv_to_posix_path: /drv/c/VXIPNP/WinNT/Bin = conv_to_posix_path (C:\VXIPNP\WinNT\Bin) 40 7565 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\TortoiseSVN\bin, keep-rel, no-add-slash) 39 7604 [main] install 2832 normalize_win32_path: C:\Program Files\TortoiseSVN\bin = normalize_win32_path (C:\Program Files\TortoiseSVN\bin) 41 7645 [main] install 2832 mount_info::conv_to_posix_path: /drv/c/Program Files/TortoiseSVN/bin = conv_to_posix_path (C:\Program Files\TortoiseSVN\bin) 41 7686 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\ParaView 3.2.1\bin, keep-rel, no-add-slash) 40 7726 [main] install 2832 normalize_win32_path: C:\Program Files\ParaView 3.2.1\bin = normalize_win32_path (C:\Program Files\ParaView 3.2.1\bin) 40 7766 [main] install 2832 mount_info::conv_to_posix_path: /drv/c/Program Files/ParaView 3.2.1/bin = conv_to_posix_path (C:\Program Files\ParaView 3.2.1\bin) 46 7812 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin17\lib\lapack, keep-rel, no-add-slash) 40 7852 [main] install 2832 normalize_win32_path: C:\cygwin17\lib\lapack = normalize_win32_path (C:\cygwin17\lib\lapack) 40 7892 [main] install 2832 mount_info::conv_to_posix_path: /usr/lib/lapack = conv_to_posix_path (C:\cygwin17\lib\lapack) 41 7933 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin17\mingw\bin, keep-rel, no-add-slash) 45 7978 [main] install 2832 normalize_win32_path: C:\cygwin17\mingw\bin = normalize_win32_path (C:\cygwin17\mingw\bin) 40 8018 [main] install 2832 mount_info::conv_to_posix_path: /mingw/bin = conv_to_posix_path (C:\cygwin17\mingw\bin) 106 8124 [main] install 2832 win_env::add_cache: posix /home/burgers/cygwin17/bin:/home/burgers/cygwin/bin://ecn/groups/g_zon_software/cygwin17/bin:/usr/local/bin:/usr/bin:/usr/bin:/usr/X11R6/bin:/drv/c/dlltest/cygwin:/drv/c/dlltest/mingw:/drv/c/WINDOWS/system32:/drv/c/WINDOWS:/drv/c/WINDOWS/System32/Wbem:/drv/c/PROGRA~1/DeskView/system:/drv/c/VXIPNP/WinNT/Bin:/drv/c/Program Files/TortoiseSVN/bin:/drv/c/Program Files/ParaView 3.2.1/bin:/usr/lib/lapack:/mingw/bin 42 8166 [main] install 2832 win_env::add_cache: native PATH=C:\cygwin\home\burgers\cygwin17\bin;C:\cygwin\home\burgers\cygwin\bin;\\ecn\groups\g_zon_software\cygwin17\bin;C:\cygwin17\usr\local\bin;C:\cygwin17\bin;C:\cygwin17\bin;C:\cygwin17\usr\X11R6\bin;C:\dlltest\cygwin;C:\dlltest\mingw;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\PROGRA~1\DeskView\system;C:\VXIPNP\WinNT\Bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\ParaView 3.2.1\bin;C:\cygwin17\lib\lapack;C:\cygwin17\mingw\bin 50 8216 [main] install 2832 posify: env var converted to PATH=/home/burgers/cygwin17/bin:/home/burgers/cygwin/bin://ecn/groups/g_zon_software/cygwin17/bin:/usr/local/bin:/usr/bin:/usr/bin:/usr/X11R6/bin:/drv/c/dlltest/cygwin:/drv/c/dlltest/mingw:/drv/c/WINDOWS/system32:/drv/c/WINDOWS:/drv/c/WINDOWS/System32/Wbem:/drv/c/PROGRA~1/DeskView/system:/drv/c/VXIPNP/WinNT/Bin:/drv/c/Program Files/TortoiseSVN/bin:/drv/c/Program Files/ParaView 3.2.1/bin:/usr/lib/lapack:/mingw/bin 108 8324 [main] install 2832 environ_init: 0x6B8BB8: PATH=/home/burgers/cygwin17/bin:/home/burgers/cygwin/bin://ecn/groups/g_zon_software/cygwin17/bin:/usr/local/bin:/usr/bin:/usr/bin:/usr/X11R6/bin:/drv/c/dlltest/cygwin:/drv/c/dlltest/mingw:/drv/c/WINDOWS/system32:/drv/c/WINDOWS:/drv/c/WINDOWS/System32/Wbem:/drv/c/PROGRA~1/DeskView/system:/drv/c/VXIPNP/WinNT/Bin:/drv/c/Program Files/TortoiseSVN/bin:/drv/c/Program Files/ParaView 3.2.1/bin:/usr/lib/lapack:/mingw/bin 84 8408 [main] install 2832 environ_init: 0x6A8670: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH 83 8491 [main] install 2832 environ_init: 0x6A86B0: PERL5LIB=/home/burgers/cygwin17/lib/perl5://ecn/groups/g_zon_software/cygwin17/lib/perl5 80 8571 [main] install 2832 environ_init: 0x6A8710: PGDATA=/home/burgers/pgsql 81 8652 [main] install 2832 environ_init: 0x6A8730: PRINTER=\\PRINTSRV.ad.intra\mfp044 - DSm645 76 8728 [main] install 2832 environ_init: 0x6A8768: PROCESSOR_ARCHITECTURE=x86 80 8808 [main] install 2832 environ_init: 0x6A8788: PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 3, GenuineIntel 78 8886 [main] install 2832 environ_init: 0x6A87D8: PROCESSOR_LEVEL=15 78 8964 [main] install 2832 environ_init: 0x6A87F0: PROCESSOR_REVISION=0403 81 9045 [main] install 2832 environ_init: 0x6A8810: PROGRAMFILES=C:\Program Files 78 9123 [main] install 2832 environ_init: 0x6B8D60: PROMPT=$P$G 84 9207 [main] install 2832 environ_init: 0x6B8D78: PWD=/home/burgers/tmp 79 9286 [main] install 2832 environ_init: 0x6B8D98: PYTHONDOCS=/usr/share/doc/python-2.3.2/html 78 9364 [main] install 2832 environ_init: 0x6B8DD0: SESSIONNAME=Console 196 9560 [main] install 2832 environ_init: 0x6B8DF0: SHLVL=3 77 9637 [main] install 2832 environ_init: 0x6B8E00: SMS_LOCAL_DIR=C:\WINDOWS 75 9712 [main] install 2832 environ_init: 0x6B8E20: SVN_EDITOR=vim 74 9786 [main] install 2832 environ_init: 0x6B8E38: SYSTEMDRIVE=C: 75 9861 [main] install 2832 environ_init: 0x6B8E50: SYSTEMROOT=C:\WINDOWS 76 9937 [main] install 2832 getwinenv: can't set native for TEMP= since no environ yet 39 9976 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\DOCUME~1\burgers\LOCALS~1\Temp, no-keep-rel, no-add-slash) 40 10016 [main] install 2832 normalize_win32_path: C:\DOCUME~1\burgers\LOCALS~1\Temp = normalize_win32_path (C:\DOCUME~1\burgers\LOCALS~1\Temp) 40 10056 [main] install 2832 mount_info::conv_to_posix_path: /drv/c/DOCUME~1/burgers/LOCALS~1/Temp = conv_to_posix_path (C:\DOCUME~1\burgers\LOCALS~1\Temp) 110 10166 [main] install 2832 win_env::add_cache: posix /drv/c/DOCUME~1/burgers/LOCALS~1/Temp 39 10205 [main] install 2832 win_env::add_cache: native TEMP=C:\DOCUME~1\burgers\LOCALS~1\Temp 38 10243 [main] install 2832 posify: env var converted to TEMP=/drv/c/DOCUME~1/burgers/LOCALS~1/Temp 103 10346 [main] install 2832 environ_init: 0x6B8F00: TEMP=/drv/c/DOCUME~1/burgers/LOCALS~1/Temp 77 10423 [main] install 2832 environ_init: 0x6B8E70: TERM=xterm 77 10500 [main] install 2832 getwinenv: can't set native for TMP= since no environ yet 38 10538 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\DOCUME~1\burgers\LOCALS~1\Temp, no-keep-rel, no-add-slash) 40 10578 [main] install 2832 normalize_win32_path: C:\DOCUME~1\burgers\LOCALS~1\Temp = normalize_win32_path (C:\DOCUME~1\burgers\LOCALS~1\Temp) 41 10619 [main] install 2832 mount_info::conv_to_posix_path: /drv/c/DOCUME~1/burgers/LOCALS~1/Temp = conv_to_posix_path (C:\DOCUME~1\burgers\LOCALS~1\Temp) 110 10729 [main] install 2832 win_env::add_cache: posix /drv/c/DOCUME~1/burgers/LOCALS~1/Temp 39 10768 [main] install 2832 win_env::add_cache: native TMP=C:\DOCUME~1\burgers\LOCALS~1\Temp 39 10807 [main] install 2832 posify: env var converted to TMP=/drv/c/DOCUME~1/burgers/LOCALS~1/Temp 102 10909 [main] install 2832 environ_init: 0x6B8FC0: TMP=/drv/c/DOCUME~1/burgers/LOCALS~1/Temp 78 10987 [main] install 2832 environ_init: 0x6B8E80: TZ=Europe/Amsterdam 72 11059 [main] install 2832 environ_init: 0x6B8F30: USER=burgers 131 11190 [main] install 2832 environ_init: 0x6B8FF0: USERDNSDOMAIN=ENERGY.AD.INTRA 86 11276 [main] install 2832 environ_init: 0x6B8F48: USERDOMAIN=ENERGY 104 11380 [main] install 2832 environ_init: 0x6B9018: USERNAME=burgers 85 11465 [main] install 2832 environ_init: 0x6B9030: USERPROFILE=C:\Documents and Settings\burgers 74 11539 [main] install 2832 environ_init: 0x6B9068: VXIPNPPATH=C:\VXIPNP\ 75 11614 [main] install 2832 environ_init: 0x6B9088: WINDIR=C:\WINDOWS 73 11687 [main] install 2832 environ_init: 0x6B90A0: _=/usr/bin/strace 77 11764 [main] install 2832 environ_init: 0x6B90B8: cyghome=/home/burgers/cygwin17 75 11839 [main] install 2832 environ_init: 0x6B90E0: ftp_proxy=http://blister.energy.intra:8080/ 78 11917 [main] install 2832 environ_init: 0x6B9118: http_proxy=http://blister.energy.intra:8080/ 104 12021 [main] install 2832 environ_init: 0x6B9150: no_proxy=localhost,ecn.nl,wpad,ad.intra 102 12123 [main] install 2832 environ_init: 0x6B9180: sh=//ecnits/ecnshare/zon/burgers 76 12199 [main] install 2832 environ_init: 0x6B91A8: si=//ecn/groups/g_zoncsi_exp 77 12276 [main] install 2832 environ_init: 0x6B91D0: solcygwin=//ecn/groups/g_zon_software/cygwin17 76 12352 [main] install 2832 environ_init: 0x6B9208: solmingw=//ecn/groups/g_zon_software/mingw 47 12399 [main] install 2832 pinfo_init: Set nice to 0 38 12437 [main] install 2832 pinfo_init: pid 2832, pgid 2832 78 12515 [main] install 2832 dtable::extend: size 32, fds 0x6121B2CC 390 12905 [main] install 2832 pwdgrp::load: \etc\passwd curr_lines 13 67 12972 [main] install 2832 pwdgrp::load: \etc\passwd load succeeded 379 13351 [main] install 2832 pwdgrp::load: \etc\group curr_lines 15 63 13414 [main] install 2832 pwdgrp::load: \etc\group load succeeded 45 13459 [main] install 2832 cygheap_user::ontherange: what 2, pw 0x6B99D0 42 13501 [main] install 2832 cygheap_user::ontherange: HOME is already in the environment /home/burgers 105 13606 [main] install 2832 wait_for_sigthread: wait_sig_inited 0x7D4 48 13654 [main] install 2832 wait_for_sigthread: process/signal handling enabled, state 0x41 128 13782 [main] install 2832 build_argv: argv[0] = 'install' 40 13822 [main] install 2832 build_argv: argv[1] = 'zz3.txt' 42 13864 [main] install 2832 build_argv: argv[2] = '//ecn/groups/g_zon_software/cygwin17' 38 13902 [main] install 2832 build_argv: argc 3 225 14127 [main] install 2832 normalize_posix_path: src /dev/tty0 42 14169 [main] install 2832 normalize_posix_path: /dev/tty0 = normalize_posix_path (/dev/tty0) 44 14213 [main] install 2832 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/tty0) 56 14269 [main] install 2832 mount_info::conv_to_win32_path: src_path /dev/tty0, dst \dev\tty0, flags 0x2, rc 0 70 14339 [main] install 2832 build_fh_pc: fh 0x6121B404 68 14407 [main] install 2832 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0 43 14450 [main] install 2832 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 40 14490 [main] install 2832 fhandler_base::set_flags: filemode set to binary 78 14568 [main] install 2832 fhandler_tty_slave::open: (514): tty output_mutex: waiting 500 ms 44 14612 [main] install 2832 fhandler_tty_slave::open: (514): tty output_mutex: acquired 51 14663 [main] install 2832 tty::create_inuse: cygtty.slave_alive.0 0x6E4 42 14705 [main] install 2832 fhandler_tty_slave::open: (517): tty output_mutex released 46 14751 [main] install 2832 client_request_attach_tty::client_request_attach_tty: created: pid = 2832, master_pid = 1952, from_master = 1740, to_master = 1760 513 15264 [main] install 2832 client_request_get_version::check_version: incompatible version of cygwin server: client version 1.4.0.0, server version 1.3.0.0 50 15314 [main] install 2832 client_request::make_request: cygserver un-available 65 15379 [main] install 2832 open_shared: name cygpid.1952, n 1952, shared 0x3E0000 (wanted 0x0), h 0x6E0 48 15427 [main] install 2832 fhandler_tty_slave::open: cannot dup handles via server. using old method. 71 15498 [main] install 2832 fhandler_tty_slave::open: duplicated from_master 0x6CC->0x6D8 from tty_owner 41 15539 [main] install 2832 fhandler_tty_slave::open: duplicated to_master 0x6E0->0x6D4 from tty_owner 42 15581 [main] install 2832 init_cygheap::manage_console_count: fhandler_tty_slave::open: console_count 1, amount 1, no ctty, avoid_freeing_console 0 66 15647 [main] install 2832 fhandler_console::need_invisible: invisible_console 0 90 15737 [main] install 2832 fhandler_tty_slave::open: /dev/tty0 opened, usecount 1 40 15777 [main] install 2832 _pinfo::set_ctty: old no ctty 42 15819 [main] install 2832 _pinfo::set_ctty: attaching ctty /dev/tty0 sid 2832, pid 2832, pgid 2832, tty->pgid 4852, tty->sid 4064 57 15876 [main] install 2832 open_shared: name cygpid.4064, n 4064, shared 0x3E0000 (wanted 0x0), h 0x6E0 47 15923 [main] install 2832 _pinfo::set_ctty: cygheap->ctty 0x0, arch 0x6122B40C 39 15962 [main] install 2832 _pinfo::set_ctty: ctty NULL 43 16005 [main] install 2832 init_cygheap::manage_console_count: _pinfo::set_ctty: console_count 2, amount 1, ctty /dev/tty0, avoid_freeing_console 0 41 16046 [main] install 2832 _pinfo::set_ctty: /dev/tty0 ctty, usecount 2 105 16151 [main] install 2832 normalize_posix_path: src /dev/tty0 40 16191 [main] install 2832 normalize_posix_path: /dev/tty0 = normalize_posix_path (/dev/tty0) 47 16238 [main] install 2832 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/tty0) 39 16277 [main] install 2832 mount_info::conv_to_win32_path: src_path /dev/tty0, dst \dev\tty0, flags 0x2, rc 0 82 16359 [main] install 2832 build_fh_pc: fh 0x6123B45C 51 16410 [main] install 2832 fhandler_tty_slave::open: copied fhandler_tty_slave archetype 38 16448 [main] install 2832 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0 39 16487 [main] install 2832 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 39 16526 [main] install 2832 fhandler_base::set_flags: filemode set to binary 40 16566 [main] install 2832 init_cygheap::manage_console_count: fhandler_tty_slave::open: console_count 3, amount 1, ctty /dev/tty0, avoid_freeing_console 0 40 16606 [main] install 2832 fhandler_tty_slave::open: /dev/tty0 opened, usecount 3 40 16646 [main] install 2832 _pinfo::set_ctty: old ctty /dev/tty0 42 16688 [main] install 2832 _pinfo::set_ctty: attaching ctty /dev/tty0 sid 4064, pid 2832, pgid 2832, tty->pgid 4852, tty->sid 4064 54 16742 [main] install 2832 open_shared: name cygpid.4064, n 4064, shared 0x3E0000 (wanted 0x0), h 0x6E0 109 16851 [main] install 2832 normalize_posix_path: src /dev/tty0 39 16890 [main] install 2832 normalize_posix_path: /dev/tty0 = normalize_posix_path (/dev/tty0) 40 16930 [main] install 2832 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/tty0) 45 16975 [main] install 2832 mount_info::conv_to_win32_path: src_path /dev/tty0, dst \dev\tty0, flags 0x2, rc 0 82 17057 [main] install 2832 build_fh_pc: fh 0x6124B464 51 17108 [main] install 2832 fhandler_tty_slave::open: copied fhandler_tty_slave archetype 38 17146 [main] install 2832 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0 39 17185 [main] install 2832 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 39 17224 [main] install 2832 fhandler_base::set_flags: filemode set to binary 40 17264 [main] install 2832 init_cygheap::manage_console_count: fhandler_tty_slave::open: console_count 4, amount 1, ctty /dev/tty0, avoid_freeing_console 0 39 17303 [main] install 2832 fhandler_tty_slave::open: /dev/tty0 opened, usecount 4 40 17343 [main] install 2832 _pinfo::set_ctty: old ctty /dev/tty0 41 17384 [main] install 2832 _pinfo::set_ctty: attaching ctty /dev/tty0 sid 4064, pid 2832, pgid 2832, tty->pgid 4852, tty->sid 4064 55 17439 [main] install 2832 open_shared: name cygpid.4064, n 4064, shared 0x3E0000 (wanted 0x0), h 0x6E0 101 17540 [main] install 2832 fhandler_console::need_invisible: invisible_console 0 51 17591 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin17\bin\cygiconv-2.dll, keep-rel, no-add-slash) 40 17631 [main] install 2832 normalize_win32_path: C:\cygwin17\bin\cygiconv-2.dll = normalize_win32_path (C:\cygwin17\bin\cygiconv-2.dll) 41 17672 [main] install 2832 mount_info::conv_to_posix_path: /usr/bin/cygiconv-2.dll = conv_to_posix_path (C:\cygwin17\bin\cygiconv-2.dll) 82 17754 [main] install 2832 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin17\bin\cygintl-8.dll, keep-rel, no-add-slash) 39 17793 [main] install 2832 normalize_win32_path: C:\cygwin17\bin\cygintl-8.dll = normalize_win32_path (C:\cygwin17\bin\cygintl-8.dll) 47 17840 [main] install 2832 mount_info::conv_to_posix_path: /usr/bin/cygintl-8.dll = conv_to_posix_path (C:\cygwin17\bin\cygintl-8.dll) 74 17914 [main] install 2832 dll_crt0_1: user_data->main 0x401820 43 17957 [main] install 2832 __set_errno: void dll_crt0_1(void*):916 val 0 421 18378 [main] install 2832 stat64: entering 39 18417 [main] install 2832 normalize_posix_path: src //ecn/groups/g_zon_software/cygwin17 40 18457 [main] install 2832 normalize_posix_path: //ecn/groups/g_zon_software/cygwin17 = normalize_posix_path (//ecn/groups/g_zon_software/cygwin17) 45 18502 [main] install 2832 mount_info::conv_to_win32_path: conv_to_win32_path (//ecn/groups/g_zon_software/cygwin17) 44 18546 [main] install 2832 mount_info::conv_to_win32_path: src_path //ecn/groups/g_zon_software/cygwin17, dst \\ecn\groups\g_zon_software\cygwin17, flags 0x0, rc 0 786 19332 [main] install 2832 symlink_info::check: not a symlink 287 19619 [main] install 2832 symlink_info::check: 0 = symlink.check (\\ecn\groups\g_zon_software\cygwin17, 0x223998) (0x0) 54 19673 [main] install 2832 path_conv::check: this->path(\\ecn\groups\g_zon_software\cygwin17), has_acls(1) 96 19769 [main] install 2832 build_fh_pc: fh 0x6125B46C 46 19815 [main] install 2832 stat_worker: (\??\UNC\ecn\groups\g_zon_software\cygwin17, 0x22CC78, 0x6125B46C), file_attributes 16 52 19867 [main] install 2832 fhandler_base::open: (\??\UNC\ecn\groups\g_zon_software\cygwin17, 0x110000) 361 20228 [main] install 2832 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0 57 20285 [main] install 2832 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 41 20326 [main] install 2832 fhandler_base::set_flags: filemode set to binary 38 20364 [main] install 2832 fhandler_base::open: 0 = NtCreateFile (0x69C, 20080, \??\UNC\ecn\groups\g_zon_software\cygwin17, io, NULL, 0, 7, 1, 4000, NULL, 0) 42 20406 [main] install 2832 fhandler_base::open: 1 = fhandler_base::open (\??\UNC\ecn\groups\g_zon_software\cygwin17, 0x110000) 57 20463 [main] install 2832 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\UNC\ecn\groups\g_zon_software\cygwin17, 0x10000) 699 21162 [main] install 2832 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-2041269577-1130376882-1410864704-1890 52 21214 [main] install 2832 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-2041269577-1130376882-1410864704-513 48 21262 [main] install 2832 get_info_from_sd: ACL 41FF, uid 11890, gid 10513 71 21333 [main] install 2832 fhandler_base::fstat_helper: 0 = fstat (, 0x22CC78) st_atime=49D48743 st_size=0, st_mode=0x41FF, st_ino=2080790237624763998, sizeof=96 48 21381 [main] install 2832 fhandler_base::close: closing '//ecn/groups/g_zon_software/cygwin17' handle 0x69C 268 21649 [main] install 2832 stat_worker: 0 = (\??\UNC\ecn\groups\g_zon_software\cygwin17, 0x22CC78) 343 21992 [main] install 2832 stat64: entering 40 22032 [main] install 2832 normalize_posix_path: src zz3.txt 39 22071 [main] install 2832 cwdstuff::get: posix /home/burgers/tmp 39 22110 [main] install 2832 cwdstuff::get: (/home/burgers/tmp) = cwdstuff::get (0x680008, 32768, 1, 0), errno 0 41 22151 [main] install 2832 normalize_posix_path: /home/burgers/tmp/zz3.txt = normalize_posix_path (zz3.txt) 39 22190 [main] install 2832 mount_info::conv_to_win32_path: conv_to_win32_path (/home/burgers/tmp/zz3.txt) 46 22236 [main] install 2832 set_flags: flags: binary (0x2) 39 22275 [main] install 2832 mount_info::conv_to_win32_path: src_path /home/burgers/tmp/zz3.txt, dst C:\cygwin\home\burgers\tmp\zz3.txt, flags 0xA, rc 0 128 22403 [main] install 2832 symlink_info::check: not a symlink 66 22469 [main] install 2832 symlink_info::check: 0 = symlink.check (C:\cygwin\home\burgers\tmp\zz3.txt, 0x223578) (0xA) 41 22510 [main] install 2832 path_conv::check: this->path(C:\cygwin\home\burgers\tmp\zz3.txt), has_acls(1) 47 22557 [main] install 2832 build_fh_pc: fh 0x6125B46C 41 22598 [main] install 2832 stat_worker: (\??\C:\cygwin\home\burgers\tmp\zz3.txt, 0x22CA20, 0x6125B46C), file_attributes 32 44 22642 [main] install 2832 fhandler_base::open: (\??\C:\cygwin\home\burgers\tmp\zz3.txt, 0x110000) 82 22724 [main] install 2832 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000 41 22765 [main] install 2832 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 39 22804 [main] install 2832 fhandler_base::set_flags: filemode set to binary 40 22844 [main] install 2832 fhandler_base::open: 0 = NtCreateFile (0x69C, 20080, \??\C:\cygwin\home\burgers\tmp\zz3.txt, io, NULL, 0, 7, 1, 4000, NULL, 0) 359 23203 [main] install 2832 fhandler_base::open: 1 = fhandler_base::open (\??\C:\cygwin\home\burgers\tmp\zz3.txt, 0x110000) 53 23256 [main] install 2832 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\C:\cygwin\home\burgers\tmp\zz3.txt, 0x10000) 105 23361 [main] install 2832 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-2041269577-1130376882-1410864704-1890 44 23405 [main] install 2832 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-2041269577-1130376882-1410864704-513 42 23447 [main] install 2832 get_info_from_sd: ACL 1A4, uid 11890, gid 10513 71 23518 [main] install 2832 fhandler_base::fstat_helper: 0 = fstat (, 0x22CA20) st_atime=49D4A903 st_size=0, st_mode=0x81A4, st_ino=6755399441421817, sizeof=96 42 23560 [main] install 2832 fhandler_base::close: closing '/home/burgers/tmp/zz3.txt' handle 0x69C 67 23627 [main] install 2832 stat_worker: 0 = (\??\C:\cygwin\home\burgers\tmp\zz3.txt, 0x22CA20) 51 23678 [main] install 2832 lstat64: entering 39 23717 [main] install 2832 normalize_posix_path: src //ecn/groups/g_zon_software/cygwin17/zz3.txt 39 23756 [main] install 2832 normalize_posix_path: //ecn/groups/g_zon_software/cygwin17/zz3.txt = normalize_posix_path (//ecn/groups/g_zon_software/cygwin17/zz3.txt) 40 23796 [main] install 2832 mount_info::conv_to_win32_path: conv_to_win32_path (//ecn/groups/g_zon_software/cygwin17/zz3.txt) 58 23854 [main] install 2832 mount_info::conv_to_win32_path: src_path //ecn/groups/g_zon_software/cygwin17/zz3.txt, dst \\ecn\groups\g_zon_software\cygwin17\zz3.txt, flags 0x0, rc 0 698 24552 [main] install 2832 symlink_info::check: not a symlink 301 24853 [main] install 2832 symlink_info::check: 0 = symlink.check (\\ecn\groups\g_zon_software\cygwin17\zz3.txt, 0x223578) (0x0) 61 24914 [main] install 2832 path_conv::check: this->path(\\ecn\groups\g_zon_software\cygwin17\zz3.txt), has_acls(1) 62 24976 [main] install 2832 build_fh_pc: fh 0x6125B46C 44 25020 [main] install 2832 stat_worker: (\??\UNC\ecn\groups\g_zon_software\cygwin17\zz3.txt, 0x22C9C0, 0x6125B46C), file_attributes 32 44 25064 [main] install 2832 fhandler_base::open: (\??\UNC\ecn\groups\g_zon_software\cygwin17\zz3.txt, 0x110000) 383 25447 [main] install 2832 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0 58 25505 [main] install 2832 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 39 25544 [main] install 2832 fhandler_base::set_flags: filemode set to binary 39 25583 [main] install 2832 fhandler_base::open: 0 = NtCreateFile (0x69C, 20080, \??\UNC\ecn\groups\g_zon_software\cygwin17\zz3.txt, io, NULL, 0, 7, 1, 4000, NULL, 0) 43 25626 [main] install 2832 fhandler_base::open: 1 = fhandler_base::open (\??\UNC\ecn\groups\g_zon_software\cygwin17\zz3.txt, 0x110000) 54 25680 [main] install 2832 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\UNC\ecn\groups\g_zon_software\cygwin17\zz3.txt, 0x10000) 714 26394 [main] install 2832 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-2041269577-1130376882-1410864704-1890 60 26454 [main] install 2832 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-2041269577-1130376882-1410864704-513 46 26500 [main] install 2832 get_info_from_sd: ACL 1FF, uid 11890, gid 10513 72 26572 [main] install 2832 fhandler_base::fstat_helper: 0 = fstat (, 0x22C9C0) st_atime=49D4A8F8 st_size=0, st_mode=0x81FF, st_ino=7005441890194870359, sizeof=96 42 26614 [main] install 2832 fhandler_base::close: closing '//ecn/groups/g_zon_software/cygwin17/zz3.txt' handle 0x69C 265 26879 [main] install 2832 stat_worker: 0 = (\??\UNC\ecn\groups\g_zon_software\cygwin17\zz3.txt, 0x22C9C0) 58 26937 [main] install 2832 normalize_posix_path: src //ecn/groups/g_zon_software/cygwin17/zz3.txt 46 26983 [main] install 2832 normalize_posix_path: //ecn/groups/g_zon_software/cygwin17/zz3.txt = normalize_posix_path (//ecn/groups/g_zon_software/cygwin17/zz3.txt) 47 27030 [main] install 2832 mount_info::conv_to_win32_path: conv_to_win32_path (//ecn/groups/g_zon_software/cygwin17/zz3.txt) 40 27070 [main] install 2832 mount_info::conv_to_win32_path: src_path //ecn/groups/g_zon_software/cygwin17/zz3.txt, dst \\ecn\groups\g_zon_software\cygwin17\zz3.txt, flags 0x0, rc 0 567 27637 [main] install 2832 symlink_info::check: not a symlink 275 27912 [main] install 2832 symlink_info::check: 0 = symlink.check (\\ecn\groups\g_zon_software\cygwin17\zz3.txt, 0x223538) (0x0) 54 27966 [main] install 2832 path_conv::check: this->path(\\ecn\groups\g_zon_software\cygwin17\zz3.txt), has_acls(1) 42 28008 [main] install 2832 __set_errno: ssize_t readlink(const char*, char*, size_t):2463 val 22 54 28062 [main] install 2832 normalize_posix_path: src //ecn/groups/g_zon_software/cygwin17/zz3.txt.exe 39 28101 [main] install 2832 normalize_posix_path: //ecn/groups/g_zon_software/cygwin17/zz3.txt.exe = normalize_posix_path (//ecn/groups/g_zon_software/cygwin17/zz3.txt.exe) 39 28140 [main] install 2832 mount_info::conv_to_win32_path: conv_to_win32_path (//ecn/groups/g_zon_software/cygwin17/zz3.txt.exe) 41 28181 [main] install 2832 mount_info::conv_to_win32_path: src_path //ecn/groups/g_zon_software/cygwin17/zz3.txt.exe, dst \\ecn\groups\g_zon_software\cygwin17\zz3.txt.exe, flags 0x0, rc 0 339 28520 [main] install 2832 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\ecn\groups\g_zon_software\cygwin17\zz3.txt.exe) 338 28858 [main] install 2832 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\ecn\groups\g_zon_software\cygwin17\zz3.txt.exe.lnk) 52 28910 [main] install 2832 symlink_info::check: 0 = symlink.check (\\ecn\groups\g_zon_software\cygwin17\zz3.txt.exe, 0x2234C8) (0x0) 46 28956 [main] install 2832 mount_info::conv_to_win32_path: conv_to_win32_path (//ecn/groups/g_zon_software/cygwin17) 40 28996 [main] install 2832 mount_info::conv_to_win32_path: src_path //ecn/groups/g_zon_software/cygwin17, dst \\ecn\groups\g_zon_software\cygwin17, flags 0x0, rc 0 552 29548 [main] install 2832 symlink_info::check: not a symlink 263 29811 [main] install 2832 symlink_info::check: 0 = symlink.check (\\ecn\groups\g_zon_software\cygwin17, 0x2234C8) (0x0) 1075 30886 [main] install 2832 path_conv::check: this->path(\\ecn\groups\g_zon_software\cygwin17\zz3.txt.exe), has_acls(1) 65 30951 [main] install 2832 build_fh_pc: fh 0x6125B46C 53 31004 [main] install 2832 __set_errno: int fhandler_base::fhaccess(int):362 val 2 39 31043 [main] install 2832 fhandler_base::fhaccess: returning -1 41 31084 [main] install 2832 access: returning -1 52 31136 [main] install 2832 normalize_posix_path: src //ecn/groups/g_zon_software/cygwin17/zz3.txt 39 31175 [main] install 2832 normalize_posix_path: //ecn/groups/g_zon_software/cygwin17/zz3.txt = normalize_posix_path (//ecn/groups/g_zon_software/cygwin17/zz3.txt) 40 31215 [main] install 2832 mount_info::conv_to_win32_path: conv_to_win32_path (//ecn/groups/g_zon_software/cygwin17/zz3.txt) 40 31255 [main] install 2832 mount_info::conv_to_win32_path: src_path //ecn/groups/g_zon_software/cygwin17/zz3.txt, dst \\ecn\groups\g_zon_software\cygwin17\zz3.txt, flags 0x0, rc 0 708 31963 [main] install 2832 symlink_info::check: not a symlink 335 32298 [main] install 2832 symlink_info::check: 0 = symlink.check (\\ecn\groups\g_zon_software\cygwin17\zz3.txt, 0x223568) (0x0) 54 32352 [main] install 2832 path_conv::check: this->path(\\ecn\groups\g_zon_software\cygwin17\zz3.txt), has_acls(1) 1363 33715 [main] install 2832 unlink: 0 = unlink (//ecn/groups/g_zon_software/cygwin17/zz3.txt) 68 33783 [main] install 2832 sig_send: sendsig 0x6F0, pid 2832, signal -34, its_me 1 51 33834 [main] install 2832 sig_send: wakeup 0x69C 49 33883 [main] install 2832 sig_send: Waiting for pack.wakeup 0x69C 57 33940 [sig] install 2832 wait_sig: signalling pack.wakeup 0x69C 78 34018 [main] install 2832 sig_send: returning 0x0 from sending signal -34 44 34062 [main] install 2832 open: open (zz3.txt, 0x10000) 41 34103 [main] install 2832 normalize_posix_path: src zz3.txt 39 34142 [main] install 2832 cwdstuff::get: posix /home/burgers/tmp 40 34182 [main] install 2832 cwdstuff::get: (/home/burgers/tmp) = cwdstuff::get (0x680008, 32768, 1, 0), errno 0 41 34223 [main] install 2832 normalize_posix_path: /home/burgers/tmp/zz3.txt = normalize_posix_path (zz3.txt) 39 34262 [main] install 2832 mount_info::conv_to_win32_path: conv_to_win32_path (/home/burgers/tmp/zz3.txt) 41 34303 [main] install 2832 set_flags: flags: binary (0x2) 39 34342 [main] install 2832 mount_info::conv_to_win32_path: src_path /home/burgers/tmp/zz3.txt, dst C:\cygwin\home\burgers\tmp\zz3.txt, flags 0xA, rc 0 120 34462 [main] install 2832 symlink_info::check: not a symlink 65 34527 [main] install 2832 symlink_info::check: 0 = symlink.check (C:\cygwin\home\burgers\tmp\zz3.txt, 0x223438) (0xA) 44 34571 [main] install 2832 path_conv::check: this->path(C:\cygwin\home\burgers\tmp\zz3.txt), has_acls(1) 66 34637 [main] install 2832 build_fh_pc: fh 0x6125B46C 49 34686 [main] install 2832 fhandler_base::open: (\??\C:\cygwin\home\burgers\tmp\zz3.txt, 0x110000) 89 34775 [main] install 2832 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000 43 34818 [main] install 2832 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 39 34857 [main] install 2832 fhandler_base::set_flags: filemode set to binary 39 34896 [main] install 2832 fhandler_base::open: 0 = NtCreateFile (0x69C, 80100000, \??\C:\cygwin\home\burgers\tmp\zz3.txt, io, NULL, 0, 7, 1, 4020, NULL, 0) 42 34938 [main] install 2832 fhandler_base::open: 1 = fhandler_base::open (\??\C:\cygwin\home\burgers\tmp\zz3.txt, 0x110000) 50 34988 [main] install 2832 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\C:\cygwin\home\burgers\tmp\zz3.txt, 0x10000) 41 35029 [main] install 2832 open: 3 = open (zz3.txt, 0x10000) 109 35138 [main] install 2832 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-2041269577-1130376882-1410864704-1890 44 35182 [main] install 2832 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-2041269577-1130376882-1410864704-513 42 35224 [main] install 2832 get_info_from_sd: ACL 1A4, uid 11890, gid 10513 72 35296 [main] install 2832 fhandler_base::fstat_helper: 0 = fstat (, 0x22C900) st_atime=49D4A903 st_size=0, st_mode=0x81A4, st_ino=6755399441421817, sizeof=96 42 35338 [main] install 2832 fstat64: 0 = fstat (3, 0x22C900) 41 35379 [main] install 2832 sig_send: sendsig 0x6F0, pid 2832, signal -34, its_me 1 44 35423 [main] install 2832 sig_send: wakeup 0x694 47 35470 [main] install 2832 sig_send: Waiting for pack.wakeup 0x694 6 35476 [sig] install 2832 wait_sig: signalling pack.wakeup 0x694 100 35576 [main] install 2832 sig_send: returning 0x0 from sending signal -34 42 35618 [main] install 2832 open: open (//ecn/groups/g_zon_software/cygwin17/zz3.txt, 0x10A01) 40 35658 [main] install 2832 normalize_posix_path: src //ecn/groups/g_zon_software/cygwin17/zz3.txt 39 35697 [main] install 2832 normalize_posix_path: //ecn/groups/g_zon_software/cygwin17/zz3.txt = normalize_posix_path (//ecn/groups/g_zon_software/cygwin17/zz3.txt) 41 35738 [main] install 2832 mount_info::conv_to_win32_path: conv_to_win32_path (//ecn/groups/g_zon_software/cygwin17/zz3.txt) 39 35777 [main] install 2832 mount_info::conv_to_win32_path: src_path //ecn/groups/g_zon_software/cygwin17/zz3.txt, dst \\ecn\groups\g_zon_software\cygwin17\zz3.txt, flags 0x0, rc 0 446 36223 [main] install 2832 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\ecn\groups\g_zon_software\cygwin17\zz3.txt) 406 36629 [main] install 2832 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\ecn\groups\g_zon_software\cygwin17\zz3.txt.exe) 500 37129 [main] install 2832 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\ecn\groups\g_zon_software\cygwin17\zz3.txt.lnk) 432 37561 [main] install 2832 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\UNC\ecn\groups\g_zon_software\cygwin17\zz3.txt.exe.lnk) 52 37613 [main] install 2832 symlink_info::check: 0 = symlink.check (\\ecn\groups\g_zon_software\cygwin17\zz3.txt, 0x223438) (0x0) 48 37661 [main] install 2832 mount_info::conv_to_win32_path: conv_to_win32_path (//ecn/groups/g_zon_software/cygwin17) 40 37701 [main] install 2832 mount_info::conv_to_win32_path: src_path //ecn/groups/g_zon_software/cygwin17, dst \\ecn\groups\g_zon_software\cygwin17, flags 0x0, rc 0 888 38589 [main] install 2832 symlink_info::check: not a symlink 349 38938 [main] install 2832 symlink_info::check: 0 = symlink.check (\\ecn\groups\g_zon_software\cygwin17, 0x223438) (0x0) 1592 40530 [main] install 2832 path_conv::check: this->path(\\ecn\groups\g_zon_software\cygwin17\zz3.txt), has_acls(1) 98 40628 [main] install 2832 build_fh_pc: fh 0x6126B584 49 40677 [main] install 2832 fhandler_base::open: (\??\UNC\ecn\groups\g_zon_software\cygwin17\zz3.txt, 0x110A01) 1399 42076 [main] install 2832 alloc_sd: uid -1, gid -1, attribute 1A4 73 42149 [main] install 2832 cygsid::debug_print: alloc_sd: owner SID = S-1-5-21-2041269577-1130376882-1410864704-1890 (+) 44 42193 [main] install 2832 cygsid::debug_print: alloc_sd: group SID = S-1-5-21-2041269577-1130376882-1410864704-513 (+) 45 42238 [main] install 2832 alloc_sd: ACL-Size: 100 105 42343 [main] install 2832 alloc_sd: Created SD-Size: 176 423 42766 [main] install 2832 seterrno_from_win_error: /ext/build/netrel/src/cygwin-1.7.0-45/winsup/cygwin/security.cc:123 windows error 5 55 42821 [main] install 2832 geterrno_from_win_error: windows error 5 == errno 13 39 42860 [main] install 2832 __set_errno: void seterrno_from_win_error(const char*, int, DWORD):318 val 13 72 42932 [main] install 2832 set_file_attribute: -1 = set_file_attribute (\??\UNC\ecn\groups\g_zon_software\cygwin17\zz3.txt, -1, -1, 0x1A4) 41 42973 [main] install 2832 fhandler_base::set_flags: flags 0x110A01, supplied_bin 0x0 39 43012 [main] install 2832 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 40 43052 [main] install 2832 fhandler_base::set_flags: filemode set to binary 43 43095 [main] install 2832 fhandler_base::open: 0 = NtCreateFile (0x694, 40120080, \??\UNC\ecn\groups\g_zon_software\cygwin17\zz3.txt, io, NULL, 80, 7, 2, 4420, NULL, 0) 42 43137 [main] install 2832 fhandler_base::open: 1 = fhandler_base::open (\??\UNC\ecn\groups\g_zon_software\cygwin17\zz3.txt, 0x110A01) 56 43193 [main] install 2832 fhandler_base::open_fs: 1 = fhandler_disk_file::open (\??\UNC\ecn\groups\g_zon_software\cygwin17\zz3.txt, 0x10A01) 42 43235 [main] install 2832 open: 4 = open (//ecn/groups/g_zon_software/cygwin17/zz3.txt, 0x10A01) 1474 44709 [main] install 2832 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-2041269577-1130376882-1410864704-1890 53 44762 [main] install 2832 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-2041269577-1130376882-1410864704-513 46 44808 [main] install 2832 get_info_from_sd: ACL 1FF, uid 11890, gid 10513 72 44880 [main] install 2832 fhandler_base::fstat_helper: 0 = fstat (, 0x22C960) st_atime=49D4A903 st_size=0, st_mode=0x81FF, st_ino=7005441890194870359, sizeof=96 42 44922 [main] install 2832 fstat64: 0 = fstat (4, 0x22C960) 92 45014 [main] install 2832 readv: readv (3, 0x22C7D4, 1) blocking, sigcatchers 0 38 45052 [main] install 2832 readv: no need to call ready_for_read 84 45136 [main] install 2832 fhandler_base::read: returning 0, binary mode 39 45175 [main] install 2832 readv: 0 = readv (3, 0x22C7D4, 1), errno 13 770 45945 [main] install 2832 setacl: ACL-Size: 100 92 46037 [main] install 2832 setacl: Created SD-Size: 176 444 46481 [main] install 2832 seterrno_from_win_error: /ext/build/netrel/src/cygwin-1.7.0-45/winsup/cygwin/security.cc:123 windows error 5 50 46531 [main] install 2832 geterrno_from_win_error: windows error 5 == errno 13 46 46577 [main] install 2832 __set_errno: void seterrno_from_win_error(const char*, int, DWORD):318 val 13 665 47242 [main] install 2832 facl32: -1 = facl (//ecn/groups/g_zon_software/cygwin17/zz3.txt) ) 466 47708 [main] install 2832 fhandler_tty_slave::write: tty0, write(22CD60, 7) 40 47748 [main] install 2832 fhandler_tty_slave::write: (680): tty output_mutex: waiting -1 ms 41 47789 [main] install 2832 fhandler_tty_slave::write: (680): tty output_mutex: acquired 48 47837 [main] install 2832 fhandler_tty_slave::write: (723): tty output_mutex released 107 47944 [main] install 2832 fhandler_tty_slave::write: tty0, write(424FFE, 2) 39 47983 [main] install 2832 fhandler_tty_slave::write: (680): tty output_mutex: waiting -1 ms 41 48024 [main] install 2832 fhandler_tty_slave::write: (680): tty output_mutex: acquired 46 48070 [main] install 2832 fhandler_tty_slave::write: (723): tty output_mutex released 357 48427 [main] install 2832 fhandler_tty_slave::write: tty0, write(22BF88, 70) 39 48466 [main] install 2832 fhandler_tty_slave::write: (680): tty output_mutex: waiting -1 ms 41 48507 [main] install 2832 fhandler_tty_slave::write: (680): tty output_mutex: acquired 46 48553 [main] install 2832 fhandler_tty_slave::write: (723): tty output_mutex released 171 48724 [main] install 2832 fhandler_tty_slave::write: tty0, write(424FE9, 2) 40 48764 [main] install 2832 fhandler_tty_slave::write: (680): tty output_mutex: waiting -1 ms 44 48808 [main] install 2832 fhandler_tty_slave::write: (680): tty output_mutex: acquired 45 48853 [main] install 2832 fhandler_tty_slave::write: (723): tty output_mutex released 102 48955 [main] install 2832 fhandler_tty_slave::write: tty0, write(22C364, 17) 39 48994 [main] install 2832 fhandler_tty_slave::write: (680): tty output_mutex: waiting -1 ms 41 49035 [main] install 2832 fhandler_tty_slave::write: (680): tty output_mutex: acquired 46 49081 [main] install 2832 fhandler_tty_slave::write: (723): tty output_mutex released 175 49256 [main] install 2832 fhandler_tty_slave::write: tty0, write(61145837, 1) 39 49295 [main] install 2832 fhandler_tty_slave::write: (680): tty output_mutex: waiting -1 ms 42 49337 [main] install 2832 fhandler_tty_slave::write: (680): tty output_mutex: acquired 44 49381 [main] install 2832 fhandler_tty_slave::write: (723): tty output_mutex released 169 49550 [main] install 2832 close: close (4) 38 49588 [main] install 2832 fhandler_base::close: closing '//ecn/groups/g_zon_software/cygwin17/zz3.txt' handle 0x694 385 49973 [main] install 2832 close: 0 = close (4) 47 50020 [main] install 2832 close: close (3) 44 50064 [main] install 2832 fhandler_base::close: closing '/home/burgers/tmp/zz3.txt' handle 0x69C 71 50135 [main] install 2832 close: 0 = close (3) 265 50400 [main] install 2832 close: close (0) 40 50440 [main] install 2832 init_cygheap::manage_console_count: fhandler_tty_slave::close: console_count 3, amount -1, ctty /dev/tty0, avoid_freeing_console 0 40 50480 [main] install 2832 fhandler_tty_slave::close: /dev/tty0 closed, usecount 3 40 50520 [main] install 2832 fhandler_tty_slave::close: just returning because archetype usecount is != 0 40 50560 [main] install 2832 close: 0 = close (0) 223 50783 [main] install 2832 close: close (1) 39 50822 [main] install 2832 init_cygheap::manage_console_count: fhandler_tty_slave::close: console_count 2, amount -1, ctty /dev/tty0, avoid_freeing_console 0 40 50862 [main] install 2832 fhandler_tty_slave::close: /dev/tty0 closed, usecount 2 39 50901 [main] install 2832 fhandler_tty_slave::close: just returning because archetype usecount is != 0 40 50941 [main] install 2832 close: 0 = close (1) 237 51178 [main] install 2832 close: close (2) 39 51217 [main] install 2832 init_cygheap::manage_console_count: fhandler_tty_slave::close: console_count 1, amount -1, ctty /dev/tty0, avoid_freeing_console 0 40 51257 [main] install 2832 fhandler_tty_slave::close: /dev/tty0 closed, usecount 1 39 51296 [main] install 2832 fhandler_tty_slave::close: just returning because archetype usecount is != 0 40 51336 [main] install 2832 close: 0 = close (2) 214 51550 [main] install 2832 do_exit: do_exit (256), exit_state 0 54 51604 [main] install 2832 void: 0x0 = signal (20, 0x1) 39 51643 [main] install 2832 void: 0x0 = signal (1, 0x1) 39 51682 [main] install 2832 void: 0x0 = signal (2, 0x1) 39 51721 [main] install 2832 void: 0x0 = signal (3, 0x1) 39 51760 [main] install 2832 init_cygheap::close_ctty: closing cygheap->ctty 0x6122B40C 40 51800 [main] install 2832 init_cygheap::manage_console_count: fhandler_tty_slave::close: console_count 0, amount -1, ctty /dev/tty0, avoid_freeing_console 0 40 51840 [main] install 2832 fhandler_tty_slave::close: /dev/tty0 closed, usecount 0 39 51879 [main] install 2832 fhandler_tty_slave::close: closing last open /dev/tty0 handle 42 51921 [main] install 2832 fhandler_tty_common::close: tty0 <0x6D8,0x6D4> closing 80 52001 [main] install 2832 sigproc_terminate: entering 39 52040 [main] install 2832 sig_send: sendsig 0x6F0, pid 2832, signal -42, its_me 1 50 52090 [main] install 2832 sig_send: Not waiting for sigcomplete. its_me 1 signal -42 7 52097 [sig] install 2832 wait_sig: saw __SIGEXIT 43 52140 [main] install 2832 sig_send: returning 0x0 from sending signal -42 83 52223 [main] install 2832 proc_terminate: nprocs 0 3 52226 [sig] install 2832 wait_sig: signal thread exiting 42 52268 [main] install 2832 proc_terminate: leaving 130 52398 [main] install 2832 __to_clock_t: dwHighDateTime 0, dwLowDateTime 468750 57 52455 [main] install 2832 __to_clock_t: total 00000000 0000002E 57 52512 [main] install 2832 __to_clock_t: dwHighDateTime 0, dwLowDateTime 156250 39 52551 [main] install 2832 __to_clock_t: total 00000000 0000000F 478 53029 [main] install 2832 pinfo::exit: Calling ExitProcess n 0x100, exitcode 0x1 --------------090909050108080302020601 Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ --------------090909050108080302020601--