<?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=4697&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Devuan 5 Daedalus: dbus init script absent]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4697</link>
		<description><![CDATA[The most recent posts in [SOLVED] Devuan 5 Daedalus: dbus init script absent.]]></description>
		<lastBuildDate>Sun, 28 Nov 2021 21:47:27 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Devuan 5 Daedalus: dbus init script absent]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33039#p33039</link>
			<description><![CDATA[<p>Fixed in ceres and will move into daedalus soon.<br /><a href="https://bugs.devuan.org/cgi/bugreport.cgi?bug=635" rel="nofollow">https://bugs.devuan.org/cgi/bugreport.cgi?bug=635</a></p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 28 Nov 2021 21:47:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33039#p33039</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Devuan 5 Daedalus: dbus init script absent]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33036#p33036</link>
			<description><![CDATA[<h5>Intro</h5><p>I&#039;ve installed a fresh minimal OS from the image &quot;devuan_daedalus_5.0.preview-20211122_amd64_server.iso&quot; (from the mirror <a href="https://mirror.leaseweb.com/devuan/devuan_daedalus/installer-iso/" rel="nofollow">https://mirror.leaseweb.com/devuan/devu … aller-iso/</a>). I chose <em>OpenRC</em> init system.</p><p>Host system: Proxmox (based on Debian 10 oldstable).<br />Virtualisation: QEMU/KVM.</p><h5>Error</h5><p>On first boot, I found an error:</p><div class="codebox"><pre><code>ERROR: elogind needs service(s) dbus</code></pre></div><h5>Troubleshooting</h5><p>As I found, there is no init-script in the package <em>dbus 1.12.20-3+devuan2</em>:</p><div class="codebox"><pre><code>user@devuan5-01 ~ % dpkg -L dbus|sort|grep init
user@devuan5-01 ~ % apt-cache policy dbus
dbus:
  Installed: 1.12.20-3+devuan2
  Candidate: 1.12.20-3+devuan2
  Version table:
 *** 1.12.20-3+devuan2 500
        500 http://deb.devuan.org/merged daedalus/main amd64 Packages
        100 /var/lib/dpkg/status

user@devuan5-01 ~ % dpkg -l|grep -i dbus
ii  at-spi2-core                        2.42.0-2                           amd64        Assistive Technology Service Provider Interface (dbus core)
ii  dbus                                1.12.20-3+devuan2                  amd64        simple interprocess messaging system (system message bus)
ii  dbus-bin                            1.12.20-3+devuan2                  amd64        simple interprocess messaging system (command line utilities)
ii  dbus-daemon                         1.12.20-3+devuan2                  amd64        simple interprocess messaging system (reference message bus)
ii  dbus-session-bus-common             1.12.20-3+devuan2                  all          simple interprocess messaging system (session bus configuration)
ii  dbus-system-bus-common              1.12.20-3+devuan2                  all          simple interprocess messaging system (system bus configuration)
ii  dbus-x11                            1.12.20-3+devuan2                  amd64        simple interprocess messaging system (X11 deps)
ii  libdbus-1-3:amd64                   1.12.20-3+devuan2                  amd64        simple interprocess messaging system (library)</code></pre></div><p>But, in the same minimal system with Devuan 4 Chimaera:</p><div class="codebox"><pre><code>user@devuan4-02 ~ % dpkg -L dbus|sort|grep init
/etc/init.d
/etc/init.d/dbus
user@devuan4-02 ~ % apt-cache policy dbus
dbus:
  Installed: 1.12.20-2+devuan2
  Candidate: 1.12.20-2+devuan2
  Version table:
 *** 1.12.20-2+devuan2 500
        500 http://deb.devuan.org/merged chimaera/main amd64 Packages
        100 /var/lib/dpkg/status

user@devuan4-02 ~ % dpkg -l|grep -i dbus
ii  at-spi2-core                        2.38.0-4                           amd64        Assistive Technology Service Provider Interface (dbus core)
ii  dbus                                1.12.20-2+devuan2                  amd64        simple interprocess messaging system (daemon and utilities)
ii  dbus-x11                            1.12.20-2+devuan2                  amd64        simple interprocess messaging system (X11 deps)
ii  libdbus-1-3:amd64                   1.12.20-2+devuan2                  amd64        simple interprocess messaging system (library)</code></pre></div><h5>Fix</h5><p>So, I copied the init script <span class="bbc">/etc/init.d/dbus</span> and ran:</p><div class="codebox"><pre><code>sudo rc-update add dbus default</code></pre></div><p>Now dbus starts:</p><div class="codebox"><pre><code>user@devuan5-01 ~ % sudo service dbus status         
dbus is running.

user@devuan5-01 ~ % ls -lAF /var/run/dbus
total 4
-rw-r--r-- 1 root root 5 Nov 28 19:30 pid
srwxrwxrwx 1 root root 0 Nov 28 19:30 system_bus_socket=</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (vazhnov)]]></author>
			<pubDate>Sun, 28 Nov 2021 18:36:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33036#p33036</guid>
		</item>
	</channel>
</rss>
