qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [Qemu-devel] question: Does qemu-pr-helper have its ow


From: Daniel P . Berrangé
Subject: Re: [Qemu-block] [Qemu-devel] question: Does qemu-pr-helper have its own log files?
Date: Tue, 23 Apr 2019 10:42:17 +0100
User-agent: Mutt/1.11.3 (2019-02-01)

On Tue, Apr 23, 2019 at 11:12:40AM +0800, Jie Wang wrote:
>  Does qemu-pr-helper have its own log files?

When QEMU launches it, i think it just inherits stdout/err from
QEMU itself, so errors appear mixed into QEMU's stdout output.

When libvirt launches it, there stdout is connected to /dev/null
and stderr is connected to a pipe which libvirt closes almost
immediately. This means any errors are lost as any attempt to
write to stderr will get EPIPE :-(



Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|



reply via email to

[Prev in Thread] Current Thread [Next in Thread]