From owner-freebsd-testing@freebsd.org Thu Apr 8 13:58:39 2021 Return-Path: Delivered-To: freebsd-testing@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 060965DD645 for ; Thu, 8 Apr 2021 13:58:39 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FGNCL6m6Yz3Hqc for ; Thu, 8 Apr 2021 13:58:38 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from mail-pl1-f171.google.com (mail-pl1-f171.google.com [209.85.214.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: olivier/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id D619B34B6 for ; Thu, 8 Apr 2021 13:58:38 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: by mail-pl1-f171.google.com with SMTP id p10so1115774pld.0 for ; Thu, 08 Apr 2021 06:58:38 -0700 (PDT) X-Gm-Message-State: AOAM533/kgUqLgrrHD/OjOwxNKudurlkS57s/wWoJx36Toriq1o8qoDr +4ywLz0ERBpu6lV0ODjNJqZ3FNU72jKXm4O4p1Y= X-Google-Smtp-Source: ABdhPJydmcGsIF+9ue50gi2b0d07NxM9Wj/u2TpWZsJu3xMvzUMUcLa2H670aV6IHO2AzYQcx+it80iH2D7sjLEo8Vs= X-Received: by 2002:a17:902:d2c7:b029:e6:dd9e:d652 with SMTP id n7-20020a170902d2c7b02900e6dd9ed652mr8153067plc.1.1617890317583; Thu, 08 Apr 2021 06:58:37 -0700 (PDT) MIME-Version: 1.0 From: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Date: Thu, 8 Apr 2021 15:58:26 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: atf-sh shebang To: freebsd-testing@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2021 13:58:39 -0000 Hi, atf-sh(1) man page says: " Scripts using atf-sh(3) should start with: #! /usr/bin/env atf-sh " And env(1) man page says: "The env utility uses the PATH environment variable to locate the requested utility" But atf-sh is installed in /usr/libexec/ and this directory is not in the default PATH. So should we: 1. update the atf-sh(1) man page; 2. or update the default $PATH to add /usr/libexec; 3. or moving atf-sh into a directory referenced by the default $PATH ? Regards, Olivier From owner-freebsd-testing@freebsd.org Thu Apr 8 14:20:07 2021 Return-Path: Delivered-To: freebsd-testing@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 62A9F5DDD88 for ; Thu, 8 Apr 2021 14:20:07 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FGNh72BBVz3KQx; Thu, 8 Apr 2021 14:20:07 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [5.9.86.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.codepro.be", Issuer "R3" (verified OK)) (Authenticated sender: kp) by smtp.freebsd.org (Postfix) with ESMTPSA id 23828322F; Thu, 8 Apr 2021 14:20:07 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: by venus.codepro.be (Postfix, authenticated sender kp) id 2BD8B4A273; Thu, 8 Apr 2021 16:20:05 +0200 (CEST) From: "Kristof Provost" To: "Olivier =?utf-8?q?Cochard-Labb=C3=A9?=" Cc: freebsd-testing@freebsd.org Subject: Re: atf-sh shebang Date: Thu, 08 Apr 2021 16:20:04 +0200 X-Mailer: MailMate (1.13.2r5673) Message-ID: <8E5D8DF6-A9C0-4AE3-8B8E-B4C5C2681A29@FreeBSD.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2021 14:20:07 -0000 On 8 Apr 2021, at 15:58, Olivier Cochard-Labbé wrote: > atf-sh(1) man page says: > " > Scripts using atf-sh(3) should start with: > #! /usr/bin/env atf-sh > " > > And env(1) man page says: "The env utility uses the PATH environment > variable to locate the requested utility" > > But atf-sh is installed in /usr/libexec/ and this directory is not in > the > default PATH. > > So should we: > 1. update the atf-sh(1) man page; That’s probably the best option, given that our makefiles generate this for test scripts: #! /usr/libexec/atf-sh The source files for test scripts (e.g. /usr/src/tests/sys/netpfil/pf/pfsync.sh) do not include the shebang. It’s inserted by the build system. > 2. or update the default $PATH to add /usr/libexec; > 3. or moving atf-sh into a directory referenced by the default $PATH ? > Best regards, Kristof From owner-freebsd-testing@freebsd.org Fri Apr 9 05:44:11 2021 Return-Path: Delivered-To: freebsd-testing@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 83E005CC12D for ; Fri, 9 Apr 2021 05:44:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4FGnBM38F2z3qT5 for ; Fri, 9 Apr 2021 05:44:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 6C0B95CBED1; Fri, 9 Apr 2021 05:44:11 +0000 (UTC) Delivered-To: testing@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6BD3D5CBED0 for ; Fri, 9 Apr 2021 05:44:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FGnBM2ZB1z3qcL for ; Fri, 9 Apr 2021 05:44:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4B89A189B2 for ; Fri, 9 Apr 2021 05:44:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1395iB29015429 for ; Fri, 9 Apr 2021 05:44:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1395iBFh015428 for testing@FreeBSD.org; Fri, 9 Apr 2021 05:44:11 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: testing@FreeBSD.org Subject: [Bug 254903] ntpdate shows "no server suitable for synchronization found" Date: Fri, 09 Apr 2021 05:44:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: meetshamsher@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: testing@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2021 05:44:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254903 Bug ID: 254903 Summary: ntpdate shows "no server suitable for synchronization found" Product: Base System Version: Unspecified Hardware: arm64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: tests Assignee: testing@FreeBSD.org Reporter: meetshamsher@gmail.com I have updated the ntpv4 using port https://www.freshports.org/net/ntp/ seeing below issues as "no server suitable for synchronization found" with ntpdate (-d/-u) from 0.freebsd.pool.ntp.org ntpdate -d 0.freebsd.pool.ntp.org 9 Apr 05:37:14 ntpdate[95778]: ntpdate 4.2.8p15@1.3728-o Thu Feb 18 07:28:= 03 UTC 2021 (1) transmit(173.255.215.209) transmit(85.27.231.43) transmit(72.30.35.88) transmit(200.89.75.198) transmit(173.255.215.209) transmit(85.27.231.43) transmit(72.30.35.88) transmit(200.89.75.198) transmit(173.255.215.209) transmit(85.27.231.43) transmit(72.30.35.88) transmit(200.89.75.198) transmit(173.255.215.209) transmit(85.27.231.43) transmit(72.30.35.88) transmit(200.89.75.198) 173.255.215.209: Server dropped: no data 85.27.231.43: Server dropped: no data 72.30.35.88: Server dropped: no data 200.89.75.198: Server dropped: no data 9 Apr 05:37:22 ntpdate[95778]: no server suitable for synchronization found Also tried=20 ntpdate -u 0.freebsd.pool.ntp.org 9 Apr 05:36:04 ntpdate[68844]: no server suitable for synchronization found ping 0.freebsd.pool.ntp.org PING 0.freebsd.pool.ntp.org (173.255.215.209): 56 data bytes 64 bytes from 173.255.215.209: icmp_seq=3D0 ttl=3D42 time=3D253.551 ms 64 bytes from 173.255.215.209: icmp_seq=3D1 ttl=3D42 time=3D253.642 ms 64 bytes from 173.255.215.209: icmp_seq=3D2 ttl=3D42 time=3D253.674 ms --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-testing@freebsd.org Fri Apr 9 05:53:10 2021 Return-Path: Delivered-To: freebsd-testing@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7E5065CBFED for ; Fri, 9 Apr 2021 05:53:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4FGnNk2rqWz3r1f for ; Fri, 9 Apr 2021 05:53:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 5FEF05CBFEC; Fri, 9 Apr 2021 05:53:10 +0000 (UTC) Delivered-To: testing@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5FB715CBEF9 for ; Fri, 9 Apr 2021 05:53:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FGnNk12mxz3r3W for ; Fri, 9 Apr 2021 05:53:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 16CBE1896A for ; Fri, 9 Apr 2021 05:53:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1395rA9W019669 for ; Fri, 9 Apr 2021 05:53:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1395rAvJ019668 for testing@FreeBSD.org; Fri, 9 Apr 2021 05:53:10 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: testing@FreeBSD.org Subject: [Bug 254903] ntpdate shows "no server suitable for synchronization found" Date: Fri, 09 Apr 2021 05:53:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: meetshamsher@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: testing@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2021 05:53:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254903 --- Comment #1 from shamsher --- /usr/local/sbin/ntptrace -m 10 localhost: stratum 16, offset 0.000000, synch distance 0.000000 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-testing@freebsd.org Fri Apr 9 06:37:07 2021 Return-Path: Delivered-To: freebsd-testing@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0F5645CCEB7 for ; Fri, 9 Apr 2021 06:37:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4FGpMQ6rGrz3scH for ; Fri, 9 Apr 2021 06:37:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id E8C2C5CC951; Fri, 9 Apr 2021 06:37:06 +0000 (UTC) Delivered-To: testing@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E88565CCF0D for ; Fri, 9 Apr 2021 06:37:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FGpMQ6BHYz3stj for ; Fri, 9 Apr 2021 06:37:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C35EB1941E for ; Fri, 9 Apr 2021 06:37:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1396b6me042137 for ; Fri, 9 Apr 2021 06:37:06 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1396b6gn042136 for testing@FreeBSD.org; Fri, 9 Apr 2021 06:37:06 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: testing@FreeBSD.org Subject: [Bug 254903] ntpdate shows "no server suitable for synchronization found" Date: Fri, 09 Apr 2021 06:37:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: zarychtam@plan-b.pwste.edu.pl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: testing@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2021 06:37:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254903 Marek Zarychta changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zarychtam@plan-b.pwste.edu. | |pl --- Comment #2 from Marek Zarychta --- Probably temporary network issues. I was not able to reproduce this on FreeBSD 14.0-CURRENT (PINE64LTS) #1 main-n245553-8c9e45503fe: Sat Mar 20 18:25:04 CET 2021 (arm64) using ntp from ports. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-testing@freebsd.org Fri Apr 9 10:31:36 2021 Return-Path: Delivered-To: freebsd-testing@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0D8F65D40F2 for ; Fri, 9 Apr 2021 10:31:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4FGvYz6lyCz4Z43 for ; Fri, 9 Apr 2021 10:31:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id E7F275D3ED8; Fri, 9 Apr 2021 10:31:35 +0000 (UTC) Delivered-To: testing@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E7B3D5D4136 for ; Fri, 9 Apr 2021 10:31:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FGvYz672mz4ZVH for ; Fri, 9 Apr 2021 10:31:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C53601C36F for ; Fri, 9 Apr 2021 10:31:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 139AVZi3060433 for ; Fri, 9 Apr 2021 10:31:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 139AVZJb060432 for testing@FreeBSD.org; Fri, 9 Apr 2021 10:31:35 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: testing@FreeBSD.org Subject: [Bug 254903] ntpdate shows "no server suitable for synchronization found" Date: Fri, 09 Apr 2021 10:31:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: meetshamsher@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: testing@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2021 10:31:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254903 --- Comment #3 from shamsher --- (In reply to Marek Zarychta from comment #2) Hi Marek, Thanks for reply. But i am able to ping the server with 100% success. also tried with time.google getting same issues: ntpdate -d time.google.com 9 Apr 10:23:18 ntpdate[34212]: ntpdate 4.2.8p15@1.3728-o Thu Feb 18 07:28:= 03 UTC 2021 (1) transmit(216.239.35.8) transmit(216.239.35.0) transmit(216.239.35.12) transmit(216.239.35.4) transmit(216.239.35.8) transmit(216.239.35.0) transmit(216.239.35.12) transmit(216.239.35.4) transmit(216.239.35.8) transmit(216.239.35.0) transmit(216.239.35.12) transmit(216.239.35.4) transmit(216.239.35.8) transmit(216.239.35.0) transmit(216.239.35.12) transmit(216.239.35.4) 216.239.35.8: Server dropped: no data 216.239.35.0: Server dropped: no data 216.239.35.12: Server dropped: no data 216.239.35.4: Server dropped: no data 9 Apr 10:23:28 ntpdate[34212]: no server suitable for synchronization found is there any specific setting missing OR need to do ? ntpq peers also doen't show any thing as shown below : ntpq -p No association ID's returned ntpq ntpq> version ntpq 4.2.8p15@1.3728-o Thu Feb 18 07:28:11 UTC 2021 (1) ntpq> peers No association ID's returned ntpq>=20 The configuration in rc.conf done is as below: ntpd_program=3D"/usr/local/sbin/ntpd" ntpdate_program=3D"/usr/local/sbin/ntpdate" --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-testing@freebsd.org Fri Apr 9 11:19:17 2021 Return-Path: Delivered-To: freebsd-testing@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4A3945D514A for ; Fri, 9 Apr 2021 11:19:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4FGwd11SF0z4cJ1 for ; Fri, 9 Apr 2021 11:19:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 31F205D5396; Fri, 9 Apr 2021 11:19:17 +0000 (UTC) Delivered-To: testing@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 31BB75D5395 for ; Fri, 9 Apr 2021 11:19:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FGwd10v7Hz4cJ0 for ; Fri, 9 Apr 2021 11:19:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1202C1CDFB for ; Fri, 9 Apr 2021 11:19:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 139BJHC6084974 for ; Fri, 9 Apr 2021 11:19:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 139BJHYd084973 for testing@FreeBSD.org; Fri, 9 Apr 2021 11:19:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: testing@FreeBSD.org Subject: [Bug 254903] ntpdate shows "no server suitable for synchronization found" Date: Fri, 09 Apr 2021 11:19:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: meetshamsher@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: testing@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2021 11:19:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254903 --- Comment #4 from shamsher --- ntpq> lpeers No association ID's returned ntpq> sysinfo associd=3D0 status=3Dc016 leap_alarm, sync_unspec, 1 event, restart, system peer: 0.0.0.0:0 system peer mode: unspec leap indicator: 11 stratum: 16 log2 precision: -21 root delay: 0.000 root dispersion: 0.000 reference ID: . reference time: (no time) system jitter: 0.000000 clock jitter: 0.000 clock wander: 0.000 broadcast delay: -50.000 symm. auth. delay: 0.000 ntpq> version ntpq 4.2.8p15@1.3728-o Thu Feb 18 07:28:11 UTC 2021 (1) ntpq>=20 is there any conf missing? at initial stage only rc.conf done as below: ntpd_program=3D"/usr/local/sbin/ntpd" ntpdate_program=3D"/usr/local/sbin/ntpdate" --=20 You are receiving this mail because: You are the assignee for the bug.=