<?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=1692&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / (SOLVED) Systemd Library in Ascii]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=1692</link>
		<description><![CDATA[The most recent posts in (SOLVED) Systemd Library in Ascii.]]></description>
		<lastBuildDate>Sun, 15 Apr 2018 22:27:09 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: (SOLVED) Systemd Library in Ascii]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=8401#p8401</link>
			<description><![CDATA[<div class="quotebox"><cite>keb wrote:</cite><blockquote><div><p>Are the xorg libs really dependent on systemd?</p></div></blockquote></div><p>systemd-logind.h pops up in the xorg-server source (a lot):</p><div class="codebox"><pre><code>root@sybilla:/usr/src/xorg-server-1.19.2# egrep -R systemd *
 ...
hw/xfree86/common/xf86Init.c:#include &quot;systemd-logind.h&quot;
hw/xfree86/common/xf86Init.c:        systemd_logind_init();
hw/xfree86/common/xf86Init.c:    systemd_logind_fini();
 ...</code></pre></div><p>but apparently it might still be possible to rebuild xorg without:</p><div class="codebox"><pre><code>root@sybilla:/usr/src/xorg-server-1.19.2# head -n 13 debian/rules 
#!/usr/bin/make -f

ifeq ($(DEB_HOST_ARCH_OS), linux)
	selinux        = --enable-xselinux
	wayland        = --enable-xwayland
	logind         = --enable-systemd-logind
	systemd-daemon = --with-systemd-daemon
else
	selinux        = --disable-xselinux
	wayland        = --disable-xwayland
	logind         = --disable-systemd-logind
	systemd-daemon = --without-systemd-daemon
endif</code></pre></div><p>I may have a go at this later this week (just to see what i can break ofcourse).</p>]]></description>
			<author><![CDATA[dummy@example.com (emanym)]]></author>
			<pubDate>Sun, 15 Apr 2018 22:27:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=8401#p8401</guid>
		</item>
		<item>
			<title><![CDATA[Re: (SOLVED) Systemd Library in Ascii]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=8397#p8397</link>
			<description><![CDATA[<p>You might want to <span class="bbu"><a href="https://dev1galaxy.org/viewtopic.php?id=1925" rel="nofollow">read this</a></span>.&#160; It doesn&#039;t answer your specific question but it will help you understand why some (non-functional) systemd files may be on your computer.&#160; If someone has the time and skill all those unsightly (but non-functional) deps could be removed from the offending apps and be repackaged.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sun, 15 Apr 2018 18:57:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=8397#p8397</guid>
		</item>
		<item>
			<title><![CDATA[Re: (SOLVED) Systemd Library in Ascii]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=8396#p8396</link>
			<description><![CDATA[<p>I used the suggested command several times (i guess it only finds a few deps each time) and was able to remove stuff until it returned this:</p><div class="codebox"><pre><code>$ aptitude why libsystemd0
i   xserver-xorg-video-radeon Depends xserver-xorg-core (&gt;= 2:1.18.99.901)
iBA xserver-xorg-core         Depends libsystemd0</code></pre></div><p>Are the xorg libs really dependent on systemd?</p>]]></description>
			<author><![CDATA[dummy@example.com (keb)]]></author>
			<pubDate>Sun, 15 Apr 2018 18:48:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=8396#p8396</guid>
		</item>
		<item>
			<title><![CDATA[Re: (SOLVED) Systemd Library in Ascii]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5954#p5954</link>
			<description><![CDATA[<div class="quotebox"><cite>greenjeans wrote:</cite><blockquote><div><div class="quotebox"><cite>cynwulf wrote:</cite><blockquote><div><p>How about checking why it&#039;s installed?</p><div class="codebox"><pre><code>$ aptitude why libsystemd0</code></pre></div></div></blockquote></div><p>Is there a way to do this if you don&#039;t have aptitude installed? I don&#039;t see a similar apt command....</p></div></blockquote></div><p>Not exactly the same, but it lists packages that depend on lsd0:</p><div class="codebox"><pre><code>apt-cache rdepends libsystemd0</code></pre></div><p>You may have to chase down some dependency trails until you recognize something that you know is installed.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 02 Nov 2017 16:36:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5954#p5954</guid>
		</item>
		<item>
			<title><![CDATA[Re: (SOLVED) Systemd Library in Ascii]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5938#p5938</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>Yes, libsystemd0 is passively there not doing anything (so far) but systemd is not.&#160; There are other remnants of systemd libs etc, scattered here and there like dead barnacles on a boat.&#160; Not ideal but not enough (wo)man power to clean out the cruft which requires it.&#160; &#160;This has been discussed MANY times over the years. Search on irc and dng etc.</p></div></blockquote></div><p>Thankyou</p>]]></description>
			<author><![CDATA[dummy@example.com (makh)]]></author>
			<pubDate>Thu, 02 Nov 2017 05:52:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5938#p5938</guid>
		</item>
		<item>
			<title><![CDATA[Re: (SOLVED) Systemd Library in Ascii]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5934#p5934</link>
			<description><![CDATA[<div class="quotebox"><cite>cynwulf wrote:</cite><blockquote><div><p>How about checking why it&#039;s installed?</p><div class="codebox"><pre><code>$ aptitude why libsystemd0</code></pre></div></div></blockquote></div><p>Is there a way to do this if you don&#039;t have aptitude installed? I don&#039;t see a similar apt command....</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Wed, 01 Nov 2017 18:42:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5934#p5934</guid>
		</item>
		<item>
			<title><![CDATA[Re: (SOLVED) Systemd Library in Ascii]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5933#p5933</link>
			<description><![CDATA[<p>libpulse0 gets dragged in with some of the media programs, VLC will do it.&#160; My basic understanding from the documentation is that it&#039;s just there to translate if you are on a network and trying to deal with another machine that uses pulseaudio. In practice though it will dump a pulsecookie on you and make itself at home in your Home. I left part of it since VLC wants it but de-fanged it so it doesn&#039;t poop out pulsecookies every session.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Wed, 01 Nov 2017 18:37:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5933#p5933</guid>
		</item>
		<item>
			<title><![CDATA[Re: (SOLVED) Systemd Library in Ascii]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5930#p5930</link>
			<description><![CDATA[<p>It looks like qemu was compiled with pulseaudio support, that&#039;s going to be the case with most Debian packages.</p><p>All very simple in your case however - getting rid of qemu would enable you to remove libpulse0 and libsystemd0.</p><p>However, as you&#039;ve guessed, those libs don&#039;t do a whole lot on their own.&#160; If you have pulseaudio installed however, libpulse0 is of some use. libsystemd0 however is cruft without systemd installed.</p>]]></description>
			<author><![CDATA[dummy@example.com (cynwulf)]]></author>
			<pubDate>Wed, 01 Nov 2017 16:56:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5930#p5930</guid>
		</item>
		<item>
			<title><![CDATA[Re: (SOLVED) Systemd Library in Ascii]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5929#p5929</link>
			<description><![CDATA[<p>Ha!&#160; Wasn&#039;t expecting this!</p><div class="codebox"><pre><code>$ aptitude why libpulse0
i   qemu-system-x86 Depends libpulse0 (&gt;= 0.99.1)</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Wed, 01 Nov 2017 16:47:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5929#p5929</guid>
		</item>
		<item>
			<title><![CDATA[Re: (SOLVED) Systemd Library in Ascii]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5928#p5928</link>
			<description><![CDATA[<p>Do the same for libpulse0.</p>]]></description>
			<author><![CDATA[dummy@example.com (cynwulf)]]></author>
			<pubDate>Wed, 01 Nov 2017 16:39:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5928#p5928</guid>
		</item>
		<item>
			<title><![CDATA[Re: (SOLVED) Systemd Library in Ascii]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5926#p5926</link>
			<description><![CDATA[<div class="codebox"><pre><code>$ aptitude why libsystemd0
i   libpulse0 Depends libsystemd0</code></pre></div><p>I think that vlc might need that.&#160; pulseaudio is not installed.&#160; But that&#039;s on jessie and Lydia_K cleared out most systemd deps.&#160; Rinse and repeat needed for ascii</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Wed, 01 Nov 2017 16:17:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5926#p5926</guid>
		</item>
		<item>
			<title><![CDATA[Re: (SOLVED) Systemd Library in Ascii]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5923#p5923</link>
			<description><![CDATA[<p>How about checking why it&#039;s installed?</p><div class="codebox"><pre><code>$ aptitude why libsystemd0</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (cynwulf)]]></author>
			<pubDate>Wed, 01 Nov 2017 16:01:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5923#p5923</guid>
		</item>
		<item>
			<title><![CDATA[Re: (SOLVED) Systemd Library in Ascii]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5922#p5922</link>
			<description><![CDATA[<p>Yes, libsystemd0 is passively there not doing anything (so far) but systemd is not.&#160; There are other remnants of systemd libs etc, scattered here and there like dead barnacles on a boat.&#160; Not ideal but not enough (wo)man power to clean out the cruft which requires it.&#160; &#160;This has been discussed MANY times over the years. Search on irc and dng etc.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Wed, 01 Nov 2017 14:54:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5922#p5922</guid>
		</item>
		<item>
			<title><![CDATA[Re: (SOLVED) Systemd Library in Ascii]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5920#p5920</link>
			<description><![CDATA[<p>If you&#039;ve found it installed, that would suggest that it is in fact installed.</p>]]></description>
			<author><![CDATA[dummy@example.com (cynwulf)]]></author>
			<pubDate>Wed, 01 Nov 2017 08:25:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5920#p5920</guid>
		</item>
		<item>
			<title><![CDATA[(SOLVED) Systemd Library in Ascii]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5918#p5918</link>
			<description><![CDATA[<p>Hi</p><p>I have this library installed in Devuan Ascii.</p><p>libsystemd0:amd64</p><p>Are these components still in devuan?</p>]]></description>
			<author><![CDATA[dummy@example.com (makh)]]></author>
			<pubDate>Wed, 01 Nov 2017 05:39:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5918#p5918</guid>
		</item>
	</channel>
</rss>
