From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [xen-unstable test] 30769: regressions - trouble: blocked/broken/fail/pass Date: Tue, 21 Oct 2014 09:16:08 +0100 Message-ID: <1413879368.20604.28.camel@citrix.com> References: <20141017200630.GC17012@laptop.dumpdata.com> <21573.16057.930155.780784@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21573.16057.930155.780784@mariner.uk.xensource.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: Ian Jackson Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Mon, 2014-10-20 at 17:56 +0100, Ian Jackson wrote: > if (exec 3>&2 2>/dev/null <$f 2>&3 3>&- cat); then exit 0; fi What are all these terribly exciting redirections (supposed to be) doing? > done > echo '# CANNOT OPEN ANY LEASES FILE' > > I invented that script the last time I started digging at this > intermittent failure. Since we do not see that comment in > > http://www.chiark.greenend.org.uk/~xensrcts/logs/30769/test-amd64-i386-xl-qemut-winxpsp3/dhcpleases-win.nolease > > the script seems to have found that one of dhcpd.leases or > dhcpd.leases~ is empty. And repeatedly (since you said above that osstest would try a few times). That seems pretty odd/unlikely. > I think this means that I need to find a way to reliably strace the > dhcp server to discover what exactly it does to the leases file so > that we can reliably retrieve it. Yes :-/ Ian.