linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* unregister_netdevice 2.6.9
@ 2004-10-19 15:58 Lukasz Trabinski
  2004-10-19 17:26 ` YOSHIFUJI Hideaki / 吉藤英明
  0 siblings, 1 reply; 3+ messages in thread
From: Lukasz Trabinski @ 2004-10-19 15:58 UTC (permalink / raw)
  To: linux-kernel

Hello


After shutdown/reboot :

unregister_netdevice: waiting for xxxx to become free. Usage count = 1

and still wait.

whreis xxxx is name of sit device, created via script

ip tun add mode sit xxxx local y.y.y.y remote x.x.x.x  ttl 64
ip link set xxxx up
ip addr add 3FFE:eeee:xxxx::1 dev atman6



-- 
ŁT

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: unregister_netdevice 2.6.9
  2004-10-19 15:58 unregister_netdevice 2.6.9 Lukasz Trabinski
@ 2004-10-19 17:26 ` YOSHIFUJI Hideaki / 吉藤英明
  2004-10-19 18:53   ` Lukasz Trabinski
  0 siblings, 1 reply; 3+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2004-10-19 17:26 UTC (permalink / raw)
  To: lukasz; +Cc: linux-kernel, netdev

In article <Pine.LNX.4.58LT.0410191738420.2725@lt.wsisiz.edu.pl> (at Tue, 19 Oct 2004 17:58:58 +0200 (CEST)), Lukasz Trabinski <lukasz@trabinski.net> says:

> After shutdown/reboot :
> 
> unregister_netdevice: waiting for xxxx to become free. Usage count = 1
:
> whreis xxxx is name of sit device, created via script

Is your box acting as router, or host?
% sysctl -a |grep ipv6|grep forwarding

What is happend if you let the interface down and delete it before
becore rebooting?

Thanks.

-- 
Hideaki YOSHIFUJI @ USAGI Project <yoshfuji@linux-ipv6.org>
GPG FP: 9022 65EB 1ECF 3AD1 0BDF  80D8 4807 F894 E062 0EEA

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: unregister_netdevice 2.6.9
  2004-10-19 17:26 ` YOSHIFUJI Hideaki / 吉藤英明
@ 2004-10-19 18:53   ` Lukasz Trabinski
  0 siblings, 0 replies; 3+ messages in thread
From: Lukasz Trabinski @ 2004-10-19 18:53 UTC (permalink / raw)
  To: YOSHIFUJI Hideaki / 吉藤英明; +Cc: linux-kernel, netdev

On Wed, 20 Oct 2004, YOSHIFUJI Hideaki / ???? wrote:

> > whreis xxxx is name of sit device, created via script
> 
> Is your box acting as router, or host?
> % sysctl -a |grep ipv6|grep forwarding

lt:~# sysctl -a |grep ipv6|grep forwarding
net.ipv6.conf.atman6.forwarding = 0
net.ipv6.conf.eth1.forwarding = 0
net.ipv6.conf.eth0.forwarding = 0
net.ipv6.conf.lo.forwarding = 0
net.ipv6.conf.default.forwarding = 0
net.ipv6.conf.all.forwarding = 0

atman6 is sit device, ipv6 is loaded as module.


> What is happend if you let the interface down and delete it before
> becore rebooting?

OK, if interface is down, system is rebooting correctly.

I had made tests with shutdown interfaces, but i shutdowned wrong sit 
interface. :( Sorry for that. 

Anyway, ipip interfaces no need to be shutdown before reboot. Is it
problem in sit_cleanup()?


-- 
ŁT

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-10-19 19:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-19 15:58 unregister_netdevice 2.6.9 Lukasz Trabinski
2004-10-19 17:26 ` YOSHIFUJI Hideaki / 吉藤英明
2004-10-19 18:53   ` Lukasz Trabinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).