<?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=3044&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Migrating from Buster to Beowulf - feedback needed]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3044</link>
		<description><![CDATA[The most recent posts in Migrating from Buster to Beowulf - feedback needed.]]></description>
		<lastBuildDate>Fri, 08 Jan 2021 03:48:10 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Migrating from Buster to Beowulf - feedback needed]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26641#p26641</link>
			<description><![CDATA[<p>So I bashed through a number of commands. I installed sysvinit-core, yes. I ended up removing the kernel, and then reinstalling it. Quite a mess, but I was able to get it to complete the install. At one point, it reboot with no eth0 iface, so the emergency console was used, and then after installing eudev and rebooting, everything looked right. I&#039;ll try to update this post with some steps for future reference. It was not straightforward, but it was possible. I suspect because this was a VPS.</p><p>Maybe I would&#039;ve had better luck if I followed the instructions in this thread I had followed before for the RPI. Anyways, alls well that ends well.</p><p>EDIT: full guide to get migration working here: <a href="http://dev1galaxy.org/viewtopic.php?pid=26751#p26751" rel="nofollow">http://dev1galaxy.org/viewtopic.php?pid=26751#p26751</a></p>]]></description>
			<author><![CDATA[dummy@example.com (little)]]></author>
			<pubDate>Fri, 08 Jan 2021 03:48:10 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26641#p26641</guid>
		</item>
		<item>
			<title><![CDATA[Re: Migrating from Buster to Beowulf - feedback needed]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26637#p26637</link>
			<description><![CDATA[<p>Did you try installing sysvinit-core before attempting to install eudev?</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Thu, 07 Jan 2021 21:46:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26637#p26637</guid>
		</item>
		<item>
			<title><![CDATA[Re: Migrating from Buster to Beowulf - feedback needed]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26631#p26631</link>
			<description><![CDATA[<p>No dice. Reboot works, but apt-get dist-upgrade results in being prompted to remove the running kernel. I don&#039;t agree to that, and then it breaks down.</p><p>I&#039;m afraid I need to find a different VPS vendor. One that supports custom ISOs. For what it&#039;s worth, I migrated an identical Jessie or Stretch (forget now) Debian to Devuan some years ago with this vendor. Back then, the only trick was adding /etc/inittab. Now with Buster it&#039;s resulting in below.</p><div class="codebox"><pre class="vscroll"><code>Removing linux-image-amd64 (4.19+105+deb10u8) ...
Removing linux-image-4.19.0-13-amd64 (4.19.160-2) ...
E: Aborting removal of the running kernel
dpkg: error processing package linux-image-4.19.0-13-amd64 (--remove):
 installed linux-image-4.19.0-13-amd64 package pre-removal script subprocess returned error exit status 1
Removing bluetooth (5.50-1.2~deb10u1) ...
Removing bluez (5.50-1.2~deb10u1) ...
dpkg: initramfs-tools-core: dependency problems, but removing anyway as you requested:
 initramfs-tools depends on initramfs-tools-core (= 0.133+deb10u1).

Removing initramfs-tools-core (0.133+deb10u1) ...
Removing udev (241-7~deb10u5) ...
dpkg: initramfs-tools: dependency problems, but removing anyway as you requested:
 linux-image-4.19.0-13-amd64 depends on initramfs-tools (&gt;= 0.120+deb8u2) | linux-initramfs-tool; however:
  Package initramfs-tools is to be removed.

  Package linux-initramfs-tool is not installed.
  Package initramfs-tools which provides linux-initramfs-tool is to be removed.
 linux-image-4.19.0-13-amd64 depends on initramfs-tools (&gt;= 0.120+deb8u2) | linux-initramfs-tool; however:
  Package initramfs-tools is to be removed.
  Package linux-initramfs-tool is not installed.
  Package initramfs-tools which provides linux-initramfs-tool is to be removed.

Removing initramfs-tools (0.133+deb10u1) ...
Errors were encountered while processing:
 linux-image-4.19.0-13-amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@vps:/#</code></pre></div><p>Then:</p><div class="codebox"><pre class="vscroll"><code>root@vps:~# apt-get install eudev
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run &#039;apt --fix-broken install&#039; to correct these.
The following packages have unmet dependencies:
 eudev : Depends: libeudev1 (= 3.2.7-6) but it is not going to be installed
         Breaks: systemd (&gt; 220) but 241-7~deb10u5 is to be installed
 linux-image-4.19.0-13-amd64 : Depends: initramfs-tools (&gt;= 0.120+deb8u2) but it is not going to be installed or
                                        linux-initramfs-tool
E: Unmet dependencies. Try &#039;apt --fix-broken install&#039; with no packages (or specify a solution).
root@vps:~# apt-get purge systemd libnss-systemd
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run &#039;apt --fix-broken install&#039; to correct these.
The following packages have unmet dependencies:
 dbus-user-session : Depends: systemd but it is not going to be installed
 libpam-systemd : Depends: systemd (= 241-7~deb10u5) but it is not going to be installed
 linux-image-4.19.0-13-amd64 : Depends: initramfs-tools (&gt;= 0.120+deb8u2) but it is not going to be installed or
                                        linux-initramfs-tool
 systemd-sysv : PreDepends: systemd but it is not going to be installed
                Recommends: libnss-systemd but it is not going to be installed
E: Unmet dependencies. Try &#039;apt --fix-broken install&#039; with no packages (or specify a solution).
root@vps:~# apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... failed.
The following packages have unmet dependencies:
 linux-image-4.19.0-13-amd64 : Depends: initramfs-tools (&gt;= 0.120+deb8u2) but it is not installed or
                                        linux-initramfs-tool
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies
root@vps:~#</code></pre></div><p>Finally, stuck in dependency hell.</p><div class="codebox"><pre class="vscroll"><code>root@vps:~# sudo apt-get install libeudev1
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run &#039;apt --fix-broken install&#039; to correct these.
The following packages have unmet dependencies:
 libeudev1 : Conflicts: libudev1 (&lt; 1:3.2.7-6)
 linux-image-4.19.0-13-amd64 : Depends: initramfs-tools (&gt;= 0.120+deb8u2) but it is not going to be installed or
                                        linux-initramfs-tool
E: Unmet dependencies. Try &#039;apt --fix-broken install&#039; with no packages (or specify a solution).
root@vps:~# sudo apt-get install initramfs-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run &#039;apt --fix-broken install&#039; to correct these.
The following packages have unmet dependencies:
 initramfs-tools : Depends: initramfs-tools-core (= 0.133+deb10u1) but it is not going to be installed
E: Unmet dependencies. Try &#039;apt --fix-broken install&#039; with no packages (or specify a solution).
root@vps:~# sudo apt-get install initramfs-tools initramfs-tools-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run &#039;apt --fix-broken install&#039; to correct these.
The following packages have unmet dependencies:
 initramfs-tools-core : Depends: udev
                        Recommends: pigz but it is not going to be installed
E: Unmet dependencies. Try &#039;apt --fix-broken install&#039; with no packages (or specify a solution).
root@vps:~#</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (little)]]></author>
			<pubDate>Thu, 07 Jan 2021 19:27:54 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26631#p26631</guid>
		</item>
		<item>
			<title><![CDATA[Re: Migrating from Buster to Beowulf - feedback needed]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26612#p26612</link>
			<description><![CDATA[<p>IIRC, you may reboot and continue the migration with:</p><div class="codebox"><pre><code>apt-get dist-upgrade</code></pre></div><p>--<br />Fabien</p>]]></description>
			<author><![CDATA[dummy@example.com (the_edge123)]]></author>
			<pubDate>Thu, 07 Jan 2021 07:46:37 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26612#p26612</guid>
		</item>
		<item>
			<title><![CDATA[Re: Migrating from Buster to Beowulf - feedback needed]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26602#p26602</link>
			<description><![CDATA[<p>Sorry, I wasn&#039;t clear. I did. See below:</p><div class="codebox"><pre><code>root@vps:~# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
  aspell-eu-es
Use &#039;apt autoremove&#039; to remove it.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
root@vps:~#</code></pre></div><p>Reboot I think would be unwise as it didn&#039;t install eudev. Trying to install eudev again results in the same error. The only hint is that it&#039;s holding packages, and also on a VPS (yet kvm).</p>]]></description>
			<author><![CDATA[dummy@example.com (little)]]></author>
			<pubDate>Thu, 07 Jan 2021 02:15:28 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26602#p26602</guid>
		</item>
		<item>
			<title><![CDATA[Re: Migrating from Buster to Beowulf - feedback needed]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26601#p26601</link>
			<description><![CDATA[<p>From the link you posted above:</p><div class="quotebox"><blockquote><div><p>Once this is done eudev needs to be installed. Note that if you’re using Gnome it will be removed by this command, but can be installed again after migration.</p><p>root@debian:~# apt-get install eudev</p><p>The last command is known to cause package breaks but we will fix this as part of the migration process.</p><p>root@debian:~# apt-get -f install</p></div></blockquote></div><p>Did you run &quot;apt -f install&quot;? Or &quot;apt-get -f install&quot;?</p>]]></description>
			<author><![CDATA[dummy@example.com (nixer)]]></author>
			<pubDate>Wed, 06 Jan 2021 23:54:37 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26601#p26601</guid>
		</item>
		<item>
			<title><![CDATA[Re: Migrating from Buster to Beowulf - feedback needed]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26600#p26600</link>
			<description><![CDATA[<p>Having trouble with a Debian Buster VPS migrating to Beowulf. Dependency issues when trying to install eudev. See below. (some sections omitted for brevity). To be clear, I am following the docs from devuan.org (https://www.devuan.org/os/documentation/dev1fanboy/en/buster-to-beowulf ). Not the earlier instructions in this thread.</p><div class="codebox"><pre class="vscroll"><code>root@vps:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following package was automatically installed and is no longer required:
  aspell-eu-es
Use &#039;apt autoremove&#039; to remove it.
The following packages have been kept back:
  libcolord2 libudev1 udev util-linux
The following packages will be upgraded:
  base-files bsdutils ca-certificates distro-info-data fdisk libblkid1 libfdisk1 libmount1 libpcsclite1 libprocps7 libsmartcols1 libuuid1
  mount procps python3-reportbug reportbug rsyslog sysvinit-utils task-amharic task-arabic task-asturian task-basque task-belarusian
  task-bengali task-bosnian task-brazilian-portuguese task-bulgarian task-catalan task-chinese-s task-chinese-t task-croatian
  task-cyrillic task-czech task-danish task-dutch task-english task-esperanto task-estonian task-finnish task-french task-galician
  task-german task-greek task-gujarati task-hebrew task-hindi task-hungarian task-icelandic task-irish task-italian task-japanese
  task-kazakh task-khmer task-korean task-kurdish task-laptop task-latvian task-lithuanian task-macedonian task-malayalam task-marathi
  task-northern-sami task-norwegian task-persian task-polish task-portuguese task-punjabi task-romanian task-russian task-serbian
  task-slovak task-slovenian task-spanish task-swedish task-tagalog task-tamil task-telugu task-thai task-turkish task-ukrainian
  task-welsh tasksel tasksel-data tzdata util-linux-locales uuid-runtime
86 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Need to get 4,510 kB of archives.
After this operation, 644 kB of additional disk space will be used.
Do you want to continue? [Y/n]

etting up task-khmer (3.54+devuan3) ...
Setting up task-gujarati (3.54+devuan3) ...
Setting up task-northern-sami (3.54+devuan3) ...
Setting up task-belarusian (3.54+devuan3) ...
Setting up task-english (3.54+devuan3) ...
Processing triggers for systemd (241-7~deb10u5) ...
Processing triggers for man-db (2.8.5-2) ...
Processing triggers for libc-bin (2.28-10) ...
Processing triggers for ca-certificates (20200601~deb10u1) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.

root@vps:~# apt-get install eudev
Reading package lists... Done
Building dependency tree
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:
 dconf-gsettings-backend : Depends: dconf-service (&gt;= 0.30.1-2) but it is not going to be installed
                           Depends: dconf-service (&lt; 0.30.1-2.1~) but it is not going to be installed
 libsoup2.4-1 : Depends: glib-networking (&gt;= 2.32.0) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
root@vps:~#</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (little)]]></author>
			<pubDate>Wed, 06 Jan 2021 22:19:17 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26600#p26600</guid>
		</item>
		<item>
			<title><![CDATA[Re: Migrating from Buster to Beowulf - feedback needed]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=22023#p22023</link>
			<description><![CDATA[<p>I migrated a new Debian Buster system to Beowulf, and things went well (for the most part). There is a problem, though. After the desktop appears, there is constant, non-stop disk activity. Running top shows a couple of CPU hogs:</p><div class="codebox"><pre><code>udevd      20 to 30 % CPU
udisksd    14 to 20% CPU
udevd      1 to 2 % CPU</code></pre></div><p>Based on a hunch, I uninstalled gvfs and the problem went away.</p><p>Phil</p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Sat, 23 May 2020 09:44:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=22023#p22023</guid>
		</item>
		<item>
			<title><![CDATA[Re: Migrating from Buster to Beowulf - feedback needed]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21900#p21900</link>
			<description><![CDATA[<p>The migration went well from <a href="https://beta.devuan.org/os/documentation/dev1fanboy/en/buster-to-beowulf" rel="nofollow">https://beta.devuan.org/os/documentatio … to-beowulf</a>.<br />--<br />Fabien</p>]]></description>
			<author><![CDATA[dummy@example.com (the_edge123)]]></author>
			<pubDate>Tue, 19 May 2020 07:17:21 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21900#p21900</guid>
		</item>
		<item>
			<title><![CDATA[Re: Migrating from Buster to Beowulf - feedback needed]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=20030#p20030</link>
			<description><![CDATA[<p>Dear Admins, dear Members,<br />as requested, here my experience with Beowulf.<br />I always use the Cinnamon desktop and OpenRC. Starting with a fresh install of ASCII 2.1.<br />Of course, that installs NetworkManager, Lightdm and all, which I&#039;m happy with.<br />I have Beowulf running on PCs, laptops and servers and couldn&#039;t be happier. Updates never broke my systems.</p><p><strong>Here the steps I used to update from ASCII 2.1 to Beowulf:</strong><br /><em>1. Install Devuan Ascii (2.1)<br />&#160; &#160;(install all updates and upgrades: sudo apt update; sudo apt upgrade; reboot)</em></p><p><em>2. sudo vi /etc/pam.d/lightdm-greeter<br />&#160; &#160;--&gt; ...<br />&#160; &#160;--&gt; # Setup session<br />&#160; &#160;--&gt; session&#160; &#160;required pam_unix.so<br />&#160; &#160;--&gt; #session&#160; &#160;optional pam_systemd.so<br />&#160; &#160;--&gt; session&#160; &#160;optional pam_elogind.so</em></p><p><em>3. sudo vi /etc/apt/sources.list<br />&#160; &#160;--&gt; # comment the &quot;deb cdrom:...= - line<br />&#160; &#160;--&gt; # Replace every word ascii with the word beowulf</em></p><p><em>4. sudo apt udate<br />5. sudo apt upgrade<br />6. sudo apt dist-upgrade<br />7. sudo apt autoremove</em></p><p><em>8. reboot<br />9. vi sudo vi /etc/pulse/client.conf.d/00-disable-autospawn.conf<br />&#160; &#160;--&gt; # On linux systems, disable autospawn by default<br />&#160; &#160;--&gt; # If you are not using systemd, comment out this line<br />&#160; &#160;--&gt; #autospawn=no</em></p><p><em>10. logout - login --&gt; ok<br /></em><br />The only wish I have is to get the cinnamon tool to install and configure languages. I&#039;m quite happy with English, but some users prefer French or German when they log in.</p><p>A big thank to the Devuan Team - a real high-light in this increasingly &quot;complex&quot; world.</p>]]></description>
			<author><![CDATA[dummy@example.com (Andre4freedom)]]></author>
			<pubDate>Wed, 12 Feb 2020 12:25:28 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=20030#p20030</guid>
		</item>
		<item>
			<title><![CDATA[Re: Migrating from Buster to Beowulf - feedback needed]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=20019#p20019</link>
			<description><![CDATA[<p>&gt; Actually, if you check <a href="http://deb.devuan.org/merged/dists/" rel="nofollow">http://deb.devuan.org/merged/dists/</a>, beowulf-security, beowulf-updates, beowulf-backports, and <br />&gt; beowulf-proposed-updates all exist now.<br />&gt;<br />&gt;Michael</p><p>&#160; I will check the above repositories when I return home. I did the actual migration a couple of weeks before posting, and promptly went on an out-of-town trip after making the post. Overall I am pleased with the system and the fact that SysVinit is still viable. (I&#039;m probably a &quot;stick in the mud&quot; type having been around Unix since before SysV was licensed commercially.)</p><p>&#160; Dan</p>]]></description>
			<author><![CDATA[dummy@example.com (dgrif)]]></author>
			<pubDate>Wed, 12 Feb 2020 03:50:11 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=20019#p20019</guid>
		</item>
		<item>
			<title><![CDATA[Re: Migrating from Buster to Beowulf - feedback needed]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19902#p19902</link>
			<description><![CDATA[<p>Congratulations Dan,</p><p>It looks to me like you did a good job.&#160; I hope it all works for you.&#160; Just a note:</p><p>&#160; &quot;Also the &quot;beowulf-security&quot; doesn&#039;t yet exist (because it&#039;s &quot;testing&quot;?) so I commented it out from sources.list. Once the keyring was installed, I removed the &quot;[trusted=yes]&quot; from sources.list.&quot;</p><p>Actually, if you check <a href="http://deb.devuan.org/merged/dists/" rel="nofollow">http://deb.devuan.org/merged/dists/</a>, beowulf-security, beowulf-updates, beowulf-backports, and beowulf-proposed-updates all exist now.</p><p>Michael</p>]]></description>
			<author><![CDATA[dummy@example.com (mknoop)]]></author>
			<pubDate>Wed, 05 Feb 2020 07:03:58 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19902#p19902</guid>
		</item>
		<item>
			<title><![CDATA[Re: Migrating from Buster to Beowulf - feedback needed]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19901#p19901</link>
			<description><![CDATA[<p>Hello,</p><p>I am new to Devuan, but not to Debian (started pre-Sarge). I have been avoiding systemd through Debian Stretch, but I upgraded to Buster after the &quot;systemd-shim&quot; was removed. This caused LXDE to be removed because systemd was strictly prevented from being installed. The Devuan web page had instructions for migrating from Debian Stretch to ASCII. Since I was at Buster already I figured that migrating to Beowulf was appropriate even though there was no explicit recipe available.</p><p>I was successful at migrating from Debian Buster to Devuan Beowulf and then installed LXDE and everything is right with the world. Here is a synopsis of my process that I typed immediately after the task was completed.</p><p>Dan Griffin<br />----&gt;<br />&#160; Migration to Devuan Beowulf (testing) from Debian Buster.</p><p>Buster system is bare-bones using SysVinit and wicd. Not much else because I did the Stretch to Buster upgrade after &quot;systemd-shim&quot; was removed from Debian.</p><p>&#160; The Devuan instructions start with Debian Jessie or Stretch to Devuan Ascii (stable) but I&#039;m betting that I can do this trick. Please take a look at</p><p>&#160; <a href="https://devuan.org/os/documentation/dev1fanboy/migrate-to-ascii" rel="nofollow">https://devuan.org/os/documentation/dev … e-to-ascii</a></p><p>for the process that I am basing this migration upon. The early steps for removing systemd were not necessary since it was already gone.</p><p>&#160; First step, changing the sources.list file needs the entry<br />[trusted=yes] on the line</p><p>&#160; &#160; deb [trusted=yes] <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> buster main contrib non-free</p><p>because my Buster version of apt-get would not create the proper data base without it.</p><p>&#160; Then I could &quot;apt-get install devuan-keyring&quot; without errors.</p><p>&#160; Also the &quot;beowulf-security&quot; doesn&#039;t yet exist (because it&#039;s &quot;testing&quot;?) so I commented it out from sources.list. Once the keyring was installed, I removed the &quot;[trusted=yes]&quot; from sources.list.</p><p>&#160; Once the update is happy, then I did<br />apt-get upgrade<br />apt-get upgrade --with-new-pkgs<br />apt-get dist-upgrade</p><p>&#160; Now for the big test. Reboot the system!</p><p>&#160; Hooray, it does boot. And the X server comes up (/usr/lib/xorg/Xorg) along with lightdm. These two items were working before.</p><p>&#160; Now to install my choice, LXDE,&#160; which I couldn&#039;t do in Buster because of stupid dependencies that required all of systemd.</p><p>&#160; Trying first &quot;apt-get install lxde-core&quot; and it doesn&#039;t go because of dependencies not scheduled for installation. I tracked this down to &quot;policykit-1&quot;. So I installed &quot;policykit-1&quot; and then &quot;apt-get install lxde-core&quot; worked without requiring any systemd stuff.</p><p>&#160; Now for another reboot to see what might be working.</p><p>&#160; Lo and behold a miracle. The LXDE desktop appears, complete with my appropriate icons on the desktop and behavior settings. Firefox works, Thunderbird works, LXTerminal works, and I have yet to find a command line program that doesn&#039;t work. But then I haven&#039;t tried everything.</p><p>&#160; Threw in an &quot;update-initramfs&quot; followed by &quot;update-grub&quot; for good measure. Probably not necessary, but shouldn&#039;t hurt.</p><p>&#160; So now I am going to move data and stuff from my old laptop with a broken hinge and very slow processor onto this system and let it sit on the desk in my basement.</p><p>&#160; Hopefully you will find my experience useful.</p><p>&#160; Dan</p>]]></description>
			<author><![CDATA[dummy@example.com (dgrif)]]></author>
			<pubDate>Wed, 05 Feb 2020 03:17:43 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19901#p19901</guid>
		</item>
		<item>
			<title><![CDATA[Re: Migrating from Buster to Beowulf - feedback needed]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19802#p19802</link>
			<description><![CDATA[<p>I tested Nixer&#039;s instructions with Raspbian Buster on an RPI3 and had no issues today. Everything is working well. </p><p>I did notice that when /etc/network/interfaces was changed, the DHCP ip also changed. Quite minor.</p><p>There was an error with avahi-daemon. I&#039;ll copy it below:</p><div class="codebox"><pre class="vscroll"><code>//
? avahi-daemon.service - Avahi mDNS/DNS-SD Stack
   Loaded: loaded (/lib/systemd/system/avahi-daemon.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2020-01-30 04:58:10 GMT; 1h 17min ago
 Main PID: 312 (avahi-daemon)
   Status: &quot;avahi-daemon 0.7 starting up.&quot;
    Tasks: 2 (limit: 1164)
   Memory: 1016.0K
   CGroup: /system.slice/avahi-daemon.service
           ??312 avahi-daemon: running [raspberrypi.local]
           ??342 avahi-daemon: chroot helper

Jan 30 04:58:15 raspberrypi avahi-daemon[312]: New relevant interface eth0.IPv4 for mDNS.
Jan 30 04:58:15 raspberrypi avahi-daemon[312]: Registering new address record for 192.168.1.240 on eth0.IPv4.
Jan 30 06:08:55 raspberrypi avahi-daemon[312]: Files changed, reloading.
Jan 30 06:08:55 raspberrypi avahi-daemon[312]: No service file found in /etc/avahi/services.
Jan 30 06:08:55 raspberrypi avahi-daemon[312]: Files changed, reloading.
Jan 30 06:08:55 raspberrypi avahi-daemon[312]: No service file found in /etc/avahi/services.
Jan 30 06:15:20 raspberrypi avahi-daemon[312]: Files changed, reloading.
Jan 30 06:15:20 raspberrypi avahi-daemon[312]: No service file found in /etc/avahi/services.
Jan 30 06:15:20 raspberrypi avahi-daemon[312]: Files changed, reloading.
Jan 30 06:15:20 raspberrypi avahi-daemon[312]: No service file found in /etc/avahi/services.
dpkg: error processing package avahi-daemon (--configure):
 installed avahi-daemon package post-installation script subprocess returned error exit status 1
Setting up tasksel (3.54+devuan3) ...
Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
Setting up libparted2:armhf (3.2-25) ...
Setting up tasksel-data (3.54+devuan3) ...
Setting up dmsetup (2:1.02.155-3) ...
update-initramfs: deferring update (trigger activated)
Setting up libcryptsetup12:armhf (2:2.1.0-5+deb10u2) ...
Setting up parted (3.2-25) ...
Setting up nfs-common (1:1.3.4-2.5) ...
nfs-utils.service is a disabled or a static unit not running, not starting it.
insserv: warning: current start runlevel(s) (empty) of script `nfs-common&#039; overrides LSB defaults (S).
insserv: warning: current stop runlevel(s) (0 1 6 S) of script `nfs-common&#039; overrides LSB defaults (0 1 6).
Processing triggers for install-info (6.5.0.dfsg.1-4+b1) ...
Processing triggers for mime-support (3.62) ...
Processing triggers for initramfs-tools (0.133+deb10u1) ...
Processing triggers for libc-bin (2.28-10+rpi1) ...
Processing triggers for systemd (241-7~deb10u2+rpi1) ...
Errors were encountered while processing:
 avahi-daemon
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@raspberrypi:/etc/apt#
//</code></pre></div><p>This was after 1. devuan repos were added, and then 2. apt upgrade was run. I simply did an apt remove avahi-daemon, as I don&#039;t need it.<br />After that, there was no problem.</p>]]></description>
			<author><![CDATA[dummy@example.com (little)]]></author>
			<pubDate>Thu, 30 Jan 2020 06:48:40 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19802#p19802</guid>
		</item>
		<item>
			<title><![CDATA[Re: Migrating from Buster to Beowulf - feedback needed]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18397#p18397</link>
			<description><![CDATA[<p>For example a brave browser can run in a beowulf VM and still render its GUI on Ascii host by the following command:</p><p>ssh ice &quot;brave-browser &amp;&quot;;</p><p>Then you will have super stable ascii host with its Xorg server </p><p>and beowulf and ceres simultaneously running in different KVM vms for experiments with fresher GUI programs while they are still not released as stable.</p><p>Btw, this config has defended me from Ganstalkers&#039; EMI and browser plugin attacks even on a slow HDD as ZFS vdev without any SSD caching:</p><p><a href="https://archive.is/ggHIK" rel="nofollow">https://archive.is/ggHIK</a></p><p><a href="https://web.archive.org/web/20191106043502/https://github.com/zfsonlinux/zfs/issues/9518" rel="nofollow">https://web.archive.org/web/20191106043 … ssues/9518</a></p><p>VM specific datasets are:</p><p> zfs set sync=disabled</p><p>for performance, having regular snapshots of course to rollback if a dataset gets any corruption due to unexpected reset, power loss, etc.</p><p>With a SSD it would work even faster which would be noticeable at least during computer power on when ZFS caches are cold yet, but after an hour of work HDDs become fast too after ZFS ARC gets already hot enough.</p><p>And a high IO attack from browser plugins becomes useless. Computer cannot be hung anymore by this method.</p>]]></description>
			<author><![CDATA[dummy@example.com (bimon)]]></author>
			<pubDate>Wed, 06 Nov 2019 04:31:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18397#p18397</guid>
		</item>
	</channel>
</rss>
