
Hello, I have a Fedora 18 based oVirt 3.2. I have a guesta that is Fedra 18 too. In installed from standard fedora repo the ovirt-guest-agent ovirt-guest-agent-common-1.0.6-6.fc18.noarch and enabled the service. I also ran a yum update on the VM and reboot. Now I can see the ip in webadmin gui, so basic info seems to pass. What other kind of tests can I do to check guest agent functionality? Are the errors below related to the agent itself or are theuy only a tail of messages file? $ sudo systemctl status ovirt-guest-agent ovirt-guest-agent.service - oVirt Guest Agent Loaded: loaded (/usr/lib/systemd/system/ovirt-guest-agent.service; enabled) Active: active (running) since Thu 2013-03-14 15:11:41 CET; 1h 31min ago Process: 507 ExecStartPre=/bin/chown ovirtagent:ovirtagent /run/ovirt-guest-agent.pid (code=exited, status=0/SUCCESS) Process: 482 ExecStartPre=/bin/touch /run/ovirt-guest-agent.pid (code=exited, status=0/SUCCESS) Main PID: 525 (python) CGroup: name=systemd:/system/ovirt-guest-agent.service └─525 /usr/bin/python /usr/share/ovirt-guest-agent/ovirt-guest-agent.py Mar 14 15:12:18 f18ovguest.ceda.polimi.it python[525]: File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line...it__ Mar 14 15:12:18 f18ovguest.ceda.polimi.it python[525]: self._named_service = conn.activate_name_owner(bus_name) Mar 14 15:12:18 f18ovguest.ceda.polimi.it python[525]: File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 180...wner Mar 14 15:12:18 f18ovguest.ceda.polimi.it python[525]: self.start_service_by_name(bus_name) Mar 14 15:12:18 f18ovguest.ceda.polimi.it python[525]: File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 278...name Mar 14 15:12:18 f18ovguest.ceda.polimi.it python[525]: 'su', (bus_name, flags))) Mar 14 15:12:18 f18ovguest.ceda.polimi.it python[525]: File "/usr/lib/python2.7/site-packages/dbus/connection.py", l...king Mar 14 15:12:18 f18ovguest.ceda.polimi.it python[525]: message, timeout) Mar 14 15:12:18 f18ovguest.ceda.polimi.it python[525]: DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The...iles Mar 14 15:12:18 f18ovguest.ceda.polimi.it python[525]: ERROR:root:Error locking session (no active session). Thanks in advance Gianluca