- 처음에는 왜 timeout이 발생하는지 이해를 못했었는데... journalctl -xe 로 로그를 보니... 바보 같은 짓을 하고 있었다.
4월 29 19:06:18 ubuntu-server systemd[1]: dev-virtio\x2dports-org.qemu.guest_agent.0.device: Job dev-virtio\x2dports-org.qemu.guest_agent.0.device/start timed out. 4월 29 19:06:18 ubuntu-server systemd[1]: Timed out waiting for device /dev/virtio-ports/org.qemu.guest_agent.0. ░░ Subject: A start job for unit dev-virtio\x2dports-org.qemu.guest_agent.0.device has failed ░░ Defined-By: systemd ░░ Support: http://www.ubuntu.com/support ░░ ░░ A start job for unit dev-virtio\x2dports-org.qemu.guest_agent.0.device has finished with a failure. ░░ ░░ The job identifier is 2418 and the job result is timeout. 4월 29 19:06:18 ubuntu-server systemd[1]: Dependency failed for QEMU Guest Agent. ░░ Subject: A start job for unit qemu-guest-agent.service has failed ░░ Defined-By: systemd ░░ Support: http://www.ubuntu.com/support ░░ ░░ A start job for unit qemu-guest-agent.service has finished with a failure. ░░ ░░ The job identifier is 2344 and the job result is dependency. 4월 29 19:06:18 ubuntu-server systemd[1]: qemu-guest-agent.service: Job qemu-guest-agent.service/start failed with result 'dependency'. 4월 29 19:06:18 ubuntu-server 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'. 4월 29 19:06:18 ubuntu-server sudo[1893]: pam_unix(sudo:session): session closed for user root |
- Qemu guest Agent 를 Option 에서 켜 놨는지 확인해 보자.
- timeout이 발생한 데에는 이유가 있는 것이었다.
반응형
'Proxmox' 카테고리의 다른 글
Proxmox에 헤놀로지(XPEnology) 설치 방법 가이드 (0) | 2023.09.15 |
---|---|
Proxmox local(server)에서 file upload 시 경로 (0) | 2023.09.15 |
Install macOS on intel n95 mini PC with Proxmox (0) | 2023.05.10 |
Guest 에 USB FTDI device Pass 하기 (0) | 2023.05.08 |
Intel 12세대 N95 Mini pc 에 Proxmox 설치하기 (0) | 2023.05.04 |