From owner-freebsd-virtualization@FreeBSD.ORG Tue Dec 30 16:27:21 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D28B590 for ; Tue, 30 Dec 2014 16:27:21 +0000 (UTC) Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com [IPv6:2a00:1450:400c:c00::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B46C72792 for ; Tue, 30 Dec 2014 16:27:20 +0000 (UTC) Received: by mail-wg0-f48.google.com with SMTP id y19so20985520wgg.35 for ; Tue, 30 Dec 2014 08:27:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=W/jnKV+DEbDvKZlJiXFQKoGV4x3MtcA3hccx5PnbZrA=; b=dVEGNEodlMOJyhq3aty/r3L9uMtZiterrLvBimBBCHNRIkwDmrdLAvVKilfxE+7ZN5 1hhGM6w8OvLE/9QdyKiQuyNdDZN1UyoEdMmhN3dfDrLLKX/4YpaxCwQv6TiHCT1w1vvm Nv4SyVgaHLprXj8gV6QU/Uo9Zh3PJIH7MBW4QQaLukRHAwYYDLF1YyYUkukr82/PFBzQ bOC3UNcjoSVjfGeOCPrX685GeCQ2i0tckVhSXkv3ga3nXpt+DH73KetnZjNfupfI8YyA npiv4idsnf2JwRAseVjXR9xx11QKIDVhgxfWxdZ7TsN09pD2lWGl8jueA4TrzBNFjW9B voMg== MIME-Version: 1.0 X-Received: by 10.194.190.162 with SMTP id gr2mr123831355wjc.13.1419956834380; Tue, 30 Dec 2014 08:27:14 -0800 (PST) Received: by 10.194.140.9 with HTTP; Tue, 30 Dec 2014 08:27:14 -0800 (PST) In-Reply-To: References: Date: Tue, 30 Dec 2014 16:27:14 +0000 Message-ID: Subject: Re: Errors installing FreeBSD 10.1 amd64 under Hyper-V 2012 R2 From: "C. L. Martinez" To: freebsd-virtualization@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2014 16:27:21 -0000 On Tue, Dec 30, 2014 at 11:30 AM, Chris Knight wrote: > Howdy, > > "It's a feature, not a bug". > > You can basically ignore this as it's a warning, not an error. > You can minimise the amount of warning noise by using sysctl to select a > lower resolution timecounter (lower Hz), using sysctl to lower kern.tz or > turning off the Hyper-V timesync and using NTP instead. > You won't eliminate it, merely reduce the noise. Maybe one day > virtualisation timers will be 100% reliable and consistent, but today ain't > it... > Uhmm .. I have disabled time sync and I have enabled ntp and same errors ... On the other side after doing freebsd.update, hv_kvp_daemon doesn't works ... Is this normal?? Or do I need to install hyperv-is package??