From nobody Sun Jul 07 17:23:30 2024 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WHDcQ2ytpz5Q7Zr for ; Sun, 07 Jul 2024 17:23:34 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "generic", Issuer "generic" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4WHDcQ0CX4z4n8h for ; Sun, 7 Jul 2024 17:23:33 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Authentication-Results: mx1.freebsd.org; none Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.17.1/8.17.1) with ESMTPS id 467HNUqU011064 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sun, 7 Jul 2024 10:23:30 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.17.1/8.17.1/Submit) id 467HNUWc011063; Sun, 7 Jul 2024 10:23:30 -0700 (PDT) (envelope-from fbsd) Date: Sun, 7 Jul 2024 10:23:30 -0700 From: bob prohaska To: Warner Losh Cc: Ronald Klop , "freebsd-arm@freebsd.org" Subject: Re: ntpd vs ntpdate with no hardware clock Message-ID: References: <454282477.15929.1720372600841@localhost> List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7065, ipnet:50.1.16.0/20, country:US] X-Rspamd-Queue-Id: 4WHDcQ0CX4z4n8h On Sun, Jul 07, 2024 at 11:18:56AM -0600, Warner Losh wrote: > On Sun, Jul 7, 2024, 11:16 AM Ronald Klop wrote: > > > I created fakertc for my rpi4. > > > > https://www.freshports.org/sysutils/fakertc/ > > > > Saves the time on shutdown and sets it back early at boot. > > > > Plus I use ntpdate together with ntpd. Works fine. > > > > Curious why the root mod time isn't firing... it whould alrwady do that > Root mod time seems fairly laggy: rprohask@www:~ % date Sun Jul 7 10:20:38 PDT 2024 rprohask@www:~ % ls -al / total 97 drwxr-xr-x 20 root wheel 512 Jul 5 13:21 . drwxr-xr-x 20 root wheel 512 Jul 5 13:21 .. unless I'm misusing ls -al, of course.... bob prohaska