Re: Cannot change console mode during usage of expect

2015-04-15 Thread Keith Proctor
Marco Atzeri gmail.com> writes: Thanks Marco but I'm not sure which direction your asking me to go. Should I: 1) Install Console2 ( I didn't find it in the Cygwin installer) 2) Build the tool mentioned in the link and prepend build/console.exe to all my DOS commands. The second seams like a

Re: Cannot change console mode during usage of expect

2015-04-15 Thread Marco Atzeri
On 4/16/2015 2:29 AM, Keith Proctor wrote: Interesting...I found the expect executable on disk, double clicked it and it opened a window so I typed in my original expect program without expect -c and surrounding quotes. I then ran it and found the same errors. The GetConsoleMode() and SetConsol

Re: TEST RELEASE: Cygwin 2.0.0-1

2015-04-15 Thread Yaakov Selkowitz
On Wed, 2015-04-15 at 14:22 -0600, Warren Young wrote: > On Apr 11, 2015, at 4:35 AM, Corinna Vinschen wrote: > > The version number is 2.0.0-0.1. Yes, we're going full Torvalds > > with the release numbers and bump them to 2.0. > > Will this result in a cygwin2.dll with a different ABI? No, ABI

Re: Cannot change console mode during usage of expect

2015-04-15 Thread Keith Proctor
Interesting...I found the expect executable on disk, double clicked it and it opened a window so I typed in my original expect program without expect -c and surrounding quotes. I then ran it and found the same errors. The GetConsoleMode() and SetConsoleMode() calls are not being allowed to exit t

Re: Cygwin hangs up if several keys are typed during outputting a lot of texts.

2015-04-15 Thread Takashi Yano
Hi Corinna, On Tue, 14 Apr 2015 09:34:56 +0200 Corinna Vinschen wrote: > And the native client, not knowing what he's talking to, recognizes the > output stream as a normal named pipe, if it's looking for that info at > all. Being native, it will use native Windows MSVCRT stdio calls. > Worse,

Re: Cannot change console mode during usage of expect

2015-04-15 Thread Keith Proctor
Mark Geisert maxrnd.com> writes: Interesting your system does the quoting. I just left it in place. Your last shows some hope for this issue. It would be great if the solution can be a configuration change so I don't have to pre-pend something. Again trying to make the original code duel pl

Re: Cannot change console mode during usage of expect

2015-04-15 Thread Mark Geisert
Keith Proctor writes: > Mark Geisert writes: Please don't quote email addresses in replies. > > Keith Proctor writes: > > > BTW, I expect GetConsoleMode and SetConsoleMode is standard > > > usage by any console application. These calls work on Macintosh, > > > Windows and Cygwin window without

Re: Cannot change console mode during usage of expect

2015-04-15 Thread Keith Proctor
Mark Geisert maxrnd.com> writes: > > Keith Proctor writes: > > BTW, I expect GetConsoleMode and SetConsoleMode is standard > > usage by any console application. These calls work on Macintosh, > > Windows and Cygwin window without expect. > > Are you sure you're using the Cygwin expect, and not

Re: dig utility in bind-utils-9.9.7-1 returns no output

2015-04-15 Thread Keith Christian
Thanks Mark, but I tried both of those early in my attempts without success. Good suggestion, though. On Wed, Apr 15, 2015 at 2:53 PM, Mark Hansen wrote: > On 4/15/2015 12:02 PM, Keith Christian wrote: >> >> cygcheck attachment is too large according to sourceware. >> >> What specific parts of c

Re: Cannot change console mode during usage of expect

2015-04-15 Thread Mark Geisert
Keith Proctor writes: > BTW, I expect GetConsoleMode and SetConsoleMode is standard > usage by any console application. These calls work on Macintosh, > Windows and Cygwin window without expect. Are you sure you're using the Cygwin expect, and not a Windows-native expect that just happens to be o

Re: dig utility in bind-utils-9.9.7-1 returns no output

2015-04-15 Thread Mark Hansen
On 4/15/2015 12:02 PM, Keith Christian wrote: cygcheck attachment is too large according to sourceware. What specific parts of cygcheck are needed to help troubleshoot this? Keith On Wed, Apr 15, 2015 at 12:55 PM, Keith Christian wrote: Both /usr/bin/dig and /bin/dig run the same program:

Re: TEST RELEASE: Cygwin 2.0.0-1

2015-04-15 Thread Warren Young
On Apr 11, 2015, at 4:35 AM, Corinna Vinschen wrote: > > The version number is 2.0.0-0.1. Yes, we're going full Torvalds > with the release numbers and bump them to 2.0. Will this result in a cygwin2.dll with a different ABI? Now’s your chance. :) -- Problem reports: http://cygwin.com/pr

Re: Running tasklist /m in cygwin hangs

2015-04-15 Thread Andrey Repin
Greetings, Saurabh T! > Running > "tasklist /m file.dll" hangs in Cygwin First, mintty (I assume you did mean that) is not "Cygwin" itself. > even though it works perfectly fine in the cmd window. I hope you did mean native console by that. > Is there any reason for this? I am using a > somew

