Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

systemd-networkd setup status configuring

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
Lieta
Posts: 8
Joined: 2016-04-28 17:48

systemd-networkd setup status configuring

#1 Post by Lieta »

Hi.
I'm on Debian buster. Bridge interface setup status stays "configuring" (not "configured").

Code: Select all

lieta@lieta:~$ sudo brctl show
bridge name     bridge id               STP enabled     interfaces
br-tv           8000.b2e79986e04f       no              enp5s0
                                                        tap0

lieta@lieta:~$ networkctl
IDX LINK             TYPE               OPERATIONAL SETUP
...
  5 enp5s0           ether              degraded    configured
  9 br-tv            bridge             carrier     configuring
 10 tap0             ether              carrier     configured

lieta@lieta:/etc/systemd/network$ cat tap0.netdev
[NetDev]
Name=tap0
Kind=tap
lieta@lieta:/etc/systemd/network$ cat tv.netdev
[NetDev]
Name=br-tv
Kind=bridge
lieta@lieta:/etc/systemd/network$ cat tv-slaves.network
[Match]
Name=enp5s0 tap0

[Network]
Bridge=br-tv
lieta@lieta:/etc/systemd/network$ cat tv.network
[Match]
Name=br-tv

Post Reply