From nobody Sat Sep 16 03:31:23 2023 X-Original-To: freebsd-current@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 4Rnc6Y0YmSz4sXRB for ; Sat, 16 Sep 2023 03:31:33 +0000 (UTC) (envelope-from madis555@hot.ee) Received: from SMTPOUT02.DKA.mailcore.net (smtpout02.dka.mailcore.net [81.7.169.175]) (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 "smtpout02.dka.mailcore.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rnc6W2vcZz4RfS for ; Sat, 16 Sep 2023 03:31:30 +0000 (UTC) (envelope-from madis555@hot.ee) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=online.ee header.s=mailcore header.b=fU89r7Bc; spf=pass (mx1.freebsd.org: domain of madis555@hot.ee designates 81.7.169.175 as permitted sender) smtp.mailfrom=madis555@hot.ee; dmarc=pass (policy=reject) header.from=hot.ee Received: from SMTP.DKA.mailcore.net (DKA-SMTP01.mailcore.local [10.1.0.51]) by SMTPOUT05.DKA.mailcore.net (Postfix) with ESMTP id 4D5AFE0089; Sat, 16 Sep 2023 05:31:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=online.ee; s=mailcore; t=1694835086; bh=JUIOjmiLLO2bPC9yMfYW0MfjegurNQrELUmORqskPZc=; h=Date:From:To:Subject:From; b=fU89r7BcWSMJYmlCD0plnZmOezbukAxDKNmvBXx5p6o4Nr70FOmmUFZass5Xjr/Lh ttuvb4eo8cToS6egDLb4C2qFT6VYgzmMnCVDzjKAoErXO+QtAih740HxQSfjlTaGkJ 47HUhfjlhPgteUi7bRYcRYF7t0A4WLQ79jw4Q21KNgnIHCu6wdYQ6LHi2J+j6seiFf adEM6bdYxW3bljKqeIhaeIZoYMNLRsLHpkAUqqGeHSzGtt4xxGaNj1nc2rR5Q7AH7a 8OeryiA+qppDRTaPxMHTsX9D+n3KCDxyyamMmDGayzpNaVkRPO0+y1vnv3YAq0Q8ty rVCNwGOxazlyg== Received: from [127.0.0.1] (111-190-35-213.dyn.estpak.ee [213.35.190.111]) by SMTP.DKA.mailcore.net (Postfix) with ESMTPSA id 61B7F400B6; Sat, 16 Sep 2023 05:31:27 +0200 (CEST) Date: Sat, 16 Sep 2023 06:31:23 +0300 From: Sulev-Madis Silber To: freebsd-current@freebsd.org Subject: time instability User-Agent: K-9 Mail for Android Message-ID: List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: --- X-Spamd-Result: default: False [-4.00 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.998]; DMARC_POLICY_ALLOW(-0.50)[hot.ee,reject]; R_SPF_ALLOW(-0.20)[+ip4:81.7.169.128/25]; R_DKIM_ALLOW(-0.20)[online.ee:s=mailcore]; MIME_GOOD(-0.10)[text/plain]; ASN(0.00)[asn:47292, ipnet:81.7.128.0/18, country:DK]; FROM_EQ_ENVFROM(0.00)[]; FREEMAIL_ENVFROM(0.00)[hot.ee]; DKIM_TRACE(0.00)[online.ee:+]; MIME_TRACE(0.00)[0:+]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; RCVD_TLS_LAST(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; FREEMAIL_FROM(0.00)[hot.ee]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4Rnc6W2vcZz4RfS there's something between (working): 47d997021fbc and (not working): 03bfee175269 that causes this to happen: # date +%s 1694821998 # date +%s 1694822034 # date +%s 1694822036 # date +%s 1694822003 it's armv7 allwinner h3 board this issue happens in=2E i have no clue wher= e to look except to brute force it maybe tomorrow what was committed in past two weeks that might cause this? running ntpd and powerd were killed, it didn't help a bit was real fun too, as time machine seems to have been invented, but, wtf!