From owner-freebsd-questions@FreeBSD.ORG Fri Dec 11 01:55:23 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29D861065670 for ; Fri, 11 Dec 2009 01:55:23 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id EF8E18FC0A for ; Fri, 11 Dec 2009 01:55:22 +0000 (UTC) Received: from eagle.syrec.org (c-24-6-221-126.hsd1.ca.comcast.net [24.6.221.126]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id nBB1tMbE085269; Thu, 10 Dec 2009 17:55:22 -0800 (PST) Message-ID: <4B21A689.2040906@rawbw.com> Date: Thu, 10 Dec 2009 17:55:21 -0800 From: Yuri User-Agent: Thunderbird 2.0.0.23 (X11/20091130) MIME-Version: 1.0 To: Glen Barber References: <4B21A2C0.3020503@rawbw.com> <4ad871310912101742p30328b47id282e7fa2285f2b7@mail.gmail.com> <4B21A487.5010200@rawbw.com> <4ad871310912101750w8c9b7a3lf4885d6a9959b41b@mail.gmail.com> In-Reply-To: <4ad871310912101750w8c9b7a3lf4885d6a9959b41b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: googleearth complains about file instance-running-lock X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2009 01:55:23 -0000 Glen Barber wrote: > Have you tried creating the directory? > Creating it doesn't help. But I solved the problem: when it talks about /home/yuri/~.googleearth it actually means /compat/linux/home/yuri/.googleearth/ Deleting file there fixes the problem. I guess it's a good idea to have a link /compat/linux/home ->/home Yuri