Re: dig utility in bind-utils-9.9.7-1 returns no output

2015-04-15 Thread Keith Christian
cygcheck attachment is too large according to sourceware. What specific parts of cygcheck are needed to help troubleshoot this? Keith On Wed, Apr 15, 2015 at 12:55 PM, Keith Christian wrote: > Both /usr/bin/dig and /bin/dig run the same program: > >>cksum /usr/bin/dig /bin/dig > 680300229 22021

Re: Cannot change console mode during usage of expect

2015-04-15 Thread Keith Proctor
Corinna Vinschen cygwin.com> writes: > > On Apr 15 01:17, Keith Proctor wrote: > > Hello, my name is Keith Proctor. I test FileMaker Server and I have > > written a test suite on Macintosh. The tests work beautifully on > > Macintosh. I’m trying to Use Cygwin on Windows to reduce the > > amo

RE: Running tasklist /m in cygwin hangs

2015-04-15 Thread Saurabh T
Hi, Running "tasklist /m file.dll" hangs in Cygwin even though it works perfectly fine in the cmd window. Is there any reason for this? I am using a somewhat older cygwin (1.7.25) on a Windows 7 box, and do not want to upgrade unless newer cygwin doesnt show the problem. Thank you.

[ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5

2015-04-15 Thread Corinna Vinschen
Hi Cygwin friends and users, New 2.0.0-0.5 test release. Hmm, apparently I forgot to announce the 2.0.0-0.4 release. Here's what's new: - 0.4 introduced a fix which drops creating MASK/CLASS_OBJ entries every time, since that influence how the group permissions are set on chmod. Surprisin

Re: Making Cygwin More Tolerant of Orphaned SIDs?

2015-04-15 Thread Corinna Vinschen
On Apr 15 05:44, Bryan Berns wrote: > On Wed, Apr 15, 2015 at 3:29 AM, Corinna Vinschen > wrote: > > > > Not off the top of my head. The mechanism doesn't check for the > > content so it should cache the above line the same way as any other. > > I'm puzzled about this behaviour myself. > > > > Th

Re: [TESTERS needed] New POSIX permission handling

2015-04-15 Thread Corinna Vinschen
Hi Ismail, On Apr 12 16:25, Corinna Vinschen wrote: > On Apr 12 06:21, İsmail Dönmez wrote: > > Corinna Vinschen-2 wrote > > > On Apr 11 10:11, donmez wrote: > > >> Corinna Vinschen-2 wrote > > >> > I just applied a patch I'm working on for quite some time now. As I > > >> > outlined before on th

Re: Making Cygwin More Tolerant of Orphaned SIDs?

2015-04-15 Thread Bryan Berns
On Wed, Apr 15, 2015 at 3:29 AM, Corinna Vinschen wrote: > > Not off the top of my head. The mechanism doesn't check for the > content so it should cache the above line the same way as any other. > I'm puzzled about this behaviour myself. > > That requires some debugging but I have other stuff on

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-3

2015-04-15 Thread Corinna Vinschen
On Apr 15 09:46, Houder wrote: > %% getfacl alfa > # file: alfa > # owner: Test > # group: None > user::r-- > group::rw- > other:--- > > %% icacls.sh alfa > E:/Cygwin-test/home/Test/alfa >Owner: Test, Group: None >NULL SID (DENY)(Rc,S) >Seven\Test

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-3

2015-04-15 Thread Houder
> On Apr 14 20:38, Houder wrote: >> > On Apr 14 18:32, Houder wrote: >> >> Btw, I will only report back on this in case you are INcorrect above. >> > >> > Uhm... I wouldn't be too unhappy to get positive feedback as well... >> >> Oh well, alright, I tried to save us both some time :-) >> >> Reinsta

Re: Cannot change console mode during usage of expect

2015-04-15 Thread Corinna Vinschen
On Apr 15 01:17, Keith Proctor wrote: > Hello, my name is Keith Proctor. I test FileMaker Server and I have written > a test suite on Macintosh. The tests work beautifully on Macintosh. I’m > trying > to Use Cygwin on Windows to reduce the amount of rewriting that I must do > on the Windows si

Re: Making Cygwin More Tolerant of Orphaned SIDs?

2015-04-15 Thread Corinna Vinschen
On Apr 14 21:23, Bryan Berns wrote: > >> On Tue, Apr 14, 2015 at 10:53 AM, Corinna Vinschen > >> > On Apr 14 07:24, Bryan Berns wrote: > >> >> For example, I create a whole bunch of files (like 5000), I use > >> >> icacls to append a new ACE. Then I do a 'time ls -l > >> >> /cygdrive/c/somedir/*'

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-3

2015-04-15 Thread Corinna Vinschen
On Apr 14 20:38, Houder wrote: > > On Apr 14 18:32, Houder wrote: > >> Btw, I will only report back on this in case you are INcorrect above. > > > > Uhm... I wouldn't be too unhappy to get positive feedback as well... > > Oh well, alright, I tried to save us both some time :-) > > Reinstalled the