<?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=6002&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Default dhcp client floods my syslog]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6002</link>
		<description><![CDATA[The most recent posts in Default dhcp client floods my syslog.]]></description>
		<lastBuildDate>Mon, 18 Sep 2023 14:59:13 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Default dhcp client floods my syslog]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44422#p44422</link>
			<description><![CDATA[<p>Thank you for looking into this, Lorenzo.</p><p>My Chimaera installation is happy without <span class="bbc">runit</span> starting a copy of <span class="bbc">dhclient</span>, and having removed it from Daedalus, that also seems happy. So I would think that having it <span class="bbc">disabled-by-default</span> is probably the correct thing to do.</p><p>I am not an expert in networking so I a not sure when we would need to run a copy of <span class="bbc">dhclient</span> from the init system.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Mon, 18 Sep 2023 14:59:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44422#p44422</guid>
		</item>
		<item>
			<title><![CDATA[Re: Default dhcp client floods my syslog]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44420#p44420</link>
			<description><![CDATA[<p>This is a bug in dhclient script shipped with runit-services package</p><p><a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033542" rel="nofollow">https://bugs.debian.org/cgi-bin/bugrepo … ug=1033542</a></p><p>is fixed in testing and unstable, but stable will have to wait untill the next point release <img src="https://dev1galaxy.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p><p>To fix it, both methods suggested by Geoff will work</p><div class="quotebox"><blockquote><div><p>The version started from runit has now been removed</p><p>update-service --remove /etc/sv/dhclient</p><p>and the VM (under Xen) where I am testing it, still boots ok with just the one copy of dhclient.</p><p>Interestingly, the runit copy was earlier complaining even more about not being able to find eth1. I then spotted that the new runit setup for dhclient had a config file in conf/interfaces which contained</p><p>INTERFACES=eth1</p><p>Changing this to eth0 soon solved that.</p></div></blockquote></div><p>basically disable the service or replace &#039;eth1&#039; in /etc/sv/dhclient/conf/interfaces<br />with an interface that exists in your system (look at the output of ifconfig)</p><p>The commit that fix it is here<br /><a href="https://salsa.debian.org/Lorenzo.ru.g-guest/runit-services/-/commit/01dbcb9fc5491ab8ecbb982804d433e19d826ded" rel="nofollow">https://salsa.debian.org/Lorenzo.ru.g-g … e19d826ded</a></p><p>Said that, I see that this service is annoying a lot of people for several reason, I wonder if (for the future) it will be better to ship the dhclient service as disabled-by-default: opinions are welcome</p><p>Regards,<br />Lorenzo</p>]]></description>
			<author><![CDATA[dummy@example.com (Lorenzo)]]></author>
			<pubDate>Mon, 18 Sep 2023 14:35:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44420#p44420</guid>
		</item>
		<item>
			<title><![CDATA[Re: Default dhcp client floods my syslog]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44407#p44407</link>
			<description><![CDATA[<p>Could please show your <span class="bbc">/etc/network/interfaces</span> file?</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 17 Sep 2023 22:26:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44407#p44407</guid>
		</item>
		<item>
			<title><![CDATA[Re: Default dhcp client floods my syslog]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44403#p44403</link>
			<description><![CDATA[<p>Its a clean netinstal installation. I did nothing out of the ordinary. Except now that i installed udchpc.</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Sun, 17 Sep 2023 15:44:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44403#p44403</guid>
		</item>
		<item>
			<title><![CDATA[Re: Default dhcp client floods my syslog]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44401#p44401</link>
			<description><![CDATA[<p>I have spotted two copies of <span class="bbc">dhclient</span> running after upgrading to daedalus.</p><p>I am using <span class="bbc">runit</span> and, clearly, one copy was being started by <span class="bbc">runit</span> but the other was less easy to track down. I came to the conclusion that one copy was started by the networking software, presumably related to <span class="bbc">/etc/network/interfaces</span> .</p><p>The version started from <span class="bbc">runit</span> has now been removed</p><div class="codebox"><pre><code>update-service --remove /etc/sv/dhclient</code></pre></div><p>and the VM (under Xen) where I am testing it, still boots ok with just the one copy of <span class="bbc">dhclient</span>.</p><p>Interestingly, the <span class="bbc">runit</span> copy was earlier complaining even more about not being able to find <span class="bbc">eth1</span>. I then spotted that the new <span class="bbc">runit</span> setup for <span class="bbc">dhclient</span> had a config file in <span class="bbc">conf/interfaces</span> which contained</p><div class="codebox"><pre><code>INTERFACES=eth1</code></pre></div><p>Changing this to <span class="bbc">eth0</span> soon solved that. But this is no longer in use!</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Sun, 17 Sep 2023 14:58:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44401#p44401</guid>
		</item>
		<item>
			<title><![CDATA[Re: Default dhcp client floods my syslog]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44379#p44379</link>
			<description><![CDATA[<p>Apparently your machine runs multiple dhclient processes competing about the interfaces.</p><p>Which networking do you use? Do you use <span class="bbc">ifupdown</span> (which primarily is configured with /etc/network/interfaces) or something else, or several?</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 17 Sep 2023 02:28:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44379#p44379</guid>
		</item>
		<item>
			<title><![CDATA[Default dhcp client floods my syslog]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44378#p44378</link>
			<description><![CDATA[<p>Devuan release: Daedalus<br />Installed on: PC</p><p> dpkg -l&#160; | grep dhcp<br />ii&#160; isc-dhcp-client&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 4.4.3-P1-2&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; amd64&#160; &#160; &#160; &#160; DHCP client for automatically obtaining an IP address<br />ii&#160; isc-dhcp-common&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 4.4.3-P1-2&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; amd64&#160; &#160; &#160; &#160; common manpages relevant to all of the isc-dhcp packages</p><p>Trying to tail my /var/log/syslog i see that is constantly flooded with messages:</p><div class="quotebox"><blockquote><div><p>2023-09-16T21:06:58.845413+03:00 enous-devuan dhclient[18775]: Failed to get interface index: No such device<br />2023-09-16T21:06:58.845422+03:00 enous-devuan dhclient[18775]: <br />2023-09-16T21:06:58.845426+03:00 enous-devuan dhclient[18775]: If you think you have received this message due to a bug rather<br />2023-09-16T21:06:58.845430+03:00 enous-devuan dhclient[18775]: than a configuration issue please read the section on submitting<br />2023-09-16T21:06:58.845434+03:00 enous-devuan dhclient[18775]: bugs on either our web page at <a href="http://www.isc.org" rel="nofollow">www.isc.org</a> or in the README file<br />2023-09-16T21:06:58.845438+03:00 enous-devuan dhclient[18775]: before submitting a bug.&#160; These pages explain the proper<br />2023-09-16T21:06:58.845441+03:00 enous-devuan dhclient[18775]: process and the information we find helpful for debugging.<br />2023-09-16T21:06:58.845445+03:00 enous-devuan dhclient[18775]: <br />2023-09-16T21:06:58.845449+03:00 enous-devuan dhclient[18775]: exiting.<br />2023-09-16T21:06:59.885543+03:00 enous-devuan dhclient[18786]: Internet Systems Consortium DHCP Client 4.4.3-P1<br />2023-09-16T21:06:59.885550+03:00 enous-devuan dhclient[18786]: Copyright 2004-2022 Internet Systems Consortium.<br />2023-09-16T21:06:59.885553+03:00 enous-devuan dhclient[18786]: All rights reserved.<br />2023-09-16T21:06:59.885556+03:00 enous-devuan dhclient[18786]: For info, please visit <a href="https://www.isc.org/software/dhcp/" rel="nofollow">https://www.isc.org/software/dhcp/</a></p></div></blockquote></div><p>Those lines keep repating.<br />For now i will try to instal&#160; &#160;udhcpc.<br />Interestingly udhcpc wont show any conflicts with isc-dhcp-client&#160; &#160;. Shouldnt it?</p><p>Also i noticed that<br />$ update-alternatives --get-selections doenst have a dhcp entry. But couldnt have one since there are more than one dchp clients and deamons?</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Sat, 16 Sep 2023 23:18:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44378#p44378</guid>
		</item>
	</channel>
</rss>
