From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] Fix the bad directory path "/var/lib/xen/" Date: Wed, 20 Jun 2007 16:58:43 +0100 Message-ID: References: <20070620153722.GC21208@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20070620153722.GC21208@redhat.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Daniel P. Berrange" , "Cui, Dexuan" Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 20/6/07 16:37, "Daniel P. Berrange" wrote: > On Wed, Jun 20, 2007 at 11:34:34PM +0800, Cui, Dexuan wrote: >> The "/var/lib/xen/" in changeset 15241: b0109d3dc3dd should be >> "/var/xen/" -- actually "/var/lib/xen/" doesn't exist, and this causes >> the save/restore to complain. > > No this is wrong. Nothing should be in /var/xen - this is not FHS compliant > If the /var/lib/xen directory is not present, then the Makefile should be > fixed to create it. Done. -- Keir