X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_YG,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Tue, 25 Oct 2011 08:13:34 -0700 Message-ID: Subject: home path for cygwin 1.7.9 is acting funny From: Matthew Smith To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 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 I installed to "c:\personal\cygwin" on my windows xp machine. If I open a command prompt and type "echo %HOME%", I get "C:\Documents and Settings\Matt" If I then start an ssh connection from DOS (not the Cygwin program), I get an error at the beginning of the connection initiation that states "Could not create directory 'C/.ssh'." This means that I can never save the certificate of the server I always ssh to so I always have to manually accept the connection. Here's the really odd thing: If I start cygwin in another window and then come back to my regular dos screen and run the ssh connection again, I don't get this error. If I re-examine the %HOME% path in the DOS window while cygwin is running, it still looks the same. I have searched exhaustively on this topic and the one solution that keeps coming up is to make sure your /etc/passwd file inside of cygwin points to the home path. Mine seems to because my entry ends with: ":/cygdrive/c/Documents and Settings/matt:/bin/bash" Anyone know why starting cygwin in another window makes the problem go away? I did a diff between the output of the cygcheck command in a DOS window before and after I open cygwin in another window and I get the following: < Current System Time: Tue Oct 25 07:58:47 2011 --- > Current System Time: Tue Oct 25 07:59:30 2011 23,24c23,25 < UID: 0(Matt Smith) GID: 0(root) < 0(root) 544(Administrators) 545(Users) --- > UID: 1003(Matt Smith) GID: 513(None) > 513(None) 0(root) 544(Administrators) > 545(Users) 76c77 < (default) = '\??\c:\personal\cygwin' --- > (default) = '\??\C:\personal\cygwin' 84c85 < System: Key: 93d3f9586243fecd Path: c:\personal\cygwin --- > System: Key: 93d3f9586243fecd Path: C:\personal\cygwin -- 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