<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=5879&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Clock does not update. Daedalus, arm64 Rasp Pi. NTP server not running]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5879</link>
		<description><![CDATA[The most recent posts in [SOLVED] Clock does not update. Daedalus, arm64 Rasp Pi. NTP server not running.]]></description>
		<lastBuildDate>Thu, 14 Sep 2023 19:43:55 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Clock does not update. Daedalus, arm64 Rasp Pi. NTP server not running]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44335#p44335</link>
			<description><![CDATA[<p>Clock still fails to update until roughly an hour after bootup very occasionally, two weeks later.&#160; </p><p>&#039;[SOLVED]&#039; in title cannot seem to be able to be removed.</p>]]></description>
			<author><![CDATA[dummy@example.com (ExposeGlobalistsMadness)]]></author>
			<pubDate>Thu, 14 Sep 2023 19:43:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44335#p44335</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Clock does not update. Daedalus, arm64 Rasp Pi. NTP server not running]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43963#p43963</link>
			<description><![CDATA[<p>Perhaps the reason for the errors with the clock not updating nor the <em>ntp</em> packages being corrected/updated for a long time is simply that one of my <span class="bbc">/etc/apt/sources.list</span> entries was noted yesterday to be wrong:</p><div class="codebox"><pre><code>deb http://deb.devuan.org/devuan daedalus-security main</code></pre></div><p>Instead of:</p><div class="codebox"><pre><code>deb http://deb.devuan.org/merged daedalus-security main</code></pre></div><p>I also added <span class="bbc">deb-src</span> lines to that <span class="bbc">sources.list</span> and <span class="bbc">non-free-firmware non-free contrib</span> entries on the <span class="bbc">daedalus-update</span> and <span class="bbc">daedalus-security</span> lines in case those could help.</p><p>As a result, when updating, <span class="bbc">ntp</span>, <span class="bbc">ntpsec</span> and <span class="bbc">python3-ntp</span> were among the 25 packages upgraded then.&#160; The clock updates ok now, even with the <span class="bbc">ntp.sh</span> workaround removed.</p>]]></description>
			<author><![CDATA[dummy@example.com (ExposeGlobalistsMadness)]]></author>
			<pubDate>Wed, 30 Aug 2023 16:08:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43963#p43963</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Clock does not update. Daedalus, arm64 Rasp Pi. NTP server not running]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43661#p43661</link>
			<description><![CDATA[<p>Another test: during this new session, the clock did not update until it was updated manually (<span class="bbc">sudo service ntpsec restart</span>) though the ethernet cable was connected, but the router and internet connection were not up until minutes into the session.&#160; So why doesn&#039;t <em>ntpsec</em> or any other relevant service recheck for an internet connection periodically?</p><p>Having to use the <span class="bbc">ntp.sh</span> script is not an appropriate solution though, so maybe the <strong>&#039;[SOLVED]&#039;</strong> label should be removed?</p>]]></description>
			<author><![CDATA[dummy@example.com (ExposeGlobalistsMadness)]]></author>
			<pubDate>Tue, 22 Aug 2023 11:32:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43661#p43661</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Clock does not update. Daedalus, arm64 Rasp Pi. NTP server not running]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43637#p43637</link>
			<description><![CDATA[<p><strong>Correction: </strong> The clock updated ok on the first reboot after doing the steps described but not on the following sessions, somehow.&#160; So I continued just as <strong>delgado</strong> iterated, by installing <em>ntp</em> anew (<span class="bbc">sudo apt install ntp</span>) as a final step:</p><div class="quotebox"><blockquote><div><p>Summary / assumption: package ntp was not upgraded corectly by the new metapackage. The (installed file-)content changed after de- and re-installing it.</p></div></blockquote></div><p>The clock then updated for all of the following sessions.</p>]]></description>
			<author><![CDATA[dummy@example.com (ExposeGlobalistsMadness)]]></author>
			<pubDate>Mon, 21 Aug 2023 22:19:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43637#p43637</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Clock does not update. Daedalus, arm64 Rasp Pi. NTP server not running]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43571#p43571</link>
			<description><![CDATA[<p>Great points, <strong>delgado</strong>!&#160; When following your reasoning and purging <em>ntp</em>, there was a signal given by <em>apt</em> proposing to autoremove the remaining two ntp packages (<em>ntpsec</em> and <em>python3-ntp</em>), as the operating system might be programmed to think that they were just dependencies to <em>ntp</em>:</p><div class="codebox"><pre><code>$ sudo apt purge ntp
[...]
The following packages were automatically installed and are no longer required:
  ntpsec python3-ntp
Use &#039;sudo apt autoremove&#039; to remove them.
[...]</code></pre></div><p><em>apt</em> otherwise points out that <em>ntpsec</em> was already installed and up-to-date:</p><div class="codebox"><pre><code>$ sudo apt install ntpsec
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
ntpsec is already the newest version (1.2.2+dfsg1-1).
ntpsec set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.</code></pre></div><p>Developers, note from that output that &quot;<em>ntpsec set to manually installed</em>&quot;, in case it could be of interest!&#160; Could that be why <em>apt</em> thinks that there is no <em>ntpsec</em> and no <em>python3-ntp</em> to autoremove:</p><div class="codebox"><pre><code>$ sudo apt autoremove
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.</code></pre></div><p>The workaround <em>ntp.sh</em> script was removed, and after reboot, it looks indeed that <em>ntpsec</em> needed to be reinstalled as proposed by <strong>delgado</strong>, since the clock still didn&#039;t update after about 15 minutes.&#160; So after updating the system (no update found):</p><div class="codebox"><pre><code>$ sudo apt remove ntpsec
[...]
The following packages will be REMOVED:
  ntpsec python3-ntp
[...]

$ sudo apt install ntpsec
[...]
The following NEW packages will be installed:
  ntpsec python3-ntp
[...]
Stopping NTP server: ntpd.
Starting NTP server: ntpd2023-08-19T12:51:22 ntpd[7742]: INIT: ntpd ntpsec-1.2.2: Starting
2023-08-19T12:51:22 ntpd[7742]: INIT: Command line: /usr/sbin/ntpd -p /run/ntpd.pid -c /etc/ntpsec/ntp.conf -g -N 
-u ntpsec:ntpsec
.
[...]</code></pre></div><p>And so the clock got updated with <em>ntpsec</em> and without <em>ntp</em>.&#160; Therefore, with the above adjustments, <em>ntp</em> gets replaced by <em>ntpsec</em>, which tracks Devuan&#039;s plan.</p><p>They&#039;re probably teething pains from updating from Chimaera to Daedalus, as this recently became released as stable.&#160; I&#039;m getting other error messages e.g. re <em>alsa</em>; modules <em>ppdev</em> and <em>parport_pc</em>;&#160; and <em>seatd</em> (which looks set to get an update, according to a post today - <a href="https://dev1galaxy.org/viewtopic.php?pid=43565#p43565" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=43565#p43565</a>), and I wonder whether that might be connected to why videos don&#039;t usually play on a <em>librewolf</em> browser, as reported above (it is not in Devuan&#039;s or Debian&#039;s arm64 repos).&#160; Thanks again.</p>]]></description>
			<author><![CDATA[dummy@example.com (ExposeGlobalistsMadness)]]></author>
			<pubDate>Sat, 19 Aug 2023 18:59:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43571#p43571</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Clock does not update. Daedalus, arm64 Rasp Pi. NTP server not running]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43552#p43552</link>
			<description><![CDATA[<p>Or it was a bug:</p><p>I got the same installation and error respective <span class="bbc">ntp</span> on my pc.<br />Beside the fail-message, <span class="bbc">ntpd</span> was actually running (<span class="bbc">ps ax | grep ntpd</span>).<br />The final fix in my case was: <span class="bbc">apt purge ntp</span>. EDIT: To have ntp in any case, additionally: <span class="bbc">apt install ntpsec</span> </p><p>Description:<br />There were two init.d-scripts existing, both return &quot;fail&quot; on &quot;status&quot;. <br />/etc/init.d/ntp<br />/etc/init.d/ntpsec<br />After doing <span class="bbc">apt purge ntp</span>, the file /etc/init.d/ntp was gone and <span class="bbc">/etc/init.d/ntpsec status</span> now returns correctly &quot;running&quot;.<br />Re-installing for testing purposes: <span class="bbc">apt install ntp</span> did not harm anymore, it turned into a basically empty (meta-)package. I don&#039;t remember the exact content, but ntp was a &quot;real&quot; package with functionality.</p><p>Summary / assumption: package <span class="bbc">ntp</span> was not upgraded corectly by the new metapackage. The (installed file-)content changed after de- and re-installing it.</p><div class="quotebox"><cite>ExposeGlobalistsMadness wrote:</cite><blockquote><div><p>After upgrading from Devuan Chimaera to Daedalus&#160; (...)</p><div class="codebox"><pre><code>$ sudo service ntp status
NTP server is not running ... failed!</code></pre></div><p>(...)<br />2) For Bookworm, &quot;The ntp package, which used to be the default way to set the system clock from a Network Time Protocol (NTP) server, has been replaced by ntpsec. (...)</p><div class="codebox"><pre><code>$ apt list --installed | grep ntp
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

ntp/stable,stable,now 1:4.2.8p15+dfsg-2~1.2.2+dfsg1-1 all [installed]
ntpsec/stable,now 1.2.2+dfsg1-1 arm64 [installed,automatic]
python3-ntp/stable,now 1.2.2+dfsg1-1 arm64 [installed,automatic]</code></pre></div></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (delgado)]]></author>
			<pubDate>Sat, 19 Aug 2023 09:33:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43552#p43552</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Clock does not update. Daedalus, arm64 Rasp Pi. NTP server not running]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43533#p43533</link>
			<description><![CDATA[<p>I am grateful to everyone for your replies, and I trust that they could help some people, but as I don&#039;t know how to install <em>chrony</em> nor how to trace scripts, and until hopefully the root of the problem is found and implemented on Daedalus for arm64, a workaround that worked for me was implemented from <a href="https://dev1galaxy.org/viewtopic.php?pid=42483#p42483" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=42483#p42483</a> .</p><p>On my Devuan Daedalus system, the <span class="bbc">/etc/elogind/system-sleep</span> folder didn&#039;t exist, so in order to preserve the solution above, in case it is important, I thought to create the mentioned folder:</p><div class="codebox"><pre><code>sudo mkdir /etc/elogind/system-sleep
sudo touch /etc/elogind/system-sleep/ntp.sh
sudo rnano -w /etc/elogind/system-sleep/ntp.sh</code></pre></div><p>...and used the script:</p><div class="codebox"><pre><code>#!/bin/sh
# To update clock
# Credit to bigcat, from https://dev1galaxy.org/viewtopic.php?pid=42483#p42483
case $1 in
        pre)
                /etc/init.d/ntpsec stop
                /bin/sleep 1
                ;;
        post)
                /usr/sbin/ntpd -gq
                /etc/init.d/ntpsec start
                ;;
esac</code></pre></div><p>Then thought that some <em>chown</em> and <em>chmod</em> instructions were appropriate:-</p><div class="codebox"><pre><code>sudo chown root:root /etc/elogind/system-sleep/ntp.sh 
sudo chmod +x /etc/elogind/system-sleep/ntp.sh </code></pre></div><p>In case it can help any Devuan arm64 developer, please note that on one lone recent occasion, the clock somehow updated quickly before adding the script above, and a log reported at the time:</p><div class="codebox"><pre><code>$ sudo cat /var/log/boot
[...]
Thu Aug 17 21:24:03 2023: Starting NTP server: ntpd2023-08-17T21:24:03 ntpd[2121]: INIT: ntpd ntpsec-1.2.2: Starting
Thu Aug 17 21:24:03 2023: 2023-08-17T21:24:03 ntpd[2121]: INIT: Command line: /usr/sbin/ntpd -p /run/ntpd.pid -c /etc/ntpsec/ntp.conf -g -N -u ntpsec:ntpsec
Thu Aug 17 21:24:03 2023: .
Thu Aug 17 21:24:03 2023: Starting NTP server: ntpd2023-08-17T21:24:03 ntpd[2129]: INIT: ntpd ntpsec-1.2.2: Starting
Thu Aug 17 21:24:03 2023: 2023-08-17T21:24:03 ntpd[2129]: INIT: Command line: /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 102:107
[...]</code></pre></div><p>Thanks again.&#160; Please flag up if anything seems wrong, anyone.&#160; Thank you!</p>]]></description>
			<author><![CDATA[dummy@example.com (ExposeGlobalistsMadness)]]></author>
			<pubDate>Fri, 18 Aug 2023 22:14:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43533#p43533</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Clock does not update. Daedalus, arm64 Rasp Pi. NTP server not running]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43492#p43492</link>
			<description><![CDATA[<p>The startup scripts (remember, this is initscripts, not systemd) are in <span class="bbc">/etc/init.d</span>, etc:</p><div class="codebox"><pre><code>/etc/init.d/ntp
/etc/rc2.d/S03ntp
/etc/rc2.d/S03ntpsec
/etc/rc3.d/S03ntp
/etc/rc3.d/S03ntpsec
/etc/rc4.d/S03ntp
/etc/rc4.d/S03ntpsec
/etc/rc5.d/S03ntp
/etc/rc5.d/S03ntpsec</code></pre></div><p>This is the init.d script:</p><div class="quotebox"><blockquote><div><p>#!/bin/sh</p><p>### BEGIN INIT INFO<br /># Provides:&#160; &#160; &#160; &#160; ntp<br /># Required-Start:&#160; $network $remote_fs $syslog<br /># Required-Stop:&#160; &#160;$network $remote_fs $syslog<br /># Default-Start:&#160; &#160;2 3 4 5<br /># Default-Stop: <br /># Short-Description: Start NTP daemon<br />### END INIT INFO</p><p>PATH=/sbin:/bin:/usr/sbin:/usr/bin</p><p>. /lib/lsb/init-functions</p><p>DAEMON=/usr/sbin/ntpd<br />PIDFILE=/var/run/ntpd.pid</p><p>test -x $DAEMON || exit 0</p><p>if [ -r /etc/default/ntp ]; then<br />&#160; &#160; . /etc/default/ntp<br />fi</p><p>if [ -e /run/ntp.conf.dhcp ]; then<br />&#160; &#160; NTPD_OPTS=&quot;$NTPD_OPTS -c /run/ntp.conf.dhcp&quot;<br />fi</p><p>RUNASUSER=ntp<br />UGID=$(getent passwd $RUNASUSER | cut -f 3,4 -d:) || true<br />if test &quot;$(uname -s)&quot; = &quot;Linux&quot;; then<br />&#160; &#160; &#160; &#160; NTPD_OPTS=&quot;$NTPD_OPTS -u $UGID&quot;<br />fi</p><p>case $1 in<br />&#160; &#160; start)<br />&#160; &#160; &#160; &#160; log_daemon_msg &quot;Starting NTP server&quot; &quot;ntpd&quot;<br />&#160; &#160; &#160; &#160; if [ -z &quot;$UGID&quot; ]; then<br />&#160; &#160; &#160; &#160; &#160; &#160; log_failure_msg &quot;user \&quot;$RUNASUSER\&quot; does not exist&quot;<br />&#160; &#160; &#160; &#160; &#160; &#160; exit 1<br />&#160; &#160; &#160; &#160; fi<br />&#160; &#160; &#160; &#160; start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --startas $DAEMON -- -p $PIDFILE $NTPD_OPTS<br />&#160; &#160; &#160; &#160; log_end_msg $?<br />&#160; &#160; &#160; &#160; &#160; ;;<br />&#160; &#160; stop)<br />&#160; &#160; &#160; &#160; log_daemon_msg &quot;Stopping NTP server&quot; &quot;ntpd&quot;<br />&#160; &#160; &#160; &#160; start-stop-daemon --stop --quiet --oknodo --pidfile $PIDFILE --retry=TERM/30/KILL/5 --exec $DAEMON<br />&#160; &#160; &#160; &#160; log_end_msg $?<br />&#160; &#160; &#160; &#160; rm -f $PIDFILE<br />&#160; &#160; &#160; &#160; &#160; ;;<br />&#160; &#160; restart|force-reload)<br />&#160; &#160; &#160; &#160; $0 stop &amp;&amp; sleep 2 &amp;&amp; $0 start<br />&#160; &#160; &#160; &#160; &#160; ;;<br />&#160; &#160; try-restart)<br />&#160; &#160; &#160; &#160; if $0 status &gt;/dev/null; then<br />&#160; &#160; &#160; &#160; &#160; &#160; $0 restart<br />&#160; &#160; &#160; &#160; else<br />&#160; &#160; &#160; &#160; &#160; &#160; exit 0<br />&#160; &#160; &#160; &#160; fi<br />&#160; &#160; &#160; &#160; ;;<br />&#160; &#160; reload)<br />&#160; &#160; &#160; &#160; exit 3<br />&#160; &#160; &#160; &#160; ;;<br />&#160; &#160; status)<br />&#160; &#160; &#160; &#160; status_of_proc $DAEMON &quot;NTP server&quot;<br />&#160; &#160; &#160; &#160; ;;<br />&#160; &#160; *)<br />&#160; &#160; &#160; &#160; echo &quot;Usage: $0 {start|stop|restart|try-restart|force-reload|status}&quot;<br />&#160; &#160; &#160; &#160; exit 2<br />&#160; &#160; &#160; &#160; ;;<br />esac</p></div></blockquote></div><p>Now you can trace the scripts through &amp; find out where it is failing (although you should have more than one error message to tell you what is happening.</p><p>HTH</p>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Thu, 17 Aug 2023 20:18:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43492#p43492</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Clock does not update. Daedalus, arm64 Rasp Pi. NTP server not running]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43491#p43491</link>
			<description><![CDATA[<div class="quotebox"><cite>ExposeGlobalistsMadness wrote:</cite><blockquote><div><p>So what are common Devuan users to do?&#160; Starting up <em>ntp</em> fails again (<span class="bbc">sudo service ntp start</span>), even though the clock somehow updated automatically much later during this same session!</p></div></blockquote></div><p>I use chrony. It seems to work reliably.</p><p><a href="https://chrony-project.org/comparison.html" rel="nofollow">https://chrony-project.org/comparison.html</a></p><p>NB. the comparisons shown on this page are with ntp not with ntpsec.</p>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Thu, 17 Aug 2023 20:09:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43491#p43491</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Clock does not update. Daedalus, arm64 Rasp Pi. NTP server not running]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43490#p43490</link>
			<description><![CDATA[<p>Whilst searching for the ntp startup script I came across this:</p><div class="codebox"><pre><code>$ less /usr/sbin/ntpdate</code></pre></div><div class="quotebox"><blockquote><div><p>#! /bin/sh<br />#<br /># ntpdate - emulate the crufty old ntpdate utility from NTP Classic<br />#<br /># Not documented, as this is strictly a backward-compatibility shim. It&#039;s<br /># based on the recipes at<br />#&#160; &#160; &#160; &#160; &#160; &#160;<a href="http://support.ntp.org/bin/view/Dev/DeprecatingNtpdate" rel="nofollow">http://support.ntp.org/bin/view/Dev/DeprecatingNtpdate</a><br /># with corrections for modern ntpdig options.</p></div></blockquote></div><p>update:<br />removed extraneous &#039;]&#039;.</p>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Thu, 17 Aug 2023 20:09:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43490#p43490</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Clock does not update. Daedalus, arm64 Rasp Pi. NTP server not running]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43487#p43487</link>
			<description><![CDATA[<p>Thanks for your prompt reply, <strong>alexkemp</strong>, it is appreciated!&#160; So what are common Devuan users to do?&#160; Starting up <em>ntp</em> fails again (<span class="bbc">sudo service ntp start</span>), even though the clock somehow updated automatically much later during this same session!</p><p>Currently:</p><div class="codebox"><pre><code>$ sudo service ntp status
NTP server is not running ... failed!

$ sudo service ntp start 
Starting NTP server: ntpd2023-08-17T15:07:05 ntpd[879]: INIT: ntpd ntpsec-1.2.2: Starting
2023-08-17T15:07:05 ntpd[879]: INIT: Command line: /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 102:107
.</code></pre></div><p>Anyone?</p>]]></description>
			<author><![CDATA[dummy@example.com (ExposeGlobalistsMadness)]]></author>
			<pubDate>Thu, 17 Aug 2023 19:15:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43487#p43487</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Clock does not update. Daedalus, arm64 Rasp Pi. NTP server not running]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43483#p43483</link>
			<description><![CDATA[<p><a href="https://en.wikipedia.org/wiki/Ntpdate" rel="nofollow">ntpdate</a> has been deprecated for quite some time. You will NOT find it in Devuan (nor Debian] to download. Try <span class="bbc">apt search nptdate</span> if you do not believe me (it returns zilch).</p><p>The word on the Debian beach is found within <span class="bbc">less /usr/share/doc/ntpdate/NEWS.Debian.gz</span> (dated to Jan 16&#160; 2023) which says:</p><div class="quotebox"><blockquote><div><p>ntpsec (1.2.1+dfsg1-6) unstable; urgency=low</p><p>&#160; ntpsec is replacing ntp in Debian.</p><p>&#160; If you were already using ntpsec, you can stop reading now.&#160; For<br />&#160; those coming from ntp, NTPsec is a drop-in replacement for common<br />&#160; configurations, but some things have been removed or changed in the<br />&#160; name of security and/or maintainability:<br />&#160; &#160; <a href="https://docs.ntpsec.org/latest/ntpsec.html" rel="nofollow">https://docs.ntpsec.org/latest/ntpsec.html</a></p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Thu, 17 Aug 2023 18:29:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43483#p43483</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Clock does not update. Daedalus, arm64 Rasp Pi. NTP server not running]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43478#p43478</link>
			<description><![CDATA[<p>After upgrading from Devuan Chimaera to Daedalus using bash commands on a Raspberry Pi, using out-of-the-box <em>sysvinit</em> as <em>init</em>, the clock did not update during sessions, sometimes for very roughly an hour or more. </p><p>The Pi isn&#039;t generally plugged in between sessions, and the clock needs to do network updates.</p><p>(Also note that <a href="http://odysee.com" rel="nofollow">odysee.com</a> videos and livestreams generally just buffer for me without starting to play in a <em>librewolf</em> browser, perhaps due to a lack of synchronization?&#160; They do seem to play in <em>firefox-esr</em>, so it might be due to a bug in <em>librewolf</em>. A temporary solution that worked yesterday but recurs during today&#039;s session:</p><div class="codebox"><pre><code>sudo apt-get remove pipewire* libpipewire* 
sudo apt-get install pavucontrol pulseaudio </code></pre></div><p>See <a href="https://dev1galaxy.org/viewtopic.php?pid=41755#p41755" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=41755#p41755</a>).</p><p>Notice:</p><div class="codebox"><pre><code>$ sudo service ntp status
NTP server is not running ... failed!</code></pre></div><p>Interesting observations from others:-</p><p>1) &quot;There are some changes in Bookworm (and hence Daedelus) that don&#039;t affect my PC but might others e.g. the packages that set the system clock and reduced accessibility support.&quot;(<a href="https://dev1galaxy.org/viewtopic.php?pid=42957#p42957" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=42957#p42957</a>)</p><p>2) For Bookworm, &quot;The ntp package, which used to be the default way to set the system clock from a Network Time Protocol (NTP) server, has been replaced by ntpsec.<br />Most users will not need to take any specific action to transition from ntp to ntpsec.&quot; (<a href="https://www.debian.org/releases/bookworm/amd64/release-notes/ch-information.en.html#changes-to-packages-that-set-the-system-clock" rel="nofollow">https://www.debian.org/releases/bookwor … stem-clock</a>)</p><p>3) If setting clock via BIOS, and &quot;If ntp and nptdate aren&#039;t installed, you have no chance to use this path. BTW: with Daedalus(Bookworm) the path to the ntp.conf has changed to /etc/ntpsec.&quot; (<a href="https://dev1galaxy.org/viewtopic.php?pid=43252#p43252" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=43252#p43252</a>)</p><p>Although a Pi uses a Broadcom chip instead of a BIOS anyway, please note that ntpdate is not installed:</p><div class="codebox"><pre><code>$ apt list --installed | grep ntp
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

ntp/stable,stable,now 1:4.2.8p15+dfsg-2~1.2.2+dfsg1-1 all [installed]
ntpsec/stable,now 1.2.2+dfsg1-1 arm64 [installed,automatic]
python3-ntp/stable,now 1.2.2+dfsg1-1 arm64 [installed,automatic]</code></pre></div><p>Also, strangely, the path for <span class="bbc">ntp.conf</span> may have changed indeed to <span class="bbc">/etc/ntpsec</span>, because a&#160; copy was found there, but a copy was somehow found at <span class="bbc">/etc</span> also.</p><p>When trying to update clock, adapted from <a href="https://forums.raspberrypi.com/viewtopic.php?p=487981&amp;sid=919c7fe8830c152209dddc040f8a0c0e#p487981" rel="nofollow">https://forums.raspberrypi.com/viewtopi … 0e#p487981</a> :</p><div class="codebox"><pre><code>$ sudo ntpd -gq
2023-08-17T02:50:00 ntpd[10338]: INIT: ntpd ntpsec-1.2.2: Starting
2023-08-17T02:50:00 ntpd[10338]: INIT: Command line: ntpd -gq
2023-08-17T02:50:00 ntpd[10338]: INIT: precision = 0.241 usec (-22)
2023-08-17T02:50:00 ntpd[10338]: INIT: successfully locked into RAM
2023-08-17T02:50:00 ntpd[10338]: CONFIG: readconfig: parsing file: /etc/ntpsec/ntp.conf
2023-08-17T02:50:00 ntpd[10338]: CONFIG: restrict nopeer ignored
2023-08-17T02:50:00 ntpd[10338]: CLOCK: leapsecond file (&#039;/usr/share/zoneinfo/leap-seconds.list&#039;): good hash signature
2023-08-17T02:50:00 ntpd[10338]: CLOCK: leapsecond file (&#039;/usr/share/zoneinfo/leap-seconds.list&#039;): loaded, expire=2023-12-28T00:00Z last=2017-01-01T00:00Z ofs=37
2023-08-17T02:50:00 ntpd[10338]: IO: unable to bind to wildcard address :: - another process may be running: Address already in use; EXITING</code></pre></div><p><em>So <strong>&quot;ntpd[10338]: IO: unable to bind to wildcard address :: - another process may be running: Address already in use&quot;</strong>!</em></p><p>Continuing...</p><div class="codebox"><pre><code>$ sudo /etc/init.d/ntp start
Starting NTP server: ntpd2023-08-17T02:50:15 ntpd[10372]: INIT: ntpd ntpsec-1.2.2: Starting
2023-08-17T02:50:15 ntpd[10372]: INIT: Command line: /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 102:107
.</code></pre></div><p>Having written this, a little later the clock somehow updated, roughly an hour after boot as on recent occasions, although neither of those last two steps were taken on previous occasions.&#160; So why no update at boot?&#160; When upgrading to Daedalus, does some code need to be amended to enable <em>ntp</em> to start?</p>]]></description>
			<author><![CDATA[dummy@example.com (ExposeGlobalistsMadness)]]></author>
			<pubDate>Thu, 17 Aug 2023 17:45:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43478#p43478</guid>
		</item>
	</channel>
</rss>
