lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 3 Nov 2006 22:43:05 +0100
From:	"roland" <devzero@....de>
To:	"Stephen Hemminger" <shemminger@...l.org>
Cc:	<greearb@...delatech.com>, <jesper.juhl@...il.com>,
	<linux-kernel@...r.kernel.org>, <linux-net@...r.kernel.org>,
	<yoshfuji@...ux-ipv6.org>
Subject: Re: unregister_netdevice: waiting for eth0 to become free

>You are also looking at 2.4 code which is OLD and probably broken in the
>device ref counting. Lots of work went into cleaning up the shutdown and 
>device
>ref counting for 2.6, and I'm not surprised if 2.4 has problems.

thanks. from what i found on different postings, it seems that this issue 
really has been adressed several times.
have seen it for 2.6 kernels though, vmware still recommending disabling 
ipv6 for suse 10.1 , but maybe this is just for "historical reason". 
furthermore jesper reported it for 2.6.18, but maybe that the problem now 
happens under very rare circumstances.
probably worth mentioning here, that two probably related bugs are in "not 
resolved" state at:
http://bugzilla.kernel.org/show_bug.cgi?id=6698 and 
http://bugzilla.kernel.org/show_bug.cgi?id=6197

i will keep an eye on our systems and report if i can see this on any more 
recent kernels.

thanks for your help!

roland

----- Original Message ----- 
From: "Stephen Hemminger" <shemminger@...l.org>
To: <devzero@....de>
Cc: <greearb@...delatech.com>; <jesper.juhl@...il.com>; 
<linux-kernel@...r.kernel.org>; <linux-net@...r.kernel.org>; 
<yoshfuji@...ux-ipv6.org>
Sent: Friday, November 03, 2006 10:04 PM
Subject: Re: unregister_netdevice: waiting for eth0 to become free


> On Fri, 03 Nov 2006 21:31:01 +0100
> devzero@....de wrote:
>
>> >Vmware has there own pseudo ethernet device and unless you have the 
>> >source for it.
>> >It would be hard to tell if it correctly manages itself.
>>
>> VMware is able to emulate three different network card types:
>>
>> - AMD Am79C970A - PCnet LANCE PCI Ethernet Controller (linux pcnet32 
>> driver)
>> - Intel E1000 (e1000 driver)
>> - VMXNET - VMware PCI Ethernet Adapter (vmxnet, vmware`s own driver)
>>
>> so there are 3 different drivers being used inside the guest OS for 
>> networking virtual machines.
>>
>> rumours tell, that the vmxnet driver is sort of a mess, but i have seen 
>> the unregister_netdevice problem with pcnet32 AND with vmxnet - and all 
>> of the vmware readme`s are telling:
>>
>> "In many Linux distributions, if IPv6 is enabled, VMware Tools cannot be 
>> configured with vmware-config-tools.pl after installation. In this case, 
>> VMware Tools is unable to set the network device correctly for the 
>> virtual machine, and displays a message similar to
>> Unloading pcnet32 module
>> unregister_netdevice: waiting for eth0 to become free"
>>
>> so - this is the native linux driver for pcnet32 which fails get unloaded 
>> _before_ the driver being replaced by the vmware specific one and the 
>> virtual nic being switched to the VMXNET adapter.....
>>
>> anyway - i got that problem while shutting down a VM, not while 
>> installing vmware tools.
>>
>> btw - just came across this posting from jesper juhl:
>> http://marc.theaimsgroup.com/?l=linux-kernel&m=115703768804826&w=2
>>
>> roland
>
> You are also looking at 2.4 code which is OLD and probably broken in the
> device ref counting. Lots of work went into cleaning up the shutdown and 
> device
> ref counting for 2.6, and I'm not surprised if 2.4 has problems. 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