You are not logged in.

#1 2016-12-21 20:05:15

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

systemd-networkd: constant state of "configuring" [SOLVED]

I am using systemd-networkd to control a bridge and it the en0 device is in a constant state of configuring.  Everything functions normally, it's just odd to me.  Anyone else with this setup?  Do you have the same?

% networkctl
IDX LINK             TYPE               OPERATIONAL SETUP     
  1 lo               loopback           carrier     unmanaged 
  2 en0              ether              carrier     configuring
  3 br0              ether              routable    configured

Here is my actual setup:

% cd /etc/systemd/network
% cat br0.netdev
[NetDev]
Name=br0
Kind=bridge

% cat br0.network
[Match]
Name=br0
[Network]
DHCP=yes

% cat uplink.network
[Match]
Name=en0
[Network]
Bridge=br0

Last edited by graysky (2016-12-21 21:57:34)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#2 2016-12-21 21:07:05

damjan
Member
Registered: 2006-05-30
Posts: 451

Re: systemd-networkd: constant state of "configuring" [SOLVED]

That's nothing to worry about.

Afaik there's an issue reported upstream about networkd, it'll get fixed eventually.

Offline

#3 2016-12-21 21:12:32

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: systemd-networkd: constant state of "configuring" [SOLVED]

Check the output of netctl -a status   I'll bet there is no address for en0 and I bet that is a criterion for being 'configured'


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#4 2016-12-21 21:31:47

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: systemd-networkd: constant state of "configuring" [SOLVED]

@damjan - I saw something about this on github but it was closed.
@ewaller - Not using netctl I don't think that command is valid syntax.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#5 2016-12-21 21:34:55

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: systemd-networkd: constant state of "configuring" [SOLVED]

Clearly I've danbramage. I meant networkctl -a status


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#6 2016-12-21 21:39:14

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: systemd-networkd: constant state of "configuring" [SOLVED]

Ah!

% networkctl -a status
● 1: lo
       Link File: n/a
    Network File: n/a
            Type: loopback
           State: carrier (unmanaged)
         Address: 127.0.0.1
                  ::1

● 2: eth0
       Link File: n/a
    Network File: /etc/systemd/network/uplink.network
            Type: ether
           State: carrier (configuring)
          Vendor: Intel Corporation
           Model: Ethernet Connection (2) I218-V
      HW Address: 43:8a:1b:9e:a7:a3 (Micro-Star INT'L CO., LTD.)

● 3: br0
       Link File: n/a
    Network File: /etc/systemd/network/br0.network
            Type: ether
           State: routable (configured)
      HW Address: e2:00:12:be:7d:a6
         Address: 10.1.10.101
                  fe80::c001:11ff:febe:fee0
         Gateway: 10.1.10.1 (ASUSTek COMPUTER INC.)
             DNS: 10.1.10.1

CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#7 2016-12-21 21:48:16

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: systemd-networkd: constant state of "configuring" [SOLVED]

Yeah, en0 has no address, but br0, which is bridged through en0 does.  I agree with damjan that it is probably not right to flag it as
'configuring' as nothing is (or is expected to) happen.  But, I'll bet the lack of address and routability are reasons it is not yet defined as 'configured'  Mayhaps they need some other state name.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#8 2016-12-21 21:57:19

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: systemd-networkd: constant state of "configuring" [SOLVED]

I think you're right... I might verify that there isn't an open ticket against systemd about it and then report.  Thanks.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

Board footer

Powered by FluxBB