Re: How do I get the backspace key to produce ^H

2018-05-27 Thread Marco Atzeri
On 5/27/2018 12:14 PM, Nuzhna Pomoshch via cygwin wrote: Sorry to ask so many questions. In linux, this is easily done with loadkeys (though I have actually patched the keymaps before compiling kbd and the X terminal programs that I use), but I have no idea where those are set it cygwin. Thanks

Re: What am I doing wrong with ssh?

2018-05-27 Thread Marco Atzeri
On 5/27/2018 10:10 AM, Nuzhna Pomoshch via cygwin wrote: This has become an absolute nightmare. I have spent well over ten hours just trying to logon via ssh. Here is the output from my latest attempt: $ ssh -v user@192.168.0.2 OpenSSH_7.5p1, OpenSSL 1.0.2o 27 Mar 2018 debug1: Reading configur

Re: httpd/sshd will not start due to "failed to create proxy mutex" error

2018-05-27 Thread sin_vraal
I ended up having a similar problem with mod_rewrite. tapping in, in the event someone else needs the assist. >in httpd.conf: LoadModule rewrite_module modules/mod_rewrite.so >error_log: Function not implemented: AH00023: Couldn't create the rewrite-map mutex I solved with "Mutex flock:/etc/htt

How do I get the backspace key to produce ^H

2018-05-27 Thread Nuzhna Pomoshch via cygwin
Sorry to ask so many questions. In linux, this is easily done with loadkeys (though I have actually patched the keymaps before compiling kbd and the X terminal programs that I use), but I have no idea where those are set it cygwin. Thanks. -- Problem reports: http://cygwin.com/problems.htm

configuring vim-minimal

2018-05-27 Thread Nuzhna Pomoshch via cygwin
Would like to use vim-minimal if possible, but I am having an issue. The arrow keys work fine in command mode, but as soon as I change to input mode, pressing an arrow key inserts a letter (A, B, C, or D) and a newline. I haven't changed anything from the defaults. :) How do I fix this? -- Probl

What am I doing wrong with ssh?

2018-05-27 Thread Nuzhna Pomoshch via cygwin
This has become an absolute nightmare. I have spent well over ten hours just trying to logon via ssh. Here is the output from my latest attempt: $ ssh -v user@192.168.0.2 OpenSSH_7.5p1, OpenSSL 1.0.2o 27 Mar 2018 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Connecting to 192.16

Re: ERROR: There was a serious problem creating a privileged user.

2018-05-27 Thread Nuzhna Pomoshch via cygwin
On 2018-05-22 20:21:50 Brian Inglis wrote: >On 2018-05-22 09:24, Nuzhna Pomoshch via cygwin wrote: >> On Tue, 5/22/18, Marco Atzeri wrote: >> On 5/21/2018 11:53 PM, Nuzhna Pomoshch via cygwin wrote: Trying to configure ssh. Followed guides found on the internet (pretty much all the same