Hello, 

The script /etc/init.d/qemu-guest-agent was modified by me to look at the 
problem, 
it is not the original one. 
I use also a "home made" script to get clear informations through a dedicated 
logfile : 
#!/bin/bash 

METHOD='virtio-serial' 
ZPATH='/dev/virtio-ports/org.qemu.guest_agent.0' 
LOGFILE='/var/log/qemu-ga.log' 

OPTIONS=' --verbose --daemon ' 
/usr/sbin/qemu-ga --method=$METHOD --path=$ZPATH --logfile=$LOGFILE $OPTIONS 

Hope this helps, 

Regards 

Reply via email to