Bug 885406

Summary: enable qemu-ga service by default
Product: [Fedora] Fedora Reporter: Cole Robinson <crobinso>
Component: systemdAssignee: systemd-maint
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: johannbg, lnykryn, masao-takahashi, metherid, mrezanin, mschmidt, msekleta, notting, plautrba, systemd-maint, vpavlin
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: systemd-197-1.fc18.2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-03-15 10:35:27 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1160930    

Description Cole Robinson 2012-12-09 03:59:13 UTC
Similar to the spice-vdagent (bug 876237), please enable the qemu-ga service by default. The package installs udev rules that should cause it to only be enabled when actually inside a VM with a proper virtio-serial setup.

Comment 1 Lennart Poettering 2013-01-13 19:15:21 UTC
What's the precise systemd service name we shall add?

Comment 2 Cole Robinson 2013-01-14 14:23:03 UTC
$ cat /usr/lib/systemd/system/qemu-guest-agent.service
[Unit]
Description=QEMU Guest Agent
BindTo=dev-virtio\x2dports-org.qemu.guest_agent.0.device
After=dev-virtio\x2dports-org.qemu.guest_agent.0.device

[Service]
ExecStart=-/usr/bin/qemu-ga
Restart=always
RestartSec=0

[Install]

Comment 3 Lennart Poettering 2013-01-14 17:57:33 UTC
Commited this to the pkg git, didn't build this in koji though, but will be part of the next round of uploads.

Comment 4 Michal Schmidt 2013-01-18 14:14:58 UTC
Built in Rawhide (systemd-197-2.fc19), but not yet in F18.

Comment 5 Michal Schmidt 2013-03-15 10:35:27 UTC
I believe this is already fixed in systemd-197-1.fc18.2, I just forgot to link to this bug from the Bodhi update.

Comment 6 Jan Blazek 2015-08-07 11:52:46 UTC
*** Bug 1165176 has been marked as a duplicate of this bug. ***