Re: stderr for Windows native commands are seemed to be bufferd

2013-02-28 Thread Larry Hall (Cygwin)
On 2/28/2013 10:39 PM, sm...@cygwin.akamoz.jp wrote: The stderr for Microsoft Windows native commands is undesirably buffered when they are executed on Cygwin shell, Like this: $ uname -a CYGWIN_NT-6.1 localhost 1.7.17(0.262/5/3) 2012-10-19 14:39 i686 Cygwin $ which nslookup /cygdrive/c/Windows/

stderr for Windows native commands are seemed to be bufferd

2013-02-28 Thread smith
The stderr for Microsoft Windows native commands is undesirably buffered when they are executed on Cygwin shell, Like this: $ uname -a CYGWIN_NT-6.1 localhost 1.7.17(0.262/5/3) 2012-10-19 14:39 i686 Cygwin $ which nslookup /cygdrive/c/Windows/system32/nslookup $ nslookup ... > set q=hogehoge > se

Re: Where do the DBUS* programs put their crash logs?

2013-02-28 Thread Jim Reisert AD1C
It's dumper.exe that's being called. There was no useful information in the console window, other than the complaint that nodosfilewarning should have fixed. Thanks, Ken for deferring DBUS until EMACS emacs-24.4 - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://c

Re: startxwin started bash does not read .bashrc or .bash_profile

2013-02-28 Thread Kevin Layer
Earnie Boyd wrote: >> On Wed, Feb 27, 2013 at 5:16 PM, Kevin Layer wrote: >> > >> > Did you read the original report and all the replies in the chain? >> > >> >...it requires my .bashrc to be sourced (.bash_profile merely sources >> >.bashrc). >> >> Then what is the value of $SHELL? /bin

sshd: Bad protocol version identification GET error

2013-02-28 Thread shmick
I'm running the latest sshd I set up local port forwarding on my android phone using the ssh -L command On my phone terminal emulator makes use of dropbear client v0.53.1 I set my browser proxy in orweb v2 0.4.4a to forward to the port specified in the above command Required connections init

Re: startxwin started bash does not read .bashrc or .bash_profile

2013-02-28 Thread Earnie Boyd
On Wed, Feb 27, 2013 at 5:16 PM, Kevin Layer wrote: > > Did you read the original report and all the replies in the chain? > >...it requires my .bashrc to be sourced (.bash_profile merely sources >.bashrc). Then what is the value of $SHELL? -- Earnie -- https://sites.google.com/site/earn

Re: Need help with reported cygwin snapshot problem

2013-02-28 Thread Fergus
>> wget ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.bz2 >> with latest snapshot, both 32bit and 64bit > Can anyone else reproduce this? Corinna can't reproduce it either so we need more data points. > This is likely the final obstacle to a 1.7.18 release so we're keen on getting th

Re: SIGINT not passed to java process

2013-02-28 Thread Thomas Wolff
Am 11.05.2012 19:29, schrieb Franz Kettwig: After updating to the latest cygwin, my Java processes no longer receive SIGINT signals. I have attached a simple Java program that adds a ShutdownHook that will print out when the correct signal is received and the main program sleeps indefinitely w