From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [Xen-users] 4.5 git: regression in xen systemd shutdown hangs the OS Date: Fri, 5 Dec 2014 18:11:03 +0100 Message-ID: <20141205171102.GA24737@aepfle.de> References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com> <1417512564.15063.4.camel@citrix.com> <20141202151708.GA23112@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20141202151708.GA23112@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Mark Pryor , Wei Liu , Stefano Stabellini , Ian Jackson , xen-devel , Xen-users List-Id: xen-devel@lists.xenproject.org On Tue, Dec 02, Olaf Hering wrote: > On Tue, Dec 02, Ian Campbell wrote: > > > On Mon, 2014-12-01 at 23:41 +0000, Mark Pryor wrote: > > > list, > > > > Thanks. If you've identified a buggy changeset then it is fine to post > > to the devel lists. I've added a CC. I've also CCd everyone listed in > > the commit which you've fingered. > > > > Olaf, does this suggested change look correct? If so then can you turn > > it into a patch please. > > Yes, something like this (sed -i 's@socket@service@g' *.in): But even with that change xendomains is hanging if it cant talk to xenstored for whatever reason. The result is that the sytem hangs forever at shutdown. I will try to fix that for 4.5. Olaf