From: Andrew Kornilov <akornilov@gmail.com>
To: ALT Linux sysadmin discuss <sysadmins@lists.altlinux.org>
Subject: Re: [Sysadmins] Подземный стук в etcnet (Compact 3.0 & updates)
Date: Wed, 29 Nov 2006 18:52:58 +0200
Message-ID: <456DBAEA.8010701@gmail.com> (raw)
In-Reply-To: <200611282355.24934.a_s_y@sama.ru>
Sergey wrote:
>по ssh быстро пускает, не похоже. Да и зачем dns при ifdown ?
>
>А, ещё про лог забыл. Вот такая надпись появляется:
>
>kernel: unregister_netdevice: waiting for eth2.62 to become free. Usage count = 1
>и с повтором потом.
>
>
>
Очень похоже на старый баг, причем не в etcnet. Когда много одинаковых
интерфейсов и у них один драйвер и проиходит остановка интерфейса, то
etcnet пытается выгрузить модуль(драйвер) этого интерфейса. У него это
не поулчается, ядро посылает его. Но после этого вылезал такой глюк и
вообще ничего с ядром сделать нельзя было толком, даже перегрузить
машину. Только reset. После чего ввели опцию NEVER_RMMOD в etcnet. Если
не хочется апгрейдить etcnet, то самое простое решение
в файле options каждого интерфейса написать
try_rmmod ()
{
return 0
}
или просто try_rmmod()
{
}
Тогда эта функция переопределится для него и не будет попытки выгрузки
модуля.
next prev parent reply other threads:[~2006-11-29 16:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-28 19:04 Sergey
2006-11-28 19:21 ` Anton Gorlov
2006-11-28 19:55 ` Sergey
2006-11-29 16:52 ` Andrew Kornilov [this message]
2006-11-30 8:48 ` Sergey
2006-11-30 8:56 ` Sergey
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=456DBAEA.8010701@gmail.com \
--to=akornilov@gmail.com \
--cc=sysadmins@lists.altlinux.org \
/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
ALT Linux sysadmins discussion
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
public-inbox-index sysadmins
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sysadmins
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git