We are recently seeing these errors in the logs, and wondering what is causing it since we have the correct variable set inside 'cygwin-sshd-config.sh'. Recently, we applied the fix for the 'update_cygwin.cmd' issue where vcl couldn't run ssh-keygen, but I am not sure if this issue is related to this error.
|30751|131:131|new| 2012-08-22 10:07:09|30751|131:131|new|Windows.pm:search_and_replace_in_files(6286)|file was not found: CYGWIN environment variable option "nodosfilewarning" turns off this warning., sed output: |30751|131:131|new| /bin/sed: can't read CYGWIN environment variable option nodosfilewarning turns off this warning.: No such file or directory Here's the line with the fix stated here: https://cwiki.apache.org/VCL/install-configure-cygwin-sshd.html $ grep ^ssh-host-config cygwin-sshd-config.sh ssh-host-config -y -c "nodosfilewarning ntsec" -w "$PASSWORD" Cygwin Version $ uname -r 1.7.16(0.262/5/3) -- Mark Dechiaro IT Services - Linux/UNIX University of Chicago
