From owner-freebsd-current@FreeBSD.ORG Sun Oct 25 21:29:59 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C21E106566B; Sun, 25 Oct 2009 21:29:59 +0000 (UTC) (envelope-from ehrmann@gmail.com) Received: from mail-iw0-f189.google.com (mail-iw0-f189.google.com [209.85.223.189]) by mx1.freebsd.org (Postfix) with ESMTP id 108D08FC21; Sun, 25 Oct 2009 21:29:58 +0000 (UTC) Received: by iwn27 with SMTP id 27so5662049iwn.7 for ; Sun, 25 Oct 2009 14:29:58 -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:message-id:subject:from:to:cc:content-type; bh=/Ya4D23i3Ej9XaogAYhmGRDJpIxgo5lbumGqWkiOKL8=; b=g38lM6Ev9uoGDYNjs15Bzs8y9uwWpIQLLWOyj1r+y6swHi55VKJt9oopzuNuXq0DYo i3jD7Q8/xHLZ1Pyi0q125DIr43IwJUvqPMwG80T2fkVs85QXCXR4NzTfZjxF/eqetxri F/NRkNRmYyjCmJ2eh08IcGuxOmQhU4NnoRsho= 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=uxT3y7MPvSlj8dvEcUEHCZXARs0jnBGwSS2SjtdZIXO7dDu3Pg3tB3YSBOMs8/y3J+ pdyJJoG+rZ43u+oU/DikMzduMxgbxJqNmCOJQzf/D3FSuYp3aneyieq1RZPtLiQiDOyN iWHZjWOSdP1nhfoml1CFmb4uY6RU76z/iCo3Q= MIME-Version: 1.0 Received: by 10.231.83.75 with SMTP id e11mr7422157ibl.11.1256506198171; Sun, 25 Oct 2009 14:29:58 -0700 (PDT) In-Reply-To: <6e0e5340910231531n737ac71ds11a07117c3f7667e@mail.gmail.com> References: <4ADF70F1.5060300@gmail.com> <4AE0DCDF.7090604@gmail.com> <20091023183708.GA6050@michelle.cdnetworks.com> <6e0e5340910231237v3f19b27ex1cbefd3f9a01af54@mail.gmail.com> <20091023194755.GC6050@michelle.cdnetworks.com> <20091023202604.GD6050@michelle.cdnetworks.com> <6e0e5340910231531n737ac71ds11a07117c3f7667e@mail.gmail.com> Date: Sun, 25 Oct 2009 14:29:58 -0700 Message-ID: <6e0e5340910251429n7b95143emb9a97b29d329ab1c@mail.gmail.com> From: David Ehrmann To: pyunyh@gmail.com Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org, Ivan Voras Subject: Re: Strange issue with Samba on 8.0rc1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2009 21:29:59 -0000 On Fri, Oct 23, 2009 at 3:31 PM, David Ehrmann wrote: > I just gave my other ethernet device, vr0, an IP and netmask. I'm seeing > the same problem if I access the samba share via that IP. Unless FreeBSD is > doing something funny and trying to guess that the two IP addresses are on > the same network and sending all data out on the faster interface, I think > the vge driver is off the hook. > > I also switched my laptop over from wifi to ethernet, but that also didn't > change things. > I rebuilt FreeBSD 8.0rc1 from source, copied it to my machine, and "upgraded." I'm still having the problem, and I noticed a similar flavor of problem when an XP client connects and transfers a file. But for now, I'll ignore that. I can't csup the stable supfile. The only change I made to the one in /usr/share/examples/cvsup was setting the host to cvsup10.us.freebsd.org. Everything else is the same. Here's what happens when I run it: # csup stable-supfile Connected to 69.147.83.48 Updating collection src-all/cvs Checkout src/COPYRIGHT Checkout src/LOCKS Checkout src/MAINTAINERS Receiver: Connection reset by peer Will retry at 13:51:34 Retrying Connected to 69.147.83.48 Protocol error during collection exchange cvsup fails, too. It's probably not my internet connection because I was able to use csup on another machine, and things like pkg_add -r work on this one. Maybe the compact flash FreeBSD is on has worn out where something important is stored, or maybe there's a strange networking bug. Any other ideas? How can I debug this?