<?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=2675&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Is some part of systemd running in ascii 2 ?]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=2675</link>
		<description><![CDATA[The most recent posts in Is some part of systemd running in ascii 2 ?.]]></description>
		<lastBuildDate>Wed, 13 Feb 2019 23:29:29 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Is some part of systemd running in ascii 2 ?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14349#p14349</link>
			<description><![CDATA[<p>Ok, it is not a problem.&#160; I will pruge elogind and use pmount.&#160; I have used it before and it works.&#160; Afraid of systemd?&#160; Not by a long shot, although I so like to learn.&#160; Thanks for your time.</p><p>Bob</p>]]></description>
			<author><![CDATA[dummy@example.com (robert-e)]]></author>
			<pubDate>Wed, 13 Feb 2019 23:29:29 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14349#p14349</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is some part of systemd running in ascii 2 ?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14344#p14344</link>
			<description><![CDATA[<p>It&#039;s most probably elogind-related, and it&#039;s stuff needed for session management. If you ```apt-get remove --purge elogind```, the folder will disappear (but you will not be able to automount any USB drive as a user, reboot/suspend as a user, and similar stuff). elogind is an alternative to systemd-logind which replaces systemd code (and removes most of the unnecessary stuff). </p><p>HTH</p><p>KatolaZ</p>]]></description>
			<author><![CDATA[dummy@example.com (KatolaZ)]]></author>
			<pubDate>Wed, 13 Feb 2019 22:05:30 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14344#p14344</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is some part of systemd running in ascii 2 ?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14342#p14342</link>
			<description><![CDATA[<p>I dont know if this is a viable &quot;fix&quot; to propose, but /run/systemd could be changed to a symlink that points to /run/nosystemd (or whatever).&#160; A process would have to be written (along with other required processing to make it work) to do this during init process.&#160; As something fun to try I just manually made this change and everything seems to be working ok.</p><div class="codebox"><pre class="vscroll"><code>dxrobertson@acer:/run$ ls -l
total 32
-rw-------  1 root       root          0 Feb 13 15:15 agetty.reload
drwxr-xr-x  2 root       root         80 Feb 13 15:15 console-setup
-rw-r--r--  1 root       root          5 Feb 13 15:15 crond.pid
----------  1 root       root          0 Feb 13 15:15 crond.reboot
drwxr-xr-x  2 messagebus messagebus   80 Feb 13 15:15 dbus
-rw-r--r--  1 root       root          5 Feb 13 15:16 dhclient.pid
-rw-r--r--  1 root       root          5 Feb 13 15:15 elogind.pid
prw-------  1 root       root          0 Feb 13 15:15 initctl
drwxr-xr-x  2 root       root         80 Feb 13 15:15 initramfs
drwx--x--x  3 root       root         60 Feb 13 15:15 lightdm
-rw-r--r--  1 root       root          5 Feb 13 15:15 lightdm.pid
drwxrwxrwt  2 root       root         60 Feb 13 15:15 lock
drwxr-xr-x  2 root       root         80 Feb 13 16:30 mount
drwxr-xr-x  2 root       root        100 Feb 13 15:15 network
drwxr-xr-x  8 root       root        180 Feb 13 15:15 nosystemd
drwxrwxr-x 14 root       root        320 Feb 13 15:15 openrc
drwxr-xr-x  4 root       root         80 Feb 13 15:15 pm-utils
-rw-r--r--  1 root       root          4 Feb 13 15:15 rsyslogd.pid
-rw-r--r--  1 root       root          1 Feb 13 15:15 runlevel
drwxr-xr-x  2 root       root         60 Feb 13 15:15 sendsigs.omit.d
lrwxrwxrwx  1 root       root          8 Feb 13 15:15 shm -&gt; /dev/shm
drwx--x--x  3 root       root         60 Feb 13 15:15 sudo
lrwxrwxrwx  1 root       root         14 Feb 13 16:27 systemd -&gt; /run/nosystemd
drwxr-xr-x  8 root       root        220 Feb 13 16:29 udev
drwx------  2 root       root         40 Feb 13 15:15 udisks2
drwxr-xr-x  3 root       root         60 Feb 13 15:15 user
-rw-rw-r--  1 root       utmp       4224 Feb 13 15:15 utmp</code></pre></div><p>test it:</p><div class="codebox"><pre><code>dxrobertson@acer:~$ cat /run/systemd/users/1000
# This is private data. Do not parse.
NAME=dxrobertson
STATE=active
STOPPING=no
RUNTIME=/run/user/1000
DISPLAY=1
REALTIME=1550088940339646
MONOTONIC=25991508
SESSIONS=1
SEATS=seat0
ACTIVE_SESSIONS=1
ONLINE_SESSIONS=1
ACTIVE_SEATS=seat0
ONLINE_SEATS=seat0</code></pre></div><p>I personally am not bothered by this use of /run/systemd.&#160; Its just a directory name.&#160; If it makes Devuan easier to maintain and less likely to cause potential problems, then thats fine.</p>]]></description>
			<author><![CDATA[dummy@example.com (dxrobertson)]]></author>
			<pubDate>Wed, 13 Feb 2019 21:51:04 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14342#p14342</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is some part of systemd running in ascii 2 ?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14336#p14336</link>
			<description><![CDATA[<p>KatolaZ:&#160; here you go .. Note that I am not concerned about the stray (unused) systemd files; only that systemd code should not be running, expecially on boot.</p><div class="codebox"><pre class="vscroll"><code>root@thinkpad:/run# tree -alp  systemd
systemd
├── [srwx------]  cgroups-agent
├── [d---------]  inaccessible
│   ├── [b---------]  blk
│   ├── [c---------]  chr
│   ├── [d---------]  dir
│   ├── [p---------]  fifo
│   ├── [----------]  reg
│   └── [s---------]  sock
├── [drwxr-xr-x]  inhibit
│   ├── [-rw-r--r--]  1
│   └── [prw-------]  1.ref
├── [drwxr-xr-x]  machines
├── [drwxr-xr-x]  seats
│   └── [-rw-r--r--]  seat0
├── [drwxr-xr-x]  sessions
│   ├── [-rw-r--r--]  1
│   └── [prw-------]  1.ref
└── [drwxr-xr-x]  users
    └── [-rw-r--r--]  1000

7 directories, 12 files
root@thinkpad:/run# 

# sources.list
# note .. was pkgmster on install
# deb cdrom:[devuan_ascii_2.0.0_amd64_dvd-1]/ ascii main non-free
#deb cdrom:[devuan_ascii_2.0.0_amd64_dvd-1]/ ascii main non-free
deb http://deb.devuan.org/merged ascii main non-free contrib
deb-src http://deb.devuan.org/merged ascii main non-free contrib
deb http://deb.devuan.org/merged ascii-security main non-free contrib
deb-src http://deb.devuan.org/merged ascii-security main non-free contrib
deb http://deb.devuan.org/merged ascii-updates main non-free contrib
deb-src http://deb.devuan.org/merged ascii-updates main non-free contrib

#pinning
/preferences.d/avoid-systemd
Package: systemd-sysv
Pin: release o=Debian
Pin-Priority: -1</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (robert-e)]]></author>
			<pubDate>Wed, 13 Feb 2019 18:23:37 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14336#p14336</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is some part of systemd running in ascii 2 ?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14335#p14335</link>
			<description><![CDATA[<div class="quotebox"><cite>yeti wrote:</cite><blockquote><div><p>Maybe the last unavoidable systemd packages can be renamed to <span class="bbc">fake-$originalname_*.deb</span> to make clear that they are harmless? Via <span class="bbc">provides $originalname</span> dependices could be satisfied.</p><p>Would that possibly reduce the iterating questions about systemd pieces still present in Devuan?</p></div></blockquote></div><p>Sadly, there are just not enough hands on deck to do the repackaging and long term maintainence.&#160; Any volunteers out there?</p><p>(golinux hears the sound of silence)</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Wed, 13 Feb 2019 18:00:20 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14335#p14335</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is some part of systemd running in ascii 2 ?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14333#p14333</link>
			<description><![CDATA[<p>Maybe the last unavoidable systemd packages can be renamed to <span class="bbc">fake-$originalname_*.deb</span> to make clear that they are harmless? Via <span class="bbc">provides $originalname</span> dependices could be satisfied.</p><p>Would that possibly reduce the iterating questions about systemd pieces still present in Devuan?</p>]]></description>
			<author><![CDATA[dummy@example.com (yeti)]]></author>
			<pubDate>Wed, 13 Feb 2019 17:46:52 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14333#p14333</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is some part of systemd running in ascii 2 ?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14330#p14330</link>
			<description><![CDATA[<p>I looked at elogind code, it seems the /run/systemd and subsequent directories are pretty ingrained in the code.&#160; </p><p>This is probably one of the (quote from KatolaZ from <a href="https://dev1galaxy.org/viewtopic.php?id=1925)" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=1925)</a> :</p><div class="quotebox"><blockquote><div><p>...only because they happen to provide a systemd unit file for<br />those systems where systemd is used.</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (dxrobertson)]]></author>
			<pubDate>Wed, 13 Feb 2019 16:00:06 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14330#p14330</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is some part of systemd running in ascii 2 ?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14326#p14326</link>
			<description><![CDATA[<p>I also have systemd files in /run.&#160; I believe elogind may have something to do with it.&#160; I am running all Beowulf, with LXQt 0.14 from unstable.</p><div class="codebox"><pre><code>root@acer:~# cd /run
root@acer:/run# find systemd
systemd
systemd/inhibit
systemd/inhibit/1
systemd/inhibit/1.ref
systemd/cgroups-agent
systemd/inaccessible
systemd/inaccessible/blk
systemd/inaccessible/chr
systemd/inaccessible/sock
systemd/inaccessible/fifo
systemd/inaccessible/dir
systemd/inaccessible/reg
systemd/machines
systemd/sessions
systemd/sessions/1
systemd/sessions/1.ref
systemd/users
systemd/users/1000
systemd/seats
systemd/seats/seat0
root@acer:/run# </code></pre></div><p>I then removed /run/systemd.</p><p>Then went to a console via &lt;CTRL&gt;&lt;ALT&gt;F2, and was surprised to find a series of messages displayed, and continuing to display:</p><div class="codebox"><pre><code>[2299.263755 ] elogind-daemond[2150] failed to save user data /run/systemd/users/1000: no such file or directory</code></pre></div><p>There are also similar messages for session, instead of user.</p><p>PID 2150 is elogind-daemon.</p><p>elogind version:</p><div class="codebox"><pre><code>root@acer:~# apt list --installed elogind
Listing... Done
elogind/testing,now 239.3+20190131-1 amd64 [installed]</code></pre></div><p>Another reference to run/systemd, unrelated, and since its a &quot;not&quot;; probably actually needed.&#160; From syslog:</p><div class="codebox"><pre><code>Feb 11 16:30:01 acer CRON[3837]: (root) CMD ([ -x /etc/init.d/anacron ] &amp;&amp; if [ ! -d /run/systemd/system ]; then /usr/sbin/invoke-rc.d anacron start &gt;/dev/null; fi)</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (dxrobertson)]]></author>
			<pubDate>Wed, 13 Feb 2019 11:54:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14326#p14326</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is some part of systemd running in ascii 2 ?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14322#p14322</link>
			<description><![CDATA[<div class="quotebox"><cite>robert-e wrote:</cite><blockquote><div><p>Yes, I did first thing.&#160; That is why I deleted the (other) systemd folders and files; they should not have mattered to the os.&#160; However when the systemd folder in /run got recreated on reboot, I got kind of concerned.&#160; Moreso, when I could not chattr +i that empty folder to immutable.&#160; I know I can just reinstall and pay more attention, but there is little learning in that. <img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Thanks for all your trouble for me.</p><p>Best regards, <br />Bob</p></div></blockquote></div><p>Hi Bob, </p><p>can you plase report the list of files you see under /run/systemd/ after boot? Could you please confirm that you are not using any non-Devuan repo?</p><p>Thanks</p><p>KatolaZ</p>]]></description>
			<author><![CDATA[dummy@example.com (KatolaZ)]]></author>
			<pubDate>Wed, 13 Feb 2019 05:42:10 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14322#p14322</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is some part of systemd running in ascii 2 ?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14321#p14321</link>
			<description><![CDATA[<div class="quotebox"><cite>robert-e wrote:</cite><blockquote><div><p>Yes, I did first thing.&#160; That is why I deleted the (other) systemd folders and files; they should not have mattered to the os.&#160; However when the systemd folder in /run got recreated on reboot, I got kind of concerned.&#160; Moreso, when I could not chattr +i that empty folder to immutable.&#160; I know I can just reinstall and pay more attention, but there is little learning in that. <img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p></div></blockquote></div><p>I wish we had a workshop of magic elves to remove those unnecessary systemd files but alas . . .</p><div class="quotebox"><blockquote><div><p>Thanks for all your trouble for me.</p><p>Best regards, <br />Bob</p></div></blockquote></div><p>No problem.&#160; No trouble.&#160; <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" />&#160; Really nice to see you back!</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Wed, 13 Feb 2019 05:24:25 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14321#p14321</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is some part of systemd running in ascii 2 ?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14320#p14320</link>
			<description><![CDATA[<p>Yes, I did first thing.&#160; That is why I deleted the (other) systemd folders and files; they should not have mattered to the os.&#160; However when the systemd folder in /run got recreated on reboot, I got kind of concerned.&#160; Moreso, when I could not chattr +i that empty folder to immutable.&#160; I know I can just reinstall and pay more attention, but there is little learning in that. <img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Thanks for all your trouble for me.</p><p>Best regards, <br />Bob</p>]]></description>
			<author><![CDATA[dummy@example.com (robert-e)]]></author>
			<pubDate>Wed, 13 Feb 2019 05:19:50 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14320#p14320</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is some part of systemd running in ascii 2 ?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14319#p14319</link>
			<description><![CDATA[<p>Happy to see you made it here!&#160; You might want to take a look at <span class="bbu"><a href="https://dev1galaxy.org/viewtopic.php?id=1925" rel="nofollow">this post</a></span>.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Wed, 13 Feb 2019 04:01:39 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14319#p14319</guid>
		</item>
		<item>
			<title><![CDATA[Is some part of systemd running in ascii 2 ?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=14318#p14318</link>
			<description><![CDATA[<p>Yesterday I was poking around looking at config files, to see why wicd was randomly&#160; disconnecting from the router.&#160; I notice a number of systemd folders/files that I thought should not exist.&#160; This is ascii 2, new install shortly after it was released.&#160; I made 3 new ext3 partitions and formatted them.&#160; /boot, / and swap.&#160; I kept the /home partition unformated.&#160; I renamed the .config files so as not to screw up with newer packages.<br />I choose slim and mate desktop and installed.&#160; I also pinned systemd in /etc/apt/preferences.d.&#160; I use synaptic for updates, seldom apt-get, and occasionally gdebi. Today I have renamed all the found systemd files/folders and all seemed okay.&#160; I rebooted and all stayed renamed except for the systemd folder in /run.&#160; I deleted it, rebooted and it was recreated.&#160; I deleted it again, created a new empty systemd folder and attempted to make it immutable.&#160; The os would not allow that.&#160; I was under the impression that only libsystemd0 should be in existance.&#160; It seems that some aspect of systemd is running on bootup.&#160; Before I trash this install, could someone enlighten me to what is going on?&#160; As the pretend preacher in &quot;Cat Ballou&quot; says; &quot;All contributions are greatfully received&quot;.</p><p>Regards,<br />Bob</p>]]></description>
			<author><![CDATA[dummy@example.com (robert-e)]]></author>
			<pubDate>Wed, 13 Feb 2019 03:18:34 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=14318#p14318</guid>
		</item>
	</channel>
</rss>
