search for: vircommandhandshakechild

Displaying 8 results from an estimated 8 matches for "vircommandhandshakechild".

2013 Oct 14
2
Re: qemuMonitorIO internal error
...19:59:22.132+0000: 10212: debug : qemuProcessHook:2573 : Hook complete ret=0 2013-10-11 19:59:22.132+0000: 10212: debug : virExec:632 : Done hook 0 2013-10-11 19:59:22.132+0000: 10212: debug : virExec:669 : Setting child uid:gid to 108:115 with caps 0 2013-10-11 19:59:22.132+0000: 10212: debug : virCommandHandshakeChild:360 : Notifying parent for handshake start on 37 2013-10-11 19:59:22.132+0000: 10212: debug : virCommandHandshakeChild:368 : Waiting on parent for handshake complete on 38 2013-10-11 19:59:22.137+0000: 10212: debug : virFileClose:90 : Closed fd 37 2013-10-11 19:59:22.137+0000: 10212: debug : virF...
2013 Oct 15
0
Re: qemuMonitorIO internal error
...ebug : qemuProcessHook:2573 : Hook > complete ret=0 > 2013-10-11 19:59:22.132+0000: 10212: debug : virExec:632 : Done hook 0 > 2013-10-11 19:59:22.132+0000: 10212: debug : virExec:669 : Setting child > uid:gid to 108:115 with caps 0 > 2013-10-11 19:59:22.132+0000: 10212: debug : > virCommandHandshakeChild:360 : Notifying parent for handshake start on 37 > 2013-10-11 19:59:22.132+0000: 10212: debug : > virCommandHandshakeChild:368 : Waiting on parent for handshake complete > on 38 > 2013-10-11 19:59:22.137+0000: 10212: debug : virFileClose:90 : Closed fd 37 > 2013-10-11 19:59:22.137+00...
2013 Oct 11
2
qemuMonitorIO internal error
Hi, I am trying to get some VMs running under qemu-kvm. At some point the VM starts, but then they shutdown by themselves and I see those messages in the log: 2013-10-11 18:28:57.165+0000: 4148: error : qemuMonitorIO:615 : internal error: End of file from monitor 2013-10-11 18:28:57.165+0000: 4148: debug : qemuMonitorIO:648 : Error on monitor internal error: End of file from monitor Any
2017 Oct 24
2
Re: terminating on signal 15 from pid 2146 (/usr/sbin/libvirtd)
On Fri, Oct 20, 2017 at 10:12:19PM +0300, Matwey V. Kornilov wrote: >2017-10-20 17:14 GMT+03:00 Matwey V. Kornilov <matwey.kornilov@gmail.com>: >> 2017-10-20 15:16 GMT+03:00 Martin Kletzander <mkletzan@redhat.com>: >>> On Fri, Oct 20, 2017 at 03:07:19PM +0300, Matwey V. Kornilov wrote: >>>> >>>> 2017-10-20 14:59 GMT+03:00 Martin Kletzander
2017 Oct 25
0
Re: terminating on signal 15 from pid 2146 (/usr/sbin/libvirtd)
...20 13:49:12.603+0000: 11181: debug : qemuProcessHook:2707 : Hook complete ret=0 2017-10-20 13:49:12.603+0000: 11181: debug : virExec:699 : Done hook 0 2017-10-20 13:49:12.603+0000: 11181: debug : virExec:736 : Setting child uid:gid to 479:476 with caps 0 2017-10-20 13:49:12.603+0000: 11181: debug : virCommandHandshakeChild:435 : Notifying parent for handshake start on 29 2017-10-20 13:49:12.603+0000: 11181: debug : virCommandHandshakeChild:443 : Waiting on parent for handshake complete on 30 2017-10-20 13:49:12.649+0000: 11181: debug : virFileClose:110 : Closed fd 29 2017-10-20 13:49:12.649+0000: 11181: debug : virFi...
2017 Oct 25
2
Re: terminating on signal 15 from pid 2146 (/usr/sbin/libvirtd)
...ebug : qemuProcessHook:2707 : > Hook complete ret=0 > 2017-10-20 13:49:12.603+0000: 11181: debug : virExec:699 : Done hook 0 > 2017-10-20 13:49:12.603+0000: 11181: debug : virExec:736 : Setting > child uid:gid to 479:476 with caps 0 > 2017-10-20 13:49:12.603+0000: 11181: debug : > virCommandHandshakeChild:435 : Notifying parent for handshake start on > 29 > 2017-10-20 13:49:12.603+0000: 11181: debug : > virCommandHandshakeChild:443 : Waiting on parent for handshake > complete on 30 > 2017-10-20 13:49:12.649+0000: 11181: debug : virFileClose:110 : Closed fd 29 > 2017-10-20 13:49:12....
2020 May 04
0
Re: [PATCH v4 00/34] Configurable policy for handling deprecated interfaces
...commands and arguments (default) > * reject: Reject them > * crash: Crash I've noticed that the 'crash' option doesn't manage to log the reason to stderr. Relevant section of libvirt's log file which agregates the stderr/out 2020-04-30 13:24:22.006+0000: 2072883: debug : virCommandHandshakeChild:418 : Handshake with parent is done char device redirected to /dev/pts/0 (label charserial0) 2020-04-30 13:24:31.879+0000: Domain id=4 is tainted: custom-monitor 2020-04-30 13:24:32.330+0000: shutting down, reason=crashed 'handshake' line is last of libvirt's messages pre-start of the...
2020 Mar 17
5
[PATCH v4 00/34] Configurable policy for handling deprecated interfaces
This series extends QMP introspection to cover deprecation. Additionally, new option -compat lets you configure what to do when deprecated interfaces get used. This is intended for testing users of the management interfaces. It is experimental. -compat deprecated-input=<in-policy> configures what to do when deprecated input is received. Available policies: * accept: Accept deprecated