From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27989 invoked by alias); 9 Aug 2012 13:03:50 -0000 Received: (qmail 27980 invoked by uid 22791); 9 Aug 2012 13:03:49 -0000 X-SWARE-Spam-Status: No, hits=-0.5 required=5.0 tests=AWL,BAYES_00,FAKE_REPLY_C,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,TW_CG,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta03.westchester.pa.mail.comcast.net (HELO qmta03.westchester.pa.mail.comcast.net) (76.96.62.32) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Aug 2012 13:03:35 +0000 Received: from omta22.westchester.pa.mail.comcast.net ([76.96.62.73]) by qmta03.westchester.pa.mail.comcast.net with comcast id kaGb1j0051ap0As53d3ewX; Thu, 09 Aug 2012 13:03:38 +0000 Received: from deadeye.schutter.home ([24.8.168.103]) by omta22.westchester.pa.mail.comcast.net with comcast id kd3u1j0032EBDio3id3ucw; Thu, 09 Aug 2012 13:03:54 +0000 Received: from shadow.schutter.home (shadow.schutter.home [192.168.2.11]) by deadeye.schutter.home (8.14.5/8.14.5) with SMTP id q79D3WIF031917 for ; Thu, 9 Aug 2012 07:03:32 -0600 (MDT) Received: by shadow.schutter.home (sSMTP sendmail emulation); Thu, 09 Aug 2012 07:03:32 -0600 Date: Thu, 09 Aug 2012 13:56:00 -0000 From: Tom Schutter To: cygwin@cygwin.com Subject: Re: cygwin: how to mount linux FS from cygwin Message-ID: <20120809130332.GA4688@shadow.schutter.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-08/txt/msg00205.txt.bz2 On Wed, 11 Jul 2012 10:30:28 -0400, cgf wrote: >On Wed, Jul 11, 2012 at 10:23:29AM -0400, ping wrote: >>so I'm now using dokan sshfs GUI tool to mount remote linux server FS >>via ssh, everything (mostly) works, except: >> >>1) it's a GUI based tool, I don't see any command line options >>2) somehow I can't save the previous data, after pressing "save" button, >>it pop up a warning dialog below. >> >>please share some thought if anyone experienced the same. > >No, please go somewhere else to get thoughts on the "dokan sshfs GUI tool". >Presumably, they have a forum for dealing with users. You should use it. > >This is off-topic here. Actually it is not off-topic. From the error message that cgf clipped: System.ArgumentException: Item has already been added. Key in dictionary: 'tmp' Key being added: 'tmp' at System.Xml.Serialization.XmlSerializer..ctor(Type type) If you read the thread at http://cygwin.com/ml/cygwin/2012-03/msg00375.html , you will see that the dokan sshfs tool is crashing while apparently attempting to process the environment variables setup by Cygwin. The environment contains both 'tmp' and 'Tmp' environment variables which is OK in a *nix context but not expected by Windows applications. Any .NET application running on a stock Cygwin installation that uses XmlSerializer will get bit by this bear trap. One solution is to upgrade to base-files-4.1-2. The other is to write a wrapper program that cleans up the environment before calling the dokan sshfs GUI tool. -- Tom Schutter -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple