<?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=4973&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Questions about upgrading Refracta.]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4973</link>
		<description><![CDATA[The most recent posts in [SOLVED] Questions about upgrading Refracta..]]></description>
		<lastBuildDate>Mon, 09 May 2022 16:25:37 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Questions about upgrading Refracta.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=35899#p35899</link>
			<description><![CDATA[<p>I did an upgrade of refracta 10 (beowulf) to 11 (chimaera) recently and took notes. Here it is in more detail and with some configs that are specific to refracta.</p><div class="codebox"><pre><code>sed -i &#039;s/beowulf/chimaera/g&#039; /etc/apt/sources.list
apt update
apt upgrade</code></pre></div><p>Allow services to restart automatically.</p><p>Config files. Take defaults yes/no as indicated below.<br />/etc/issue&#160; &#160; &#160; &#160; &#160; &#160; No, keep old version and edit to change 10 to 11.<br />/etc/pam.d/login&#160; &#160; Yes, install new version<br />/etc/sysctl.conf&#160; &#160; No, keep old version.&#160; (kernel.sysrq=1)<br />/etc/initramfs-tools/initramfs.conf&#160; &#160; &#160; &#160; Yes, install new version. (edit to set COMPRESSION=xz)<br />/etc/ssh/sshd_config&#160; &#160; take new<br />/etc/cryptsetup-initramfs/conf-hook&#160; &#160; &#160; &#160; take new<br />/etc/lvm/lvm.conf&#160; &#160; take new&#160; &#160; (edit udev_sync=0 udev_rules=0 to fix boot delay)</p><p>optional:<br />/etc/initramfs-tools/conf.d/resume&#160; &#160; &#160; &#160; (RESUME=none)</p><div class="codebox"><pre><code>reboot
apt dist-upgrade</code></pre></div><p>apt will then warn about xscreensaver or xlockmore.<br />As user, in another terminal run:&#160; <span class="bbc">pkill xscreensaver</span><br />Then press ENTER to proceed in the root terminal. (not any key as it says.)</p><div class="codebox"><pre><code>apt autoremove
reboot</code></pre></div><p>Note: did not get wicd transitional package.<br />If you get stuck without network, run:</p><div class="codebox"><pre><code>  dhclient eth0
  apt install wicd</code></pre></div><p> (it will install network-manager-gnome)</p><p>To avoid that problem, install wicd (the metapackage) before the upgrade.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 09 May 2022 16:25:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=35899#p35899</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Questions about upgrading Refracta.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=35563#p35563</link>
			<description><![CDATA[<p>I don&#039;t want to use instructions for upgrading ,,Debian&quot; to ,,Devuan&quot;. I just want to know details about the differences between ,,Refracta&quot; and ,,Devuan&quot; and how to upgrade ,,Refracta&quot; from ,,Devuan&quot; repositories. You explained Me everything I want to know. Once more thank You for help.</p>]]></description>
			<author><![CDATA[dummy@example.com (Autonom)]]></author>
			<pubDate>Sat, 09 Apr 2022 22:31:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=35563#p35563</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Questions about upgrading Refracta.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=35535#p35535</link>
			<description><![CDATA[<p>Do this first!</p><div class="codebox"><pre><code>apt install wicd</code></pre></div><p>It&#039;s a transitional metapackage that will pull in network-manager-gnome during the upgrade. </p><p>If you would rather have connman instead of network-manager-gnome, install connman before the upgrade.</p><p>Without that you will be left without network. If you get stuck without network, run</p><div class="codebox"><pre><code>dhclient eth0</code></pre></div><p> to get a connection.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 07 Apr 2022 01:11:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=35535#p35535</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Questions about upgrading Refracta.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=35531#p35531</link>
			<description><![CDATA[<p>Refracta uses only Devuan repositories. Refracta IS Devuan, just with a different name and some different configurations. Your boot menu might say Devuan after the upgrade. You can change that in /etc/default/grub if you want. </p><p>Use upgrade instructions for Devuan. Do not use instructions for migration from Debian.</p><p>Refracta tracks Debian version numbers because it started out as a Debian re-spin with Debian Lenny (5). It was switched to Devuan with Jessie, and it didn&#039;t make sense to go from version 7 to version 1. </p><p>Ah, I did just think of one package that isn&#039;t in the repo. refracta2usb. The newest version of that is here: <a href="https://sourceforge.net/projects/refracta/files/tools/refracta2usb-2.4.3.deb" rel="nofollow">https://sourceforge.net/projects/refrac … -2.4.3.deb</a><br />It will work with beowulf, chimaera, and probably daedalus, too.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 06 Apr 2022 22:13:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=35531#p35531</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Questions about upgrading Refracta.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=35528#p35528</link>
			<description><![CDATA[<p>Thank you for Your help. Are You sure that every package included in ,,Refracta&quot; is in ,,Devuan&quot; repositories? If not, that packages wont be upgraded in that way as You described. Another thing is that ,,Refracta&quot; is not only a customized ISO of ,,Devuan&quot;, but different distribution with different name, different numbering(numers of versions are the same as in ,,Debian&quot;). I read instruction about migrating from ,,Debian&quot; to ,,Devuan&quot; in documentation of the second I mention above. Apart from changing the initialization system, there are instructions for change repositories from ,,Debian&quot; to ,,Devuan&quot; repos and I read there that after that change and do distro-upgrade the distribution will be change to ,,Devuan&quot;. That is why I ask about that. Does after I do normal upgrade from repositories, according to Your instructions, ,,Refracta&quot; will not change to ,,Devuan&quot;(name, numer of version)?</p>]]></description>
			<author><![CDATA[dummy@example.com (Autonom)]]></author>
			<pubDate>Wed, 06 Apr 2022 20:02:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=35528#p35528</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Questions about upgrading Refracta.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=35515#p35515</link>
			<description><![CDATA[<p>I&#039;m not sure I understand what you want to do. Maybe you think it&#039;s more complicated than it is.<br />Change &quot;beowulf&quot; to &quot;chimaera&quot; in sources.list, then &#039;apt upgrade&#039; and &#039;apt dist-upgrade&#039; the same as you would with pure devuan. You do not need to reinstall.</p><div class="codebox"><pre><code>sed -i &#039;s/beowulf/chimaera&#039;/g /etc/apt/sources.list
apt update
apt upgrade
apt dist-upgrade</code></pre></div><p>You will be asked about some config files that have been changed. Say &#039;yes&#039; to take the new versions of the config files.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 06 Apr 2022 01:12:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=35515#p35515</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Questions about upgrading Refracta.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=35514#p35514</link>
			<description><![CDATA[<p>Greetings and salutations to Everyone. I am new on that forum and this is My first post. Apologeise for My non-ideal english, I am not native english speaker. But to the point. My questions concerns ,,Devuan&quot; derivative which is called ,,Refracta&quot;. If I am not wrong, ,,Refracta&quot; is based on ,,Devuan&quot; repositories, so when I do distro-upgrade to new version from that repositories ,,Refracta&quot; probably change to ,,Devuan&quot; and something will be wrong in the system. My questions is: Can i do distro-upgrade from ISO file? Can I update packages, then turned off repositories and set up ISO file as only source for distro-upgrade? Does the ISO file of ,,Refracta&quot; is a ISO that type and allows to do that? Does ,,apt&quot; allows to do that? I want to know how can I upgrade ,,Refracta&quot; without doing a reinstalation. I hope someone could answer on My questions, especially Mr. ,,fsmithred&quot;.</p>]]></description>
			<author><![CDATA[dummy@example.com (Autonom)]]></author>
			<pubDate>Wed, 06 Apr 2022 00:32:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=35514#p35514</guid>
		</item>
	</channel>
</rss>
