| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <a13b5a590812111203w155fede6j8bfaecb1effa584d@mail.gmail.com> |
| Date: | Thu, 11 Dec 2008 15:03:31 -0500 |
| From: | "Robert Pendell" <shinji AT elite-systems DOT org> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: ssh-host-config produces script warning |
| In-Reply-To: | <20081211092151.GF15192@calimero.vinschen.de> |
| MIME-Version: | 1.0 |
| References: | <a13b5a590812102025i3e68d2a4y6bcfaa02ea4c43aa AT mail DOT gmail DOT com> <20081211092151 DOT GF15192 AT calimero DOT vinschen DOT de> |
| X-IsSubscribed: | yes |
| 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 Thu, Dec 11, 2008 at 4:21 AM, Corinna Vinschen
<corinna-cygwin AT cygwin DOT com> wrote:
>
> 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
>
It's ok. You guys do an excellent job and an occasional missed item
every now and again is expected from my viewpoint. I do what I can to
help out such as that I have been running the 1.7 test for months.
Thanks for responding so quickly. ;)
--
Robert Pendell
shinji AT elite-systems DOT org
"A perfect world is one of chaos."
Thawte Web of Trust Notary
CAcert Assurer
--
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 |