CAS-tools安装成功了,但是qemu-ga.service服务启动失败了
[root@localhost ~]# cat /etc/redhat-release
CentOS Linux release 7.0.1406 (Core)
[root@localhost ~]# systemctl status qemu-ga
qemu-ga.service - LSB: daemon for QEMU Guest Agent
Loaded: loaded (/etc/rc.d/init.d/qemu-ga)
Active: failed (Result: resources) since Fri 2023-02-03 16:25:09 CST; 2min 6s ago
Process: 129947 ExecStart=/etc/rc.d/init.d/qemu-ga start (code=exited, status=0/SUCCESS)
Feb 03 16:25:08 localhost.localdomain qemu-ga[129947]: Starting qemu-ga daemon: [ OK ]
Feb 03 16:25:09 localhost.localdomain systemd[1]: PID file /var/run/qemu-ga.pid not readable (yet?) after start.
Feb 03 16:25:09 localhost.localdomain systemd[1]: Failed to start LSB: daemon for QEMU Guest Agent.
Feb 03 16:25:09 localhost.localdomain systemd[1]: Unit qemu-ga.service entered failed state.
[root@localhost ~]# systemctl status qemu-g
qemu-ga.service qemu-guest-agent.service
[root@localhost ~]# systemctl status qemu-guest-agent.service
qemu-guest-agent.service - QEMU Guest Agent
Loaded: loaded (/usr/lib/systemd/system/qemu-guest-agent.service; static)
Active: active (running) since Mon 2021-08-30 13:17:16 CST; 1 years 5 months ago
Main PID: 1299 (qemu-ga)
CGroup: /system.slice/qemu-guest-agent.service
鈹斺攢1299 /usr/bin/qemu-ga --method=virtio-serial --path=/dev/virtio-ports/org.qemu.guest_agent.0 --blacklist=guest-file-open guest-file-close guest-file-read guest-file-write guest-file-seek guest-file-flush -F/etc/qemu-ga/f...
Aug 30 13:17:16 localhost.localdomain systemd[1]: Started QEMU Guest Agent.
[root@localhost ~]#
官方文档里说要重启