From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [xen-unstable baseline test] 30923: tolerable FAIL Date: Mon, 27 Oct 2014 14:16:42 +0000 Message-ID: <1414419402.23883.21.camel@citrix.com> References: <544E558E020000780004272E@mail.emea.novell.com> <1414419085.23883.19.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Xil6K-0000Qd-Fq for xen-devel@lists.xenproject.org; Mon, 27 Oct 2014 14:16:52 +0000 In-Reply-To: <1414419085.23883.19.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: xen-devel , ian.jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Mon, 2014-10-27 at 14:11 +0000, Ian Campbell wrote: > I suppose this is something to do with the hacks Ian has been doing to > try and track down the issue with the leases file sometimes not > existing. I'm going to go have a poke around now and see if I can work > out what is going on... Ian, I switched /etc/inetd.conf on woking from: 5556 stream tcp nowait nobody /root/iwj/strace-cat-dhcp-leases strace-cat-dhcp-leases to the (previously commented out): 5556 stream tcp nowait nobody /root/cat-dhcp-leases cat-dhcp-leases in order to get things going again. /root/iwj/logs has 31998 subdirs in it, it appears to have filled up in less than a day ;-) Ian.