Your message dated Sun, 05 Mar 2023 17:35:55 +0000 with message-id <[email protected]> and subject line Bug#1031838: fixed in qemu 1:7.2+dfsg-5 has caused the Debian Bug report #1031838, regarding qemu-guest-agent: /dev/virtio-ports/org.qemu.guest_agent.0 symlink not created due to missing comma in udev rule to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 1031838: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031838 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: qemu-guest-agent Version: 1:5.2+dfsg-11+deb11u2 Severity: important Tags: patch Hi, while setting up a fresh Debian VM in a Proxmox cluster, service qemu- guest-agent isn't starting. In the journal the following messages are recorded: systemd[1]: qemu-guest-agent.service: Job qemu-guest-agent.service/start failed with result 'dependency'. systemd[1]: dev-virtio\x2dports-org.qemu.guest_agent.0.device: Job dev- virtio\x2dports-org.qemu.guest_agent.0.device/start failed with result 'timeout'. It's waiting for a symlink /dev/virtio-ports/org.qemu.guest_agent.0 to show up, but there is not even the /dev/virtio-ports directory. On the other hand the link target /dev/vport1p1 was created properly. Long story short: I think there is just a comma missing between 'TAG+="systemd"' and 'ENV{SYSTEMD_WANTS}="qemu-guest-agent.service"' in /lib/udev/rules.d/60-qemu-guest-agent.rules. Might this report be useful... Best regards, Christian -- System Information: Debian Release: 11.6 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'proposed-updates'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.10.0-21-amd64 (SMP w/4 CPU threads) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de:en_US:en_GB Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages qemu-guest-agent depends on: ii init-system-helpers 1.60 ii libc6 2.31-13+deb11u5 ii libglib2.0-0 2.66.8-1 ii libudev1 247.3-7+deb11u1 ii liburing1 0.7-3 ii lsb-base 11.1.0 qemu-guest-agent recommends no packages.diff --git a/debian/changelog b/debian/changelog index 2b0d69a586..8832becc8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +qemu (1:7.2+dfsg-4.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * fix d/qemu-guest-agent.udev + + -- Christian Schneider <[email protected]> Thu, 23 Feb 2023 21:55:28 +0000 + qemu (1:7.2+dfsg-4) unstable; urgency=medium * block-fix-detect-zeroes-with-BDRV_REQ_REGISTERED_BUF.patch: diff --git a/debian/qemu-guest-agent.udev b/debian/qemu-guest-agent.udev index 8a290abbd3..47097057e3 100644 --- a/debian/qemu-guest-agent.udev +++ b/debian/qemu-guest-agent.udev @@ -1,2 +1,2 @@ SUBSYSTEM=="virtio-ports", ATTR{name}=="org.qemu.guest_agent.0", \ - TAG+="systemd" ENV{SYSTEMD_WANTS}="qemu-guest-agent.service" + TAG+="systemd", ENV{SYSTEMD_WANTS}="qemu-guest-agent.service"
--- End Message ---
--- Begin Message ---Source: qemu Source-Version: 1:7.2+dfsg-5 Done: Michael Tokarev <[email protected]> We believe that the bug you reported is fixed in the latest version of qemu, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Michael Tokarev <[email protected]> (supplier of updated qemu package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 05 Mar 2023 20:09:04 +0300 Source: qemu Architecture: source Version: 1:7.2+dfsg-5 Distribution: unstable Urgency: medium Maintainer: Debian QEMU Team <[email protected]> Changed-By: Michael Tokarev <[email protected]> Closes: 1031838 Changes: qemu (1:7.2+dfsg-5) unstable; urgency=medium . * d/qemu-guest-agent.udev: fix missing comma (Christian Schneider <[email protected]>, Closes: #1031838) * remove qemu-make-debian-root. Ths script debian/qemu-make-debian-root has been broken for ages. In 2023, it creates /etc/fstab with a reference to /dev/hda1, and edits /etc/inittab which does not exist. And no one noticed, - so it's safe to assume it is not used anymore. Just remove it. * re-pick qemu-stable patches from master (the same patch contents): master/tests-tcg-i386-Introduce-and-use-reg_t-consistently.patch master/target-i386-Fix-BEXTR-instruction.patch master/target-i386-Fix-C-flag-for-BLSI-BLSMSK-BLSR.patch master/target-i386-fix-ADOX-followed-by-ADCX.patch * 20 more changes picked from upstream/master: master/target-i386-Fix-BZHI-instruction.patch master/block-iscsi-fix-double-free-on-BUSY-or-similar-status.patch master/hw-smbios-fix-field-corruption-in-type-4-table.patch master/Revert-x86-do-not-re-randomize-RNG-seed-on-snapshot-.patch master/Revert-x86-re-initialize-RNG-seed-when-selecting-ker.patch master/Revert-x86-reinitialize-RNG-seed-on-system-reboot.patch master/Revert-x86-use-typedef-for-SetupData-struct.patch master/Revert-x86-return-modified-setup_data-only-if-read-a.patch master/Revert-hw-i386-pass-RNG-seed-via-setup_data-entry.patch master/vhost-user-gpio-Configure-vhost_dev-when-connecting.patch master/vhost-user-i2c-Back-up-vqs-before-cleaning-up-vhost_.patch master/vhost-user-rng-Back-up-vqs-before-cleaning-up-vhost_.patch master/virtio-rng-pci-fix-migration-compat-for-vectors.patch master/virtio-rng-pci-fix-transitional-migration-compat-for.patch master/hw-timer-hpet-Fix-expiration-time-overflow.patch master/vdpa-stop-all-svq-on-device-deletion.patch master/vhost-avoid-a-potential-use-of-an-uninitialized-vari.patch master/libvhost-user-check-for-NULL-when-allocating-a-virtq.patch master/chardev-char-socket-set-s-listener-NULL-in-char_sock.patch master/intel-iommu-fail-MAP-notifier-without-caching-mode.patch master/intel-iommu-fail-DEVIOTLB_UNMAP-without-dt-mode.patch Checksums-Sha1: 87df1c17e404c57004a9018300daca1945e4a908 6450 qemu_7.2+dfsg-5.dsc 39ebb05fde8f94b4f5c183d5fd4dd0afc658d57c 130100 qemu_7.2+dfsg-5.debian.tar.xz 167da44af70621b75d4c66cc31c2075f11e0202f 11005 qemu_7.2+dfsg-5_source.buildinfo Checksums-Sha256: 4dcc60c2d3012df06deb8798a0224adc43a61d96be2c379cf0369f3828226fc1 6450 qemu_7.2+dfsg-5.dsc 532e6f9686c55e9d9d522a22c5bed5fa8961ad5bf786d611d0c4a32f0ee01e92 130100 qemu_7.2+dfsg-5.debian.tar.xz 54b6f6c1aeeea6037f134e60039ba1e7b9a058fecd33909204cce444a37724d9 11005 qemu_7.2+dfsg-5_source.buildinfo Files: 7a93e53219373e6ce38b4c0462278533 6450 otherosfs optional qemu_7.2+dfsg-5.dsc 0fd7cdef87710cb643720d47c5827ad9 130100 otherosfs optional qemu_7.2+dfsg-5.debian.tar.xz f2e36226dda90294964f58627f3c8ad9 11005 otherosfs optional qemu_7.2+dfsg-5_source.buildinfo -----BEGIN PGP SIGNATURE----- iQFDBAEBCAAtFiEEe3O61ovnosKJMUsicBtPaxppPlkFAmQEzOAPHG1qdEB0bHMu bXNrLnJ1AAoJEHAbT2saaT5Z+E8H/3lUT8dI/TIOrJJXW6maIdqsLvEPQYg3L2sE /QkA7zfwaUOVfIDrEFV8BU3Jmd8xIEPZZABEWAWDZi0V159fo4gpxtxQWY8buNlw urkWEoe4snlIE0N2jbQcnIvolHlESWwYsk9KN1GXIdqSy9Cv/bUfgGXN2ar9KjZ+ L4TZVdsEXDShZ0m8PFQS/At1MkBYI+vpoP5TkIG0JIpMJvVTA7EmZHBXNvKD7rc4 BJRKJaoaiTt7o9L0ZdoyDL0Xx80Soq6NinLqRa1Ax98P4FBmRlzMyt+d50bpi4rO JWqQa0cZ66GLdPv7I6hKZTXjQlNbc7JpM8hhp0zXAcALNGxF19Q= =ckOz -----END PGP SIGNATURE-----
--- End Message ---

