-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Labels
bug 🐛Programming errors, that need preferential fixingProgramming errors, that need preferential fixingregression ⚠️A bug in something that used to work correctly and broke through some recent commitA bug in something that used to work correctly and broke through some recent commitudev
Milestone
Description
Submission type
- Bug report
- Request for enhancement (RFE)
NOTE: Do not submit anything other than bug reports or RFEs via the issue tracker!
systemd version the issue has been seen with
If I remember correctly, since cc23859.
At least, reverting cc23859 fixes this problem.
NOTE: Do not submit bug reports about anything but the two most recently released systemd versions upstream!
Used distribution
Fedora 24 (x86_64)
In case of bug report: Expected behaviour you didn't see
The error messages below are not shown.
In case of bug report: Unexpected behaviour you saw
The following error messages are shown.
# journalctl -b --no-hostname
(snip)
Oct 06 13:47:45 systemd-udevd[197]: link_config: could not connect to ethtool: Protocol not supported
Oct 06 13:47:45 systemd-udevd[197]: link_config: could not connect to ethtool: Protocol not supported
Oct 06 13:47:45 systemd-udevd[197]: Could not set offload features of lo: Protocol not supported
(snip)
Oct 06 13:47:47 systemd[1]: Started udev Coldplug all Devices.
Oct 06 13:47:47 systemd[1]: Started udev Kernel Device Manager.
Oct 06 13:47:47 systemd-udevd[315]: link_config: could not connect to ethtool: Protocol not supported
Oct 06 13:47:47 systemd-udevd[315]: link_config: could not connect to ethtool: Protocol not supported
Oct 06 13:47:47 systemd-udevd[315]: Could not set offload features of lo: Protocol not supported
Oct 06 13:47:48 systemd-udevd[311]: link_config: could not connect to ethtool: Protocol not supported
Oct 06 13:47:48 systemd-udevd[311]: link_config: could not connect to ethtool: Protocol not supported
Oct 06 13:47:48 systemd-udevd[311]: Could not set offload features of eth0: Protocol not supported
(snip)
In case of bug report: Steps to reproduce the problem
boot the system.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug 🐛Programming errors, that need preferential fixingProgramming errors, that need preferential fixingregression ⚠️A bug in something that used to work correctly and broke through some recent commitA bug in something that used to work correctly and broke through some recent commitudev