Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2016 08:05:21 +0200 (CEST)
From:      =?ISO-8859-1?Q?Trond_Endrest=F8l?= <Trond.Endrestol@fagskolen.gjovik.no>
To:        Ernie Luzar <luzar722@gmail.com>
Cc:        questions@freebsd.org
Subject:   Re: 10.3 base ntpd leap-seconds. list file expires 2016-06-01
Message-ID:  <alpine.BSF.2.20.1605130802400.1421@mail.fig.ol.no>
In-Reply-To: <5734FBDF.700@gmail.com>
References:  <5734FBDF.700@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 12 May 2016 17:55-0400, Ernie Luzar wrote:

> New install of 10.3 from .iso file.
> On every boot of system get ntpd message saying
> /var/db/ntpd.leap-seconds.list file expires 2016-06-01.
> 
> I'm running the base version of ntpd, the one that
> is included as part of the base system.
> 
> This file should have been updated before 10.3 release was
> published to the public.
> 
> Where do I get the updated ntpd.leap-seconds.list file contents
> to write to my /var/db/ntpd.leap-seconds.list file?

Add these lines to /etc/periodic.conf:

daily_ntpd_leapfile_enable="YES"
daily_ntpd_avoid_congestion="YES"

Or, if you need the update to happen at night without delay:

daily_ntpd_leapfile_enable="YES"
daily_ntpd_avoid_congestion="NO"

You can also run:

service ntpd fetch

-- 
+-------------------------------+------------------------------------+
| Vennlig hilsen,               | Best regards,                      |
| Trond Endrestøl,              | Trond Endrestøl,                   |
| IT-ansvarlig,                 | System administrator,              |
| Fagskolen Innlandet,          | Gjøvik Technical College, Norway,  |
| tlf. mob.   952 62 567,       | Cellular...: +47 952 62 567,       |
| sentralbord 61 14 54 00.      | Switchboard: +47 61 14 54 00.      |
+-------------------------------+------------------------------------+
From owner-freebsd-questions@freebsd.org  Fri May 13 07:07:56 2016
Return-Path: <owner-freebsd-questions@freebsd.org>
Delivered-To: freebsd-questions@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4209B396CD
 for <freebsd-questions@mailman.ysv.freebsd.org>;
 Fri, 13 May 2016 07:07:56 +0000 (UTC)
 (envelope-from worobow@hotmail.com)
Received: from DUB004-OMC2S3.hotmail.com (dub004-omc2s3.hotmail.com
 [157.55.1.142])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits))
 (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 3A7C51F29
 for <freebsd-questions@FreeBSD.org>; Fri, 13 May 2016 07:07:55 +0000 (UTC)
 (envelope-from worobow@hotmail.com)
Received: from DUB405-EAS344 ([157.55.1.136]) by DUB004-OMC2S3.hotmail.com
 over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); 
 Fri, 13 May 2016 00:06:46 -0700
X-TMN: [G6F6arLdsAV5Do8+FWNrr4estnWE2gDO]
X-Originating-Email: [worobow@hotmail.com]
Message-ID: <DUB405-EAS3447786C329F1095425DA4CB0740@phx.gbl>
MIME-Version: 1.0
To: "freebsd-questions@FreeBSD.org" <freebsd-questions@FreeBSD.org>
From: Andrew.W Worobow <worobow@hotmail.com>
Subject: FreeBSD Atheros(QAC) HAL?
Date: Fri, 13 May 2016 10:06:42 +0300
Importance: normal
X-Priority: 3
X-OriginalArrivalTime: 13 May 2016 07:06:46.0188 (UTC)
 FILETIME=[02EB36C0:01D1ACE6]
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
X-Content-Filtered-By: Mailman/MimeDel 2.1.22
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/>;
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 13 May 2016 07:07:56 -0000

I want to use a part of the FreeBSD code in my own free project.=20
This project is mainly for windows, but so it is a portable cross-platform =
code.

More specifically, I want use code of FreeBSD Atheros HAL. It seemed to me =
the most convenient and  well-designed conceptually.

Well, and I hope that it will support in the future.=20

I want to ask your advice, how do you think, which the best way to support =
this code in actual condition in my local repo in project?

In fact, do not have Atheros HAL in a separate repository anywhere else.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.20.1605130802400.1421>