GNU bug report logs -
#64057
qemu-guest-agent-shepherd-service probably lacks (requirement '(udev))
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 16 Jun 2023 00:20:37 +0200
with message-id <87bkhgtlje.fsf <at> gnu.org>
and subject line Re: bug#64057: qemu-guest-agent-shepherd-service probably lacks (requirement '(udev))
has caused the debbugs.gnu.org bug report #64057,
regarding qemu-guest-agent-shepherd-service probably lacks (requirement '(udev))
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
64057: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64057
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Hi all, we've noticed that qemu-guest-agent doesn't start reliably on
virtual machines generated by guix system.
the log file shows the following:
2023-06-12 14:36:14 1686573373.873765: critical: error opening channel
'/dev/virtio-ports/org.qemu.guest_agent.0': No such file or directory
2023-06-12 14:36:14 1686573373.873779: critical: failed to create guest
agent channel 2023-06-12 14:36:14 1686573373.873782: critical: failed to
initialize guest agent channel
I guess the udev dependency is missing. The following patch seems to do
the trick here:
diff --git a/gnu/services/virtualization.scm
b/gnu/services/virtualization.scm index 2e311e3813..b1b7eafd75 100644
--- a/gnu/services/virtualization.scm +++
b/gnu/services/virtualization.scm @@ -962,6 +962,7 @@ (define
(qemu-guest-agent-shepherd-service config) (list (shepherd-service
(provision '(qemu-guest-agent)) + (requirement '(udev)) (documentation
"Run the QEMU guest agent.") (start #~(make-forkexec-constructor
`(,(string-append #$qemu "/bin/qemu-ga")
Cheers,
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
Hi,
Yann Dupont <yann.dupont <at> univ-nantes.fr> skribis:
> Hi all, we've noticed that qemu-guest-agent doesn't start reliably on virtual machines generated by guix system.
> the log file shows the following:
>
> 2023-06-12 14:36:14 1686573373.873765: critical: error opening channel '/dev/virtio-ports/org.qemu.guest_agent.0': No such file or directory 2023-06-12
> 14:36:14 1686573373.873779: critical: failed to create guest agent channel 2023-06-12 14:36:14 1686573373.873782: critical: failed to initialize guest agent
> channel
>
> I guess the udev dependency is missing. The following patch seems to do the trick here:
Thanks for the bug report and suggestion! This is now fixed in
c27479a739cdbe89be7cb03f73a4a5230e84379d.
LUdo’.
This bug report was last modified 1 year and 343 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.