You are not logged in.
Hi all,
so, journalctl -p err shows this:
-- Reboot --
Jun 29 15:51:49 norway smbd[460]: [2014/06/29 15:51:49.869495, 0] ../lib/util/become_daemon.c:136(daemon_ready)
Jun 29 15:51:42 norway systemd-udevd[178]: Could not apply link config to br0
Jun 29 15:59:55 norway smbd[461]: STATUS=daemon 'smbd' finished starting up and ready to serve connectionsFailed to dele
Jun 29 15:59:56 norway systemd[1]: Failed unmounting /var.
-- Reboot --
Jun 29 16:00:35 norway smbd[470]: [2014/06/29 16:00:35.268219, 0] ../lib/util/become_daemon.c:136(daemon_ready)
Jun 29 16:00:28 norway systemd-udevd[179]: Could not apply link config to br0
Config files set in /etc/systemd/network are:
10-bridge.netdev
[NetDev]
Name=br0
Kind=bridge
20-bridge.network
[Match]
Name=br0[Network]
Address=192.168.29.99/24
Gateway=192.168.29.1
DNS=192.168.29.1
30-enp3s0.network
[Match]
Name=enp3s0[Network]
Bridge=br0
Anybody knows why 'Could not apply link config to br0' is printed?
Offline
udev seems to print this for any virtual interface, e.g.
$ grep "link config" /var/log/errors.log
2014-06-29T09:31:39.000-04:00 hermes systemd-udevd[246]: Could not apply link config to br0
2014-06-29T09:31:40.000-04:00 hermes systemd-udevd[246]: Could not apply link config to veth0VRCA6
The vethXXXXXX interface is plugged to a VM. Once I'm annoyed enough by this "error", I'll compain on [systemd-devel]
EDIT: Nothing seems to be broken though...
Last edited by Leonid.I (2014-06-29 21:32:25)
Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd
Offline
Same here, everything is working fine, but this keeps getting on my nerves.
I don't know if this my configuration is wrong or something else.
I tried creating .link file in /etc/systemd/network so systemd could apply link config, but it didn't help...
Offline