diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/2032.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2032.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2032.toml | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2032.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2032.toml deleted file mode 100644 index 2f2ecf821..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/2032.toml +++ /dev/null @@ -1,39 +0,0 @@ -id = 2032 -title = "qemu-guest-agent not starting" -state = "closed" -created_at = "2023-12-11T14:20:20.058Z" -closed_at = "2024-01-20T15:21:58.120Z" -labels = ["Guest Agent", "workflow::Needs Info"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/2032" -host-os = "- OS/kernel version:" -host-arch = "- QEMU flavor:" -qemu-version = "- QEMU command line:" -guest-os = "n/a" -guest-arch = "n/a" -description = """Trace found in syslog : -``` -syslog:Dec 11 13:45:08 mail systemd[1]: dev-virtio\\x2dports-org.qemu.guest_agent.0.device: Job dev-virtio\\x2dports-org.qemu.guest_agent.0.device/start timed out. -syslog:Dec 11 13:45:08 mail systemd[1]: Timed out waiting for device /dev/virtio-ports/org.qemu.guest_agent.0. -syslog:Dec 11 13:45:08 mail systemd[1]: qemu-guest-agent.service: Job qemu-guest-agent.service/start failed with result 'dependency'. -syslog:Dec 11 13:45:08 mail 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'. -```""" -reproduce = """systemctl start qemu-guest-agent""" -additional = """Messages when installing the systemd unit : -``` -systemctl enable qemu-guest-agent -Synchronizing state of qemu-guest-agent.service with SysV service script with /lib/systemd/systemd-sysv-install. -Executing: /lib/systemd/systemd-sysv-install enable qemu-guest-agent -The unit files have no installation config (WantedBy=, RequiredBy=, Also=, -Alias= settings in the [Install] section, and DefaultInstance= for template -units). This means they are not meant to be enabled using systemctl. - -Possible reasons for having this kind of units are: -• A unit may be statically enabled by being symlinked from another unit's - .wants/ or .requires/ directory. -• A unit's purpose may be to act as a helper for some other unit which has - a requirement dependency on it. -• A unit may be started when needed via activation (socket, path, timer, - D-Bus, udev, scripted systemctl call, ...). -• In case of template units, the unit is meant to be enabled with some - instance name specified. - ```""" |