<?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=6338&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Broken update]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=6338</link>
		<description><![CDATA[The most recent posts in [SOLVED] Broken update.]]></description>
		<lastBuildDate>Sun, 14 Jan 2024 15:19:55 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Broken update]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=47288#p47288</link>
			<description><![CDATA[<p>OlegShtch, I don&#039;t use display managers and launch X by running startx from command line. In this case I had so many problems with logging in that I never made it that far <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Fruchtenstein)]]></author>
			<pubDate>Sun, 14 Jan 2024 15:19:55 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=47288#p47288</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Broken update]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=47255#p47255</link>
			<description><![CDATA[<p>Did you get Xorg and libinput breakage during that /ust updage?</p>]]></description>
			<author><![CDATA[dummy@example.com (OlegShtch)]]></author>
			<pubDate>Sat, 13 Jan 2024 14:57:14 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=47255#p47255</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Broken update]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=47234#p47234</link>
			<description><![CDATA[<p>Updated my two Excalibur VMs about 2 weeks ago. Had to delete some symlinks the program complained about. Since then both VMs did update fine, no issues at all. Both encrypted, one with Mate, one with Cinnamon.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 12 Jan 2024 14:58:14 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=47234#p47234</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Broken update]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=47231#p47231</link>
			<description><![CDATA[<p>Yes, that&#039;s it, for sure. I forgot to mention issues with &#039;sed&#039;, too. And I missed <span class="bbc">insmod</span>, <span class="bbc">lsmod</span> and <span class="bbc">rmmod</span>. </p><p>Bootable USB drive is one of those things that I create every once in a while and then never can find it. But now that I can boot to an older kernel, I guess, I may cope without it.</p><p>I feel an urge to install <span class="bbc">usrmerge</span>, but not until I find or make a bootable drive, of course.</p><p>Thanks!</p>]]></description>
			<author><![CDATA[dummy@example.com (Fruchtenstein)]]></author>
			<pubDate>Fri, 12 Jan 2024 12:55:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=47231#p47231</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Broken update]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=47228#p47228</link>
			<description><![CDATA[<p>Have a look at my postings starting at <a href="https://dev1galaxy.org/viewtopic.php?pid=46802#p46802" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=46802#p46802</a></p><p>I more than strongly recommend that you have a bootable &quot;desktop live&quot; image from <a href="https://www.devuan.org/get-devuan" rel="nofollow">https://www.devuan.org/get-devuan</a> on USB or DVD (I used a DVD+RW disc) before proceeding and be familiar with booting it and mounting your existing root partition from the desktop live. Remember that if you need to create symbolic links on your existing hard disk while mounted on the desktop live image, that you will need to make relative symbolic links (e.g. ln -s ../usr/bin/foo foo ) so that you can verify that they work before shutting down the desktop live and booting into your normal system.</p><p>For udev I manually moved everything from /lib/udev to /usr/lib/udev</p><p>My /bin directory contains a heap of symbolic links to /usr/bin and likewise my /lib directory contains a heap of symbolic links to /usr/lib and so does my /sbin directory to /usr/sbin</p><p>(I had tried installing package usrmerge on my main pc but it gave error messages so I resorted to migrating manually).</p>]]></description>
			<author><![CDATA[dummy@example.com (mirrortokyo)]]></author>
			<pubDate>Fri, 12 Jan 2024 11:29:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=47228#p47228</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Broken update]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=47227#p47227</link>
			<description><![CDATA[<p>Hello,<br />I had problems with the last update on my Excalibur installation. I ran the usual update/upgrade sequence yesterday (Jan 11) and after reboot kernel 6.5.0.5 booted to busybox. 6.5.0.4 did the trick and I managed to find out that the problems were probably related to /usr merge (<span class="bbc">usrmerge</span> package is not installed). For example, files like <span class="bbc">/sbin/modprobe</span>, <span class="bbc">/sbin/modinfo</span>, <span class="bbc">/sbin/dmsetup</span> were missing. I restored them as symlinks to their <span class="bbc">/usr/sbin</span> counterparts, but now <span class="bbc">update-initramfs</span> keeps failing on <span class="bbc">/usr/share/initramfs-tools/hooks/dmsetup</span>, one of possible reasons being that <span class="bbc">/usr/lib/udev/rules.d</span> contained only a subset of files in <span class="bbc">/lib/udev/rules.d</span>. Some other issues with update-initramfs, for example, mdadm errors, I kinda &#039;solved&#039; by removing mdadm from the system.</p><p>What do you think would be the right way of finding and fixing all possible related issues? Right now I still can boot to 6.5.0.4 and keep on working almost as if nothing has happened. Well, except for being unable to run <span class="bbc">update-initramfs</span>, maybe, and it IS a huge problem for the future.</p><p>OTOH, it seems that it may be not the only problem. So, I had to recreate <span class="bbc">/dev/net/</span> directory and <span class="bbc">/dev/net/tun</span> device manually. Still can&#039;t find any signs of what went wrong with the upgrade.</p><p>Last time I updated the system was on Dec 25 and the whole thing was fine and smooth.</p>]]></description>
			<author><![CDATA[dummy@example.com (Fruchtenstein)]]></author>
			<pubDate>Fri, 12 Jan 2024 11:15:42 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=47227#p47227</guid>
		</item>
	</channel>
</rss>
