If have a ubuntu 18.04 server with latest updates and newly installed qemu-guest-agent.
But this service wont start. How can I fix this?
But this service wont start. How can I fix this?
Code:
sc status qemu-guest-agent
qemu-guest-agent.service - LSB: QEMU Guest Agent startup script
Loaded: loaded (/etc/init.d/qemu-guest-agent; bad; vendor preset: enabled)
Active: active (exited) since Sun 2020-09-13 17:48:51 CEST; 1s ago
Docs: man:systemd-sysv-generator(8)
Process: 2244 ExecStop=/etc/init.d/qemu-guest-agent stop (code=exited, status=0/SUCCESS)
Process: 2348 ExecStart=/etc/init.d/qemu-guest-agent start (code=exited, status=0/SUCCESS)
Sep 13 17:48:51 fb2 systemd[1]: Starting LSB: QEMU Guest Agent startup script...
Sep 13 17:48:51 fb2 qemu-guest-agent[2348]: * qemu-ga: transport endpoint not found, not starting
Sep 13 17:48:51 fb2 systemd[1]: Started LSB: QEMU Guest Agent startup script.