public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Matthias-Christian Ott <matthias.christian@tiscali.de>
To: Matthias-Christian Ott <matthias.christian@tiscali.de>
Cc: Mirko Parthey <mirko.parthey@informatik.tu-chemnitz.de>,
	linux-kernel@vger.kernel.org
Subject: Re: PROBLEM: 2.6.11-rc2 hangs on bridge shutdown (br0)
Date: Sat, 05 Feb 2005 13:48:28 +0100	[thread overview]
Message-ID: <4204C09C.2030409@tiscali.de> (raw)
In-Reply-To: <4200FAE1.4000504@tiscali.de>

Matthias-Christian Ott wrote:

> Mirko Parthey wrote:
>
>> On Mon, Jan 31, 2005 at 05:22:02PM +0100,  wrote:
>>  
>>
>>> My Debian machine hangs during shutdown, with messages like this:
>>> unregister_netdevice: waiting for br0 to become free. Usage count = 1
>>>
>>> I narrowed it down to the command
>>>  # brctl delbr br0
>>> which does not return in the circumstances shown below.
>>>
>>> The problem is reproducible with both 2.6.11-rc2 from kernel.org and 
>>> the
>>> Debian kernel-image-2.6.10-1-686.
>>> [...]
>>>   
>>
>>
>> The problem was introduced between 2.6.8.1 and 2.6.9,
>> and it is still present in 2.6.11-rc2-bk9.
>>
>> Mirko
>> -
>> To unsubscribe from this list: send the line "unsubscribe 
>> linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at  http://www.tux.org/lkml/
>>
>>  
>>
> Jep it appears in 2.6.8 and above. I don't know the process who's 
> using it:
>
> Before shutdown:
>  PID TTY          TIME CMD
>    1 ?        00:00:00 init
>    2 ?        00:00:00 ksoftirqd/0
>    3 ?        00:00:00 events/0
>    4 ?        00:00:00 khelper
>    9 ?        00:00:00 kthread
>   19 ?        00:00:00 kacpid
>   17 ?        00:00:00 vesafb
>  100 ?        00:00:00 kblockd/0
>  164 ?        00:00:00 pdflush
>  165 ?        00:00:00 pdflush
>  166 ?        00:00:00 kswapd0
>  167 ?        00:00:00 aio/0
>  168 ?        00:00:00 jfsIO
>  169 ?        00:00:00 jfsCommit
>  170 ?        00:00:00 jfsSync
>  171 ?        00:00:00 xfslogd/0
>  172 ?        00:00:00 xfsdatad/0
>  173 ?        00:00:00 xfsbufd
>  774 ?        00:00:00 kseriod
>  862 ?        00:00:00 ata/0
>  882 ?        00:00:00 kcryptd/0
>  883 ?        00:00:00 kmirrord/0
>  887 ?        00:00:00 xfssyncd
>  939 ?        00:00:00 udevd
> 1061 ?        00:00:00 devfsd
> 1242 ?        00:00:00 khubd
> 1616 ?        00:00:00 syslog-ng
> 2562 ?        00:00:00 khpsbpkt
> 2646 ?        00:00:00 knodemgrd_0
> 3987 ?        00:00:00 crond
> 4027 tty2     00:00:00 agetty
> 4028 tty3     00:00:00 agetty
> 4029 tty4     00:00:00 agetty
> 4030 tty5     00:00:00 agetty
> 4031 tty6     00:00:00 agetty
> 4473 tty1     00:00:00 bash
> 4553 tty1     00:00:00 ps
>
> And my System can't shutdown because of this bug. Currently disabling 
> this checking function seems to be the only solution (see my diff).
>
> Matthias-Christian Ott
> -
> To unsubscribe from this list: send the line "unsubscribe 
> linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>
Well I think my problem was not ipv6 problem Herbert discribed, it was 
syslog-ng. I replaced it with metalog and it seems to work well (I'll 
test it with 2.6.11-rc3 today).

Matthias-Christian Ott

  reply	other threads:[~2005-02-05 12:49 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-31 16:22 PROBLEM: 2.6.11-rc2 hangs on bridge shutdown (br0) Mirko Parthey
2005-01-31 17:40 ` Matthias-Christian Ott
2005-02-01 17:36 ` Mirko Parthey
2005-02-02 16:08   ` Matthias-Christian Ott
2005-02-05 12:48     ` Matthias-Christian Ott [this message]
2005-02-05  5:24 ` Herbert Xu
2005-02-05  5:38   ` David S. Miller
2005-02-05  6:11     ` Herbert Xu
2005-02-05  6:13       ` David S. Miller
2005-02-05  6:46         ` Herbert Xu
2005-02-05 10:45           ` Herbert Xu
2005-02-06 11:41             ` Herbert Xu
2005-02-06 12:30               ` YOSHIFUJI Hideaki / 吉藤英明
2005-02-06 21:01                 ` Herbert Xu
2005-02-05 10:50           ` YOSHIFUJI Hideaki / 吉藤英明
2005-02-05 18:32             ` Herbert Xu
2005-02-06  4:02             ` David S. Miller
2005-02-06  5:01               ` YOSHIFUJI Hideaki / 吉藤英明
2005-02-06  4:10           ` David S. Miller
2005-02-06  4:37             ` YOSHIFUJI Hideaki / 吉藤英明
2005-02-06  5:04               ` David S. Miller
2005-02-06  5:31                 ` YOSHIFUJI Hideaki / 吉藤英明
2005-02-06  5:50                   ` YOSHIFUJI Hideaki / 吉藤英明
2005-02-06  7:00                     ` Herbert Xu
2005-02-06  6:53                   ` Herbert Xu
2005-02-06  6:52                 ` Herbert Xu
2005-02-06  6:51             ` Herbert Xu
2005-02-08  1:29               ` [IPSEC] Move dst->child loop from dst_ifdown to xfrm_dst_ifdown Herbert Xu
2005-02-08  1:31                 ` Herbert Xu
2005-02-15 22:53                   ` David S. Miller
2005-02-05 11:14       ` PROBLEM: 2.6.11-rc2 hangs on bridge shutdown (br0) Andre Tomt
2005-02-05 11:39         ` YOSHIFUJI Hideaki / 吉藤英明
     [not found]           ` <4204B27F.5040202@tomt.net>
2005-02-05 11:55             ` YOSHIFUJI Hideaki / 吉藤英明
2005-02-05 18:33           ` Herbert Xu
2005-02-06 10:55       ` Andre Tomt
2005-02-06 11:28         ` YOSHIFUJI Hideaki / 吉藤英明

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=4204C09C.2030409@tiscali.de \
    --to=matthias.christian@tiscali.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mirko.parthey@informatik.tu-chemnitz.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox