<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=3812&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Wireshark upgrade requires libsystemd0]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3812</link>
		<description><![CDATA[The most recent posts in Wireshark upgrade requires libsystemd0.]]></description>
		<lastBuildDate>Sun, 08 Nov 2020 19:54:00 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Wireshark upgrade requires libsystemd0]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25739#p25739</link>
			<description><![CDATA[<p>I notice at the above links to github, that v 246 is being worked on and that there have been a lot of commits today, 8 Nov 2020.</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Sun, 08 Nov 2020 19:54:00 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25739#p25739</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wireshark upgrade requires libsystemd0]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25107#p25107</link>
			<description><![CDATA[<p>Fixed it like this:<br />- get the .deb of wireshark-common (apt-get get-deb-file)<br />- unpack the .deb (dpkg-deb -R) as fakeroot<br />- edit the DEBIAN/control file to lower the dependency of libsystemd0 from 246 to 243<br />- repack the .deb (dpkg-deb -b) as fakeroot<br />- install the .deb (dpkg -i)</p><p>And everything works fine.<br />Wireshark doesn&#039;t actually need libsystemd0 v246, except for one single thing, which is reading systemd journals, which don&#039;t exist in devuan anyways.<br />So it won&quot;t be the worst idea to lower that dependency in the devuan repository, so users won&#039;t have to do the aforementioned procedure.</p>]]></description>
			<author><![CDATA[dummy@example.com (hagbard_)]]></author>
			<pubDate>Mon, 05 Oct 2020 13:12:05 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25107#p25107</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wireshark upgrade requires libsystemd0]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=24551#p24551</link>
			<description><![CDATA[<p><a href="https://github.com/elogind/elogind/issues/170" rel="nofollow">https://github.com/elogind/elogind/issues/170</a></p><p>EDIT: so use equivs to create a fake package providing a newer version of libsystemd0 to satisfy the dependency until the new version of elogind is pushed.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Thu, 10 Sep 2020 14:35:42 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=24551#p24551</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wireshark upgrade requires libsystemd0]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=24550#p24550</link>
			<description><![CDATA[<div class="codebox"><pre><code>$ apt-cache show wireshark-common | grep -oE &#039;^Version:.*$|libsystemd0 [^ ]+ [^ ]+&#039;
Version: 3.2.6-1
libsystemd0 (&gt;= 246),</code></pre></div><p>Wireshark 3.2.6-1 depends on libsystemd0 version 246<br />The current libelogind0 is:</p><div class="codebox"><pre><code>$ apt-cache show libelogind0 | grep -iE &#039;^(Provides|Version):&#039;
Version: 243.8-1
Provides: libsystemd0 (= 243.8)</code></pre></div><p>Now this is for Ceres, so it&#039;s ahead of even Chimaera. Either upstream libelogind hasn&#039;t been updated yet, or we haven&#039;t gotten it into Devuan just yet. Nothing to worry about, really.</p><p>Edit: upstream <a href="https://github.com/elogind/elogind/releases" rel="nofollow">elogind</a> is at version 243.7.</p>]]></description>
			<author><![CDATA[dummy@example.com (bgstack15)]]></author>
			<pubDate>Thu, 10 Sep 2020 14:28:08 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=24550#p24550</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wireshark upgrade requires libsystemd0]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=24549#p24549</link>
			<description><![CDATA[<p>I think the libelogind0 package in chimaera needs a version bump, it provides libsystemd0 but wireshark-common now requires &gt;=246.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Thu, 10 Sep 2020 14:20:42 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=24549#p24549</guid>
		</item>
		<item>
			<title><![CDATA[Wireshark upgrade requires libsystemd0]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=24545#p24545</link>
			<description><![CDATA[<p>I have just updated my laptop running chimaera and it holds back Wireshark on version 3.2.5-1 rather than upgrading to 3.2.6-1.<br />As far as I can see, this is because Wireshark has a dependency on&#160; libsystemd0. I think it is wireshark-common that actually has the dependency.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Thu, 10 Sep 2020 13:59:54 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=24545#p24545</guid>
		</item>
	</channel>
</rss>
