From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH] ts-host-ping-check: Properly append the ping output Date: Tue, 20 Oct 2015 10:08:57 +0100 Message-ID: <1445332137.9563.1.camel@citrix.com> References: <1445271284-21736-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZoSuk-0000oa-Mo for xen-devel@lists.xenproject.org; Tue, 20 Oct 2015 09:09:02 +0000 In-Reply-To: <1445271284-21736-1-git-send-email-ian.jackson@eu.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: Ian Jackson , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Mon, 2015-10-19 at 17:14 +0100, Ian Jackson wrote: > On Linux opening /dev/stderr produces a non-O_APPEND open-file, with > its own file position pointer, even if stderr was opened O_APPEND. > > As a result the logfile from this step would be mangled. So use > `tee -a'. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell