X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <48ADA09E.3040406@cwilson.fastmail.fm> Date: Thu, 21 Aug 2008 13:06:38 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.16) Gecko/20080708 Thunderbird/2.0.0.16 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Bug: 1.7 sshd-config-host "mount -t" References: <48AD9BA4 DOT 3080504 AT corebizserv DOT com> In-Reply-To: <48AD9BA4.3080504@corebizserv.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Charlie Page wrote: > Using cygwin 1.7. ssh-host-config contains "mount -t -f"... on line > 79. Changing to "mount -f"... fixes the problem and the script executes > without any syntax errors. (There might also be a problem with > assigning the correct user to the /var/empty directory when privilege > separation is used). > It would seem that executing `mount -t` says that -t isn't an option > while `man mount` thinks that -t is a valid option(having to with text > file line delimiters), so this might be a problem with mount/some other > cygwin component. It might also be that the correct option is "-o > text". As I am new to Cygwin there could also easily be another answer > I haven't thought of. Fixed in the new openssh package Corinna uploaded this morning. However, it does seem that the 'mount' man page for 1.7 needs updating to reflect the changes in 1.7's mount implementation. -- Chuck -- 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/