From owner-freebsd-xen@FreeBSD.ORG Sun May 31 12:58:24 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 BE8DF1065670; Sun, 31 May 2009 12:58:24 +0000 (UTC) (envelope-from mister.olli@googlemail.com) Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by mx1.freebsd.org (Postfix) with ESMTP id 23E5F8FC15; Sun, 31 May 2009 12:58:23 +0000 (UTC) (envelope-from mister.olli@googlemail.com) Received: by ewy8 with SMTP id 8so3790514ewy.43 for ; Sun, 31 May 2009 05:58:23 -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=aDMBEc38LiYZfNzTEfNdxB3pTVOV4KLXVD88cOca0L4=; b=a1auPqm2dC1b/ijINPweeBgzgVgiGdEqLZgt8ofN+O0n9Vit7SmqnKYj7zybLJaQhL jvMqTx000Z45SykWaNc4BhLtlbqtED0yXXbpxkRcdE1ZWRJ2tlBt+WIFC7NGdrMD5pf6 MhKTDn3c67ZQ6nEKqn4c7454yXzbqpnCn6XpE= 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=U+WE2ipYuovrAzw0QHxCR25cMvy1Of0xJOMGQOUq9HcdLG5vnuc/IatBNqje4/vEZN NJ0ekWU9EwhiRE2ZMg2JX2UAcP8L1EMjIWDrWbwje039Dg3q1dMOtUANrs6pGuh9x7QN JYXdozMyV48FyugteTPLak5YpBhAXJLR06ukg= Received: by 10.210.131.6 with SMTP id e6mr2659948ebd.81.1243774703214; Sun, 31 May 2009 05:58:23 -0700 (PDT) Received: from ?192.168.220.100? (Zf082.z.pppool.de [89.61.240.130]) by mx.google.com with ESMTPS id 7sm5774884eyb.25.2009.05.31.05.58.22 (version=SSLv3 cipher=RC4-MD5); Sun, 31 May 2009 05:58:22 -0700 (PDT) From: Mister Olli To: Adrian Chadd In-Reply-To: References: Content-Type: text/plain Date: Sun, 31 May 2009 14:58:06 +0200 Message-Id: <1243774686.12279.7.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: Sun, 31 May 2009 12:58:25 -0000 Hi, I just had the time to upgrade my domU to r193943 and it fixes some bugs I've seen before in my setup: - 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. - clock jumps fully disappeared for me. I can do a complete 'make buildworld' without any interruptions due to the time jump, even when I'm not using ntpd within the domU. Great work Adrian. This really brings domU support forward. Btw. do you know if there's already a PR for the reboot problem in xen domU's? For me the domU does not reboot (shutdown -r ) properly and hangs after the shutdown process is complete. Normal shutdown (shutdown -h) works like a charm. Regards --- Mr. Olli On Fri, 2009-05-29 at 21:45 +0800, Adrian Chadd wrote: > G'day, > > I've just committed some changes to the Xen clock code which should > resolve some of the random time jumps people may have seen when the > dom0/hypervisor clock was updated. > > Please test! > > > > Adrian > _______________________________________________ > freebsd-xen@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-xen > To unsubscribe, send any mail to "freebsd-xen-unsubscribe@freebsd.org"