<?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=7181&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Upgrade Daedalus to Ceres - error]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7181</link>
		<description><![CDATA[The most recent posts in [SOLVED] Upgrade Daedalus to Ceres - error.]]></description>
		<lastBuildDate>Fri, 09 May 2025 16:24:33 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Upgrade Daedalus to Ceres - error]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55541#p55541</link>
			<description><![CDATA[<p>I would have started with <span class="bbc"> ls -li /bin/xdotool /usr/bin/xdotool</span> and checked the inode numbers were different. If two files in the same filesystem have the same inode number they are really the same file, possibly hard linked, possibly one part of one path is a link to part of the other path.</p><p>Eg if /bin is a symlink to /usr/bin then everthing in one is really the same file as in the other.</p><p>I&#039;d also have moved /bin/xdotool to somewhere else in case it really turned out to be needed. Probably after <span class="bbc">diff /bin/xdotool /usr/bin/xdotool</span> as well.</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Fri, 09 May 2025 16:24:33 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55541#p55541</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Upgrade Daedalus to Ceres - error]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55530#p55530</link>
			<description><![CDATA[<p>You are welcome good to see you got it sorted.</p>]]></description>
			<author><![CDATA[dummy@example.com (RedGreen925)]]></author>
			<pubDate>Fri, 09 May 2025 04:09:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55530#p55530</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Upgrade Daedalus to Ceres - error]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55529#p55529</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>So I would use rm /bin/xdotool as root and see if it will complete once you use the /usr/lib/usrmerge/convert-usrmerge as it suggests after removing the file it complains about.</p></div></blockquote></div><p>Its works!<br />Thanks a lot to you @<strong>RedGreen925</strong> @<strong>greenjeans</strong> all kind mans:)</p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Fri, 09 May 2025 03:13:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55529#p55529</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Upgrade Daedalus to Ceres - error]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55526#p55526</link>
			<description><![CDATA[<p>Yep. </p><p>Best policy: Install usrmerge first before you do anything else. And best to reboot too.</p><p>Then switch sources.list to excalibur, update, then upgrade and just let it run, it&#039;s gonna be 900+ packages.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Thu, 08 May 2025 23:18:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55526#p55526</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Upgrade Daedalus to Ceres - error]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55524#p55524</link>
			<description><![CDATA[<p>I have both and it works fine.</p><div class="codebox"><pre><code>root@9600k:~# ll /bin/xdotool
84 -rwxr-xr-x 1 root root 85376 Apr  6 12:26 /bin/xdotool*
root@9600k:~# ll /usr/bin/xdotool
84 -rwxr-xr-x 1 root root 85376 Apr  6 12:26 /usr/bin/xdotool*</code></pre></div><p>That said it appears only the <strong>/usr/bin/xdotool</strong> is listed in the package.</p><div class="codebox"><pre><code>root@9600k:~# dpkg -L xdotool
/.
/usr
/usr/bin
/usr/bin/xdotool
/usr/share
/usr/share/doc
/usr/share/doc/xdotool
/usr/share/doc/xdotool/README
/usr/share/doc/xdotool/changelog.Debian.gz
/usr/share/doc/xdotool/changelog.gz
/usr/share/doc/xdotool/copyright
/usr/share/doc/xdotool/examples
/usr/share/doc/xdotool/examples/ffsp.sh
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/xdotool.1.gz</code></pre></div><p>So I would use <strong>rm /bin/xdotool</strong> as root and see if it will complete once you use the <strong>/usr/lib/usrmerge/convert-usrmerge</strong> as it suggests after removing the file it complains about.</p><p>Once done do the <strong>apt autoremove</strong> to get rid of the usrmerge it is not needed once done.</p><div class="codebox"><pre><code>root@9600k:~# apt policy usrmerge
usrmerge:
  Installed: (none)
  Candidate: 39+nmu2
  Version table:
     39+nmu2 950
        950 http://de.deb.devuan.org/merged excalibur/main amd64 Packages
        600 http://de.deb.devuan.org/merged unstable/main amd64 Packages</code></pre></div><p>Edit: Though now reading it again and checking it appears it completed almost three years ago for me and the /bin is now the symbolic link it is supposed to be, never seen that problem in my install notes when I check those.</p><div class="codebox"><pre><code>root@9600k:~# ll /
total 2097236
      0 lrwxrwxrwx   1 root root          7 Aug 28  2022 bin -&gt; usr/bin/
snip....</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (RedGreen925)]]></author>
			<pubDate>Thu, 08 May 2025 22:55:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55524#p55524</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Upgrade Daedalus to Ceres - error]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55522#p55522</link>
			<description><![CDATA[<p>Did replace daedalus to ceres at sourses.lst</p><div class="codebox"><pre><code>apt full-upgrade</code></pre></div><p>but</p><div class="codebox"><pre><code>Fetched 3,012 MB in 4min 21s (11.5 MB/s)                                                                                                                                                    
Reading changelogs... Done
apt-listchanges: Mailing root: apt-listchanges: news for devuan
Extracting templates from packages: 100%
Preconfiguring packages ...
setting xserver-xorg-legacy/xwrapper/allowed_users from configuration file
(Reading database ... 323483 files and directories currently installed.)
Preparing to unpack .../base-files_13.7devuan1_amd64.deb ...

******************************************************************************
*
* The base-files package cannot be installed because
* /bin is a directory, but should be a symbolic link.
*
* Please install the usrmerge package to convert this system to merged-/usr.
*
* For more information please read https://wiki.debian.org/UsrMerge.
*
******************************************************************************

dpkg: error processing archive /var/cache/apt/archives/base-files_13.7devuan1_amd64.deb (--unpack):
 new base-files package pre-installation script subprocess returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/base-files_13.7devuan1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@devuan:/home/freeartist-devuan# apt full-upgrade</code></pre></div><p>and</p><div class="codebox"><pre class="vscroll"><code>root@devuan:/home/freeartist-devuan# apt install usrmerge
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  gir1.2-gtk-2.0 libgtk2.0-dev
Use &#039;sudo apt autoremove&#039; to remove them.
The following NEW packages will be installed:
  usrmerge
0 upgraded, 1 newly installed, 0 to remove and 8 not upgraded.
Need to get 13.3 kB of archives.
After this operation, 41.0 kB of additional disk space will be used.
Get:1 http://deb.devuan.org/merged daedalus/main amd64 usrmerge all 37~deb12u1 [13.3 kB]
Fetched 13.3 kB in 0s (34.3 kB/s)   
Selecting previously unselected package usrmerge.
(Reading database ... 323483 files and directories currently installed.)
Preparing to unpack .../usrmerge_37~deb12u1_all.deb ...
Unpacking usrmerge (37~deb12u1) ...
Setting up usrmerge (37~deb12u1) ...

FATAL ERROR:
Both /bin/xdotool and /usr/bin/xdotool exist.

You can try correcting the errors reported and running again
/usr/lib/usrmerge/convert-usrmerge until it will complete without errors.
Do not install or update other Debian packages until the program
has been run successfully.

E: usrmerge failed.
dpkg: error processing package usrmerge (--configure):
 installed usrmerge package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
 usrmerge
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@devuan:/home/freeartist-devuan# </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Thu, 08 May 2025 16:14:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55522#p55522</guid>
		</item>
	</channel>
</rss>
