Problems on case-sensitive file systems

2014-10-22 Thread Thomas Wolff
I'm facing a number of issues with case-sensitivity which I've collected: There is a documented limitation on case-sensitivity using drive letter paths, also mentioned in https://sourceware.org/ml/cygwin/2013-08/msg00090.html (last item). I vaguely remember seeing a reason for this limitation i

Question about porting eCAP

2014-10-22 Thread DongMing Huang
Hi. Recently, I want run squid with eCAP feature on windows. Now, I have compiled eCAP-0.2.0 on cygwin. As a result, I some files as follow. --eCAP- DDD@DDD-PC /usr/local/lib $ ls libecap.a libecap.la pkgconfig DDD@DDD-PC /usr/local/

[ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-22 Thread Corinna Vinschen
Hi Cygwin friends and users, I just released a TEST version of the next upcoming Cygwin release, 1.7.33-0.1. If you want to help testing this new release (which I seriously hope for), you can find it in your setup-x86.exe or setup-x86_64.exe as "test" release. The major change in this new rele

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-22 Thread Angelo Graziosi
Corinna Vinschen wrote: The major change in this new release is the new method to read account (passwd and group) information from the Windows user databases directly, without the requirement to generate /etc/passwd and /etc/group files to generate Unix-like uid and gid. Does it mean that the u

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-22 Thread Corinna Vinschen
On Oct 22 14:07, Angelo Graziosi wrote: > Corinna Vinschen wrote: > >The major change in this new release is the new method to read account > >(passwd and group) information from the Windows user databases directly, > >without the requirement to generate /etc/passwd and /etc/group files to > >gener

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-22 Thread Angelo Graziosi
Corinna Vinschen wrote: As an example, just try `id': $ id uid=1049577(corinna) gid=1049701(vinschen) groups=1049701(vinschen),545(Users), Here it prints: uid=197609(angelo) gid=197121(None) gruppi=197121(None), 197608(HomeUsers), 545(Users), and many files are listed ad "angelo None", -r

RE: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-22 Thread Habermann, Dave (DA)
Read through https://cygwin.com/preliminary-ntsec.html and in general found it to be quite useful. I'm hoping to do some testing perhaps later this week or early next. I have a couple of questions: 1) Any thoughts about the rough timing of this "going live"? 2) The documentation says (as I re

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-22 Thread Corinna Vinschen
On Oct 22 15:27, Angelo Graziosi wrote: > Corinna Vinschen wrote: > >As an example, just try `id': > > > >$ id > >uid=1049577(corinna) gid=1049701(vinschen) > >groups=1049701(vinschen),545(Users), > > Here it prints: > > uid=197609(angelo) gid=197121(None) gruppi=197121(None), 197608(HomeUsers),

Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64

2014-10-22 Thread Andrey Repin
Greetings, John Wiersba! > I'm trying to use run.exe to avoid a flashing console window, but it is not > working on my cygwin64 install on Win7Pro-64. This is a fresh install from > 10/20/2014. I've attached my cygcheck.out. I've tried the following > windows shortcuts and all cause a console w

Re: Problems on case-sensitive file systems

2014-10-22 Thread Eric Blake
On 10/22/2014 01:01 AM, Thomas Wolff wrote: > > mv XY xy does not work if XY is a directory (no effect, no message) Might be something I can fix (I already have cygwin-local patches to allow 'mv A.txt a.txt', so it is probably just incomplete if directories aren't working). > > If I switch Win

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-22 Thread Corinna Vinschen
On Oct 22 13:35, Habermann, Dave (DA) wrote: > Read through https://cygwin.com/preliminary-ntsec.html and in general > found it to be quite useful. I'm hoping to do some testing perhaps > later this week or early next. I have a couple of questions: > > 1) Any thoughts about the rough timing of t

Re: Problems on case-sensitive file systems

2014-10-22 Thread Corinna Vinschen
On Oct 22 07:52, Eric Blake wrote: > On 10/22/2014 01:01 AM, Thomas Wolff wrote: > > > > > mv XY xy does not work if XY is a directory (no effect, no message) > > Might be something I can fix (I already have cygwin-local patches to > allow 'mv A.txt a.txt', so it is probably just incomplete if d

Re: Problems on case-sensitive file systems

2014-10-22 Thread Corinna Vinschen
On Oct 22 09:01, Thomas Wolff wrote: > I'm facing a number of issues with case-sensitivity which I've collected: > > There is a documented limitation on case-sensitivity using drive letter > paths, > also mentioned in https://sourceware.org/ml/cygwin/2013-08/msg00090.html > (last item). I vaguely

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-22 Thread Corinna Vinschen
On Oct 22 15:54, Corinna Vinschen wrote: > On Oct 22 13:35, Habermann, Dave (DA) wrote: > > 3) I also read "Cygwin implements the Solaris API to access Windows > > ACLs in a Unixy way" (although your email says "Revamp Solaris ACL > > implementation to more closely work like POSIX ACLs are supposed

Re: perl -d causes completion to fail

2014-10-22 Thread Adam Dinwoodie
On Mon, Oct 20, 2014 at 02:04:18PM -0700, Andrew DeFaria wrote: > On 10/20/2014 1:05 PM, Ken Brown wrote: > >On 10/20/2014 1:04 PM, Andrew DeFaria wrote: > >>On 10/20/2014 4:23 AM, Adam Dinwoodie wrote: > >>>Whatever you're using doesn't seem to be the Cygwin bash-completion > >>>package. Both x86

Fwd: keychain 2.7.1 and fish-2.1.1-3 incompatibility

2014-10-22 Thread Kelley Cook
The current Cygwin version of keychain (2.7.1) apparently requires a patch to use alongside newer versions of the FISH shell. This was already fixed upstream: https://github.com/funtoo/keychain/commit/b73fc50ba27fb5f62864ee097f9d118ac6e0fba6 This patch was included in the keychain 2.7.2_beta1 ve

Re: Fwd: keychain 2.7.1 and fish-2.1.1-3 incompatibility

2014-10-22 Thread Andrew Schulman
> The current Cygwin version of keychain (2.7.1) apparently requires a > patch to use alongside newer versions of the FISH shell. > > This was already fixed upstream: > > https://github.com/funtoo/keychain/commit/b73fc50ba27fb5f62864ee097f9d118ac6e0fba6 > > This patch was included in the keychai

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-22 Thread Achim Gratz
Corinna Vinschen writes: > In theory, no. The last OpenSSH update, 6.7p1-1, alreadyd contained > the upstream fix to work with local sshd accounts which have the > machine name prepended. I will check this tomorrow, I somehow missed that this patch was live. The entry for sshd was the only thing

Re: perl -d causes completion to fail

2014-10-22 Thread Andrew DeFaria
On 10/22/2014 7:50 AM, Adam Dinwoodie wrote: I've never installed any Cygwin stuff from anything other than setup.exe. The Cygwin mirror I typically use is http://mirrors.kernal.org. Oddly enough, looking at it now, I see Current as 2.1-1 and "new" as 1.3-1. Huh? OK... Installing "new"... Cyg

Re: perl -d causes completion to fail

2014-10-22 Thread Eric Blake
On 10/22/2014 08:50 AM, Adam Dinwoodie wrote: > > If upstream does have this behaviour, you can (a) install it yourself, > separately from the Cygwin install (but be aware the list won't support > problems you hit unless/until you can identify the Cygwin-distributed > component that's causing the

Re: perl -d causes completion to fail

2014-10-22 Thread Ken Brown
On 10/22/2014 1:09 PM, Andrew DeFaria wrote: On 10/22/2014 7:50 AM, Adam Dinwoodie wrote: Cygwin Ports uses setup-*.exe for installing its packages. It's also currently distributing bash-completion 2.1-1, so I strongly suspect that at some point -- intentionally or not -- you installed the Cygw

Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64

2014-10-22 Thread John Wiersba
Andrey, the flashing console flashes very quickly and I don't know how to slow it down. It appears to have no title and no contents. I gave up on using the bash option -c, because of clashes due to mixing windows and linux command line parsing conventions. So, instead I created a script /d/tr

Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64

2014-10-22 Thread Doug Henderson
On 22 October 2014 14:34, John Wiersba wrote: > Andrey, the flashing console flashes very quickly and I don't know how to > slow it down. > It appears to have no title and no contents. run appears to work correctly when you use it at a cygwin shell prompt. run.exe is a cygwin executable; use ld

Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64

2014-10-22 Thread Andrey Repin
Greetings, Doug Henderson! >> Andrey, the flashing console flashes very quickly and I don't know how to >> slow it down. >> It appears to have no title and no contents. Normally, I just fire up a screen recorder in such cases. But I seems to have missed the beginning of a discussion. > run appe

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-22 Thread Tom Schutter
On Wed 2014-10-22 11:23, Corinna Vinschen wrote: > For your convenience I wrote new documentation. Since this is a TEST > prerelease, the new documentation is not part of the official docs yet. > Rather have a look at > > https://cygwin.com/preliminary-ntsec.html "machine is no domain member"

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-22 Thread Tom Schutter
On Wed 2014-10-22 11:23, Corinna Vinschen wrote: > The major change in this new release is the new method to read account > (passwd and group) information from the Windows user databases directly, > without the requirement to generate /etc/passwd and /etc/group files to > generate Unix-like uid and

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-22 Thread Corinna Vinschen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On October 23, 2014 5:00:03 AM CEST, Tom Schutter wrote: >On Wed 2014-10-22 11:23, Corinna Vinschen wrote: >> The major change in this new release is the new method to read >account >> (passwd and group) information from the Windows user databases