<?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=95&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Any relation between Devuan and antiX/MX?]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=95</link>
		<description><![CDATA[The most recent posts in Any relation between Devuan and antiX/MX?.]]></description>
		<lastBuildDate>Fri, 07 Jul 2017 19:04:07 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Any relation between Devuan and antiX/MX?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=3182#p3182</link>
			<description><![CDATA[<p>Well, that didn&#039;t come out the way I expected. I forgot about all the nosystemd packages. Those can be considered false positives. But it did show something I expected - absence of libsystemd0.</p><p>I&#039;m glad we aren&#039;t the only ones doing this.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 07 Jul 2017 19:04:07 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=3182#p3182</guid>
		</item>
		<item>
			<title><![CDATA[Re: Any relation between Devuan and antiX/MX?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=3163#p3163</link>
			<description><![CDATA[<p>This is what shows up running that command.</p><div class="codebox"><pre><code>keith@hp-g62:~
$ dpkg -l | grep systemd
ii  bsdutils                               1:2.25.2-6.0nosystemd1               amd64        basic utilities from 4.4BSD-Lite
ii  dbus                                   1.8.22-0+deb8u1.0nosystemd1          amd64        simple interprocess messaging system (daemon and utilities)
ii  dbus-x11                               1.8.22-0+deb8u1.0nosystemd1          amd64        simple interprocess messaging system (X11 deps)
ii  init                                   1.22+nosystemd1                      amd64        System-V-like init utilities - metapackage
ii  init-system-helpers                    1.22+nosystemd1                      all          helper tools for systemd
ii  libblkid1:amd64                        2.25.2-6.0nosystemd1                 amd64        block device id library
ii  libcolord2:amd64                       1.2.1-1.0nosystemd1                  amd64        system service to manage device colour profiles -- runtime
ii  libcups2:amd64                         1.7.5-11.0nosystemd1                 amd64        Common UNIX Printing System(tm) - Core library
ii  libdbus-1-3:amd64                      1.8.22-0+deb8u1.0nosystemd1          amd64        simple interprocess messaging system (library)
ii  libmount1:amd64                        2.25.2-6.0nosystemd1                 amd64        device mounting library
ii  libpolkit-agent-1-0:amd64              0.105-15~deb8u2.0nosystemd1          amd64        PolicyKit Authentication Agent API
ii  libpolkit-gobject-1-0:amd64            0.105-15~deb8u2.0nosystemd1          amd64        PolicyKit Authorization API
ii  libpulse0:amd64                        5.0-13.0nosystemd1                   amd64        PulseAudio client libraries
ii  libsmartcols1:amd64                    2.25.2-6.0nosystemd1                 amd64        smart column output alignment library
ii  libudisks2-0:amd64                     2.1.3-5.0nosystemd1                  amd64        GObject based library to access udisks2
ii  libupower-glib1:amd64                  0.99.1-really-0.9.23-2.0nosystemd1   amd64        abstraction for power management - shared library
ii  libuuid1:amd64                         2.25.2-6.0nosystemd1                 amd64        Universally Unique ID library
ii  mount                                  2.25.2-6.0nosystemd1                 amd64        Tools for mounting and manipulating filesystems
ii  udevil                                 0.4.4-1.0nosystemd1                  amd64        Alternative storage media interface
ii  udisks2                                2.1.3-5.0nosystemd1                  amd64        D-Bus service to access and manipulate storage devices
ii  upower                                 0.99.1-really-0.9.23-2.0nosystemd1   amd64        abstraction for power management
ii  util-linux                             2.25.2-6.0nosystemd1                 amd64        Miscellaneous system utilities
keith@hp-g62:~</code></pre></div><p>Edit: Please note, I am not criticising, Antix is &amp; has been my main O/S for several years, I haven&#039;t yet converted fully to Devuan but am trying it for comparison.</p>]]></description>
			<author><![CDATA[dummy@example.com (FOSSuser)]]></author>
			<pubDate>Thu, 06 Jul 2017 08:05:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=3163#p3163</guid>
		</item>
		<item>
			<title><![CDATA[Re: Any relation between Devuan and antiX/MX?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=3143#p3143</link>
			<description><![CDATA[<p>Switching to a devuan base would not help antix avoid systemd. In fact, they have some key packages that have been purged of systemd deps that devuan does not have, such as&#160; gvfs-daemons,&#160; and in stretch/ascii there&#039;s xserver-xorg.</p><p>All those /lib/systemd/ files are from the udev package. They are in devuan, too.</p><div class="codebox"><pre><code>root@devuan:/home/user# uname -a
Linux devuan 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1+deb8u2 (2017-03-07) x86_64 GNU/Linux
root@devuan:/home/user# find / -name systemd*
/lib/systemd
/lib/systemd/systemd-udevd
/lib/systemd/system/systemd-udev-settle.service
/lib/systemd/system/systemd-udevd.service
/lib/systemd/system/sockets.target.wants/systemd-udevd-kernel.socket
/lib/systemd/system/sockets.target.wants/systemd-udevd-control.socket
/lib/systemd/system/sysinit.target.wants/systemd-udevd.service
/lib/systemd/system/sysinit.target.wants/systemd-udev-trigger.service
/lib/systemd/system/systemd-udevd-kernel.socket
/lib/systemd/system/systemd-udevd-control.socket
/lib/systemd/system/systemd-udev-trigger.service
/etc/systemd
/usr/share/man/man8/systemd-udevd-control.socket.8.gz
/usr/share/man/man8/systemd-udevd.8.gz
/usr/share/man/man8/systemd-udevd.service.8.gz
/usr/share/man/man8/systemd-udevd-kernel.socket.8.gz
/var/lib/systemd</code></pre></div><p>Try this one in antix and see what you get:</p><div class="codebox"><pre><code>root@devuan:/home/user# dpkg -l | grep systemd
ii  libsystemd0:amd64                     215-17+deb8u6                        amd64        systemd utility library</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 05 Jul 2017 13:42:05 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=3143#p3143</guid>
		</item>
		<item>
			<title><![CDATA[Re: Any relation between Devuan and antiX/MX?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=3139#p3139</link>
			<description><![CDATA[<p>If Antix want to be completely free from the systemd, must use Devuan as basis and not Debian</p>]]></description>
			<author><![CDATA[dummy@example.com (pekman)]]></author>
			<pubDate>Wed, 05 Jul 2017 03:47:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=3139#p3139</guid>
		</item>
		<item>
			<title><![CDATA[Re: Any relation between Devuan and antiX/MX?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=3116#p3116</link>
			<description><![CDATA[<p>Maybe this will help you see what is in AntiX.</p><div class="codebox"><pre><code>$ uname -a
Linux hp-g62 4.4.10-antix.1-amd64-smp #2 SMP PREEMPT Thu Feb 23 15:28:54 EET 2017 x86_64 GNU/Linux

$ find / -name systemd* &gt; sysd

$ cat sysd
/var/lib/systemd
/lib/systemd
/lib/systemd/systemd-udevd
/lib/systemd/system/sysinit.target.wants/systemd-udevd.service
/lib/systemd/system/sysinit.target.wants/systemd-udev-trigger.service
/lib/systemd/system/sockets.target.wants/systemd-udevd-kernel.socket
/lib/systemd/system/sockets.target.wants/systemd-udevd-control.socket
/lib/systemd/system/systemd-udevd.service
/lib/systemd/system/systemd-udevd-kernel.socket
/lib/systemd/system/systemd-udev-trigger.service
/lib/systemd/system/systemd-udev-settle.service
/lib/systemd/system/systemd-udevd-control.socket
/usr/lib/x86_64-linux-gnu/systemd
/usr/share/man/man8/systemd-udevd-kernel.socket.8.gz
/usr/share/man/man8/systemd-udevd-control.socket.8.gz
/usr/share/man/man8/systemd-udevd.service.8.gz
/usr/share/man/man8/systemd-udevd.8.gz
/etc/systemd</code></pre></div><p>So, not entirely systemd free.</p>]]></description>
			<author><![CDATA[dummy@example.com (FOSSuser)]]></author>
			<pubDate>Tue, 04 Jul 2017 09:12:18 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=3116#p3116</guid>
		</item>
		<item>
			<title><![CDATA[Re: Any relation between Devuan and antiX/MX?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=3100#p3100</link>
			<description><![CDATA[<div class="quotebox"><cite>Vall wrote:</cite><blockquote><div><p>. . .I just found out about AntiX and MX, and it announces itself as &quot;Debian 8.5 (jessie), but systemd-free!&quot;[1]. </p><p>Seems very similar to Devuan, which is why I ask this question.</p></div></blockquote></div><p>When this thread was started, I didn&#039;t know much about the MX approach to &#039;systemd-free&#039;.&#160; Then I found <strong><a href="https://mxlinux.org/wiki/system/systemd" rel="nofollow">this page</a></strong> on the MX wiki which says:</p><div class="quotebox"><blockquote><div><p>MX Linux ships with systemd present but disabled by default.</p></div></blockquote></div><p>So systemd is is disabled as per Debian&#039;s instructions but it seems that all the underlying systemd dependencies remain intact which means that there is quite a big difference between what MX and Devuan are doing.&#160; Not sure if antix goes further . . .</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Mon, 03 Jul 2017 15:49:08 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=3100#p3100</guid>
		</item>
		<item>
			<title><![CDATA[Re: Any relation between Devuan and antiX/MX?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=3098#p3098</link>
			<description><![CDATA[<p>antiX didn&#039;t have a way to encrypt the disk from its installer, so I came to try devuan which uses debian-installer.</p>]]></description>
			<author><![CDATA[dummy@example.com (bigbenaugust)]]></author>
			<pubDate>Mon, 03 Jul 2017 15:07:19 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=3098#p3098</guid>
		</item>
		<item>
			<title><![CDATA[Re: Any relation between Devuan and antiX/MX?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=348#p348</link>
			<description><![CDATA[<p>I&#039;ve been using AntiX for several years now, they build their system free of systemd from the Debian base.<br />They have 3 versions, core, base, &amp; full.<br />Core is the very basics for you to install what you want, but from memory, doesn&#039;t do wifi out of the box.<br />Base, which is my preferred version, gives you a Fluxbox desktop, with Firefox ESR &amp; several useful programs ,out of the box.<br />Full, gives you a choice of window managers, IceWM by default, &amp; everything you&#039;d expect from a normal distro included.</p><p>MX, gives you a full XFCE experience, created by the AntiX developers &amp; Mepis user base.</p><p>I used to use Debian, then #! (Crunchbang), before coming to AntiX, which is very stable &amp; has a friendly forum.</p><p>AntiX did assess using Devuan as it&#039;s base, but stuck with Debian when it could be installed minus systemd.</p><p>Devuan is the product of ex Debian developers, who don&#039;t want any contamination from systemd, &amp; that is why I&#039;m here. <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (FOSSuser)]]></author>
			<pubDate>Sun, 18 Dec 2016 16:29:37 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=348#p348</guid>
		</item>
		<item>
			<title><![CDATA[Any relation between Devuan and antiX/MX?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=344#p344</link>
			<description><![CDATA[<p>Hello folks, </p><p>Is there any relation between Devuan and the antiX distro (or its MX derivative, which I understand is a collaboration between antiX and the MEPIS project)?</p><p>I ask because I just found out about AntiX and MX, and it announces itself as &quot;Debian 8.5 (jessie), but systemd-free!&quot;[1]. </p><p>Seems very similar to Devuan, which is why I ask this question.</p><p>Thanks in advance for any clarifications, <br />-- <br />&#160; &#160;Vall.</p><p>[1] <a href="http://antix.mepis.org/" rel="nofollow">http://antix.mepis.org/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Vall)]]></author>
			<pubDate>Sun, 18 Dec 2016 14:08:10 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=344#p344</guid>
		</item>
	</channel>
</rss>
