Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 510558 - app-emulation/qemu-guest-agent: typo in qemu-ga-systemd.udev
Summary: app-emulation/qemu-guest-agent: typo in qemu-ga-systemd.udev
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo QEMU Project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-05-17 12:51 UTC by Alexander Tsoy
Modified: 2014-05-18 17:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Tsoy 2014-05-17 12:51:26 UTC
Please fix the udev rule:

--- qemu-ga-systemd.udev.orig	2012-07-29 02:00:05.000000000 +0400
+++ qemu-ga-systemd.udev	2014-05-17 16:46:26.000000000 +0400
@@ -1,2 +1,2 @@
 SUBSYSTEM=="virtio-ports", ATTR{name}=="org.qemu.guest_agent.0", \
-  TAG+"systemd" ENV{SYSTEMD_WANTS}="qemu-guest-agent.service"
+  TAG+="systemd" ENV{SYSTEMD_WANTS}="qemu-guest-agent.service"

I get the following error:

systemd-udevd[396]: invalid key/value pair in file /lib/udev/rules.d/99-qemu-guest-agent.rules on line 2,starting at character 64 (' ')
Comment 1 SpanKY gentoo-dev 2014-05-18 17:14:53 UTC
should be all set now in the tree; thanks for the report!

Commit message: Fix typo in udev rule
http://sources.gentoo.org/app-emulation/qemu-guest-agent/files/qemu-ga-systemd.udev?r1=1.1&r2=1.2