Bug 1740655

Summary: invalid substitution type in udev rule
Product: [Fedora] Fedora Reporter: Lukas Slebodnik <lslebodn>
Component: NetworkManagerAssignee: Lubomir Rintel <lkundrak>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: bgalvani, dcbw, fgiudici, gnome-sig, john.j5live, lkundrak, mclasen, rhughes, rstrode, sandmann
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-22 13:55:24 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:

Description Lukas Slebodnik 2019-08-13 12:31:41 UTC
Description of problem:
I noticed errors from udev when debugging unrelated issue 


Version-Release number of selected component (if applicable):
sh# rpm -qf /usr/lib/systemd/systemd-udevd /usr/lib/udev/rules.d/84-nm-drivers.rules
systemd-udev-243~rc1-2.fc31.x86_64
NetworkManager-1.20.0-1.fc31.x86_64

How reproducible:
Deterministic

Steps to Reproduce:
1. boot your machine with NM enabled
2. check journald for errors from systemd-udev

Actual results:
[root@host ~]# journalctl --boot | grep udev | grep 84-nm-drivers
Aug 13 10:04:09 host.example.com systemd-udevd[944]: /usr/lib/udev/rules.d/84-nm-drivers.rules:10 Invalid value "/bin/sh -c 'ethtool -i $1 | sed -n s/^driver:\ //p' -- $env{INTERFACE}" for PROGRAM (char 24: invalid substitution type), ignoring, but please fix it.

Expected results:
No errors in journald

Additional info:

Comment 1 Lubomir Rintel 2019-08-22 13:55:24 UTC
Thanks for the report. Fixed upstream.

Closing, because this is only a cosmetic issue really.