Re: Cygwin 1.7.28 (64bit) and Vim 7.4 build from source create SEGV when writing to a file.

2014-02-25 Thread Larry Hall (Cygwin)
On 2/25/2014 3:10 AM, Thomalla, Martin wrote: Hello, in order to get additional features into vim (lua and python) I need to build it from source. So I have downloaded the source and gcc through the cygwin setup-x86_64.exe and build vim from source. $ cd /usr/src/vim74 $ ./configure --enable-lu

Re: Re: Cygwin 1.7.28 (64bit) and Vim 7.4 build from source create SEGV when writing to a file.

2014-02-25 Thread Thomalla, Martin
Which vim sources that work in cygwin should I use instead? A quick review of the files you've provided and your description of what you've done doesn't raise any red flags. I'll suggest trying to remove the Cygwin-provided VIM packages to be sure there is no collision/interacti

Re: Cygwin 1.7.28 (64bit) and Vim 7.4 build from source create SEGV when writing to a file.

2014-02-25 Thread Larry Hall (Cygwin)
On 2/25/2014 10:20 AM, Thomalla, Martin wrote: A quick review of the files you've provided and your description of what you've done doesn't raise any red flags. I'll suggest trying to remove the Cygwin-provided VIM packages to be sure there is no collision/interaction. If tha

Re: Cygwin 1.7.28 (64bit) and Vim 7.4 build from source create SEGV when writing to a file.

2014-02-25 Thread Thomalla, Martin
On 2014-02-25 16:35, Larry Hall (Cygwin) wrote: On 2/25/2014 10:20 AM, Thomalla, Martin wrote: A quick review of the files you've provided and your description of what you've done doesn't raise any red flags. I'll suggest trying to remove the Cygwin-provided VIM packages to be s

Re: Cygwin 1.7.28 (64bit) and Vim 7.4 build from source create SEGV when writing to a file.

2014-02-25 Thread Larry Hall (Cygwin)
On 2/25/2014 10:43 AM, Thomalla, Martin wrote: On 2014-02-25 16:35, Larry Hall (Cygwin) wrote: On 2/25/2014 10:20 AM, Thomalla, Martin wrote: A quick review of the files you've provided and your description of what you've done doesn't raise any red flags. I'll suggest trying to remov

Re: Testers needed: New passwd/group handling in Cygwin

2014-02-25 Thread Achim Gratz
Corinna Vinschen writes: > This is a pretty intrusive change, in need of some serious testing, so > I'd like to ask for volunteers. The latest 2014-02-13 snapshot from > http://cygwin.com/snapshots/ contains the changes, including the latest > bugfix. I've tested the 2014-02-19 snapshot at work.

Re: postinstall script errors (-1073741819 / STATUS_ACCESS_VIOLATION) on default install with Cygwin 2.831 (64bit) on Windows 7 (64bit)

2014-02-25 Thread Christopher Faylor
On Tue, Feb 25, 2014 at 06:25:18PM +, Shaun Gosse wrote: >Oh, and http://cygwin.com/problems.html suggested running cygcheck, but it's >not found: >-sh-4.1$ cygcheck >-sh: cygcheck: command not found It's there if you have a shell prompt. You likely just have to specify the complete path. Y

Re: Testers needed: New passwd/group handling in Cygwin

2014-02-25 Thread Andrey Repin
Greetings, Achim Gratz! > 2. I use a few volumes on NetApp filers that have security set up so > that you can't change attributes. That means POSIX permissions are > always listed as "". That seems like a bug elsewhere. Being able to change permissions shouldn't restrict you from requesting

Re: Testers needed: New passwd/group handling in Cygwin

2014-02-25 Thread Achim Gratz
Andrey Repin writes: > That seems like a bug elsewhere. Being able to change permissions shouldn't > restrict you from requesting them. There is no bug, not in Cygwin nor anywhere else. The standard file attributes are all cleared and since I can't set any of them (a policy which gets inherited)

Re: Testers needed: New passwd/group handling in Cygwin

2014-02-25 Thread Corinna Vinschen
On Feb 25 19:14, Achim Gratz wrote: > Corinna Vinschen writes: > > This is a pretty intrusive change, in need of some serious testing, so > > I'd like to ask for volunteers. The latest 2014-02-13 snapshot from > > http://cygwin.com/snapshots/ contains the changes, including the latest > > bugfix.

Re: Testers needed: New passwd/group handling in Cygwin

