All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@osdl.org>
To: Louis Croisez <louis.croisez@gmail.com>
Cc: bridge@lists.osdl.org
Subject: Re: [Bridge] Problem of lock when deleting a bridge
Date: Fri, 19 Aug 2005 07:35:24 -0700	[thread overview]
Message-ID: <20050819073524.3ffbf0d2@localhost.localdomain> (raw)
In-Reply-To: <34d8b2fe05081823522b9bc5b6@mail.gmail.com>

On Fri, 19 Aug 2005 08:52:21 +0200
Louis Croisez <louis.croisez@gmail.com> wrote:

> 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 = 2
> The brctl user-level command is blocked.
> 
> Could you explain me what could likely be the cause of this error?

IPV6 is usually the culprit.  All protocols have to keep reference
counts for devices, and there have been several ref count bugs
in ipv6.  If you don't need it build your kernel without it.

Also, which kernel version.  The bug should be fixed in the latest
2.6 kernels.

      reply	other threads:[~2005-08-19 14:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-19  6:52 [Bridge] Problem of lock when deleting a bridge Louis Croisez
2005-08-19 14:35 ` Stephen Hemminger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050819073524.3ffbf0d2@localhost.localdomain \
    --to=shemminger@osdl.org \
    --cc=bridge@lists.osdl.org \
    --cc=louis.croisez@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.