From owner-freebsd-hardware@FreeBSD.ORG Sun Feb 15 15:28:40 2009 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EC23106566C for ; Sun, 15 Feb 2009 15:28:40 +0000 (UTC) (envelope-from dadans@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 022278FC1D for ; Sun, 15 Feb 2009 15:28:39 +0000 (UTC) (envelope-from dadans@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so185193fgb.35 for ; Sun, 15 Feb 2009 07:28:39 -0800 (PST) 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:content-type :content-transfer-encoding; bh=KdqfbjidCAiFRjPwlb4kybycJGp6GpYc+OrEQG38j3I=; b=SZt1i8fwdQuxRK63xG/VC5OTCtV2+AqA9wzf4bTDlnn27jRNdIapYx/+GoqAW9XeGx 6APt1GKqoxD9qvoDVmhJ5IO3RBSFAaoVq3F6lDmUazefjq+vAwjmr7PjpNSG8Q2/L0AQ 7n2gQ8i+/aJ6OikSCgncFzdhzJyhws6P+gubo= 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 :content-type:content-transfer-encoding; b=ZU8L/OOKrRz1ORJGT5UEItu20V+M5lIfLfkY54WD97wNGKdKq0ZAmifxc7xQs8y1FA 8lA16vxHICKdjjSYD0dE9eHwtZuDtI/whxX+j8T22H7zJ394lLiz1kvx7SU/uZR1U6Ec ijytS9hLAb6kDjDDZcuvFQhjRIk7VDEmeD4cg= MIME-Version: 1.0 Received: by 10.86.3.4 with SMTP id 4mr876555fgc.66.1234710152659; Sun, 15 Feb 2009 07:02:32 -0800 (PST) In-Reply-To: <800496.48763.qm@web45816.mail.sp1.yahoo.com> References: <200902131045.n1DAjtxw031128@lurza.secnetix.de> <800496.48763.qm@web45816.mail.sp1.yahoo.com> Date: Sun, 15 Feb 2009 16:02:32 +0100 Message-ID: From: DadAN To: freebsd-hardware@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Hardware clock is not SYNC'ed with kernel clock by ntpdate? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2009 15:28:40 -0000 Hello, > However, how should I make this automatic, something that will update the CMOS clock everytime the kernel clock is syncronized > with a NTP server? Do I need to make changes on the variables below? You can run it as cron job, for example 1,31 0-5 * * * root adjkerntz -a here is my # sysctl -a machdep machdep.enable_panic_key: 0 machdep.adjkerntz: -3600 machdep.wall_cmos_clock: 1 machdep.disable_rtc_set: 0 machdep.conspeed: 115200 machdep.gdbspeed: 9600 machdep.conrclk: 1843200 machdep.disable_mtrrs: 0 machdep.guessed_bootdev: 2686451712 machdep.cpu_idle_hlt: 1 machdep.hlt_cpus: 0 machdep.prot_fault_translation: 0 machdep.panic_on_nmi: 1 machdep.tsc_freq: 514994590 machdep.i8254_freq: 1193182 machdep.acpi_timer_freq: 3579545 machdep.acpi_root: 1016224 -- DadAN