<?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=5096&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Anacron symlinked to "true", again.]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=5096</link>
		<description><![CDATA[The most recent posts in [SOLVED] Anacron symlinked to "true", again..]]></description>
		<lastBuildDate>Wed, 14 Sep 2022 11:51:58 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Anacron symlinked to "true", again.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=37565#p37565</link>
			<description><![CDATA[<p>Correction: I tested the things I fixed and they are fixed.</p><p>There&#039;s an extra closing parenthesis on line 957 of the refractainstaller-yad. It can be fatal.</p><p>Solution: If you use the graphical installer, don&#039;t select a swap partition. Let the installer make a swapfile instead. Otherwise, use the cli installer. Run <span class="bbc">sudo refractainstaller</span> in a terminal.</p><p>I&#039;m not going to make new isos immediately. I don&#039;t want to go through replacing the torrent again so soon.</p><p>I did rebuild the refractainstaller-gui package. 9.6.4 is coming down the line and will work with refractainstaller-base_9.6.3.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 14 Sep 2022 11:51:58 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=37565#p37565</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Anacron symlinked to "true", again.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=37508#p37508</link>
			<description><![CDATA[<p>One more time...</p><p>Newer chimaera live isos (4.0.2) are uploaded. I&#039;m sure I tested the installer this time and it works.<br />(note: torrent and magent link haven&#039;t been updated yet at this time Sep 10, 16:36 UTC.)</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 10 Sep 2022 16:37:03 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=37508#p37508</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Anacron symlinked to "true", again.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=37489#p37489</link>
			<description><![CDATA[<p>refractainstaller base &amp; gui 9.6.3 are built and will migrate down through the repos. I&#039;ll rebuild isos this weekend.</p><p>They&#039;re also here: <a href="https://sourceforge.net/projects/refracta/files/tools/" rel="nofollow">https://sourceforge.net/projects/refracta/files/tools/</a><br />(for anyone who can&#039;t wait or those who are not using devuan)</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 09 Sep 2022 12:09:39 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=37489#p37489</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Anacron symlinked to "true", again.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=37467#p37467</link>
			<description><![CDATA[<p>Nah, don&#039;t mark it as solved yet. I screwed up again. The diversion of anacron gets removed in the live session AFTER the system gets copied to hard disk. It needs to happen in a chroot. The good news is that it&#039;ll do the right thing if you run the installer twice without rebooting the iso. <img src="http://dev1galaxy.org/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>If someone wants to change it in place, go to line 2043 in /usr/bin/refractainstaller-yad or line&#160; 1893 in /usr/bin/refractainstaller and change this</p><div class="codebox"><pre><code> # Remove diversion of anacron
if [ -e /usr/sbin/anacron.orig.anacron ] ; then
         rm -f /usr/sbin/anacron
         dpkg-divert --rename --remove /usr/sbin/anacron
fi</code></pre></div><p>to this</p><div class="codebox"><pre><code> # Remove diversion of anacron
if [ -e /target/usr/sbin/anacron.orig.anacron ] ; then
         rm -f /target/usr/sbin/anacron
         chroot /target dpkg-divert --rename --remove /usr/sbin/anacron
fi</code></pre></div><p>Really sorry about that. I think I need a vacation.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 09 Sep 2022 00:30:46 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=37467#p37467</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Anacron symlinked to "true", again.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=37464#p37464</link>
			<description><![CDATA[<p>Oh right, my bad. Thanks! I wrote the image to my rescue USB already. BTW the torrent doesn&#039;t seem to have 4.0.1. Although there&#039;s a 4.1 (pool1) version which I don&#039;t know what it is. :-) But I&#039;m getting off-topic.</p><p>I haven&#039;t tested the new installer yet, should I mark the topic SOLVED or wait for whenever I test it?</p><p>EDIT: I&#039;ll just mark it as SOLVED since we have workaround that I know work anyhow.</p>]]></description>
			<author><![CDATA[dummy@example.com (Tritonio)]]></author>
			<pubDate>Thu, 08 Sep 2022 23:04:58 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=37464#p37464</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Anacron symlinked to "true", again.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=37459#p37459</link>
			<description><![CDATA[<div class="quotebox"><cite>Tritonio wrote:</cite><blockquote><div><div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>New live isos with new repo key and new refractainstaller with anacron fix are uploaded.</p></div></blockquote></div><p>Thanks! But FYI you have one more expired key to renew. ;-D</p><div class="codebox"><pre><code>gpg: assuming signed data in &#039;SHA256SUMS.txt&#039;
gpg: Signature made Wed Sep  7 18:11:12 2022 CEST
gpg:                using RSA key 67F5013216271E85C251E480A73823D3094C5620
gpg: Good signature from &quot;fsmithred (aka fsr) &lt;fsmithred@gmail.com&gt;&quot; [expired]
gpg: Note: This key has expired!</code></pre></div></div></blockquote></div><p>I fixed that a long time ago. You need to run </p><div class="codebox"><pre><code>gpg --keyserver keyserver.ubuntu.com  --refresh-keys</code></pre></div><div class="codebox"><pre><code>gpg --list-keys 094c5620
pub   rsa4096 2017-10-07 [SC] [expires: 2025-05-02]
      67F5013216271E85C251E480A73823D3094C5620
uid           [ultimate] fsmithred (aka fsr) &lt;fsmithred@gmail.com&gt;
sub   rsa4096 2017-10-07 [E] [expires: 2025-05-02]</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 08 Sep 2022 21:33:25 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=37459#p37459</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Anacron symlinked to "true", again.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=37456#p37456</link>
			<description><![CDATA[<div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>New live isos with new repo key and new refractainstaller with anacron fix are uploaded.</p></div></blockquote></div><p>Thanks! But FYI you have one more expired key to renew. ;-D</p><div class="codebox"><pre><code>gpg: assuming signed data in &#039;SHA256SUMS.txt&#039;
gpg: Signature made Wed Sep  7 18:11:12 2022 CEST
gpg:                using RSA key 67F5013216271E85C251E480A73823D3094C5620
gpg: Good signature from &quot;fsmithred (aka fsr) &lt;fsmithred@gmail.com&gt;&quot; [expired]
gpg: Note: This key has expired!</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Tritonio)]]></author>
			<pubDate>Thu, 08 Sep 2022 19:26:01 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=37456#p37456</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Anacron symlinked to "true", again.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=37429#p37429</link>
			<description><![CDATA[<p>New live isos with new repo key and new refractainstaller with anacron fix are uploaded.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 08 Sep 2022 00:48:58 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=37429#p37429</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Anacron symlinked to "true", again.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=37357#p37357</link>
			<description><![CDATA[<p>Yes, new live isos are coming soon. The fixed version of the installer is currently in chimaera-proposed-updates.</p><p>To use the current isos, wget the new keyring in the live session, and install it with dpkg or gdebi before running the installer.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 05 Sep 2022 12:38:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=37357#p37357</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Anacron symlinked to "true", again.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=37349#p37349</link>
			<description><![CDATA[<p>Not sure if this is still relevant but:</p><div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>I don&#039;t know how to program debconf and I don&#039;t really have time to figure it out right now. If anyone knows how to get a debconf dialog to run from a postinst script, please help.</p></div></blockquote></div><p>You can feed <span class="bbc">debconf-set-selections</span> with a here string (or here document if you&#039;re not using bash) containing the relevant information.</p><p>This example is for GRUB:</p><div class="codebox"><pre><code>debconf-set-selections &lt;&lt;&lt;&quot;grub-efi-amd64 grub2/force_efi_extra_removable boolean true&quot;</code></pre></div><p>Use <span class="bbc">debconf-get-selections</span> to find the correct syntax for each entry and use <span class="bbc">dpkg-reconfigure</span> to bring up the interactive configuration dialogue for each package that shows all the options.</p><p>And off-topic but:</p><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>you skipped over the pre-pivot stage, which is the initial bootup (adding .1 to your III) using the <span class="bbc">initrd</span> filesystem.</p></div></blockquote></div><p>Devuan uses an initramfs rather than an initrd and so uses <span class="bbc">chroot</span> instead of pivot_root.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 05 Sep 2022 06:05:55 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=37349#p37349</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Anacron symlinked to "true", again.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=37347#p37347</link>
			<description><![CDATA[<p>Now that the repo key needs fixing in the ISOs, maybe it&#039;s worth including a fix for this in the new Live ISOs. :-)</p>]]></description>
			<author><![CDATA[dummy@example.com (Tritonio)]]></author>
			<pubDate>Sun, 04 Sep 2022 22:22:53 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=37347#p37347</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Anacron symlinked to "true", again.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=36573#p36573</link>
			<description><![CDATA[<p>Good news. Will there be an new Live ISO that fixes the installer?</p>]]></description>
			<author><![CDATA[dummy@example.com (Tritonio)]]></author>
			<pubDate>Fri, 08 Jul 2022 16:11:09 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=36573#p36573</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Anacron symlinked to "true", again.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=36548#p36548</link>
			<description><![CDATA[<p>Fixed version of refractainstaller is now in ceres and will migrate down to daedalus. I&#039;ll have to pull some strings to get it into chimaera-proposed-updates. If you&#039;re in a hurry to get it, you can download it from the repo. </p><p>refractainstaller-base<br /><a href="https://pkgmaster.devuan.org/devuan/pool/main/r/refractainstaller-base/refractainstaller-base_9.6.2_all.deb" rel="nofollow">https://pkgmaster.devuan.org/devuan/poo … .2_all.deb</a></p><p>refractainstaller-gui<br /><a href="https://pkgmaster.devuan.org/devuan/pool/main/r/refractainstaller-gui/refractainstaller-gui_9.6.2_all.deb" rel="nofollow">https://pkgmaster.devuan.org/devuan/poo … .2_all.deb</a></p><p>This one will correctly remove the diversion of anacron and rename it so it runs. It also contains a postinst script, so that when you upgrade the installer to this version, it will check your system for the leftover cruft from the diversion and correct it. It does not restart anacron, so logs won&#039;t rotate until after a reboot or a manual restart of anacron.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 06 Jul 2022 14:34:40 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=36548#p36548</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Anacron symlinked to "true", again.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=36485#p36485</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>your IV and V are in wrong order</p></div></blockquote></div><p>Many thanks - fixed.</p><div class="quotebox"><blockquote><div><p>Actually, you skipped over the pre-pivot stage</p></div></blockquote></div><p>Good lord, I&#039;ve skipped over so much detail that this is merely a large pamphlet rather than a multi-volume book. Which has only taken me several hours to research &amp; write. But I take your point.</p>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Thu, 30 Jun 2022 01:29:06 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=36485#p36485</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Anacron symlinked to "true", again.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=36483#p36483</link>
			<description><![CDATA[<p>quick note: I think your IV and V are in wrong order: <span class="bbc">init</span> executes <span class="bbc">/etc/init.d/rcS</span> because that&#039;s what <span class="bbc">/etc/inittab</span> says. That file is the configuration for <span class="bbc">init</span>.</p><p>Please continue <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>EDIT: Actually, you skipped over the pre-pivot stage, which is the initial bootup (adding .1 to your III) using the <span class="bbc">initrd</span> filesystem.</p><p>The kernel begins by running its <span class="bbc">/init</span> which is a shell script, and that script will eventually pivot the root to the &quot;real&quot; filesystem and <span class="bbc">exec</span> <span class="bbc">/sbin/init</span>. The <span class="bbc">initrd</span> scripting is held in <span class="bbc">/usr/share/initramfs-tools</span> which is a configuration place for building an <span class="bbc">initrd</span>, since the actual, running <span class="bbc">initrd</span> is the <span class="bbc">cpio</span> package loaded from <span class="bbc">/boot</span> into RAM by the kernel (using the <span class="bbc">initrd=</span> parameter).</p><p>afaik most linux systems have that 2-stage boot, to allow the bootup to be programmed generically even though every actual bootup is a specific host. It&#039;s quite possible to set up the bootup for the specific host without using an <span class="bbc">initrd</span> stage but then typically it needs a specific kernel with the right modules compiled in.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Wed, 29 Jun 2022 23:17:52 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=36483#p36483</guid>
		</item>
	</channel>
</rss>
