From 206e5f49387587f1c92b01fe6f2b633bbe43171b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 12 Oct 2024 19:38:12 -0500 Subject: [PATCH] try strace on libvirtd Signed-off-by: Jeff Carr --- Makefile.help | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile.help b/Makefile.help index 2794421..9e5841f 100644 --- a/Makefile.help +++ b/Makefile.help @@ -35,4 +35,11 @@ log-everything: # run the daemon in listen mode libvirtd-listen: systemctl stop libvirtd.service - -libvirtd --listen + libvirtd --listen + +libvirtd-strace: + systemctl stop libvirtd.service + strace -ftt libvirtd --listen + +strace-virsh: + strace -ftt virsh list