<?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=6581&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Installing devuan on vps]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=6581</link>
		<description><![CDATA[The most recent posts in [SOLVED] Installing devuan on vps.]]></description>
		<lastBuildDate>Mon, 13 May 2024 19:44:50 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing devuan on vps]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49924#p49924</link>
			<description><![CDATA[<p><strong>SOLVED</strong></p><p>what was needed:<br />- Remove dbus and libdbus1-3&#160; <br />- Install libdbus1-3 and then dbus</p><p>Incredible that something seemingly so easy kept me occupied for so long. Thank you everyone for all support! &lt;3</p>]]></description>
			<author><![CDATA[dummy@example.com (tyrlak)]]></author>
			<pubDate>Mon, 13 May 2024 19:44:50 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49924#p49924</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing devuan on vps]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49920#p49920</link>
			<description><![CDATA[<p>You obviously try to pull Bullyeye packages instead of Chimaera packages. </p><p>Check your sources.list, make sure only Devuan Chimaera is active. And also check /etc/apt/sources.list.d again if there are entries present that call for Debian. </p><p>Then perform an apt update before trying to install any packages.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Mon, 13 May 2024 11:38:34 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49920#p49920</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing devuan on vps]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49919#p49919</link>
			<description><![CDATA[<p><strong>apt-mark showhold</strong> has not output at all</p><p><strong>apt install libdbus-1-3 --reinstall -s</strong></p><div class="codebox"><pre><code>Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Reinstallation of libdbus-1-3 is not possible, it cannot be downloaded.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.</code></pre></div><p>I have tried to reinstall chimaera a few times on this vps.<br />I already tried .iso installation but it didn&#039;t work (don&#039;t remember the exact problem rn).<br />The rsync option I haven&#039;t yet tried, tho I need to make some research which steps are needed.</p>]]></description>
			<author><![CDATA[dummy@example.com (tyrlak)]]></author>
			<pubDate>Mon, 13 May 2024 10:54:04 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49919#p49919</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing devuan on vps]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49918#p49918</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>is the desktop installation necessarily to complete the installation even though it is for a vps?</p></div></blockquote></div><p>No, it is not necessary on a vps.&#160; I have never installed a desktop (kde, xfce, mate, etc.) on a vps.&#160; This is up to you on how you want to manage it - either from a command line or a panel, like webmin.</p><p>I still would like to know what is causing the problem, but right now I can not think of anything else to try.&#160; I have done this migration many times and it always worked.&#160; </p><p>The only thing that I can think of is that maybe you missed a step in the migration path, or there may be some kind of apt pinning.</p><p>This will check for any left over apt-pinning.&#160; What is the output of the command:</p><div class="quotebox"><blockquote><div><p>apt-mark showhold</p></div></blockquote></div><p>You might want to try to reinstall dbus.&#160; The following command will simulate a reinstall without doing anything.&#160; It will only report what it will do if you run the command without the -s flag.&#160; It will show you which package will get reinstalled, either the devuan or debian version.&#160; To actually reinstall dbus, run the command without the -s flag.</p><div class="quotebox"><blockquote><div><p>apt install libdbus-1-3 --reinstall -s</p></div></blockquote></div><p>You quoted the following:</p><div class="codebox"><pre><code>The following packages have unmet dependencies:
 dbus : Depends: libdbus-1-3 (= 1.12.24-0+deb11u1devuan1) but 1.12.28-0+deb11u1 is to be installed
E: Unable to correct problems, you have held broken packages.</code></pre></div><p>This is not correct for chimaera.&#160; This is what my chimaera versions show:</p><div class="codebox"><pre><code>root@Host:/home/nixer# apt policy libdbus-1-3
libdbus-1-3:
  Installed: 1.12.24-0+deb11u1devuan1
  Candidate: 1.12.24-0+deb11u1devuan1
  Version table:
 *** 1.12.24-0+deb11u1devuan1 500
        500 http://deb.devuan.org/merged chimaera/main amd64 Packages
        100 /var/lib/dpkg/status</code></pre></div><p>If we are unable to make this migration work, you might want to inquire about another method of getting devuan on you vps. <br />- reinstalling debian on the vps and try the migration again<br />- re-install the vps using a custom.iso of devuan.&#160; This could be a netinstall disk, or a custom build.&#160; You will need to check with the vps provider and see if this is possible.&#160; <br />- keep what you have got and rsync a local build onto the vps.</p><p>Edit:&#160; changed apt reinstall command from dbus to libdbus-1-3</p>]]></description>
			<author><![CDATA[dummy@example.com (nixer)]]></author>
			<pubDate>Mon, 13 May 2024 10:25:43 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49918#p49918</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing devuan on vps]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49917#p49917</link>
			<description><![CDATA[<p>When I do <strong>lsb_release -a</strong></p><div class="codebox"><pre><code>No LSB modules are available.
Distributor ID:	Devuan
Description:	Devuan GNU/Linux 4 (chimaera)
Release:	4
Codename:	chimaera</code></pre></div><p>is the desktop installation necessarily to complete the installation even though it is for a vps?</p>]]></description>
			<author><![CDATA[dummy@example.com (tyrlak)]]></author>
			<pubDate>Mon, 13 May 2024 08:58:53 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49917#p49917</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing devuan on vps]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49916#p49916</link>
			<description><![CDATA[<p><strong>apt install task-xfce-desktop</strong></p><div class="codebox"><pre><code>Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 task-xfce-desktop : Depends: slim but it is not installable or
                              lightdm but it is not installable
                     Recommends: xfce4-power-manager but it is not installable
                     Recommends: default-dbus-session-bus or
                                 dbus-session-bus
                     Recommends: network-manager-gnome but it is not installable or
                                 connman-gtk but it is not installable or
                                 cmst but it is not installable
                     Recommends: synaptic but it is not installable
 xfconf : Depends: default-dbus-session-bus or
                   dbus-session-bus
E: Unable to correct problems, you have held broken packages.</code></pre></div><p><strong>There is no files in folder --&gt; /etc/apt/sources.list.d</strong></p><p><strong>/etc/apt/sources.list contains this:</strong></p><div class="quotebox"><blockquote><div><p>#deb <a href="http://ro.mirror.flokinet.net/debian" rel="nofollow">http://ro.mirror.flokinet.net/debian</a> bullseye main<br />#deb-src <a href="http://ro.mirror.flokinet.net/debian" rel="nofollow">http://ro.mirror.flokinet.net/debian</a> bullseye main<br />#deb <a href="http://security.debian.org/debian-security" rel="nofollow">http://security.debian.org/debian-security</a> bullseye-security main<br />#deb-src <a href="http://security.debian.org/debian-security" rel="nofollow">http://security.debian.org/debian-security</a> bullseye-security main<br />#deb <a href="http://ro.mirror.flokinet.net/debian" rel="nofollow">http://ro.mirror.flokinet.net/debian</a> bullseye-updates main<br />#deb-src <a href="http://ro.mirror.flokinet.net/debian" rel="nofollow">http://ro.mirror.flokinet.net/debian</a> bullseye-updates main<br />#deb <a href="http://ro.mirror.flokinet.net/debian" rel="nofollow">http://ro.mirror.flokinet.net/debian</a> bullseye-backports main<br />#deb-src <a href="http://ro.mirror.flokinet.net/debian" rel="nofollow">http://ro.mirror.flokinet.net/debian</a> bullseye-backports main</p><p>deb <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> chimaera main<br />deb <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> chimaera-updates main<br />deb <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> chimaera-security main<br />#deb <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> chimaera-backports main</p></div></blockquote></div><p><strong>apt install dbus</strong> </p><div class="codebox"><pre><code>Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 dbus : Depends: libdbus-1-3 (= 1.12.24-0+deb11u1devuan1) but 1.12.28-0+deb11u1 is to be installed
E: Unable to correct problems, you have held broken packages.</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (tyrlak)]]></author>
			<pubDate>Mon, 13 May 2024 07:52:09 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49916#p49916</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing devuan on vps]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49865#p49865</link>
			<description><![CDATA[<p>default-dbus-session-bus and dbus-session-bus are not found in the chimaera repositories.&#160; However, they are listed as virtual packages by apt.&#160; This would explain why the following command shows them as non-existent.&#160; I would imagine that a standard dbus install would provide this need.</p><div class="quotebox"><blockquote><div><p>root@hostOS:/home/user#&#160; apt policy default-dbus-session-bus dbus-session-bus<br />default-dbus-session-bus:<br />&#160; Installed: (none)<br />&#160; Candidate: (none)<br />&#160; Version table:<br />dbus-session-bus:<br />&#160; Installed: (none)<br />&#160; Candidate: (none)<br />&#160; Version table:</p></div></blockquote></div><div class="quotebox"><blockquote><div><p>apt info default-dbus-session-bus dbus-session-bus<br />Package: default-dbus-session-bus<br />State: not a real package (virtual)<br />Package: dbus-session-bus<br />State: not a real package (virtual)</p></div></blockquote></div><p>These virtual packages are provided by the package dbus.</p><div class="quotebox"><blockquote><div><p>apt info dbus<br />Package: dbus<br />Version: 1.12.24-0+deb11u1devuan1<br />snip...<br />Provides: dbus-bin (= 1.12.24-0+deb11u1devuan1), dbus-daemon (= 1.12.24-0+deb11u1devuan1), dbus-session-bus-common (= 1.12.24-0+deb11u1devuan1), dbus-system-bus (= 1.12.24-0+deb11u1devuan1), dbus-system-bus-common (= 1.12.24-0+deb11u1devuan1), default-dbus-system-bus<br />...snip</p></div></blockquote></div><p>At this point, this is all I can think of for you to check.&#160; If your /etc/apt/sources.list file is correct, you should not be getting this message.&#160; Please check this sources.list file again.&#160; Look for any other lines that might mention any other repository.&#160; Also, look in the folder /etc/apt/sources.list.d and see if any files in this folder mention any other reporitories.&#160; If you do have any other lines, post them here.&#160; I think that you might have a left over line from another repository that may be messing things up.</p><p>Is this a bug with task-gnome-desktop only?&#160; Try this, do you get any errors if you try to install ?</p><div class="quotebox"><blockquote><div><p>apt install task-xfce-desktop</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (nixer)]]></author>
			<pubDate>Wed, 08 May 2024 11:46:18 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49865#p49865</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing devuan on vps]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49864#p49864</link>
			<description><![CDATA[<p>The keyring was indeed overlooked and is installed now. I went through all the steps though it continues to output missing dependencies on the last step.</p><div class="codebox"><pre><code> apt-get install task-gnome-desktop
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 gcr : Depends: default-dbus-session-bus or
                dbus-session-bus
 gdm3 : Depends: dconf-gsettings-backend (&gt;= 0.20) but it is not installable
 gnome-core : Depends: dconf-gsettings-backend (&gt;= 0.38) but it is not installable
              Recommends: network-manager-gnome but it is not installable
 gnome-keyring : Depends: default-dbus-session-bus or
                          dbus-session-bus
 gnome-session-bin : Depends: dbus-x11 but it is not installable
 gnome-terminal : Depends: default-dbus-session-bus or
                           dbus-session-bus
 tracker : Depends: default-dbus-session-bus or
                    dbus-session-bus
E: Unable to correct problems, you have held broken packages.</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (tyrlak)]]></author>
			<pubDate>Wed, 08 May 2024 07:04:40 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49864#p49864</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing devuan on vps]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49845#p49845</link>
			<description><![CDATA[<p>Try this,</p><div class="quotebox"><blockquote><div><p>apt install devuan-keyring</p></div></blockquote></div><p>and then try</p><div class="quotebox"><blockquote><div><p>apt update &amp;&amp; apt dist-upgrade</p></div></blockquote></div><p>Edit:&#160; You might need to use this command to install devuan-keyring.&#160; This was mentioned in the migration article but you may have overlooked it.</p><div class="quotebox"><blockquote><div><p>apt-get install devuan-keyring --allow-unauthenticated</p></div></blockquote></div><p>Once the keyring is installed, you might want to read again the migration article to make sure that all steps have been completed in the proper order.</p>]]></description>
			<author><![CDATA[dummy@example.com (nixer)]]></author>
			<pubDate>Tue, 07 May 2024 11:26:12 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49845#p49845</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing devuan on vps]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49844#p49844</link>
			<description><![CDATA[<p><strong>apt policy devuan-keyring</strong></p><div class="codebox"><pre><code> 
devuan-keyring:
  Installed: (none)
  Candidate: 2022.09.04
  Version table:
     2022.09.04 500
        500 http://deb.devuan.org/merged chimaera/main amd64 Packages</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (tyrlak)]]></author>
			<pubDate>Tue, 07 May 2024 11:15:32 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49844#p49844</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing devuan on vps]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49843#p49843</link>
			<description><![CDATA[<p>And the output of ?</p><div class="quotebox"><blockquote><div><p>apt policy devuan-keyring</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (nixer)]]></author>
			<pubDate>Tue, 07 May 2024 10:24:46 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49843#p49843</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing devuan on vps]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49841#p49841</link>
			<description><![CDATA[<p>Thank you everyone for suggestions and guidance &lt;3 Hope this works as intended.</p><p><strong>Output of cat /etc/apt/sources.list (note that the last line initially was commented -- in the guide -- and I tried both with and without but no difference)</strong></p><div class="codebox"><pre><code>deb http://deb.devuan.org/merged chimaera main
deb http://deb.devuan.org/merged chimaera-updates main
deb http://deb.devuan.org/merged chimaera-security main
deb http://deb.devuan.org/merged chimaera-backports main</code></pre></div><p><strong>apt policy &#039;*dbus-session*&#039;</strong></p><div class="codebox"><pre><code>default-dbus-session-bus:
  Installed: (none)
  Candidate: (none)
  Version table:
dbus-session-bus:
  Installed: (none)
  Candidate: (none)
  Version table:
dbus-session-bus-common:
  Installed: (none)
  Candidate: (none)
  Version table:</code></pre></div><p><strong>apt update &amp;&amp; apt dist-upgrade</strong></p><div class="codebox"><pre class="vscroll"><code>Get:1 http://deb.devuan.org/merged chimaera-security InRelease [26.4 kB]
Get:2 http://deb.devuan.org/merged chimaera InRelease [33.5 kB]
Get:3 http://deb.devuan.org/merged chimaera-updates InRelease [26.1 kB]
Get:4 http://deb.devuan.org/merged chimaera-backports InRelease [26.6 kB]
Err:1 http://deb.devuan.org/merged chimaera-security InRelease
  The following signatures couldn&#039;t be verified because the public key is not available: NO_PUBKEY 94532124541922FB
Err:2 http://deb.devuan.org/merged chimaera InRelease
  The following signatures couldn&#039;t be verified because the public key is not available: NO_PUBKEY 94532124541922FB
Err:3 http://deb.devuan.org/merged chimaera-updates InRelease
  The following signatures couldn&#039;t be verified because the public key is not available: NO_PUBKEY 94532124541922FB
Err:4 http://deb.devuan.org/merged chimaera-backports InRelease
  The following signatures couldn&#039;t be verified because the public key is not available: NO_PUBKEY 94532124541922FB
Reading package lists... Done
W: GPG error: http://deb.devuan.org/merged chimaera-security InRelease: The following signatures couldn&#039;t be verified because the public key is not available: NO_PUBKEY 94532124541922FB
E: The repository &#039;http://deb.devuan.org/merged chimaera-security InRelease&#039; is not signed.
N: Updating from such a repository can&#039;t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://deb.devuan.org/merged chimaera InRelease: The following signatures couldn&#039;t be verified because the public key is not available: NO_PUBKEY 94532124541922FB
E: The repository &#039;http://deb.devuan.org/merged chimaera InRelease&#039; is not signed.
N: Updating from such a repository can&#039;t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://deb.devuan.org/merged chimaera-updates InRelease: The following signatures couldn&#039;t be verified because the public key is not available: NO_PUBKEY 94532124541922FB
E: The repository &#039;http://deb.devuan.org/merged chimaera-updates InRelease&#039; is not signed.
N: Updating from such a repository can&#039;t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://deb.devuan.org/merged chimaera-backports InRelease: The following signatures couldn&#039;t be verified because the public key is not available: NO_PUBKEY 94532124541922FB
E: The repository &#039;http://deb.devuan.org/merged chimaera-backports InRelease&#039; is not signed.
N: Updating from such a repository can&#039;t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.</code></pre></div><p><strong>also, if I try -&gt; apt install dbus</strong></p><div class="codebox"><pre><code>Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
dbus is already the newest version (1.12.28-0+deb11u1).
The following packages were automatically installed and are no longer required:
  libargon2-1 libcryptsetup12
Use &#039;sudo apt autoremove&#039; to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (tyrlak)]]></author>
			<pubDate>Tue, 07 May 2024 09:08:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49841#p49841</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing devuan on vps]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49832#p49832</link>
			<description><![CDATA[<p>To clarify, use <strong>[</strong><strong>code]</strong>PASTE TERMINAL OUTPUT HERE<strong>[</strong><strong>/code]</strong> tags, (because it preserves formatting, making it easier to read).</p><p>For short/inline commands, use <strong>[</strong><strong>c]</strong>inline code<strong>[</strong><strong>/c]</strong> tags.</p><p>Do not use quote tags.</p><p><span style="color: white">-</span></p><p>(p.s. Since apt policy accepts multiple package names, one can use <span class="bbc">apt policy default-dbus-session-bus dbus-session-bus xfconf</span> instead of three distinct commands. It also supports wildcards, so one could use <span class="bbc">apt policy &#039;*dbus-session*&#039;</span> to see all matching packages.)</p>]]></description>
			<author><![CDATA[dummy@example.com (boughtonp)]]></author>
			<pubDate>Mon, 06 May 2024 17:04:12 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49832#p49832</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing devuan on vps]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49831#p49831</link>
			<description><![CDATA[<p>You too nixer . . . <img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /> There is also <span class="bbc">this option</span> to hilight filenames etc. IMO </p><div class="quotebox"><blockquote><div><p>quote</p></div></blockquote></div><p> should be used to repost human language.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Mon, 06 May 2024 16:56:06 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49831#p49831</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing devuan on vps]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49830#p49830</link>
			<description><![CDATA[<p>tyrlak,</p><p>What is the output of </p><div class="quotebox"><blockquote><div><p>cat /etc/apt/sources.list</p></div></blockquote></div><p>What is the output of </p><div class="quotebox"><blockquote><div><p>apt policy default-dbus-session-bus</p></div></blockquote></div><p>-and-</p><div class="quotebox"><blockquote><div><p>apt policy dbus-session-bus</p></div></blockquote></div><p>What is the output of </p><div class="quotebox"><blockquote><div><p>apt update &amp;&amp; apt dist-upgrade</p></div></blockquote></div><p>What is the output of </p><div class="quotebox"><blockquote><div><p>apt policy xfconf</p></div></blockquote></div><p>This is enough to get started.&#160; I am wondering if the dbus packages mentioned in the error are installed?&#160; And like golinux said, please use </p><div class="codebox"><pre><code>code</code></pre></div><p>-or</p><div class="quotebox"><blockquote><div><p>quote</p></div></blockquote></div><p>tags around the terminal informations.&#160; It does make your information easier to see and read.</p><p><strong>Edit:</strong>&#160; After posting this, I ran the &quot;apt policy&quot; commands above and found that these two missing packages default-dbus-session-bus and dbus-session-bus are not found in the chimaera repos, but they are in my ceres repo.&#160; I am interested in what the contents of your /etc/apt/sources.list will reveal.</p>]]></description>
			<author><![CDATA[dummy@example.com (nixer)]]></author>
			<pubDate>Mon, 06 May 2024 16:45:05 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49830#p49830</guid>
		</item>
	</channel>
</rss>
