From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <34d8b2fe05081823522b9bc5b6@mail.gmail.com> Date: Fri, 19 Aug 2005 08:52:21 +0200 From: Louis Croisez Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3494_2616467.1124434341294" Subject: [Bridge] Problem of lock when deleting a bridge List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: bridge@lists.osdl.org This is a multi-part message in MIME format... ------=_Part_3494_2616467.1124434341294 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline When i want to delete my test bridge, using: ifconfig eth0 down ifconfig eth1 down ifconfig br0 down brctl delif br0 eth0 brctl delif br0 eth1 brctl delbr br0 i get this error message from the kernel on the console: unregister_netdevice: waiting for br0 to become free. Usage count =3D 2 The brctl user-level command is blocked. Could you explain me what could likely be the cause of this error? Thanks in advance, #Louis. ------=_Part_3494_2616467.1124434341294 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline When i want to delete my test bridge, using:
ifconfig eth0 down
ifconfig eth1 down
ifconfig br0 down
brctl delif br0 eth0
brctl delif br0 eth1
brctl delbr br0


i get this error message from the kernel on the console:
unregister_netdevice: waiting for br= 0 to become free. Usage count =3D 2
The brctl user-level command is blocked.

Could you explain me what could likely be the cause of this error?

Thanks in advance,
#Louis.
------=_Part_3494_2616467.1124434341294--