RE: Command echo

2015-11-16 Thread Buchbinder, Barry (NIH/NIAID) [E]
Gluszczak, Glenn sent the following at Monday, November 16, 2015 11:16 AM > >When I shell to cmd.exe, the commands I execute are echoed (not sure if >stdout or stderr). This doesn't happen under native cmd.exe. Is there a >variable that controls this? I only have CYGWIN=nodosfilewarning > >Notice

Command echo

2015-11-16 Thread Gluszczak, Glenn
When I shell to cmd.exe, the commands I execute are echoed (not sure if stdout or stderr). This doesn't happen under native cmd.exe. Is there a variable that controls this?  I only have CYGWIN=nodosfilewarning Notice the commands "dir" and "whoami" are emitted to the output.  $ bash

Re: gcc segfault on cygwin 2.3.1-1 with aircrack-ng svn r2719

2015-11-16 Thread Corinna Vinschen
On Nov 14 12:59, tdotre...@aircrack-ng.org wrote: > Hi, > > I just updated to cygwin 2.3.1-1 after > https://cygwin.com/ml/cygwin/2015-11/msg00186.html1 to see if the update > solves the issue but it still segfaults. I only tested gcc 5.2.0-1 and I'm > pretty sure it's gonna happen on every other

Re: CYGWIN 2.3.0 [32/64]: strtold() seems to be broken

2015-11-16 Thread Corinna Vinschen
Hi Tino, On Nov 13 12:58, Tino Lange wrote: > Hi Cygwin Developers, > > strtold() seems to be broken, at least when there is additional > non-numeric data after the initial numeric part. > > Code: > > > #include > > #include > > > > int main() > > { > > char* endptr; > > const char * v

Re: Command echo

2015-11-16 Thread Andrew DeFaria
On 11/16/2015 08:40 AM, Buchbinder, Barry (NIH/NIAID) [E] wrote: Gluszczak, Glenn sent the following at Monday, November 16, 2015 11:16 AM When I shell to cmd.exe, the commands I execute are echoed (not sure if stdout or stderr). This doesn't happen under native cmd.exe. Is there a variable

Newline missing in csh

2015-11-16 Thread Gluszczak, Glenn
cat "/proc/registry/HKEY_CURRENT_USER/Control Panel/International/sLanguage" works fine in bash but if I switch to csh I fail to get a newline when reading the registry. $ cat -v "/proc/registry/HKEY_CURRENT_USER/Control Panel/International/sLanguage" ENU^@ $ csh $ cat -v

Re: gnuplot 5.x.x.x not starting correctly in 64-bit CYGWIN console

2015-11-16 Thread Ken Brown
On 11/16/2015 4:26 PM, John J Ottusch wrote: I think this problem is related to the fact that I have both 32-bit and 64-bit versions of CYGWIN installed on my Windows 7 PC. They are on the same disk but in different directories (/cygdrive/c/win32app/cygwin vs. /cygdrive/c/win64app/cygwin). So

gnuplot 5.x.x.x not starting correctly in 64-bit CYGWIN console

2015-11-16 Thread John J Ottusch
I think this problem is related to the fact that I have both 32-bit and 64-bit versions of CYGWIN installed on my Windows 7 PC. They are on the same disk but in different directories (/cygdrive/c/win32app/cygwin vs. /cygdrive/c/win64app/cygwin). So far I have observed the problem only when I

RE: CTRL-C not working in sh login mode?

2015-11-16 Thread Benjamin Cao
-Original Message- From: Benjamin Cao Sent: Friday, November 13, 2015 3:46 PM To: 'cygwin@cygwin.com' Subject: CTRL-C not working in sh login mode? Hi, We invoke a shell using a *.bat file doing sh --login. We have discovered that when wanting to kill a long running process with

Re: Newline missing in csh

