From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yu Zhiguo Subject: Re: why xenstore-* hangs if xenstored is not started Date: Tue, 22 Jun 2010 15:58:44 +0800 Message-ID: <4C206D34.1060909@cn.fujitsu.com> References: <4C206713.6030508@cn.fujitsu.com> <4C2069F2.9090408@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4C2069F2.9090408@eu.citrix.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: Vincent Hanquez Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Hi, Vincent Hanquez wrote: > That's the common behavior of task stuck in a kernel operation (ps aux > will show the task at D, and /proc//wchan will tell you exactly > where it's blocked in the kernel). > > the write is going to wait for a xenstored reply in kernel mode since by > default the xenstore-* tools use the kernel xenstore page to communicate > with xenstored. > > The unix socket operations doesn't have this "problems" (xenstore-* -s) > Thanks~~ I confirmed the task is at D+ and there are no this "problem" if use option -s. But I think S+ is better than D+... Yu