public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* ACL Hell
@ 2015-07-14 22:15 Sky Diver
  2015-07-14 23:21 ` Steven Penny
  2015-07-15  8:35 ` Andrey Repin
  0 siblings, 2 replies; 9+ messages in thread
From: Sky Diver @ 2015-07-14 22:15 UTC (permalink / raw)
  To: cygwin

Hi, in the past several months or so, cygwin started giving me ACL
pain in small surges which are gradually growing..

Here's a basic scenario that is slowly, but surely, driving me NUTZ:

$ ln -s /cygdrive/c/tmp /tmp
ln: failed to create symbolic link ‘/tmp’: Operation not permitted

Some other examples (it doesn't matter which is the current working dir):

$ touch x

$ ls -l x
-rw-rwxr--+ 1 sky None 0 Jul 15 00:46 x*

$ getfacl x
# file: x
# owner: sky
# group: None
user::rw-
group::r--
group:root:rwx
group:Authenticated Users:rwx
group:SYSTEM:rwx
group:Users:r-x
mask:rwx
other:r--

$ ln -s x y
ln: failed to create symbolic link ‘y’: Operation not permitted


This didn't use to be like that.


Cygwin's directory itself seems to be ok:

$ ls -ld cygwin
drwxrwx---+ 1 sky None 0 Jul 15 00:19 cygwin/

$ getfacl cygwin/
# file: cygwin/
# owner: sky
# group: None
user::rwx
group::---
group:root:rwx
group:Authenticated Users:rwx
group:SYSTEM:rwx
group:Users:r-x
mask:rwx
other:---
default:user::rwx
default:user:sky:rwx
default:group::---
default:group:root:rwx
default:group:Authenticated Users:rwx
default:group:SYSTEM:rwx
default:group:Users:r-x
default:mask:rwx
default:other:---

I found a thread that shows how to remove ACL... Avec Plaisir!
I replaced the line in /etc/fstab with this one:

none /cygdrive cygdrive binary,noacl,posix=0,user 0 0

Closed all cygwin terminals, reopened and issue:

$ getfacl cygwin/
# file: cygwin/
# owner: sky
# group: None
user::rwx
group::r-x
other:r-x

Much better for all I care.
However, this didn't change anything. Touching x and linking y yielded
the exact same results as above.

Here's my cygwin details:

$ uname -a
CYGWIN_NT-6.3-WOW sky-pc 2.0.2(0.287/5/3) 2015-05-08 17:03 i686 Cygwin

Looking at cygwin via Properties -> Security tab, the user (sky) is
the owner of the directory and has Full Control (recursively).

My main goal is not to get stuck on trivialities like soft linking of
file creation.
But what I would really like is to get rid of ACL altogether (towards
that end I'll mention that I switched UAC off long time ago).
I don't care about security, I just want to work and this is holding
me back both at home and at my work place.

Please.. Help...

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: ACL Hell
  2015-07-14 22:15 ACL Hell Sky Diver
@ 2015-07-14 23:21 ` Steven Penny
  2015-07-15  8:35 ` Andrey Repin
  1 sibling, 0 replies; 9+ messages in thread
From: Steven Penny @ 2015-07-14 23:21 UTC (permalink / raw)
  To: cygwin

On Tue, Jul 14, 2015 at 5:15 PM, Sky Diver wrote:
> $ touch x
>
> $ ls -l x
> -rw-rwxr--+ 1 sky None 0 Jul 15 00:46 x*
>
> $ ln -s x y
> ln: failed to create symbolic link ‘y’: Operation not permitted

I just tried this on a pristine Windows 7 64-bit virtual machine without issue.
You might want to check your system.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: ACL Hell
  2015-07-14 22:15 ACL Hell Sky Diver
  2015-07-14 23:21 ` Steven Penny
@ 2015-07-15  8:35 ` Andrey Repin
  2015-07-15 14:52   ` Larry Hall (Cygwin)
  2015-07-15 19:18   ` Sky Diver
  1 sibling, 2 replies; 9+ messages in thread
From: Andrey Repin @ 2015-07-15  8:35 UTC (permalink / raw)
  To: Sky Diver, cygwin

Greetings, Sky Diver!

> Hi, in the past several months or so, cygwin started giving me ACL
> pain in small surges which are gradually growing..

> Here's a basic scenario that is slowly, but surely, driving me NUTZ:

> $ ln -s /cygdrive/c/tmp /tmp
> ln: failed to create symbolic link ‘/tmp’: Operation not permitted

Are you running with superadmin credentials?
Unlike Linux, Windows doesn't let regular users make symlinks.


-- 
With best regards,
Andrey Repin
Wednesday, July 15, 2015 11:30:47

Sorry for my terrible english...

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: ACL Hell
  2015-07-15  8:35 ` Andrey Repin
@ 2015-07-15 14:52   ` Larry Hall (Cygwin)
  2015-07-15 19:18   ` Sky Diver
  1 sibling, 0 replies; 9+ messages in thread
From: Larry Hall (Cygwin) @ 2015-07-15 14:52 UTC (permalink / raw)
  To: cygwin

On 07/15/2015 04:32 AM, Andrey Repin wrote:
> Greetings, Sky Diver!
>
>> Hi, in the past several months or so, cygwin started giving me ACL
>> pain in small surges which are gradually growing..
>
>> Here's a basic scenario that is slowly, but surely, driving me NUTZ:
>
>> $ ln -s /cygdrive/c/tmp /tmp
>> ln: failed to create symbolic link ‘/tmp’: Operation not permitted
>
> Are you running with superadmin credentials?
> Unlike Linux, Windows doesn't let regular users make symlinks.

Well, we're missing the cygcheck information from the OP (see the problem
report guidelines at this link - <http://cygwin.com/problems.html>) to know
if he's set one of the non-default modes of creating symlinks (see
<https://cygwin.com/cygwin-ug-net/using.html#pathnames-symlinks>).  The
default method for creating Cygwin symlinks wouldn't require elevated
permissions.  If this is the issue, then the solution is to either
create symlinks with elevated permissions or to use the default symlink
mode which works even without the elevated permissions.


-- 
Larry

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: ACL Hell
  2015-07-15  8:35 ` Andrey Repin
  2015-07-15 14:52   ` Larry Hall (Cygwin)
@ 2015-07-15 19:18   ` Sky Diver
  2015-07-15 20:25     ` Sky Diver
  2015-07-16  3:46     ` Duane Ellis
  1 sibling, 2 replies; 9+ messages in thread
From: Sky Diver @ 2015-07-15 19:18 UTC (permalink / raw)
  To: cygwin

Hey Andrey,

> Are you running with superadmin credentials?
> Unlike Linux, Windows doesn't let regular users make symlinks.

I'm using cygwin for years already.
I didn't use to have this problem in the past. It's something
relatively new, that became way more intense in the past few months
where I both re-installed windows at home, and got a fresh PC at work.

On both machines I'm referring to the main user, which is part of the
Administrators group.
I believe that answers your question.

Both machine are Windows 8.1 64-bit, standalone station at home and
part of a domain at work.

One more thing, here's my CYGWIN env. varv:

$ echo $CYGWIN
winsymlinks:nativestrict

This is the only way to produce windows compliant links (at least in my case).

Thanks.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: ACL Hell
  2015-07-15 19:18   ` Sky Diver
@ 2015-07-15 20:25     ` Sky Diver
  2015-07-17 11:29       ` Kurt Franke
  2015-07-16  3:46     ` Duane Ellis
  1 sibling, 1 reply; 9+ messages in thread
From: Sky Diver @ 2015-07-15 20:25 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 2392 bytes --]

To Larry Hall:

1. I'd love to reply to your post, but I'm new to this mailing-list
concept so I neglected to subscribe to the mailing list (yeah, I'm an
old fashioned kinda guy, work only with thread-level google-groups /
StackOverflow forum types ;)
TBH: If Andrey wouldn't have CC'ed me on his reply, I wouldn't even
know that someone addressed my case...

2. I admit I didn't read the whole Reporting Problems page. As soon as
I found the 'appropriate mailing list' link, I was off to another
page.
2.1. Having read the page in full, I apologize for violating 3+ rules.

3. To the matter at hand: first of all, I attached cygcheck.out to this mail.
Second, indeed I am using a non-default symlink mode:
"winsymlinks:nativestrict". This is the only mode that work for my
needs (I can elaborate upon request).

Have to say that even after re-reading the documentation now, I don't
see it mentioning anything about elevated privileges.
I AM aware of the fact that with an elevated session, the problem doesn't exist.
However, I avoided using this mode because every new file/directory
were created as Administrators:None instead of sky:None.
For some weird reason, I just tried creating both a file and a
directory with an elevated session and they were created with
sky:None... I can't tell what's what anymore (sorry, I just got
totally baffled).

Still, how can I get a normal behavior (i.e. normal Windows symlinks
as produces in winsymlinks:nativestrict mode) in a regular session w/o
elevation?

Thanks!



On Wed, Jul 15, 2015 at 10:17 PM, Sky Diver <skydivergm@gmail.com> wrote:
> Hey Andrey,
>
>> Are you running with superadmin credentials?
>> Unlike Linux, Windows doesn't let regular users make symlinks.
>
> I'm using cygwin for years already.
> I didn't use to have this problem in the past. It's something
> relatively new, that became way more intense in the past few months
> where I both re-installed windows at home, and got a fresh PC at work.
>
> On both machines I'm referring to the main user, which is part of the
> Administrators group.
> I believe that answers your question.
>
> Both machine are Windows 8.1 64-bit, standalone station at home and
> part of a domain at work.
>
> One more thing, here's my CYGWIN env. varv:
>
> $ echo $CYGWIN
> winsymlinks:nativestrict
>
> This is the only way to produce windows compliant links (at least in my case).
>
> Thanks.

[-- Attachment #2: cygcheck.out --]
[-- Type: application/octet-stream, Size: 67949 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Wed Jul 15 20:27:16 2015

Windows 8.1 Professional Ver 6.3 Build 9600 

Running under WOW64 on AMD64

Path:	W:\Apps\cygwin\usr\local\bin
	W:\Apps\cygwin\bin
	C:\WINDOWS\system32
	C:\WINDOWS
	C:\WINDOWS\System32\Wbem
	C:\WINDOWS\System32\WindowsPowerShell\v1.0
	W:\Apps\TCMDLauncher

Output from W:\Apps\cygwin\bin\id.exe
UID: 197609(sky)               GID: 197121(None)
197121(None)                   197610(HomeUsers)
559(Performance Log Users)     545(Users)
4(INTERACTIVE)                 66049(CONSOLE LOGON)
11(Authenticated Users)        15(This Organization)
113(Local account)             4095(CurrentSession)
66048(LOCAL)                   262154(NTLM Authentication)
401408(Medium Mandatory Level)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

USER = 'sky'
PWD = '/'
CYGWIN = 'winsymlinks:nativestrict'
HOME = '/home/sky'

USERDOMAIN_ROAMINGPROFILE = 'Sky-Core-i7'
HOMEPATH = '\Users\sky'
APPDATA = 'C:\Users\sky\AppData\Roaming'
ProgramW6432 = 'C:\Program Files'
HOSTNAME = 'Sky-Core-i7'
COMMANDER_INI = 'C:\TotalCMD\ini_files\wincmd.ini'
SHELL = '/bin/bash'
TERM = 'xterm'
PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 26 Stepping 5, GenuineIntel'
PROFILEREAD = 'true'
WINDIR = 'C:\WINDOWS'
PUBLIC = 'C:\Users\Public'
OLDPWD = '/home/sky'
ORIGINAL_PATH = '/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0:/cygdrive/w/Apps/TCMDLauncher'
USERDOMAIN = 'Sky-Core-i7'
CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\ProgramData'
COMMANDER_PATH = 'C:\TotalCMD'
TEMP = '/tmp'
COMMONPROGRAMFILES = 'C:\Program Files (x86)\Common Files'
!W: = 'W:\Apps\cygwin'
USERNAME = 'sky'
PROCESSOR_LEVEL = '6'
ProgramFiles(x86) = 'C:\Program Files (x86)'
PSModulePath = 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\'
COMMANDER_EXE = 'C:\TotalCMD\TOTALCMD.EXE'
COMMANDER_DRIVE = 'C:'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
PROCESSOR_ARCHITEW6432 = 'AMD64'
__COMPAT_LAYER = 'ElevateCreateProcess'
LANG = 'en_US.UTF-8'
USERPROFILE = 'C:\Users\sky'
TZ = 'Asia/Jerusalem'
PS1 = '[\W\[\033[01;33m\]$(__git_ps1)\[\033[00m\]]\$ '
LOGONSERVER = '\\SKY-CORE-I7'
CommonProgramW6432 = 'C:\Program Files\Common Files'
PROCESSOR_ARCHITECTURE = 'x86'
LOCALAPPDATA = 'C:\Users\sky\AppData\Local'
!C: = 'C:\Users\Sky'
ProgramData = 'C:\ProgramData'
EXECIGNORE = '*.dll'
SHLVL = '1'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
HOMEDRIVE = 'C:'
VBOX_MSI_INSTALL_PATH = 'C:\Program Files\Oracle\VirtualBox\'
PROMPT = '$P$G'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
TMP = '/tmp'
SYSTEMROOT = 'C:\WINDOWS'
PRINTER = 'Microsoft XPS Document Writer'
PROCESSOR_REVISION = '1a05'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info'
PROGRAMFILES = 'C:\Program Files (x86)'
NUMBER_OF_PROCESSORS = '8'
SESSIONNAME = 'Console'
COMPUTERNAME = 'SKY-CORE-I7'
_ = '/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Installations
  (default) = '\??\W:\Apps\cygwin'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\W:\Apps\cygwin'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: b25843de9a63d1e7 Path: W:\Apps\cygwin
  User:   Key: b25843de9a63d1e7 Path: W:\Apps\cygwin

c:  hd  NTFS    122101Mb  26% CP CS UN PA FC     Windows 8
d:  hd  NTFS    153598Mb  48% CP CS UN PA FC     
e:  hd  NTFS    697864Mb  81% CP CS UN PA FC     Backup Drive
f:  fd  FAT32    15235Mb  69% CP    UN           MULTIBOOT
g:  fd             N/A    N/A                    
h:  fd  FAT32     3756Mb  11% CP    UN           PARTED MAGI
p:  hd             N/A    N/A                    
t:  hd  NTFS     51199Mb  62% CP CS UN PA FC     Temp Drive
w:  hd  NTFS    204799Mb  36% CP CS UN PA FC     Work Drive
x:  hd  NTFS    681477Mb  79% CP CS UN PA FC     Fun Drive

W:\Apps\cygwin      /          system  binary,auto
W:\Apps\cygwin\bin  /usr/bin   system  binary,auto
W:\Apps\cygwin\lib  /usr/lib   system  binary,auto
cygdrive prefix     /cygdrive  user    binary,posix=0,auto

Found: W:\Apps\cygwin\bin\awk
 -> W:\Apps\cygwin\bin\gawk.exe
Found: W:\Apps\cygwin\bin\bash.exe
Found: W:\Apps\cygwin\bin\cat.exe
Found: W:\Apps\cygwin\bin\cp.exe
Found: W:\Apps\cygwin\bin\cpp.exe
Not Found: crontab
Found: W:\Apps\cygwin\bin\find.exe
Found: C:\WINDOWS\system32\find.exe
Warning: W:\Apps\cygwin\bin\find.exe hides C:\WINDOWS\system32\find.exe
Found: W:\Apps\cygwin\bin\gcc.exe
Not Found: gdb
Found: W:\Apps\cygwin\bin\grep.exe
Found: W:\Apps\cygwin\bin\kill.exe
Found: W:\Apps\cygwin\bin\ld.exe
Found: W:\Apps\cygwin\bin\ls.exe
Found: W:\Apps\cygwin\bin\make.exe
Found: W:\Apps\cygwin\bin\mv.exe
Not Found: patch
Found: W:\Apps\cygwin\bin\perl.exe
Found: W:\Apps\cygwin\bin\rm.exe
Found: W:\Apps\cygwin\bin\sed.exe
Found: W:\Apps\cygwin\bin\ssh.exe
Found: W:\Apps\cygwin\bin\sh.exe
Found: W:\Apps\cygwin\bin\tar.exe
Found: W:\Apps\cygwin\bin\test.exe
Found: W:\Apps\cygwin\bin\vi.exe
Not Found: vim

  158k 2015/05/10 W:\Apps\cygwin\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygapr-1-0.dll" v0.0 ts=2015-05-10 02:44
  120k 2014/09/22 W:\Apps\cygwin\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygaprutil-1-0.dll" v0.0 ts=2014-09-22 18:48
   38k 2013/07/23 W:\Apps\cygwin\bin\cygargp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygargp-0.dll" v0.0 ts=2013-07-23 15:35
  547k 2014/03/23 W:\Apps\cygwin\bin\cygasn1-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygasn1-8.dll" v0.0 ts=2014-03-23 23:03
  629k 2015/01/23 W:\Apps\cygwin\bin\cygaspell-15.dll - os=4.0 img=1.0 sys=4.0
                  "cygaspell-15.dll" v0.0 ts=2015-01-23 17:37
  125k 2015/01/02 W:\Apps\cygwin\bin\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygatk-1.0-0.dll" v0.0 ts=2015-01-02 03:01
   87k 2015/03/03 W:\Apps\cygwin\bin\cygatomic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygatomic-1.dll" v0.0 ts=2015-03-03 17:49
   14k 2012/05/04 W:\Apps\cygwin\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2012-05-04 12:35
  203k 2015/03/23 W:\Apps\cygwin\bin\cygblkid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygblkid-1.dll" v0.0 ts=2015-03-23 09:55
   62k 2011/05/21 W:\Apps\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2011-05-21 20:16
 1182k 2015/01/02 W:\Apps\cygwin\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-2.dll" v0.0 ts=2015-01-02 05:38
   25k 2015/01/02 W:\Apps\cygwin\bin\cygcairo-gobject-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-gobject-2.dll" v0.0 ts=2015-01-02 05:38
  119k 2015/01/02 W:\Apps\cygwin\bin\cygcairo-script-interpreter-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-script-interpreter-2.dll" v0.0 ts=2015-01-02 05:38
   25k 2015/02/13 W:\Apps\cygwin\bin\cygcdt-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygcdt-5.dll" v0.0 ts=2015-02-13 03:21
   76k 2015/02/13 W:\Apps\cygwin\bin\cygcgraph-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygcgraph-6.dll" v0.0 ts=2015-02-13 03:21
   10k 2015/02/20 W:\Apps\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2015-02-20 16:52
  125k 2013/05/09 W:\Apps\cygwin\bin\cygcloog-isl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcloog-isl-4.dll" v0.0 ts=2013-05-09 08:37
   13k 2015/03/19 W:\Apps\cygwin\bin\cygcom_err-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcom_err-2.dll" v0.0 ts=2015-03-19 02:45
  190k 2012/12/17 W:\Apps\cygwin\bin\cygcroco-0.6-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygcroco-0.6-3.dll" v0.0 ts=2012-12-17 03:02
    7k 2012/05/07 W:\Apps\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2012-05-07 12:18
 1518k 2015/03/19 W:\Apps\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2015-03-19 17:54
 1981k 2015/03/19 W:\Apps\cygwin\bin\cygcrypto-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-1.0.0.dll" v0.0 ts=2015-03-19 17:27
  337k 2015/03/18 W:\Apps\cygwin\bin\cygct-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygct-4.dll" v0.0 ts=2015-03-18 21:33
  194k 2007/06/30 W:\Apps\cygwin\bin\cygcurl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-3.dll" v0.0 ts=2007-06-30 02:13
  461k 2015/04/29 W:\Apps\cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2015-04-29 20:38
   27k 2014/11/12 W:\Apps\cygwin\bin\cygdatrie-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdatrie-1.dll" v0.0 ts=2014-11-12 05:14
  929k 2011/11/10 W:\Apps\cygwin\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.5.dll" v0.0 ts=2011-11-10 19:52
 1284k 2011/11/10 W:\Apps\cygwin\bin\cygdb-4.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.8.dll" v0.0 ts=2011-11-10 18:45
   93k 2011/11/10 W:\Apps\cygwin\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.5.dll" v0.0 ts=2011-11-10 19:53
  105k 2011/11/10 W:\Apps\cygwin\bin\cygdb_cxx-4.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.8.dll" v0.0 ts=2011-11-10 18:46
  159k 2013/10/20 W:\Apps\cygwin\bin\cygedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedit-0.dll" v0.0 ts=2013-10-20 22:09
  112k 2015/05/03 W:\Apps\cygwin\bin\cygEGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygEGL-1.dll" v0.0 ts=2015-05-03 20:31
   36k 2010/05/17 W:\Apps\cygwin\bin\cygenchant-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygenchant-1.dll" v0.0 ts=2010-05-17 04:41
  153k 2013/07/31 W:\Apps\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2013-07-31 22:33
   81k 2015/03/18 W:\Apps\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexslt-0.dll" v0.0 ts=2015-03-19 00:47
   32k 2014/10/14 W:\Apps\cygwin\bin\cygfam-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfam-0.dll" v0.0 ts=2014-10-14 21:21
   27k 2015/01/02 W:\Apps\cygwin\bin\cygffi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygffi-6.dll" v0.0 ts=2015-01-02 01:11
  225k 2015/01/02 W:\Apps\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2015-01-02 03:39
   23k 2013/06/06 W:\Apps\cygwin\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontenc-1.dll" v0.0 ts=2013-06-06 22:17
   53k 2015/04/13 W:\Apps\cygwin\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-10.dll" v0.0 ts=2015-04-13 07:52
   60k 2015/04/13 W:\Apps\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2015-04-13 08:02
  597k 2015/01/26 W:\Apps\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-6.dll" v0.0 ts=2015-01-26 17:20
  107k 2015/03/03 W:\Apps\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2015-03-03 14:52
  633k 2015/03/18 W:\Apps\cygwin\bin\cyggcrypt-20.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcrypt-20.dll" v0.0 ts=2015-03-18 08:20
  370k 2015/02/09 W:\Apps\cygwin\bin\cyggd-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggd-3.dll" v0.0 ts=2015-02-09 09:51
   19k 2009/02/26 W:\Apps\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009-02-26 07:58
    8k 2009/02/26 W:\Apps\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2009-02-26 07:58
  649k 2015/03/12 W:\Apps\cygwin\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk-x11-2.0-0.dll" v0.0 ts=2015-03-12 09:01
  134k 2015/01/02 W:\Apps\cygwin\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2015-01-02 03:10
   29k 2009/03/23 W:\Apps\cygwin\bin\cyggif-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggif-4.dll" v0.0 ts=2009-03-23 19:55
 1407k 2015/03/12 W:\Apps\cygwin\bin\cyggio-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggio-2.0-0.dll" v0.0 ts=2015-03-12 06:28
  687k 2015/05/03 W:\Apps\cygwin\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2015-05-03 20:30
  253k 2015/05/03 W:\Apps\cygwin\bin\cygglapi-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglapi-0.dll" v0.0 ts=2015-05-03 20:12
 1036k 2015/03/12 W:\Apps\cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-2.0-0.dll" v0.0 ts=2015-03-12 06:24
   15k 2015/03/12 W:\Apps\cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-2.0-0.dll" v0.0 ts=2015-03-12 06:24
  505k 2015/01/26 W:\Apps\cygwin\bin\cyggmp-10.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-10.dll" v0.0 ts=2015-01-26 16:08
  317k 2011/07/31 W:\Apps\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2011-07-31 06:14
  958k 2015/02/13 W:\Apps\cygwin\bin\cyggnutls-28.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-28.dll" v0.0 ts=2015-02-13 13:14
   26k 2015/02/13 W:\Apps\cygwin\bin\cyggnutls-openssl-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-openssl-27.dll" v0.0 ts=2015-02-13 13:14
   23k 2015/02/13 W:\Apps\cygwin\bin\cyggnutls-xssl-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-xssl-0.dll" v0.0 ts=2015-02-13 13:14
   42k 2015/02/13 W:\Apps\cygwin\bin\cyggnutlsxx-28.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutlsxx-28.dll" v0.0 ts=2015-02-13 13:14
  316k 2015/03/12 W:\Apps\cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggobject-2.0-0.dll" v0.0 ts=2015-03-12 06:25
   78k 2015/03/03 W:\Apps\cygwin\bin\cyggomp-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggomp-1.dll" v0.0 ts=2015-03-03 15:09
   65k 2015/03/19 W:\Apps\cygwin\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggpg-error-0.dll" v0.0 ts=2015-03-19 23:23
  121k 2013/08/05 W:\Apps\cygwin\bin\cyggraphite2-3.dll - os=4.0 img=3.0 sys=4.0
                  "cyggraphite2-3.dll" v0.0 ts=2013-08-05 07:41
10735k 2015/02/11 W:\Apps\cygwin\bin\cyggs-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggs-9.dll" v0.0 ts=2015-02-11 14:56
  212k 2014/03/23 W:\Apps\cygwin\bin\cyggssapi-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggssapi-3.dll" v0.0 ts=2014-03-23 23:18
  272k 2015/02/22 W:\Apps\cygwin\bin\cyggssapi_krb5-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyggssapi_krb5-2.dll" v0.0 ts=2015-02-22 14:03
    9k 2015/03/12 W:\Apps\cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-2.0-0.dll" v0.0 ts=2015-03-12 06:24
 4391k 2015/03/12 W:\Apps\cygwin\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggtk-x11-2.0-0.dll" v0.0 ts=2015-03-12 09:41
  342k 2013/06/05 W:\Apps\cygwin\bin\cyggts-0-7-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyggts-0-7-5.dll" v0.0 ts=2013-06-06 00:13
  812k 2015/02/20 W:\Apps\cygwin\bin\cygguile-17.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-17.dll" v0.0 ts=2015-02-20 16:34
  516k 2015/02/13 W:\Apps\cygwin\bin\cyggvc-6.dll - os=4.0 img=1.0 sys=4.0
                  "cyggvc-6.dll" v0.0 ts=2015-02-13 03:24
  351k 2015/03/17 W:\Apps\cygwin\bin\cygharfbuzz-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygharfbuzz-0.dll" v0.0 ts=2015-03-13 06:25
   14k 2014/03/23 W:\Apps\cygwin\bin\cygheimbase-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygheimbase-1.dll" v0.0 ts=2014-03-23 22:59
   24k 2014/03/23 W:\Apps\cygwin\bin\cygheimntlm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygheimntlm-0.dll" v0.0 ts=2014-03-23 23:14
   31k 2015/01/27 W:\Apps\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2015-01-27 23:43
  173k 2015/02/11 W:\Apps\cygwin\bin\cyghogweed-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyghogweed-2.dll" v0.0 ts=2015-02-11 17:01
  348k 2014/12/04 W:\Apps\cygwin\bin\cyghttpd2core.dll - os=4.0 img=1.0 sys=4.0
                  "cyghttpd2core.dll" v0.0 ts=2014-12-04 08:04
  246k 2014/03/23 W:\Apps\cygwin\bin\cyghx509-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghx509-5.dll" v0.0 ts=2014-03-23 23:05
   80k 2014/08/10 W:\Apps\cygwin\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=1970-01-01 00:00
 1010k 2015/02/20 W:\Apps\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2015-02-20 16:52
24750k 2015/02/16 W:\Apps\cygwin\bin\cygicudata54.dll - os=4.0 img=1.0 sys=4.0
                  "cygicudata54.dll" v0.0 ts=2015-02-16 19:09
 2154k 2015/02/16 W:\Apps\cygwin\bin\cygicui18n54.dll - os=4.0 img=1.0 sys=4.0
                  "cygicui18n54.dll" v0.0 ts=2015-02-16 19:06
   45k 2015/02/16 W:\Apps\cygwin\bin\cygicuio54.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuio54.dll" v0.0 ts=2015-02-16 19:06
  314k 2015/02/16 W:\Apps\cygwin\bin\cygicule54.dll - os=4.0 img=1.0 sys=4.0
                  "cygicule54.dll" v0.0 ts=2015-02-16 19:06
   39k 2015/02/16 W:\Apps\cygwin\bin\cygiculx54.dll - os=4.0 img=1.0 sys=4.0
                  "cygiculx54.dll" v0.0 ts=2015-02-16 19:06
 1395k 2015/02/16 W:\Apps\cygwin\bin\cygicuuc54.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuuc54.dll" v0.0 ts=2015-02-16 19:05
  198k 2014/12/06 W:\Apps\cygwin\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2014-12-06 12:56
   41k 2015/02/20 W:\Apps\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2015-02-20 18:11
  310k 2013/09/09 W:\Apps\cygwin\bin\cygiodbc-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiodbc-2.dll" v0.0 ts=2013-09-09 15:53
   67k 2013/09/09 W:\Apps\cygwin\bin\cygiodbcinst-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiodbcinst-2.dll" v0.0 ts=2013-09-09 15:53
  989k 2013/05/09 W:\Apps\cygwin\bin\cygisl-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygisl-10.dll" v0.0 ts=2013-05-09 08:14
  277k 2015/01/23 W:\Apps\cygwin\bin\cygjasper-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjasper-1.dll" v0.0 ts=2015-01-23 12:03
   47k 2014/06/17 W:\Apps\cygwin\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig-2.dll" v0.0 ts=1970-01-01 00:00
   20k 2014/06/17 W:\Apps\cygwin\bin\cygjbig85-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig85-2.dll" v0.0 ts=1970-01-01 00:00
  279k 2014/12/30 W:\Apps\cygwin\bin\cygjpeg-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-8.dll" v0.0 ts=2014-12-30 01:19
   37k 2014/04/09 W:\Apps\cygwin\bin\cygjson-c-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygjson-c-2.dll" v0.0 ts=1970-01-01 00:00
  191k 2015/02/22 W:\Apps\cygwin\bin\cygk5crypto-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygk5crypto-3.dll" v0.0 ts=2015-02-22 14:02
  438k 2014/03/23 W:\Apps\cygwin\bin\cygkrb5-26.dll - os=4.0 img=1.0 sys=4.0
                  "cygkrb5-26.dll" v0.0 ts=2014-03-23 23:11
  743k 2015/02/22 W:\Apps\cygwin\bin\cygkrb5-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygkrb5-3.dll" v0.0 ts=2015-02-22 14:03
   39k 2015/02/22 W:\Apps\cygwin\bin\cygkrb5support-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygkrb5support-0.dll" v0.0 ts=2015-02-22 14:02
   50k 2014/04/07 W:\Apps\cygwin\bin\cygLASi-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygLASi-1.dll" v0.0 ts=1970-01-01 00:00
   49k 2015/02/19 W:\Apps\cygwin\bin\cyglber-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-4-2.dll" v0.0 ts=2015-02-19 13:10
  307k 2014/11/11 W:\Apps\cygwin\bin\cyglcms2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglcms2-2.dll" v0.0 ts=2014-11-11 15:45
  270k 2015/02/19 W:\Apps\cygwin\bin\cygldap-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-4-2.dll" v0.0 ts=2015-02-19 13:10
  286k 2015/02/19 W:\Apps\cygwin\bin\cygldap_r-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-4-2.dll" v0.0 ts=2015-02-19 13:12
18179k 2015/02/08 W:\Apps\cygwin\bin\cygLLVM-3.4.dll - os=4.0 img=1.0 sys=4.0
                  "cygLLVM-3.4.dll" v0.0 ts=2015-02-08 19:38
19308k 2015/05/06 W:\Apps\cygwin\bin\cygLLVM-3.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygLLVM-3.5.dll" v0.0 ts=2015-05-06 09:51
    5k 2015/05/08 W:\Apps\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=1970-01-01 00:00
    6k 2015/05/08 W:\Apps\cygwin\bin\cyglsa64.dll (not x86 dll)
   38k 2015/02/17 W:\Apps\cygwin\bin\cygltdl-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-7.dll" v0.0 ts=2015-02-17 18:29
  159k 2015/05/04 W:\Apps\cygwin\bin\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-5.dll" v0.0 ts=2015-05-04 04:00
  127k 2014/11/17 W:\Apps\cygwin\bin\cyglzo2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzo2-2.dll" v0.0 ts=2014-11-17 09:18
  122k 2015/05/06 W:\Apps\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2015-05-06 08:06
  173k 2015/04/17 W:\Apps\cygwin\bin\cygman-2-7-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygman-2-7-1.dll" v0.0 ts=2015-04-17 22:31
   22k 2015/04/17 W:\Apps\cygwin\bin\cygmandb-2-7-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmandb-2-7-1.dll" v0.0 ts=2015-04-17 22:31
  137k 2013/05/29 W:\Apps\cygwin\bin\cygmcrypt-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygmcrypt-4.dll" v0.0 ts=2013-05-29 13:56
   30k 2015/04/13 W:\Apps\cygwin\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-10.dll" v0.0 ts=2015-04-13 07:51
   30k 2015/04/13 W:\Apps\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2015-04-13 08:02
   35k 2012/11/22 W:\Apps\cygwin\bin\cygmetalink-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmetalink-3.dll" v0.0 ts=2012-11-22 04:34
  358k 2015/02/12 W:\Apps\cygwin\bin\cygming-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygming-1.dll" v0.0 ts=2015-02-11 11:32
  213k 2011/07/31 W:\Apps\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2011-07-31 06:12
   98k 2015/03/01 W:\Apps\cygwin\bin\cygmpc-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpc-3.dll" v0.0 ts=2015-03-01 20:24
  361k 2015/01/26 W:\Apps\cygwin\bin\cygmpfr-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-4.dll" v0.0 ts=2015-01-26 16:33
 2820k 2015/01/29 W:\Apps\cygwin\bin\cygmysqlclient-18.dll - os=4.0 img=18.0 sys=4.0
                  "cygmysqlclient-18.dll" v0.0 ts=2015-01-29 05:57
   57k 2015/04/13 W:\Apps\cygwin\bin\cygncurses++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-10.dll" v0.0 ts=2015-04-13 07:57
   57k 2015/04/13 W:\Apps\cygwin\bin\cygncurses++w-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++w-10.dll" v0.0 ts=2015-04-13 08:07
  253k 2015/04/13 W:\Apps\cygwin\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-10.dll" v0.0 ts=2015-04-13 07:49
  327k 2015/04/13 W:\Apps\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2015-04-13 08:01
  141k 2014/11/11 W:\Apps\cygwin\bin\cygneon-27.dll - os=4.0 img=1.0 sys=4.0
                  "cygneon-27.dll" v0.0 ts=2014-11-11 16:42
  195k 2015/02/11 W:\Apps\cygwin\bin\cygnettle-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygnettle-4.dll" v0.0 ts=2015-02-11 17:01
  285k 2015/03/09 W:\Apps\cygwin\bin\cygonig-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygonig-2.dll" v0.0 ts=2015-03-08 18:20
  129k 2015/01/02 W:\Apps\cygwin\bin\cygopenjpeg-1.dll - os=4.0 img=1.5 sys=4.0
                  "cygopenjpeg-1.dll" v0.0 ts=2015-01-02 06:58
   29k 2015/01/13 W:\Apps\cygwin\bin\cygOpenVG-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygOpenVG-1.dll" v0.0 ts=2015-01-13 15:58
  221k 2014/10/19 W:\Apps\cygwin\bin\cygp11-kit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygp11-kit-0.dll" v0.0 ts=2014-10-19 15:00
   15k 2015/04/13 W:\Apps\cygwin\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-10.dll" v0.0 ts=2015-04-13 07:50
   15k 2015/04/13 W:\Apps\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2015-04-13 08:02
  270k 2015/01/02 W:\Apps\cygwin\bin\cygpango-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpango-1.0-0.dll" v0.0 ts=2015-01-02 04:01
   44k 2015/01/02 W:\Apps\cygwin\bin\cygpangocairo-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangocairo-1.0-0.dll" v0.0 ts=2015-01-02 04:01
   74k 2015/01/02 W:\Apps\cygwin\bin\cygpangoft2-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangoft2-1.0-0.dll" v0.0 ts=2015-01-02 04:01
   29k 2015/01/02 W:\Apps\cygwin\bin\cygpangoxft-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangoxft-1.0-0.dll" v0.0 ts=2015-01-02 04:01
   11k 2013/07/23 W:\Apps\cygwin\bin\cygpaper-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpaper-1.dll" v0.0 ts=2013-07-23 21:23
   34k 2015/02/13 W:\Apps\cygwin\bin\cygpathplan-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygpathplan-4.dll" v0.0 ts=2015-02-13 03:21
  255k 2012/02/10 W:\Apps\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2012-02-10 10:24
  458k 2015/04/30 W:\Apps\cygwin\bin\cygpcre-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-1.dll" v0.0 ts=2015-04-30 02:20
 1705k 2015/02/17 W:\Apps\cygwin\bin\cygperl5_14.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_14.dll" v0.0 ts=2015-02-17 20:43
 3897k 2015/04/17 W:\Apps\cygwin\bin\cygphp5-5-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygphp5-5-6.dll" v0.0 ts=2015-04-17 02:03
   41k 2015/04/09 W:\Apps\cygwin\bin\cygpipeline-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpipeline-1.dll" v0.0 ts=2015-04-09 20:58
  650k 2014/11/16 W:\Apps\cygwin\bin\cygpixman-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpixman-1-0.dll" v0.0 ts=2014-11-16 23:18
  196k 2015/04/13 W:\Apps\cygwin\bin\cygpng16-16.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng16-16.dll" v0.0 ts=2015-04-13 19:47
 2001k 2015/04/13 W:\Apps\cygwin\bin\cygpoppler-46.dll - os=4.0 img=1.0 sys=4.0
                  "cygpoppler-46.dll" v0.0 ts=2015-04-13 18:03
 2047k 2015/04/28 W:\Apps\cygwin\bin\cygpoppler-49.dll - os=4.0 img=1.0 sys=4.0
                  "cygpoppler-49.dll" v0.0 ts=2015-04-28 19:59
  299k 2015/04/28 W:\Apps\cygwin\bin\cygpoppler-glib-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpoppler-glib-8.dll" v0.0 ts=2015-04-28 20:00
   41k 2013/10/21 W:\Apps\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2013-10-21 21:52
  157k 2015/02/05 W:\Apps\cygwin\bin\cygpq-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpq-5.dll" v0.0 ts=2015-02-05 21:04
  122k 2015/05/06 W:\Apps\cygwin\bin\cygproxy-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygproxy-1.dll" v0.0 ts=2015-05-06 06:46
    8k 2015/01/23 W:\Apps\cygwin\bin\cygpspell-15.dll - os=4.0 img=1.0 sys=4.0
                  "cygpspell-15.dll" v0.0 ts=2015-01-23 17:37
  486k 2015/03/03 W:\Apps\cygwin\bin\cygquadmath-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygquadmath-0.dll" v0.0 ts=2015-03-03 15:54
  208k 2015/01/27 W:\Apps\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2015-01-27 23:43
  551k 2013/08/08 W:\Apps\cygwin\bin\cygrecode-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygrecode-0.dll" v0.0 ts=2013-08-08 20:52
   62k 2014/03/23 W:\Apps\cygwin\bin\cygroken-18.dll - os=4.0 img=1.0 sys=4.0
                  "cygroken-18.dll" v0.0 ts=2014-03-23 23:00
  213k 2015/03/12 W:\Apps\cygwin\bin\cygrsvg-2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygrsvg-2-2.dll" v0.0 ts=2015-03-12 19:06
  102k 2014/11/24 W:\Apps\cygwin\bin\cygsasl2-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-3.dll" v0.0 ts=2014-11-24 18:35
   92k 2014/12/20 W:\Apps\cygwin\bin\cygserf-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygserf-1-0.dll" v0.0 ts=2014-12-20 16:56
    8k 2011/05/05 W:\Apps\cygwin\bin\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2011-05-05 08:33
   28k 2014/01/14 W:\Apps\cygwin\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2014-01-14 23:54
   98k 2015/03/23 W:\Apps\cygwin\bin\cygsmartcols-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygsmartcols-1.dll" v0.0 ts=2015-03-23 09:55
  803k 2015/05/12 W:\Apps\cygwin\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2015-05-12 08:05
   19k 2015/05/12 W:\Apps\cygwin\bin\cygsqlite3vfslog-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3vfslog-0.dll" v0.0 ts=2015-05-12 08:05
  155k 2015/03/17 W:\Apps\cygwin\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2015-03-17 05:56
  327k 2015/03/19 W:\Apps\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2015-03-19 17:54
  443k 2015/03/19 W:\Apps\cygwin\bin\cygssl-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-1.0.0.dll" v0.0 ts=2015-03-19 17:27
   13k 2015/03/03 W:\Apps\cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2015-03-03 15:49
  943k 2015/03/03 W:\Apps\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2015-03-03 15:08
  378k 2015/04/03 W:\Apps\cygwin\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_client-1-0.dll" v0.0 ts=2015-04-03 19:22
   68k 2015/04/03 W:\Apps\cygwin\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_delta-1-0.dll" v0.0 ts=2015-04-03 19:20
   81k 2015/04/03 W:\Apps\cygwin\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_diff-1-0.dll" v0.0 ts=2015-04-03 19:20
   33k 2015/04/03 W:\Apps\cygwin\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs-1-0.dll" v0.0 ts=2015-04-03 19:21
  169k 2015/04/03 W:\Apps\cygwin\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_base-1-0.dll" v0.0 ts=2015-04-03 19:21
  197k 2015/04/03 W:\Apps\cygwin\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_fs-1-0.dll" v0.0 ts=2015-04-03 19:21
   11k 2015/04/03 W:\Apps\cygwin\bin\cygsvn_fs_util-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_util-1-0.dll" v0.0 ts=2015-04-03 19:20
   49k 2015/04/03 W:\Apps\cygwin\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra-1-0.dll" v0.0 ts=2015-04-03 19:22
   32k 2015/04/03 W:\Apps\cygwin\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_local-1-0.dll" v0.0 ts=2015-04-03 19:21
  165k 2015/04/03 W:\Apps\cygwin\bin\cygsvn_ra_serf-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_serf-1-0.dll" v0.0 ts=2015-04-03 19:21
  104k 2015/04/03 W:\Apps\cygwin\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_svn-1-0.dll" v0.0 ts=2015-04-03 19:21
  192k 2015/04/03 W:\Apps\cygwin\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_repos-1-0.dll" v0.0 ts=2015-04-03 19:21
  422k 2015/04/03 W:\Apps\cygwin\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_subr-1-0.dll" v0.0 ts=2015-04-03 19:20
  664k 2015/04/03 W:\Apps\cygwin\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_wc-1-0.dll" v0.0 ts=2015-04-03 19:21
  394k 2015/03/18 W:\Apps\cygwin\bin\cygsybdb-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygsybdb-5.dll" v0.0 ts=2015-03-18 21:33
  229k 2013/04/25 W:\Apps\cygwin\bin\cygt1-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygt1-5.dll" v0.0 ts=2013-04-25 17:20
   69k 2015/04/23 W:\Apps\cygwin\bin\cygtasn1-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-6.dll" v0.0 ts=2015-04-23 09:29
   34k 2014/11/12 W:\Apps\cygwin\bin\cygthai-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygthai-0.dll" v0.0 ts=2014-11-12 05:16
   54k 2015/04/13 W:\Apps\cygwin\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-10.dll" v0.0 ts=2015-04-13 07:49
   54k 2015/04/13 W:\Apps\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2015-04-13 08:01
  269k 2010/06/24 W:\Apps\cygwin\bin\cygtidy-0-99-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygtidy-0-99-0.dll" v0.0 ts=2010-06-24 07:17
  435k 2014/05/30 W:\Apps\cygwin\bin\cygtiff-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff-6.dll" v0.0 ts=1970-01-01 00:00
   13k 2014/05/30 W:\Apps\cygwin\bin\cygtiffxx-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiffxx-6.dll" v0.0 ts=1970-01-01 00:00
   16k 2015/03/23 W:\Apps\cygwin\bin\cyguuid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyguuid-1.dll" v0.0 ts=2015-03-23 09:55
 1655k 2014/03/20 W:\Apps\cygwin\bin\cygvpx-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygvpx-1.dll" v0.0 ts=2014-03-21 00:13
  160k 2014/03/23 W:\Apps\cygwin\bin\cygwind-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwind-0.dll" v0.0 ts=2014-03-23 23:01
 1173k 2015/03/26 W:\Apps\cygwin\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2015-03-26 15:27
    8k 2015/03/26 W:\Apps\cygwin\bin\cygX11-xcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-xcb-1.dll" v0.0 ts=2015-03-26 15:27
 2018k 2014/09/28 W:\Apps\cygwin\bin\cygxapian-22.dll - os=4.0 img=1.0 sys=4.0
                  "cygxapian-22.dll" v0.0 ts=2014-09-28 21:06
   10k 2013/06/06 W:\Apps\cygwin\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXau-6.dll" v0.0 ts=2013-06-06 06:29
  102k 2014/07/17 W:\Apps\cygwin\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-1.dll" v0.0 ts=1970-01-01 00:00
   72k 2014/07/17 W:\Apps\cygwin\bin\cygxcb-glx-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-glx-0.dll" v0.0 ts=1970-01-01 00:00
   31k 2014/07/17 W:\Apps\cygwin\bin\cygxcb-render-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-render-0.dll" v0.0 ts=1970-01-01 00:00
   12k 2014/07/17 W:\Apps\cygwin\bin\cygxcb-shm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-shm-0.dll" v0.0 ts=1970-01-01 00:00
   10k 2010/11/01 W:\Apps\cygwin\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcomposite-1.dll" v0.0 ts=2010-11-01 01:59
   35k 2013/06/06 W:\Apps\cygwin\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2013-06-06 21:33
    9k 2013/04/08 W:\Apps\cygwin\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdamage-1.dll" v0.0 ts=2013-04-08 22:37
   22k 2015/03/26 W:\Apps\cygwin\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdmcp-6.dll" v0.0 ts=2015-03-26 15:38
   62k 2014/08/10 W:\Apps\cygwin\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=1970-01-01 00:00
   19k 2013/06/06 W:\Apps\cygwin\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfixes-3.dll" v0.0 ts=2013-06-06 20:37
   77k 2014/08/10 W:\Apps\cygwin\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=1970-01-01 00:00
   58k 2014/08/10 W:\Apps\cygwin\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=1970-01-01 00:00
    9k 2013/06/06 W:\Apps\cygwin\bin\cygXinerama-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXinerama-1.dll" v0.0 ts=2013-06-06 21:38
 1242k 2014/10/19 W:\Apps\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2014-10-19 09:00
   60k 2014/01/15 W:\Apps\cygwin\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2014-01-15 02:25
   35k 2014/01/15 W:\Apps\cygwin\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2014-01-15 00:57
   35k 2013/06/14 W:\Apps\cygwin\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2013-06-14 10:01
  227k 2015/03/18 W:\Apps\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxslt-1.dll" v0.0 ts=2015-03-19 00:47
    9k 2012/05/23 W:\Apps\cygwin\bin\cygXss-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXss-1.dll" v0.0 ts=2012-05-23 05:56
  320k 2014/08/10 W:\Apps\cygwin\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXt-6.dll" v0.0 ts=1970-01-01 00:00
   83k 2014/11/19 W:\Apps\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2014-11-19 22:57
   74k 2015/03/26 W:\Apps\cygwin\bin\cygzip-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygzip-2.dll" v0.0 ts=2015-03-26 20:05
 3364k 2015/05/08 W:\Apps\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2015-05-08 23:19
    Cygwin DLL version info:
        DLL version: 2.0.2
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 287
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5


No Cygwin services found.


Cygwin Package Information
Last downloaded files to: W:\Apps\cygwin
Last downloaded files from: http://cygwin.mirror.constant.com/

Package                               Version                        Status
_autorebase                           001002-1                       OK
_update-info-dir                      01385-1                        OK
alternatives                          1.3.30c-10                     OK
apache2                               2.2.29-2                       OK
apache2-mod_php5                      5.6.8-1                        OK
autoconf                              13-1                           OK
autoconf2.1                           2.13-12                        OK
autoconf2.5                           2.69-3                         OK
base-cygwin                           3.8-1                          OK
base-files                            4.2-3                          OK
bash                                  4.3.33-1                       OK
bash-completion                       1.3-1                          OK
binutils                              2.25-1                         OK
bzip2                                 1.0.6-2                        OK
ca-certificates                       2.3-1                          OK
coreutils                             8.23-4                         OK
cpio                                  2.11-3                         OK
crypt                                 1.2-1                          OK
csih                                  0.9.8-6                        OK
curl                                  7.42.1-1                       OK
curl-debuginfo                        7.42.1-1                       OK
cvs                                   1.12.13-10                     OK
cvsps                                 2.2b1-1                        OK
cygrunsrv                             1.62-1                         OK
cygutils                              1.4.14-1                       OK
cygwin                                2.0.2-1                        OK
cygwin-debuginfo                      2.0.2-1                        OK
cygwin-devel                          2.0.2-1                        OK
dash                                  0.5.8-3                        OK
diffutils                             3.3-2                          OK
dos2unix                              7.2.1-1                        OK
dri-drivers                           10.5.4-2                       OK
editrights                            1.03-1                         OK
file                                  5.22-2                         OK
findutils                             4.5.12-1                       OK
font-adobe-dpi75                      1.0.2-1                        OK
font-encodings                        1.0.4-1                        OK
fontconfig                            2.11.1-2                       OK
fossil                                20150209+1.31+04e6a82ed7-2     OK
gamin                                 0.1.10-15                      OK
gawk                                  4.1.1-1                        OK
gcc-core                              4.9.2-3                        OK
getent                                2.18.90-4                      OK
git                                   2.1.4-1                        OK
git-completion                        2.1.4-1                        OK
gitk                                  2.1.4-1                        OK
gnome-icon-theme                      3.10.0-1                       OK
grep                                  2.21-2                         OK
groff                                 1.22.3-1                       OK
gsettings-desktop-schemas             3.14.1-1                       OK
gtk-update-icon-cache                 3.14.10-1                      OK
gzip                                  1.6-1                          OK
hicolor-icon-theme                    0.12-1                         OK
hostname                              3.13-1                         OK
info                                  5.2-3                          OK
ipc-utils                             1.0-1                          OK
less                                  458-2                          OK
libapr1                               1.5.2-1                        OK
libaprutil1                           1.5.4-1                        OK
libargp                               20110921-2                     OK
libasn1_8                             1.5.3-1                        OK
libaspell15                           0.60.6.1-3                     OK
libatk1.0_0                           2.14.0-1                       OK
libatomic1                            4.9.2-3                        OK
libattr1                              2.4.46-1                       OK
libblkid1                             2.25.2-2                       OK
libbz2_1                              1.0.6-2                        OK
libcairo2                             1.12.18-2                      OK
libcdt5                               2.38.0-4                       OK
libcgraph6                            2.38.0-4                       OK
libcharset1                           1.14-3                         OK
libcloog-isl4                         0.18.0-2                       OK
libcom_err2                           1.42.12-2                      OK
libcroco0.6_3                         0.6.8-1                        OK
libct4                                0.91.112-1                     OK
libcurl-devel                         7.42.1-1                       OK
libcurl-doc                           7.42.1-1                       OK
libcurl3                              7.15.4-2                       OK
libcurl4                              7.42.1-1                       OK
libdatrie1                            0.2.8-1                        OK
libdb4.5                              4.5.20.2-3                     OK
libdb4.8                              4.8.30-1                       OK
libedit0                              20130712-1                     OK
libEGL1                               10.5.4-2                       OK
libenchant1                           1.6.0-1                        OK
libexpat1                             2.1.0-3                        OK
libfam0                               0.1.10-15                      OK
libffi6                               3.2.1-1                        OK
libfontconfig1                        2.11.1-2                       OK
libfontenc1                           1.1.2-1                        OK
libfreetype6                          2.5.5-1                        OK
libgcc1                               4.9.2-3                        OK
libgcrypt20                           1.6.3-1                        OK
libgd3                                2.1.1-1                        OK
libgdbm4                              1.8.3-20                       OK
libgdk_pixbuf2.0_0                    2.31.1-1                       OK
libgif4                               4.1.6-10                       OK
libGL1                                10.5.4-2                       OK
libglapi0                             10.5.4-2                       OK
libglib2.0_0                          2.42.2-1                       OK
libgmp10                              6.0.0a-2                       OK
libgmp3                               4.3.2-1                        OK
libgnutls28                           3.2.21-1                       OK
libgomp1                              4.9.2-3                        OK
libgpg-error0                         1.18-1                         OK
libgraphite2_3                        1.2.3-1                        OK
libgs9                                9.15-2                         OK
libgssapi3                            1.5.3-1                        OK
libgssapi_krb5_2                      1.13.1-1                       OK
libgtk2.0_0                           2.24.27-1                      OK
libgts0.7_5                           20121130-1                     OK
libguile17                            1.8.8-1                        OK
libgvc6                               2.38.0-4                       OK
libharfbuzz0                          0.9.36-2                       OK
libheimbase1                          1.5.3-1                        OK
libheimntlm0                          1.5.3-1                        OK
libhogweed2                           2.7-2                          OK
libhx509_5                            1.5.3-1                        OK
libICE6                               1.0.9-1                        OK
libiconv                              1.14-3                         OK
libiconv-devel                        1.14-3                         OK
libiconv2                             1.14-3                         OK
libicu54                              54.1-1                         OK
libidn11                              1.29-1                         OK
libintl-devel                         0.19.4-1                       OK
libintl8                              0.19.4-1                       OK
libiodbc2                             3.52.8-2                       OK
libisl10                              0.11.1-2                       OK
libjasper1                            1.900.1-15                     OK
libjbig2                              2.0-14                         OK
libjpeg8                              1.3.1-3                        OK
libjson-c-common                      0.11-2                         OK
libjson-c2                            0.11-2                         OK
libk5crypto3                          1.13.1-1                       OK
libkrb5_26                            1.5.3-1                        OK
libkrb5_3                             1.13.1-1                       OK
libkrb5support0                       1.13.1-1                       OK
libLASi1                              1.1.1-2                        OK
liblcms2_2                            2.6-1                          OK
libllvm3.4                            3.4.2-5                        OK
libllvm3.5                            3.5.1-2                        OK
libltdl7                              2.4.6-1                        OK
liblzma5                              5.2.1-1                        OK
liblzo2_2                             2.08-1                         OK
libmcrypt4                            2.5.8-11                       OK
libmetalink3                          0.1.2-1                        OK
libming1                              0.4.5-2                        OK
libmpc3                               1.0.3-1                        OK
libmpfr4                              3.1.2-2                        OK
libmysqlclient18                      5.5.41-2                       OK
libncurses10                          5.9-20150404-1                 OK
libncursesw10                         5.9-20150404-1                 OK
libneon27                             0.30.1-1                       OK
libnettle4                            2.7-2                          OK
libonig2                              5.9.6-1                        OK
libopenjpeg1                          1.5.2-2                        OK
libopenldap2_4_2                      2.4.40-2                       OK
libopenssl098                         0.9.8zf-1                      OK
libopenssl100                         1.0.2a-1                       OK
libOpenVG1                            10.3.7-1                       OK
libp11-kit0                           0.20.7-1                       OK
libpango1.0_0                         1.36.8-1                       OK
libpaper-common                       1.1.24-2                       OK
libpaper1                             1.1.24-2                       OK
libpathplan4                          2.38.0-4                       OK
libpcre0                              8.21-2                         OK
libpcre1                              8.37-1                         OK
libpipeline1                          1.4.0-1                        OK
libpixman1_0                          0.32.6-1                       OK
Empty package libpng-doc
libpng-doc                            1.6.17-1                       OK
libpng16                              1.6.17-1                       OK
libpoppler-glib8                      0.30.0-2                       OK
libpoppler46                          0.26.5-3                       OK
libpoppler49                          0.30.0-2                       OK
Empty package libpopt0
libpopt0                              1.16-1                         OK
libpq5                                9.4.1-1                        OK
libproxy1                             0.4.11-4                       OK
libquadmath0                          4.9.2-3                        OK
libreadline7                          6.3.8-1                        OK
libroken18                            1.5.3-1                        OK
librsvg2_2                            2.40.8-1                       OK
libsasl2_3                            2.1.26-9                       OK
libserf1_0                            1.3.8-1                        OK
libsigsegv2                           2.10-1                         OK
libSM6                                1.2.2-1                        OK
libsmartcols1                         2.25.2-2                       OK
libsqlite3_0                          3.8.10.1-1                     OK
libssh2_1                             1.5.0-1                        OK
libssp0                               4.9.2-3                        OK
libstdc++6                            4.9.2-3                        OK
libsybdb5                             0.91.112-1                     OK
libtasn1_6                            4.4-1                          OK
libthai0                              0.1.21-1                       OK
libtidy0_99_0                         20090325-1                     OK
libtiff6                              4.0.3-2                        OK
libuuid-devel                         2.25.2-2                       OK
libuuid1                              2.25.2-2                       OK
libvpx1                               1.3.0-1                        OK
libwind0                              1.5.3-1                        OK
libX11-xcb1                           1.6.3-1                        OK
libX11_6                              1.6.3-1                        OK
libxapian22                           1.2.18-2                       OK
libXau6                               1.0.8-1                        OK
libxcb-glx0                           1.10-1                         OK
libxcb-render0                        1.10-1                         OK
libxcb-shm0                           1.10-1                         OK
libxcb1                               1.10-1                         OK
libXcomposite1                        0.4.3-1                        OK
libXcursor1                           1.1.14-1                       OK
libXdamage1                           1.1.4-1                        OK
libXdmcp6                             1.1.2-1                        OK
libXext6                              1.3.3-1                        OK
libXfixes3                            5.0.1-1                        OK
libXft2                               2.3.2-1                        OK
libXi6                                1.7.4-1                        OK
libXinerama1                          1.1.3-1                        OK
libxml2                               2.9.2-1                        OK
libXpm4                               3.5.11-1                       OK
libXrandr2                            1.4.2-1                        OK
libXrender1                           0.9.8-1                        OK
libxslt                               1.1.28-2                       OK
libXss1                               1.2.2-1                        OK
libXt6                                1.1.4-2                        OK
libzip2                               0.11.2-2                       OK
login                                 1.11-1                         OK
lynx                                  2.8.7-1                        OK
m4                                    1.4.17-1                       OK
make                                  4.1-1                          OK
Empty package man
man                                   2.7.1-1                        OK
man-db                                2.7.1-1                        OK
mintty                                1.1.3-1                        OK
mkfontdir                             1.0.7-1                        OK
mkfontscale                           1.1.1-1                        OK
openssh                               6.8p1-1                        OK
openssl                               1.0.2a-1                       OK
p11-kit                               0.20.7-1                       OK
p11-kit-trust                         0.20.7-1                       OK
perl                                  5.14.4-3                       OK
perl-Archive-Zip                      1.46-1                         OK
perl-B-Generate                       1.53-1                         OK
perl-Capture-Tiny                     0.28-1                         OK
perl-Compress-Bzip2                   2.22-1                         OK
perl-Config-Perl-V                    0.24-1                         OK
perl-Config-Tiny                      2.22-1                         OK
perl-CPAN-DistnameInfo                0.12-4                         OK
perl-CPAN-Reporter                    1.2014-1                       OK
perl-CPAN-Testers-Report              1.999003-1                     OK
perl-Data-Alias                       1.18-2                         OK
perl-Data-GUID                        0.048-1                        OK
perl-Data-UUID                        1.220-1                        OK
perl-Devel-Autoflush                  0.06-1                         OK
perl-Digest-HMAC                      1.03-4                         OK
perl-Digest-SHA                       5.95-1                         OK
perl-Encode-Locale                    1.04-1                         OK
perl-Error                            0.17023-1                      OK
perl-File-Copy-Recursive              0.38-4                         OK
perl-File-HomeDir                     1.00-2                         OK
perl-File-Listing                     6.04-4                         OK
perl-File-pushd                       1.009-1                        OK
perl-HTML-Parser                      3.71-2                         OK
perl-HTTP-Cookies                     6.01-4                         OK
perl-HTTP-Daemon                      6.01-4                         OK
perl-HTTP-Date                        6.02-4                         OK
perl-HTTP-Message                     6.06-2                         OK
perl-HTTP-Negotiate                   6.01-4                         OK
perl-IO-CaptureOutput                 1.1104-1                       OK
perl-IO-Prompt-Tiny                   0.003-1                        OK
perl-IO-Socket-INET6                  2.72-1                         OK
perl-IO-String                        1.08-4                         OK
perl-IO-Tty                           1.12-1                         OK
perl-IPC-Cmd                          0.92-1                         OK
perl-IPC-Run                          0.94-1                         OK
perl-JSON                             2.90-2                         OK
perl-libwww-perl                      6.13-1                         OK
perl-LWP-MediaTypes                   6.02-4                         OK
perl-Metabase-Client-Simple           0.010-1                        OK
perl-Metabase-Fact                    0.024-1                        OK
perl-Module-ScanDeps                  1.18-1                         OK
perl-Module-Signature                 0.78-1                         OK
perl-Net-DNS                          0.83-1                         OK
perl-Net-HTTP                         6.07-1                         OK
perl-Net-IP                           1.26-2                         OK
perl-PadWalker                        2.1-1                          OK
perl-PAR-Dist                         0.49-2                         OK
perl-Pod-Coverage                     0.23-2                         OK
perl-Pod-Escapes                      1.07-1                         OK
perl-Pod-Simple                       3.30-1                         OK
perl-Probe-Perl                       0.03-2                         OK
perl-Proc-ProcessTable                0.51-1                         OK
perl-Socket6                          0.25-1                         OK
perl-Sub-Exporter                     0.987-2                        OK
perl-Sub-Install                      0.928-1                        OK
perl-Tee                              0.14-4                         OK
perl-Term-ReadLine-Gnu                1.26-1                         OK
perl-Term-ReadLine-Perl               1.0303-4                       OK
perl-TermReadKey                      2.32-1                         OK
perl-Test-NoWarnings                  1.04-3                         OK
perl-Test-Pod                         1.48-2                         OK
perl-Test-Pod-Coverage                1.10-1                         OK
perl-Test-Reporter                    1.62-1                         OK
perl-Test-Reporter-Transport-Metabase 1.999009-1                     OK
perl-Test-Simple                      1.001014-1                     OK
perl-URI                              1.67-1                         OK
perl-WWW-RobotRules                   6.02-4                         OK
perl-XML-LibXML                       2.0121-1                       OK
perl-XML-NamespaceSupport             1.11-4                         OK
perl-XML-Parser                       2.44-1                         OK
perl-XML-SAX                          0.99-4                         OK
perl-YAML                             1.15-1                         OK
perl_autorebase                       5.14.4-3                       OK
perl_base                             5.14.4-3                       OK
perl_vendor                           5.14.4-1                       OK
php                                   5.6.8-1                        OK
php-Archive_Tar                       1.3.13-1                       OK
php-bcmath                            5.6.8-1                        OK
php-bz2                               5.6.8-1                        OK
php-calendar                          5.6.8-1                        OK
php-Console_Getopt                    1.3.1-1                        OK
php-ctype                             5.6.8-1                        OK
php-curl                              5.6.8-1                        OK
php-dba                               5.6.8-1                        OK
php-devel                             5.6.8-1                        OK
php-enchant                           5.6.8-1                        OK
php-exif                              5.6.8-1                        OK
php-fileinfo                          5.6.8-1                        OK
php-ftp                               5.6.8-1                        OK
php-gd                                5.6.8-1                        OK
php-gettext                           5.6.8-1                        OK
php-gmp                               5.6.8-1                        OK
php-gv                                2.38.0-4                       OK
php-iconv                             5.6.8-1                        OK
php-imap                              5.6.8-1                        OK
php-intl                              5.6.8-1                        OK
php-jsonc                             1.3.7-1                        OK
php-ldap                              5.6.8-1                        OK
php-mbstring                          5.6.8-1                        OK
php-mcrypt                            5.6.8-1                        OK
php-ming                              0.4.5-2                        OK
php-mssql                             5.6.8-1                        OK
php-mysql                             5.6.8-1                        OK
php-mysqli                            5.6.8-1                        OK
php-odbc                              5.6.8-1                        OK
php-opcache                           5.6.8-1                        OK
php-pdo_dblib                         5.6.8-1                        OK
php-pdo_mysql                         5.6.8-1                        OK
php-pdo_odbc                          5.6.8-1                        OK
php-pdo_pgsql                         5.6.8-1                        OK
php-pdo_sqlite                        5.6.8-1                        OK
php-PEAR                              1.9.5-1                        OK
php-pgsql                             5.6.8-1                        OK
php-phar                              5.6.8-1                        OK
php-posix                             5.6.8-1                        OK
php-pspell                            5.6.8-1                        OK
php-recode                            5.6.8-1                        OK
php-shmop                             5.6.8-1                        OK
php-simplexml                         5.6.8-1                        OK
php-soap                              5.6.8-1                        OK
php-sockets                           5.6.8-1                        OK
php-sqlite3                           5.6.8-1                        OK
php-Structures_Graph                  1.0.4-1                        OK
php-sybase_ct                         5.6.8-1                        OK
php-sysvmsg                           5.6.8-1                        OK
php-sysvsem                           5.6.8-1                        OK
php-sysvshm                           5.6.8-1                        OK
php-tidy                              5.6.8-1                        OK
php-tokenizer                         5.6.8-1                        OK
php-wddx                              5.6.8-1                        OK
php-xapian                            1.2.18-2                       OK
php-XML_Util                          1.2.1-1                        OK
php-xmlreader                         5.6.8-1                        OK
php-xmlrpc                            5.6.8-1                        OK
php-xmlwriter                         5.6.8-1                        OK
php-xsl                               5.6.8-1                        OK
php-zip                               5.6.8-1                        OK
php-zlib                              5.6.8-1                        OK
poppler-data                          0.4.6-1                        OK
popt                                  1.16-1                         OK
python                                2.7.9-1                        OK
rebase                                4.4.1-1                        OK
recode                                3.7-beta2-1                    OK
rsync                                 3.1.1-1                        OK
run                                   1.3.3-1                        OK
sed                                   4.2.2-3                        OK
shared-mime-info                      1.3-3                          OK
sqlite3                               3.8.10.1-1                     OK
sqlite3-vfslog                        3.8.10.1-1                     OK
subversion                            1.8.13-1                       OK
t1lib5                                5.1.2-12                       OK
tar                                   1.27.1-1                       OK
tcl                                   8.5.11-1                       OK
tcl-tk                                8.5.11-1                       OK
terminfo                              5.9-20150404-1                 OK
texinfo                               5.2-3                          OK
tzcode                                2014j-1                        OK
util-linux                            2.25.2-2                       OK
vim-minimal                           7.4.726-1                      OK
w32api-headers                        4.0.2-1                        OK
w32api-runtime                        4.0.2-1                        OK
wget                                  1.16.3-1                       OK
which                                 2.20-2                         OK
windows-default-manifest              6.4-1                          OK
xz                                    5.2.1-1                        OK
zlib                                  1.2.8-3                        OK
zlib-devel                            1.2.8-3                        OK
zlib0                                 1.2.8-3                        OK
Use -h to see help about each section

[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: ACL Hell
  2015-07-15 19:18   ` Sky Diver
  2015-07-15 20:25     ` Sky Diver
@ 2015-07-16  3:46     ` Duane Ellis
  1 sibling, 0 replies; 9+ messages in thread
From: Duane Ellis @ 2015-07-16  3:46 UTC (permalink / raw)
  To: Sky Diver; +Cc: cygwin


> I'm using cygwin for years already.
> I didn't use to have this problem in the past. It's something
> relatively new, that became way more intense in the past few months
> where I both re-installed windows at home, and got a fresh PC at work.

I had similar problems - and to fix them I did this:

Edit the file:   /etc/fstab

Add  “noacl” as an option for mount points - I just let all mount points be “windows default” and leave it.

It is in my opinion, the ACL stuff was well intended but ended up causing big problems for me.

Windows is just a very different beast, and does not implement POSIX very well, and no attempt at putting a square peg in a round hole ends well.
.
I think what Cygnus, then Redhat - etc has done is a marvelous and great good - but this ACL stuff - yuck.

I firmly believe  “ACL = ON” by default is wrong headed.

-Duane.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: ACL Hell
  2015-07-15 20:25     ` Sky Diver
@ 2015-07-17 11:29       ` Kurt Franke
  2015-07-23 15:29         ` Sky Diver
  0 siblings, 1 reply; 9+ messages in thread
From: Kurt Franke @ 2015-07-17 11:29 UTC (permalink / raw)
  To: cygwin

Sky Diver <skydivergm <at> gmail.com> writes:

...
> 
> Still, how can I get a normal behavior (i.e. normal Windows symlinks
> as produces in winsymlinks:nativestrict mode) in a regular session w/o
> elevation?
> 

You could grant the necessary privilege to your account or to the group Users

editrights -u sky -a SeCreateSymbolicLinkPrivilege

or 

editrights -u Users -a SeCreateSymbolicLinkPrivilege


regards

kf




--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: ACL Hell
  2015-07-17 11:29       ` Kurt Franke
@ 2015-07-23 15:29         ` Sky Diver
  0 siblings, 0 replies; 9+ messages in thread
From: Sky Diver @ 2015-07-23 15:29 UTC (permalink / raw)
  To: cygwin

Sorry for the late reply.
Ran both commands from an elevated shell and it still doesn't work.

I see this was discussed before but there was no concrete conclusion.
https://www.cygwin.com/ml/cygwin/2013-04/msg00066.html

The two options that do work so far are:
1. Run cygwin as administrator
2. Disable UAC altogether
(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\EnableLUA=0
in the registry)

I use the first option at work and the second one at home.

Cheers.

On Fri, Jul 17, 2015 at 2:29 PM, Kurt Franke <Kurt-Franke@web.de> wrote:
> Sky Diver <skydivergm <at> gmail.com> writes:
>
> ...
>>
>> Still, how can I get a normal behavior (i.e. normal Windows symlinks
>> as produces in winsymlinks:nativestrict mode) in a regular session w/o
>> elevation?
>>
>
> You could grant the necessary privilege to your account or to the group Users
>
> editrights -u sky -a SeCreateSymbolicLinkPrivilege
>
> or
>
> editrights -u Users -a SeCreateSymbolicLinkPrivilege
>
>
> regards
>
> kf
>
>
>
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-07-23 15:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-14 22:15 ACL Hell Sky Diver
2015-07-14 23:21 ` Steven Penny
2015-07-15  8:35 ` Andrey Repin
2015-07-15 14:52   ` Larry Hall (Cygwin)
2015-07-15 19:18   ` Sky Diver
2015-07-15 20:25     ` Sky Diver
2015-07-17 11:29       ` Kurt Franke
2015-07-23 15:29         ` Sky Diver
2015-07-16  3:46     ` Duane Ellis

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).