<?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=4587&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Chimaera upgrade - ddclient]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4587</link>
		<description><![CDATA[The most recent posts in Chimaera upgrade - ddclient.]]></description>
		<lastBuildDate>Wed, 05 Apr 2023 11:15:38 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Chimaera upgrade - ddclient]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41767#p41767</link>
			<description><![CDATA[<div class="quotebox"><cite>nightmedicine wrote:</cite><blockquote><div><p>I just wanted to quickly second this issue, but I solved it by just unquoting OPTIONS where it is used later in the file:</p><div class="codebox"><pre><code>    -- &quot;$OPTIONS&quot; \</code></pre></div><p>to</p><div class="codebox"><pre><code>    -- $OPTIONS \</code></pre></div></div></blockquote></div><p>I just wanted to say <strong>thank you</strong>! Reading your post spared me a lot of headaches!</p><p>I manually installed ddclient 3.11.0 from github on Ubuntu 22.04.1 LTS following the manual installation guide from github: <a href="https://github.com/ddclient/ddclient#manual-installation" rel="nofollow">https://github.com/ddclient/ddclient#ma … stallation</a></p><p>Additional to the change that you proposed I had to make another change in /etc/init.d/ddclient swapping:</p><p>DAEMON=/usr/sbin/$NAME<br />to<br />DAEMON=/usr/bin/$NAME</p><p>Other tips that I have is to double check that you&#039;re using /etc/ddclient/ddclient.conf<br />I believe in earlier versions it was using /etc/ddclient.conf by default so make sure that you&#039;re using the correct file location for the config in case you&#039;re upgrading.</p><p>And finally it&#039;s not necessary to have &quot;daemon&quot; or &quot;pid&quot; statements in /etc/ddclient/ddclient.conf<br />If you&#039;re using the default /etc/systemd/system/ddclient.service<br />since that already passes deamon and pid via command line argmunets.</p><p>I hope this is helpful for someone else who also finds this thread through Google like me.</p>]]></description>
			<author><![CDATA[dummy@example.com (kwinz)]]></author>
			<pubDate>Wed, 05 Apr 2023 11:15:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41767#p41767</guid>
		</item>
		<item>
			<title><![CDATA[Re: Chimaera upgrade - ddclient]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34866#p34866</link>
			<description><![CDATA[<div class="quotebox"><cite>nightmedicine wrote:</cite><blockquote><div><p>I solved it by just unquoting OPTIONS where it is used later in the file</p></div></blockquote></div><p>Yes, word splitting is needed to avoid passing the options as a single string.</p><p>A bug has been filed: <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998650" rel="nofollow">https://bugs.debian.org/cgi-bin/bugrepo … bug=998650</a></p><p>No action yet though.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 23 Feb 2022 17:03:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34866#p34866</guid>
		</item>
		<item>
			<title><![CDATA[Re: Chimaera upgrade - ddclient]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34849#p34849</link>
			<description><![CDATA[<p>I just wanted to quickly second this issue, but I solved it by just unquoting OPTIONS where it is used later in the file:</p><div class="codebox"><pre><code>    -- &quot;$OPTIONS&quot; \</code></pre></div><p>to</p><div class="codebox"><pre><code>    -- $OPTIONS \</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (nightmedicine)]]></author>
			<pubDate>Wed, 23 Feb 2022 01:58:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34849#p34849</guid>
		</item>
		<item>
			<title><![CDATA[Chimaera upgrade - ddclient]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32211#p32211</link>
			<description><![CDATA[<p>Following the upgrade of my desktop, from Beowulf to Chimaera, ddclient would not start, but reported :-</p><div class="quotebox"><blockquote><div><p>Unknown option: daemon 300 -syslog -pid /var/run/ddclient.pid</p></div></blockquote></div><p>followed by the very long usage message.</p><p>After some fiddling around I finally (?) fixed this by moving the options from the command line to the config file :-</p><p>The following was added to <span class="bbc">/etc/ddclient.conf</span> :-</p><div class="codebox"><pre><code>daemon=300
pid=/var/run/ddclient.pid
syslog=yes</code></pre></div><p>and then edited <span class="bbc">/etc/init.d/ddclient</span> to set OPTIONS to be empty :-</p><div class="codebox"><pre><code>OPTIONS=&quot;&quot;</code></pre></div><p>This then seems to work!</p><div class="codebox"><pre><code>/etc/init.d/ddclient start
/etc/init.d/ddclient status
Status of Dynamic DNS service update utility: ddclient is running.</code></pre></div><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Mon, 18 Oct 2021 14:54:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32211#p32211</guid>
		</item>
	</channel>
</rss>