2014-02-25 Thread Achim Gratz
Corinna Vinschen writes: > The stuff in the `id' application is not cached at all. Caching is > inherited from the parent process, but the parent never asked for all > your groups so it hasn't cached this information. Every invocation of > id has to request the group info anew. OK, then I was mi

Re: Console buffer jumble

2014-02-25 Thread Steven Penny
On Wed, Feb 19, 2014 at 7:42 PM, Steven Penny wrote: > I found a problem with the new snapshots. If you > > 1. start Cygwin with "Cygwin.bat" > 2. enter "man bash" > 3. enter Page Down then Page Up This is still happening with 2014-02-24 snapshot. -- Problem reports: http://cygwin.com/probl

RE: postinstall script errors (-1073741819 / STATUS_ACCESS_VIOLATION) on default install with Cygwin 2.831 (64bit) on Windows 7 (64bit)

2014-02-25 Thread Shaun Gosse
My previous send didn't go through apparently; needs address obfuscation, now done. -Original Message- From: Shaun Gosse Sent: Tuesday, February 25, 2014 2:00 PM To: 'cygwin AT cygwin DOT com' Subject: RE: postinstall script errors (-1073741819 / STATUS_ACCESS_VIOLATION) on default inst

RE: postinstall script errors (-1073741819 / STATUS_ACCESS_VIOLATION) on default install with Cygwin 2.831 (64bit) on Windows 7 (64bit)

2014-02-25 Thread Shaun Gosse
Apologies for the spam...forgot to reattach the results of the cygcheck when resending. -Original Message- From: Shaun Gosse Sent: Tuesday, February 25, 2014 3:07 PM To: 'cygwin AT Cygwin DOT com' Subject: RE: postinstall script errors (-1073741819 / STATUS_ACCESS_VIOLATION) on default

Cygwin64 ignoring /etc/passwd shell field?

2014-02-25 Thread Jim Burwell
Hi, I've noticed after installing an update the Cygwin64 appears to ignore the contents of the shell field in /etc/passwd. I normally run /bin/tcsh as my shell, and changing this field used to result in any new login shells running tcsh. Now it just runs bash regardless. Has something changed?

Re: Testers needed: New passwd/group handling in Cygwin

2014-02-25 Thread Corinna Vinschen
On Feb 25 21:25, Achim Gratz wrote: > Corinna Vinschen writes: > > The stuff in the `id' application is not cached at all. Caching is > > inherited from the parent process, but the parent never asked for all > > your groups so it hasn't cached this information. Every invocation of > > id has to r

Re: Cygwin64 ignoring /etc/passwd shell field?

2014-02-25 Thread Corinna Vinschen
On Feb 25 13:52, Jim Burwell wrote: > Hi, > > I've noticed after installing an update the Cygwin64 appears to ignore > the contents of the shell field in /etc/passwd. I normally run > /bin/tcsh as my shell, and changing this field used to result in any new > login shells running tcsh. Now it jus

Re: Cygwin64 ignoring /etc/passwd shell field?

2014-02-25 Thread Andrey Repin
Greetings, Jim Burwell! Please don't attach to existing threads, if you're opening a new topic. Post a new message to the list instead. > I've noticed after installing an update the Cygwin64 appears to ignore > the contents of the shell field in /etc/passwd. I normally run > /bin/tcsh as my shel

Re: Testers needed: New passwd/group handling in Cygwin

2014-02-25 Thread Andrey Repin
Greetings, Corinna Vinschen! > Also, more radically, if we drop the functionality to define another > group name for a group, we could drop the requirement to open an LDAP > connection to fetch group information to the DC entirely(*). This would > only affect domain groups, local groups could sti

RE: sox - package is broken

2014-02-25 Thread Buchbinder, Barry (NIH/NIAID) [E]
David Stacey sent the following at Monday, February 24, 2014 3:27 PM >On 24/02/2014 17:27, Dr. Alexander Kleinsorge wrote: >> But after (export AUDIODRIVER=ao ; play ding.wav) >> I see messages indicating successfull playing and application is waiting >> the time the wav-file takes, >> but no sound

Re: Cygwin64 ignoring /etc/passwd shell field?

2014-02-25 Thread Jim Burwell
On 2/25/2014 13:55, Corinna Vinschen wrote: > On Feb 25 13:52, Jim Burwell wrote: >> Hi, >> >> I've noticed after installing an update the Cygwin64 appears to ignore >> the contents of the shell field in /etc/passwd. I normally run >> /bin/tcsh as my shell, and changing this field used to result i

Re: Cygwin64 ignoring /etc/passwd shell field?

2014-02-25 Thread Larry Hall (Cygwin)
On 2/25/2014 6:24 PM, Jim Burwell wrote: On 2/25/2014 13:55, Corinna Vinschen wrote: On Feb 25 13:52, Jim Burwell wrote: Hi, I've noticed after installing an update the Cygwin64 appears to ignore the contents of the shell field in /etc/passwd. I normally run /bin/tcsh as my shell, and changin

Problem with stunnel/rsync & tcp_wrappers under cygwin

2014-02-25 Thread devzero
Hi, i have a strange problem with tcp_wrappers in conjunction with stunnel cygwin port. (cc`ing stunnel cygwin maintainer because of that). I`m trying to secure an rsync which is started in daemon-mode in an inetd-style via stunnel. I`m on Win8 64Bit with a recent 64bit Cygwin installation. Whe

Re: Testers needed: New passwd/group handling in Cygwin

2014-02-25 Thread Andrey Repin
Greetings, Corinna Vinschen! > Other than that, I just had an in-shower inspiration how to speed up > `id' specificially. The getgroups(2) call is in the center of this and > I could probably speed up the stuiff a lot by opening the LDAP > connection in getgroups only once. Isn't local SAM data

setup.exe bad signatures?

2014-02-25 Thread Michael Ryan
I'm trying to verify the signatures on the latest setup.exe files and I'm finding that they don't match: $ gpg --verify setup-x86.exe.sig gpg: Signature made Fri 13 Dec 2013 17:24:37 GMT using DSA key ID 676041BA gpg: BAD signature from "Cygwin " $ gpg --verify setup-x86_64.exe.sig gpg: Signature

How should I report a critical type of Cygwin bug?

2014-02-25 Thread Shaddy Baddah
Hi, Risking the wrath that I should just report the bug, I would like to just get some advice on how to go about it. I'm encountering a problem with a rather new Cygwin package/feature that if reproducible, has serious consequence on the hosting Windows platform. My concern is that if I list th