From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2] fix migration failure with xl migrate --debug Date: Fri, 28 Nov 2014 08:27:11 +0000 Message-ID: <1417163231.2372.10.camel@citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: M A Young Cc: Wei Liu , Stefano Stabellini , Ian Jackson , Andrew Cooper , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Fri, 2014-11-28 at 00:28 +0000, M A Young wrote: > Migrations with xl migrate --debug will fail because debugging information > from the receiving process is written to the stdout channel. This channel > is also used for status messages so the migration will fail as the sending > process receives an unexpected message. This patch moves the debugging > information to the stderr channel. > > Version 2 moves some output back to stdout that was accidentally moved > to stderr in the first version. > > Signed-off-by: Michael Young I think you've forgotten the attachment. Ian.