openbmc / phosphor-net-ipmid

Network IPMI server
Apache License 2.0
9 stars 11 forks source link

phosphor-ipmi-net@.socket:3: Invalid interface name, ignoring: sys-subsystem-net-devices-%i.device #4

Open gkeishin opened 5 years ago

gkeishin commented 5 years ago
ID="openbmc-phosphor"
NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
VERSION="2.7.0-dev"
VERSION_ID="2.7.0-dev-530-g1553ba857"
PRETTY_NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro) 2.7.0-dev"
BUILD_ID="2.7.0-dev"
OPENBMC_TARGET_MACHINE="witherspoon"

Started seeing this lately..

Apr 30 04:35:37 openbmc systemd[1]: /lib/systemd/system/phosphor-ipmi-net@.socket:3: Invalid interface name, ignoring: sys-subsystem-net-devices-%i.device
Apr 30 04:35:52 openbmc systemd[1]: Listening on phosphor-ipmi-net@eth0.socket.
Apr 30 04:35:54 openbmc kernel[1156]: [   13.401638] systemd[1]: /lib/systemd/system/phosphor-ipmi-net@.socket:3: Invalid interface name, ignoring: sys-subsystem-net-devices-%i.device
gkeishin commented 5 years ago
{
    "_TRANSPORT" : "kernel",
    "PRIORITY" : "3",
    "_BOOT_ID" : "1c5d34b533ed4c8498750202077fb576",
    "_HOSTNAME" : "openbmc",
    "_MACHINE_ID" : "415292fe2bbd45ea8a90c6a2b65d3f68",
    "SYSLOG_FACILITY" : "3",
    "_SOURCE_MONOTONIC_TIMESTAMP" : "13670418",
    "SYSLOG_PID" : "1",
    "SYSLOG_IDENTIFIER" : "systemd",
    "__MONOTONIC_TIMESTAMP" : "18999341",
    "MESSAGE" : "/lib/systemd/system/phosphor-ipmi-net@.socket:3: Invalid interface name, ignoring: sys-subsystem-net-devices-%i.device",
    "__REALTIME_TIMESTAMP" : "1556598395363126",
    "__CURSOR" : "s=4b4a70074ce74be887baf88930919960;i=442a3;b=1c5d34b533ed4c8498750202077fb576;m=121e82d;t=587b7ce69df36;x=dafdee85b0d4a34a"
}
gkeishin commented 5 years ago

@vmauery is this due to this changes https://gerrit.openbmc-project.xyz/c/openbmc/meta-phosphor/+/20673 recently

vmauery commented 5 years ago

I have seen this too. For now, this message can be safely ignored because netipmid ensures that the socket is bound to the interface as needed. I am working on a patch to systemd to fix the parsing of this parameter to allow for systemd specifiers.

gkeishin commented 5 years ago

Thanks @vmauery

gkeishin commented 5 years ago

@vmauery any fix up this one..