2015-11-16 Thread John Hein
Gluszczak, Glenn wrote at 17:43 + on Nov 16, 2015: > cat "/proc/registry/HKEY_CURRENT_USER/Control Panel/International/sLanguage" > works fine in bash > but if I switch to csh I fail to get a newline when reading the registry. > > $ cat -v "/proc/registry/HKEY_CURRENT_USER/Control >

Can MKS Toolkit and Cygwin safely co-exist on Windows servers?

2015-11-16 Thread Kenneth Wolcott
Hi; I now work in a Windows-centric build and release environment. The MKS Toolkit currently exists on most (if not all) of the Windows servers. If I were to install Cygwin, would it conflict with MKS Toolkit? Secondly, I'm really confused about 32bit versus 64bit servers; should I

Re: gnuplot 5.x.x.x not starting correctly in 64-bit CYGWIN console

2015-11-16 Thread John J Ottusch
>> The command 'cygcheck /usr/bin/gnuplot.exe' should give you that information. >> Ken Doing so finds several required DLL's but also reports cygcheck: track_down: could not find cyglua-5.1.dll which is interesting because running the command lua enters an interactive mode (unlike

Re: Can MKS Toolkit and Cygwin safely co-exist on Windows servers?

2015-11-16 Thread Warren Young
On Nov 16, 2015, at 5:54 PM, Kenneth Wolcott wrote: > > If I were to install Cygwin, would it conflict with MKS Toolkit? It shouldn’t. However, you cannot expect any cross-process mechanisms to work correctly across that boundary like pipes, shared memory, and other

Re: Newline missing in csh

2015-11-16 Thread Andrey Repin
Greetings, Gluszczak, Glenn! > cat "/proc/registry/HKEY_CURRENT_USER/Control > Panel/International/sLanguage" works fine in bash > but if I switch to csh I fail to get a newline when reading the registry. > $ cat -v "/proc/registry/HKEY_CURRENT_USER/Control > Panel/International/sLanguage" >

Re: gnuplot 5.x.x.x not starting correctly in 64-bit CYGWIN console

2015-11-16 Thread Ken Brown
On 11/16/2015 7:01 PM, John J Ottusch wrote: The command 'cygcheck /usr/bin/gnuplot.exe' should give you that information. Ken Doing so finds several required DLL's but also reports cygcheck: track_down: could not find cyglua-5.1.dll which is interesting because running the command

Re: Can MKS Toolkit and Cygwin safely co-exist on Windows servers?

2015-11-16 Thread Peter A. Castro
On Mon, 16 Nov 2015, Kenneth Wolcott wrote: Date: Mon, 16 Nov 2015 16:54:00 -0800 From: Kenneth Wolcott Subject: Can MKS Toolkit and Cygwin safely co-exist on Windows servers? Hi; Greetings, Kenneth, I now work in a Windows-centric build and release environment. I feel you pain :)

Re: Personal use not permitted: (was Re: Pop up GUI remotely via SSH)

2015-11-16 Thread trimat
Very thanks for your thorough response. We wanted to achieve that triggering commands from a Windows/Linux to a Windows (7), so in a mono-directional way. We realize the difficulty to realize it and so we decided to shake our architecture up. -- View this message in context:

Re: allowing gmane to post to cygwin-apps

2015-11-16 Thread Corinna Vinschen
On Nov 13 10:43, Andrew Schulman wrote: > > On Fri, 2015-09-11 at 14:04 -0400, Andrew Schulman wrote: > > > > On Sep 1 19:26, Achim Gratz wrote: > > > > > Corinna Vinschen writes: > > > > > >> I'd say that mail through Gmane is still filtered on Sourceware. > > > > > > > > > > > > I guess you're

Re: 2.3.0: possible Cygwin flock bug (Windows 10 x86_64)

2015-11-16 Thread Corinna Vinschen
On Nov 13 13:25, Mario Roy wrote: > Hello Corinna, > > I am writing to confirm that file locking, with MCE 1.608, utilizing > the development snapshot 2015-11-12 x86_64 is passing 100%. I ran > through other test cases including mixing threads and child processes. Thanks for testing and