<?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=6156&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Issue with libsystemd0]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=6156</link>
		<description><![CDATA[The most recent posts in Issue with libsystemd0.]]></description>
		<lastBuildDate>Mon, 20 Nov 2023 17:25:11 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Issue with libsystemd0]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45527#p45527</link>
			<description><![CDATA[<p>Oh my gosh it is very resilient! 🤨</p><div class="codebox"><pre><code>apt list --installed | grep systemd

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

libsystemd-shared/stable,now 252.17-1~deb12u1 arm64 [installed]

apt purge libsystemd-shared -s
NOTE: This is only a simulation!
      apt needs root privileges for real execution.
      Keep also in mind that locking is deactivated,
      so don&#039;t depend on the relevance to the real current situation!
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
  libsystemd-shared*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Purg libsystemd-shared [252.17-1~deb12u1]</code></pre></div><p>It can be removed without fear! 💪</p>]]></description>
			<author><![CDATA[dummy@example.com (Danielsan)]]></author>
			<pubDate>Mon, 20 Nov 2023 17:25:11 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45527#p45527</guid>
		</item>
		<item>
			<title><![CDATA[Re: Issue with libsystemd0]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45526#p45526</link>
			<description><![CDATA[<p>Unless you were in the bin directory when running the command, it&#039;s not going to be a problem. Assuming you&#039;re in your home directory, just make sure you use <span class="bbc">~/grep</span> to view/remove the file and it&#039;ll be fine.</p><p>If you&#039;re super paranoid, rename the file, download <a href="http://deb.devuan.org/merged/pool/DEBIAN/main/g/grep/grep_3.8-5_amd64.deb" rel="nofollow">grep.deb</a> just in case, restart, confirm grep still works (which it will), then remove the renamed version.</p><p>(Also, since my edit was a bit slow you may have missed that you don&#039;t need grep to filter the output.)</p>]]></description>
			<author><![CDATA[dummy@example.com (boughtonp)]]></author>
			<pubDate>Mon, 20 Nov 2023 17:23:01 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45526#p45526</guid>
		</item>
		<item>
			<title><![CDATA[Re: Issue with libsystemd0]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45525#p45525</link>
			<description><![CDATA[<div class="quotebox"><cite>boughtonp wrote:</cite><blockquote><div><p>In your last command you have <span class="bbc">&gt;</span> where a <span class="bbc">|</span> should be...</p></div></blockquote></div><p>Thanks you&#039;re right... Now I am scared... 😫</p>]]></description>
			<author><![CDATA[dummy@example.com (Danielsan)]]></author>
			<pubDate>Mon, 20 Nov 2023 17:16:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45525#p45525</guid>
		</item>
		<item>
			<title><![CDATA[Re: Issue with libsystemd0]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45524#p45524</link>
			<description><![CDATA[<p>In your last command you have <span class="bbc">&gt;</span> where a <span class="bbc">|</span> should be (and thus any output went into a file), except you don&#039;t even need grep:</p><div class="codebox"><pre><code>apt list --installed &#039;*systemd*&#039;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (boughtonp)]]></author>
			<pubDate>Mon, 20 Nov 2023 17:14:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45524#p45524</guid>
		</item>
		<item>
			<title><![CDATA[Re: Issue with libsystemd0]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45523#p45523</link>
			<description><![CDATA[<p>Apparently this workaround resolved the issue:</p><div class="codebox"><pre class="vscroll"><code>sudo aptitude install elogind libpam-elogind policykit-1 --without-recommends
The following NEW packages will be installed:
  elogind libduktape207{a} libelogind0{a} libpam-elogind{b} 
  libpolkit-agent-1-0{a} libpolkit-gobject-1-0{a} 
  libpolkit-gobject-elogind-1-0{a} pkexec{a} policykit-1 
  polkitd{a} sgml-base{a} xml-core{a} 
The following packages are RECOMMENDED but will NOT be installed:
  gnome-flashback gnome-shell lxpolkit lxqt-policykit 
  mate-polkit phosh policykit-1-gnome polkit-kde-agent-1 
  polkitd-pkla ukui-polkit 
0 packages upgraded, 12 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,418 kB of archives. After unpacking 5,246 kB will be used.
The following packages have unmet dependencies:
 dummy-logind : Conflicts: logind which is a virtual package, provided by:
                           - libpam-elogind (246.10-5), but 246.10-5 is to be installed
                           - dummy-logind (246.10-5), but 246.10-5 is installed

 libpam-elogind : Depends: libelogind-compat but it is not going to be installed
The following actions will resolve these dependencies:

     Remove the following packages:                
1)     dummy-logind [246.10-5 (now, stable)]       
2)     libsystemd0 [252.17-1~deb12u1 (now, stable)]

     Install the following packages:               
3)     libelogind-compat [246.10-5 (stable)]

Accept this solution? [Y/n/q/?] y
The following NEW packages will be installed:
  elogind libduktape207{a} libelogind-compat{a} libelogind0{a} 
  libpam-elogind libpolkit-agent-1-0{a} 
  libpolkit-gobject-1-0{a} libpolkit-gobject-elogind-1-0{a} 
  pkexec{a} policykit-1 polkitd{a} sgml-base{a} xml-core{a} 
The following packages will be REMOVED:
  dummy-logind{a} libsystemd0{a} 
The following packages are RECOMMENDED but will NOT be installed:
  gnome-flashback gnome-shell lxpolkit lxqt-policykit 
  mate-polkit phosh policykit-1-gnome polkit-kde-agent-1 
  polkitd-pkla ukui-polkit 
0 packages upgraded, 13 newly installed, 2 to remove and 0 not upgraded.
Need to get 1,425 kB of archives. After unpacking 4,307 kB will be used.
Do you want to continue? [Y/n/?] y</code></pre></div><p>But:</p><div class="codebox"><pre><code> util-linux depends on libsystemd0.
 ppp depends on libsystemd0.
 lvm2 depends on libsystemd0 (&gt;= 233).
 libwebkit2gtk-4.1-0:arm64 depends on libsystemd0.
 libwebkit2gtk-4.0-37:arm64 depends on libsystemd0.
 libvte-2.91-0:arm64 depends on libsystemd0 (&gt;= 220).
 libseat1:arm64 depends on libsystemd0 (&gt;= 238).
 libpulse0:arm64 depends on libsystemd0.
 liblvm2cmd2.03:arm64 depends on libsystemd0 (&gt;= 233).
 libjavascriptcoregtk-4.1-0:arm64 depends on libsystemd0.
 libjavascriptcoregtk-4.0-18:arm64 depends on libsystemd0.
 libgnome-desktop-3-20:arm64 depends on libsystemd0.
 gnome-keyring depends on libsystemd0.
 gcr depends on libsystemd0.
 bsdutils depends on libsystemd0.
 at-spi2-core depends on libsystemd0.</code></pre></div><p>Thus:</p><div class="codebox"><pre><code>sudo aptitude reinstall ppp lvm2 libwebkit2gtk-4.1-0 libwebkit2gtk-4.0-37  libvte-2.91-0 libseat1 libpulse0 liblvm2cmd2.03 libjavascriptcoregtk-4.1-0 libjavascriptcoregtk-4.0-18 libgnome-desktop-3-20 gnome-keyring gcr at-spi2-core cryptsetup cryptsetup-initramfs dropbear-initramfs</code></pre></div><p><span class="bbc">util-linux</span> and <span class="bbc">bsd-utils</span> are currently missing on devuan:</p><div class="codebox"><pre><code>sudo apt reinstall util-linux bsdutils
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Reinstallation of util-linux is not possible, it cannot be downloaded.
Reinstallation of bsdutils is not possible, it cannot be downloaded.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

apt-cache policy util-linux bsdutils
util-linux:
  Installed: 2.38.1-5+b1
  Candidate: 2.38.1-5+b1
  Version table:
 *** 2.38.1-5+b1 100
        100 /var/lib/dpkg/status
     2.38.1-5devuan1+b1 500
        500 http://deb.devuan.org/merged daedalus/main arm64 Packages
bsdutils:
  Installed: 1:2.38.1-5+b1
  Candidate: 1:2.38.1-5+b1
  Version table:
 *** 1:2.38.1-5+b1 100
        100 /var/lib/dpkg/status
     1:2.38.1-5devuan1+b1 500
        500 http://deb.devuan.org/merged daedalus/main arm64 Packages</code></pre></div><p>Anyway:</p><div class="codebox"><pre><code>sudo apt install -f -s
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><strong>[UPDATE]</strong> And still there 😑</p><div class="codebox"><pre><code>apt list --installed | grep systemd

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

libsystemd-shared/stable,now 252.17-1~deb12u1 arm64 [installed]</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Danielsan)]]></author>
			<pubDate>Mon, 20 Nov 2023 15:39:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45523#p45523</guid>
		</item>
		<item>
			<title><![CDATA[Issue with libsystemd0]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45522#p45522</link>
			<description><![CDATA[<p>Hi folks,</p><p>I installed Devuan on SBC bootstrapping before Debain and then migrating on Devuan following the instruction but I didn&#039;t realize that package <span class="bbc">libsystemd0</span> was still there, now if I want to install <span class="bbc">elogind</span> or packages that require it, it ask to remove <span class="bbc">cryptsetup</span>, <span class="bbc">cryptsetup-initramfs</span> and <span class="bbc">dropbear</span>, perhaps I need to downgrades those packages... </p><p><strong>What&#039;s your thoughts?</strong></p><p> Thanks! 🙏</p>]]></description>
			<author><![CDATA[dummy@example.com (Danielsan)]]></author>
			<pubDate>Mon, 20 Nov 2023 14:59:31 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45522#p45522</guid>
		</item>
	</channel>
</rss>
