From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] hotplug: create /var/run/xenstored in xencommons Date: Thu, 18 Aug 2011 14:31:56 +0200 Message-ID: <20110818123156.GA14698@aepfle.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Fri, Aug 12, Olaf Hering wrote: > # HG changeset patch > # User Olaf Hering > # Date 1313132827 -7200 > # Node ID d3c5f8c4c8ede777eb3f686306ec36ca677c2422 > # Parent 1f08b380d4386cdd6714786a9163e5f51aecab5d > hotplug: create /var/run/xenstored in xencommons > > In recent Linux distributions all volatile runtime data was moved to a > tmpfs mounted on /run. /var/run is a symlink to that directory. Create > /var/run/xenstored unconditionally on startup, use -p to ignore errors. Please ignore this patch, xenstored creates the directory: tools/xenstore/xenstored_core.c:1811: if (mkdir(xs_daemon_rundir(), 0755)) { Olaf