| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| Date: | Thu, 11 Dec 2008 10:21:51 +0100 |
| From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: ssh-host-config produces script warning |
| Message-ID: | <20081211092151.GF15192@calimero.vinschen.de> |
| Reply-To: | cygwin AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <a13b5a590812102025i3e68d2a4y6bcfaa02ea4c43aa AT mail DOT gmail DOT com> |
| MIME-Version: | 1.0 |
| In-Reply-To: | <a13b5a590812102025i3e68d2a4y6bcfaa02ea4c43aa@mail.gmail.com> |
| User-Agent: | Mutt/1.5.16 (2007-06-09) |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
On Dec 10 23:25, Robert Pendell wrote:
> NOTE: Resending below message once. It got flagged as html the first
> time around. Not sure if it made it though as it wasn't archived yet.
>
> While setting up sshd using ssh-host-config it produces a script error
> when working with the mount command but still continued to process
> through to completion. This is on a clean cygwin 1.7 install with
> nothing else setup yet other than inetd itself. (I setup sshd as a
> inetd service).
>
> The offending line is 79 where it shows the following command:
>
> mount -t -f "${_win_etcdir}" "${_my_etcdir}"
Urgh. I screwed up again. The embarrassing fact is that I know about
this problem for weeks (or is it months already?)
I'll upload a new OpenSSH package to the 1.7 release area which
fixes that. If you want to do that at home, open ssh-host-config
with an editor and replace
mount -t -f "${_win_etcdir}" "${_my_etcdir}"
with
mount -o text -f "${_win_etcdir}" "${_my_etcdir}"
Thanks for the report,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Project Co-Leader cygwin AT cygwin DOT com
Red Hat
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |