From owner-freebsd-stable@FreeBSD.ORG Thu Apr 8 16:04:50 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3154106564A for ; Thu, 8 Apr 2010 16:04:50 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 509378FC08 for ; Thu, 8 Apr 2010 16:04:49 +0000 (UTC) Received: by wyb33 with SMTP id 33so60664wyb.13 for ; Thu, 08 Apr 2010 09:04:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=FsflRUaAiFuOux5PYdXCM4AIrsH/k3SGOU4HpHB5FJE=; b=ou35J7o8RP7VwtRXgx5Wb+tTnP+578mXSVJywIWWED9UEiKg//iZ95/dT3dWL1MWZk xNMjnjWrxPkzcHMH/wU2gicIVUIhc3A9I783QrfjfbToWAr601nJ9K7opv57Xu3ml7RG Q/6DJj5i/yw6V41drGNZe7hP20QlWCLwf/vhc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Q5YbNvqz0YnqaF4YP2NC3O9xtbg7+PPbCjRV/ailfOZpQRSzNXN8MiWO/ygWUtzjJL UD7FON8KhWtE3pnKz//OJuqKGGDsh7yv7OuK9AMQPs+PH6DwUSAQqBuTM4BLREgAeXP7 wpiwXyAe1/a0c2IDQThNcaiwWGvHi0Ig9OIWo= MIME-Version: 1.0 Received: by 10.216.11.8 with HTTP; Thu, 8 Apr 2010 09:04:48 -0700 (PDT) In-Reply-To: References: <201004081313.o38DD4JM041821@lava.sentex.ca> <7.1.0.9.0.20100408091756.10652be0@sentex.net> <201004081446.o38EkU7h042296@lava.sentex.ca> Date: Thu, 8 Apr 2010 09:04:48 -0700 Received: by 10.216.87.75 with SMTP id x53mr143218wee.144.1270742689026; Thu, 08 Apr 2010 09:04:49 -0700 (PDT) Message-ID: From: Jack Vogel To: Brandon Gooch Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re: em driver regression X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2010 16:04:50 -0000 Brandon, Did the checkin of yesterday afternoon resolve the problem of the win7 systems in VirtualBox? I will continue to look at this today. Jack On Thu, Apr 8, 2010 at 8:29 AM, Brandon Gooch wrote: > On Thu, Apr 8, 2010 at 9:46 AM, Mike Tancsa wrote: > > > > OK, some more data... It seems dhclient is getting upset as well since > the > > updated driver > > > > Apr 8 10:28:37 ich10 dhclient[1383]: DHCPDISCOVER on em0 to > 255.255.255.255 > > port 67 interval 6 > > Apr 8 10:28:38 ich10 dhclient[1383]: ip length 328 disagrees with bytes > > received 332. > > Apr 8 10:28:38 ich10 dhclient[1383]: accepting packet with data after > udp > > payload. > > Apr 8 10:28:38 ich10 dhclient[1383]: DHCPOFFER from 192.168.xx.1 > > Apr 8 10:28:40 ich10 dhclient[1383]: DHCPREQUEST on em0 to > 255.255.255.255 > > port 67 > > Apr 8 10:28:40 ich10 dhclient[1383]: ip length 328 disagrees with bytes > > received 332. > > Apr 8 10:28:40 ich10 dhclient[1383]: accepting packet with data after > udp > > payload. > > Apr 8 10:28:40 ich10 dhclient[1383]: DHCPACK from 192.168.xx.1 > > > > I also tried manually applying the patch below > > > > > http://lists.freebsd.org/pipermail/svn-src-head/2010-April/016189.html > > > > but still get the same error on dhclient > > > > Apr 8 10:28:40 ich10 dhclient[1383]: ip length 328 disagrees with bytes > > received 332. > > > > which was not there before the 7.0.0 driver update > > > > em0: flags=8843 metric 0 mtu 1500 > > > > > options=399b > > ether 00:1c:c0:95:0d:0d > > inet 192.168.43.219 netmask 0xffffff00 broadcast 192.168.43.255 > > media: Ethernet autoselect (100baseTX ) > > status: active > > > > Also, should not > > > > # ifconfig em0 -vlanmtu -vlanhwtag -vlanhwfilter -vlanhwtso > > 0(ich10)# ifconfig em0 > > em0: flags=8843 metric 0 mtu 1500 > > > > > options=388b > > ether 00:1c:c0:95:0d:0d > > inet 192.168.43.219 netmask 0xffffff00 broadcast 192.168.43.255 > > media: Ethernet autoselect (100baseTX ) > > status: active > > 0(ich10)# killall dhclient > > 0(ich10)# dhclient em0 > > DHCPREQUEST on em0 to 255.255.255.255 port 67 > > ip length 328 disagrees with bytes received 332. > > accepting packet with data after udp payload. > > DHCPACK from 192.168.xx.1 > > bound to 192.168.xx.219 -- renewal in 22777 seconds. > > 0(ich10)# > > > > disable all the vlan features on the nic ? > > > > ---Mike > > > > > > -------------------------------------------------------------------- > > Mike Tancsa, tel +1 519 651 3400 > > Sentex Communications, mike@sentex.net > > Providing Internet since 1994 www.sentex.net > > Cambridge, Ontario Canada www.sentex.net/mike > > > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org > " > > > > I'm also seeing this. > > Jack, I've built the most recent revision from CURRENT and installed > it on the 8-STABLE machine. This is the computer I e-mailed about > yesterday (20100407) with which I've been having trouble with > VirtualBox 3.1.6 (FreeBSD Host) Windows Guests, bridged networking, > etc... > > Same situation with VirtualBox and still: > > ip length 328 disagrees with bytes received 332 > > -Brandon >