https://bugzilla.redhat.com/show_bug.cgi?id=1048775
Bug ID: 1048775
Summary: invalid key/value pair in
/etc/udev/rules.d/80-docker.rules
Product: Fedora
Version: 20
Component: docker-io
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected],
[email protected], [email protected],
[email protected], [email protected]
I am getting warnings like
Jan 6 10:10:01 myhostname systemd-udevd: invalid key/value pair in file
/etc/udev/rules.d/80-docker.rules on line 2,starting at character 138 ('\"')
in /var/log/messages. I think this is due to a missing quote in
80-docker.rules, and the line
SUBSYSTEM=="block", DEVPATH=="/devices/virtual/block/loop*",
ATTR{loop/backing_file}=="/var/lib/docker/*, ENV{UDISKS_PRESENTATION_HIDE}="1",
ENV{UDISKS_IGNORE}="1"
should be
SUBSYSTEM=="block", DEVPATH=="/devices/virtual/block/loop*",
ATTR{loop/backing_file}=="/var/lib/docker/*",
ENV{UDISKS_PRESENTATION_HIDE}="1", ENV{UDISKS_IGNORE}="1"
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang