Re: Free Select Mode in latest Cygwin

2013-03-28 Thread Larry Hall (Cygwin)
On 3/28/2013 1:40 PM, Bixler, Mark wrote: Thanks, Larry...I will try to be more descriptive. In previous versions (that I have used) of cygwin installed on a windows box, the terminal is based on a cmd window. With this being said, you could choose from the Cygwin shell -> right click header ->

Making NetCDF 4.2 legacy C++

2013-03-28 Thread DeTracey, Brendan
Hi, I am trying to install the NetCDF 4.2 legacy C++ libraries, which are not available via setup.exe. Although I have installed everything HDF5 via setup.exe I get the following problem: $ make make all-recursive make[1]: Entering directory `/home/detraceyb/netcdf-cxx-4.2' Making all in cxx mak

Re: Free Select Mode in latest Cygwin

2013-03-28 Thread Bixler, Mark
Thanks, Larry...I will try to be more descriptive. In previous versions (that I have used) of cygwin installed on a windows box, the terminal is based on a cmd window. With this being said, you could choose from the Cygwin shell -> right click header -> Properties -> Options Tab (upper left co

Re: Domain User getting "Permission Denied" for anything outside of /home//

2013-03-28 Thread nyc-it
The correct way to troubleshoot this issue is to perform the following: 1) Log in as Administrator on the local machine. Launch Cygwin Terminal 2) Run chmod a+rw /etc/passwd press Enter 3) Next run chmod a+rw /etc/group press Enter 4) Next logout of local administrator account and have a domain u

[PATCH] Support DOS paths in dash

2013-03-28 Thread Edward Lam
Hi Folks, I finally got down to looking at how to fix this in dash and came up with the attached patch (against dash-0.5.7). It's simple enough and so cd now works. Please consider this for Cygwin. Thanks! -Edward On 03/12/2011 5:11 PM, Eric Blake wrote: On 03/05/2010 10:20 AM, Corinna Vi

SIGCHLD is not delivered

2013-03-28 Thread Andreas Steenpaß
I have noticed that sometimes SIGCHLD is not delivered when a child process exits. I can reproduce this behaviour reliably under the following, very special circumstances: * Immediately before calling 'exit(0);', the child process calls some command 'system("...");'. * SIGCHLD is blocked. * A seco

Re: Running powershell inside urxvt or mintty

2013-03-28 Thread BGINFO4X
2013/3/28 Thiago Padilha : > It worked when using with the '-Comand' option or passing a script > file as argument, but I still get stuck if I need to enter powershell > REPL. Perhaps you have a workaround for it? > I don't have a workraound. I think that the problem is related to mintty. http://c

Re: Running powershell inside urxvt or mintty

2013-03-28 Thread Thiago Padilha
It worked when using with the '-Comand' option or passing a script file as argument, but I still get stuck if I need to enter powershell REPL. Perhaps you have a workaround for it? In any case, thanks for your help On Thu, Mar 28, 2013 at 5:40 AM, BGINFO4X wrote: > 2013/3/28 Thiago Padilha : >>

Re: Running powershell inside urxvt or mintty

2013-03-28 Thread BGINFO4X
2013/3/28 Thiago Padilha : > I can successfully run powershell from cygwin if I start it from > 'cygwin.bat' (running in the normal DOS console), but the powershell > command simply hangs when I try to run it from urxvt or mintty. All I > see is this: > > Windows PowerShell > Copyright (C) 2009 Mic