X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <48AD9BA4.3080504@corebizserv.com> Date: Thu, 21 Aug 2008 12:45:24 -0400 From: Charlie Page Reply-To: cpage AT corebizserv DOT com User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Bug: 1.7 sshd-config-host "mount -t" Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 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. Regards, Charlie -- 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/