root@backupprox:~# apt-get install qemu-guest-agent
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
qemu-guest-agent
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 256 kB of archives.
After this operation, 723 kB of additional disk space will be used.
Get:1 http://security.debian.org buster/updates/main amd64 qemu-guest-agent amd64 1:3.1+dfsg-8+deb10u8 [256 kB]
Fetched 256 kB in 1s (281 kB/s)
Selecting previously unselected package qemu-guest-agent.
(Reading database ... 44064 files and directories currently installed.)
Preparing to unpack .../qemu-guest-agent_1%3a3.1+dfsg-8+deb10u8_amd64.deb ...
Unpacking qemu-guest-agent (1:3.1+dfsg-8+deb10u8) ...
Setting up qemu-guest-agent (1:3.1+dfsg-8+deb10u8) ...
Processing triggers for man-db (2.8.5-2) ...
Processing triggers for systemd (241-7~deb10u4) ...
root@backupprox:~# systemctl start qemu-guest-agent
A dependency job for qemu-guest-agent.service failed. See 'journalctl -xe' for details.
root@backupprox:~#
systemctl status qemu-guest-agent.service
and/or journalctl -xe
, which should contain the actual error message.agent
in the vmid.conf (could you post the vmid.conf?) and/or "QEMU Guest Agent" in the Proxmox Web UI for this VM?
root@debian:~# systemctl status qemu-guest-agent.service
● qemu-guest-agent.service - QEMU Guest Agent
Loaded: loaded (/lib/systemd/system/qemu-guest-agent.service; static; vendor
Active: inactive (dead)
root@debian:~# journalctl -xe
--
-- The job identifier is 153.
Sep 15 15:36:24 debian su[509]: (to root) acrist on pts/0
Sep 15 15:36:24 debian su[509]: pam_unix(su-l:session): session opened for user
Sep 15 15:40:38 debian systemd[1]: dev-virtio\x2dports-org.qemu.guest_agent.0.de
Sep 15 15:40:38 debian systemd[1]: Timed out waiting for device /dev/virtio-port
-- Subject: A start job for unit dev-virtio\x2dports-org.qemu.guest_agent.0.devi
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- A start job for unit dev-virtio\x2dports-org.qemu.guest_agent.0.device has fi
--
-- The job identifier is 273 and the job result is timeout.
Sep 15 15:40:38 debian systemd[1]: Dependency failed for QEMU Guest Agent.
-- Subject: A start job for unit qemu-guest-agent.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- A start job for unit qemu-guest-agent.service has finished with a failure.
--
-- The job identifier is 215 and the job result is dependency.
Sep 15 15:40:38 debian systemd[1]: qemu-guest-agent.service: Job qemu-guest-agen
Sep 15 15:40:38 debian systemd[1]: dev-virtio\x2dports-org.qemu.guest_agent.0.de
lines 1300-1322/1322 (END)
QEMU Enabled.
Have the same problem
Please help me i have done i think everything (including 6 new instalations proxmox on old laptop toshiba satellite d850-11q link to laptop: https://ie.dynabook.com/discontinued-products/satellite-c850d-11q/
and my agent still don't working. I installed quemu agent in console then run it on VM in GUI menu - restart VM few times and still don't working. My processor support AMD-V (virtualization)
[...]
Its red. This mean its not yet applied. Please stop the VM and start again. (a reboot is NOT enough)
did you install the guest agent on the host? That's not what you want. You need to install the guest agent within the VM.Have the same problem
Please help me i have done i think everything (including 6 new instalations proxmox on old laptop toshiba satellite d850-11q link to laptop: https://ie.dynabook.com/discontinued-products/satellite-c850d-11q/
and my agent still don't working. I installed quemu agent in console then run it on VM in GUI menu - restart VM few times and still don't working. My processor support AMD-V (virtualization)
commands and output:
~# systemctl start qemu-guest-agent
A dependency job for qemu-guest-agent.service failed. See 'journalctl -xe' for details.
# systemctl status qemu-guest-agent
● qemu-guest-agent.service - QEMU Guest Agent
Loaded: loaded (/lib/systemd/system/qemu-guest-agent.service; static; vendor preset: enabled)
Active: inactive (dead)
Nov 29 16:13:12 pve systemd[1]: Dependency failed for QEMU Guest Agent.
Nov 29 16:13:12 pve systemd[1]: qemu-guest-agent.service: Job qemu-guest-agent.service/start failed with result 'dependency'.
journalctl -xe
-- A start job for unit pvesr.service has begun execution.
--
-- The job identifier is 5284.
Nov 29 16:49:02 pve systemd[1]: pvesr.service: Succeeded.
-- Subject: Unit succeeded
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- The unit pvesr.service has successfully entered the 'dead' state.
Nov 29 16:49:02 pve systemd[1]: Started Proxmox VE replication runner.
-- Subject: A start job for unit pvesr.service has finished successfully
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- A start job for unit pvesr.service has finished successfully.
--
-- The job identifier is 5284.
Nov 29 16:50:00 pve systemd[1]: Starting Proxmox VE replication runner...
-- Subject: A start job for unit pvesr.service has begun execution
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- A start job for unit pvesr.service has begun execution.
--
-- The job identifier is 5368.
Nov 29 16:50:02 pve systemd[1]: pvesr.service: Succeeded.
-- Subject: Unit succeeded
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- The unit pvesr.service has successfully entered the 'dead' state.
Nov 29 16:50:02 pve systemd[1]: Started Proxmox VE replication runner.
-- Subject: A start job for unit pvesr.service has finished successfully
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- A start job for unit pvesr.service has finished successfully.
--
-- The job identifier is 5368.
This needs to be added to the qemu-guest-agent wiki page along with setting the Option for the Agent to be checked on.Its red. This mean its not yet applied. Please stop the VM and start again. (a reboot is NOT enough)