sh.exe appcompatflags elevated privileges

2013-12-27 Thread Max Polk
On a fresh 32-bit cygwin install onto a 64-bit windows 7 machine, somehow sh.exe became a child node inside these two areas (or subtree areas) in the registry: HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\Curren

A ream of questions

2013-12-27 Thread Jonathan Martin
I've been fooling around with Cygwin for awhile now and I haven't done anything overly serious withit but I have spent a serious amount of time just thinking about what it could do and fooling around with other tools that look like it. I've come up with questions that don't have answers yet, tho

RE: C:\Windows\System32\drivers oddness

2013-12-27 Thread Buchbinder, Barry (NIH/NIAID) [E]
Corinna Vinschen sent the following at Thursday, December 26, 2013 1:32 PM >On Dec 26 11:11, Max Polk wrote: >> From the bash shell, sitting in the C:\Windows\System32\drivers >> directory, when I run "ls" I can see about 6 files/dirs total. The >> "etc" directory is mysteriously missing from the o

Re: C:\Windows\System32\drivers oddness

2013-12-27 Thread Robert Pendell
On Fri, Dec 27, 2013 at 6:46 PM, Buchbinder, Barry (NIH/NIAID) [E] <...> wrote: > Corinna Vinschen sent the following at Thursday, December 26, 2013 1:32 PM >>On Dec 26 11:11, Max Polk wrote: >>> From the bash shell, sitting in the C:\Windows\System32\drivers >>> directory, when I run "ls" I can se

Re: A ream of questions

2013-12-27 Thread Andrey Repin
Greetings, Jonathan Martin! > I've been fooling around with Cygwin for awhile now and I haven't done > anything overly serious withit but I have spent a serious amount of time > just thinking about what it could do and fooling around with other tools > that look like it. I've come up with question

connection sharing

2013-12-27 Thread Gerry Reno
I was trying to get ssh connection sharing working today under Cygwin but could not get it to work. Is this not possible under Cygwin? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsu

Re: A ream of questions

2013-12-27 Thread Eliot Moss
On 12/27/2013 9:05 PM, Andrey Repin wrote: >> Q: Why doesn't cygwin use an emacs as its frontend instead of a dosshell? > > What is "dosshell"? Whatever it is, Cygwin doesn't use it. It use either > native Windows console or it's own mintty by default. I think the OP may have meant cmd.exe. To

Re: A ream of questions

2013-12-27 Thread Eliot Moss
On 12/27/2013 9:05 PM, Andrey Repin wrote: Q: Why doesn't cygwin use an emacs as its frontend instead of a dosshell? What is "dosshell"? Whatever it is, Cygwin doesn't use it. It use either native Windows console or it's own mintty by default. I think the OP may have meant cmd.exe. To discu

Re: connection sharing

2013-12-27 Thread Gerry Reno
$ grep Control /etc/ssh_config ControlMaster auto ControlPath ~/.ssh/cm_socket/%r@%h:%p $ ssh -M -L 5432:192.168.2.105:5432 greno@192.168.2.103 greno@192.168.2.103's password: bind: Address already in use channel_setup_fwd_listener: cannot listen to port: 5432 Could not request local forwarding.

Re: ps shows same process more than once

2013-12-27 Thread Christopher Faylor
On Mon, Dec 02, 2013 at 10:24:55AM -0500, Christopher Faylor wrote: >On Mon, Dec 02, 2013 at 01:47:09PM +0800, George M. Florendo wrote: >>On 11/29/13, Christopher Faylor wrote: >>> On Thu, Nov 28, 2013 at 10:55:04AM -0500, Christopher Faylor wrote: On Thu, Nov 28, 2013 at 02:08:13PM +0100, Cor