From owner-freebsd-xen@FreeBSD.ORG Tue Jun 2 14:58:44 2009 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7112106566B for ; Tue, 2 Jun 2009 14:58:44 +0000 (UTC) (envelope-from mister.olli@googlemail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 35B728FC0A for ; Tue, 2 Jun 2009 14:58:43 +0000 (UTC) (envelope-from mister.olli@googlemail.com) Received: by bwz9 with SMTP id 9so8398213bwz.43 for ; Tue, 02 Jun 2009 07:58:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=iMTM6B9jA37hal02w+LIBRcpaQDPg13Y+lPx8cBWA2o=; b=qRQCtYeHQdK3QfacdgH9zPxX5RVl5YXQp/peMhmUBANX6ij+/yjPcy4dwQzv+arSxQ nu9KMetK+KrslooZCe/uNH7KtkefphJXMAlXn8KYluS8v0xkaspJJ6WA+I4xscWX+RE7 Kjj9FNFGvcryns5sB+YCADpGJjT2tw2MMF52k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; b=gQp6M/F2zyl3IU9QKQvVGCd3/oTaWf1hTn4n+ey1Wn0mOiUPg17RZQhGn0oJV81NRS w7hGmmSvTqFkqpzCd5bo85/fWEPJJDoxXWc5sIbLTQs3sV6hyrtHq9JbYgLCVF9C65r4 Vi0/M1SjM700aOY1cudLNdlDSbHO2uwJT9Lhk= Received: by 10.204.97.140 with SMTP id l12mr6907969bkn.133.1243954723089; Tue, 02 Jun 2009 07:58:43 -0700 (PDT) Received: from ?10.30.1.106? (vpn-or.studi-planet.com [78.47.172.52]) by mx.google.com with ESMTPS id y15sm8627385fkd.53.2009.06.02.07.58.41 (version=SSLv3 cipher=RC4-MD5); Tue, 02 Jun 2009 07:58:42 -0700 (PDT) From: Mister Olli To: Anne Marcel Roorda In-Reply-To: <200906021427.n52ER5qQ001387@piglet.slowthinkers.net> References: <1243774686.12279.7.camel@phoenix.blechhirn.net> <1243928943.2351.5.camel@phoenix.blechhirn.net> <200906021427.n52ER5qQ001387@piglet.slowthinkers.net> Content-Type: text/plain Date: Tue, 02 Jun 2009 16:58:30 +0200 Message-Id: <1243954710.2351.18.camel@phoenix.blechhirn.net> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 Content-Transfer-Encoding: 7bit Cc: freebsd-xen@freebsd.org Subject: Re: Clock TOD issues (mostly) resolved? X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mister.olli@googlemail.com List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2009 14:58:45 -0000 On Tue, 2009-06-02 at 16:27 +0200, Anne Marcel Roorda wrote: > In message <1243928943.2351.5.camel@phoenix.blechhirn.net>, Mister Olli writes: > > > Hi, > > > > > > - scp'ing the kernel file to the dom0 instance hanged after transfering > > > > ~ 1MB of data and did not finish. This now works perfect. I > > > > hadn't got the time to test larger network transfers. > > > > > > Good! > > > > Sorry on that, I just recognized that it's not fixed right now. Maybe > > Most probable I've tested with the wrong kernel, since I have a r kernel > > here to transfer my freshly build kernel to the host dom0. > > I just tested with r193225 and it didn't work. Transfer always stops > > after 2112kb of transfered data, no matter what kind of data I copy: > > Hi, > > Try 'ifconfig xn0 -tso', that fixes it for me. > > - marcel Hi, thanks for the hint, solves the issue for me completly. Even transfering 2GB of data works perfectly. Just a short question: Can I append '-tso' to my ifconfig_xn0 line in /etc/rc.conf? Regards, --- Mr. Olli