From owner-freebsd-questions@FreeBSD.ORG Sun Sep 6 14:11:14 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7F0A106566C for ; Sun, 6 Sep 2009 14:11:14 +0000 (UTC) (envelope-from hsmtkk@gmail.com) Received: from mail-qy0-f183.google.com (mail-qy0-f183.google.com [209.85.221.183]) by mx1.freebsd.org (Postfix) with ESMTP id 6D0878FC1D for ; Sun, 6 Sep 2009 14:11:14 +0000 (UTC) Received: by qyk13 with SMTP id 13so1539069qyk.3 for ; Sun, 06 Sep 2009 07:11:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=kIlpWr4Y+osOikQrDMrU5qK45w7l/24qJ9jMBCCjgJE=; b=kY3f7Wjy6Wx8lwhdLjy+Ia48ONzIA/ItYE/OT2ynScqRxtPwIV+mj0NWfOhbI7Zmrg U+ciEnHM91AgLvCmyt7BBl64wHoUSdsdqp0jx8bR1mhpY8yEZxCE2U8urbh5L1fqXvNN vx39R7oEj9MQXxpr1grD9z0e8LJoaox6J73J0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=e2rIQUYGC4CMPeIlvNRyzVeXwr7FEzlo8/FzuMJY+AI61Vogaio26GzUfKsQyAjKZ9 aAgnW2mviRUj3v8rV1bUfyHrnYHEHnZ509kALSxjTn31kkNwxMN45AcoptpxBRhWguhh hfwc2Ec3ExsfxFMc7s2c7P7kVNZPpKq1n9YUQ= MIME-Version: 1.0 Received: by 10.229.33.15 with SMTP id f15mr3404749qcd.59.1252246273383; Sun, 06 Sep 2009 07:11:13 -0700 (PDT) Date: Sun, 6 Sep 2009 23:11:13 +0900 Message-ID: <6bae2c430909060711m3c57adfej33014f84cb23874@mail.gmail.com> From: Hashimoto To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: Clock delays in FreeBSD guest VM on VirtualBox X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2009 14:11:14 -0000 Hello. I am running several FreeBSD(8.0-BETA3) guest VMs on VirtualBox on OpenSolaris. On all hosts, I am configuring & running ntpd. However, only one host (naming HostX) can sync the clock. All hosts except for HostX cannot sync the clock. (The time delays about 10 minutes in an hour.) What's the cause of this problem? Regards. /etc/rc.conf ntpd_enable="YES" ntpd_sync_on_start="YES" /etc/ntp.conf (default config file) server 0.freebsd.pool.ntp.org iburst maxpoll 9 server 1.freebsd.pool.ntp.org iburst maxpoll 9 server 2.freebsd.pool.ntp.org iburst maxpoll 9 -- Kouki Hashimoto hsmtkk@gmail.com