<?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=2982&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Beowulf ISO for a server install]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2982</link>
		<description><![CDATA[The most recent posts in Beowulf ISO for a server install.]]></description>
		<lastBuildDate>Fri, 25 Oct 2019 13:43:23 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Beowulf ISO for a server install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18313#p18313</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>what version of ascii are you using?</p></div></blockquote></div><p>2.0</p>]]></description>
			<author><![CDATA[dummy@example.com (danista)]]></author>
			<pubDate>Fri, 25 Oct 2019 13:43:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18313#p18313</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf ISO for a server install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18308#p18308</link>
			<description><![CDATA[<div class="quotebox"><cite>danista wrote:</cite><blockquote><div><div class="quotebox"><cite>e97 wrote:</cite><blockquote><div><div class="codebox"><pre><code>$ vim /etc/apt/sources.list</code></pre></div><p>In vim type:</p><div class="codebox"><pre><code>%s/ascii/beowulf/g</code></pre></div></div></blockquote></div><p>In my ascii installation, there is a file in that location /etc/apt/sources.list.d/devuan.list</p></div></blockquote></div><p>I also have <span class="bbc">/etc/apt/sources.list.d/devuan.list</span> and its all comments.</p><p>there should be <span class="bbc">/etc/apt/sources.list</span> </p><p>what version of ascii are you using? I suspect, less than 2.1 which I&#039;m not familiar with.</p>]]></description>
			<author><![CDATA[dummy@example.com (e97)]]></author>
			<pubDate>Thu, 24 Oct 2019 23:01:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18308#p18308</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf ISO for a server install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18304#p18304</link>
			<description><![CDATA[<div class="quotebox"><cite>e97 wrote:</cite><blockquote><div><div class="codebox"><pre><code>$ vim /etc/apt/sources.list</code></pre></div><p>In vim type:</p><div class="codebox"><pre><code>%s/ascii/beowulf/g</code></pre></div></div></blockquote></div><p>In my ascii installation, there is a file in that location /etc/apt/sources.list.d/devuan.list</p>]]></description>
			<author><![CDATA[dummy@example.com (danista)]]></author>
			<pubDate>Thu, 24 Oct 2019 21:41:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18304#p18304</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf ISO for a server install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18297#p18297</link>
			<description><![CDATA[<p>thats probably correct. fortunately some kind developer aliased it to dist-upgrade which still worked for me <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>will update the guide with that option</p>]]></description>
			<author><![CDATA[dummy@example.com (e97)]]></author>
			<pubDate>Thu, 24 Oct 2019 14:28:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18297#p18297</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf ISO for a server install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18289#p18289</link>
			<description><![CDATA[<p>I think that dist-upgrade only works with apt-get, whilst apt uses full-upgrade :-</p><div class="codebox"><pre><code>sudo apt full-upgrade</code></pre></div><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Thu, 24 Oct 2019 08:52:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18289#p18289</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf ISO for a server install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18283#p18283</link>
			<description><![CDATA[<p>Here&#039;s a guide on a minimal server install and upgrade to beowulf.</p><p>Overview:<br />1) Install <span class="bbc">ascii</span><br />2) Add basic user security<br />3) Upgrade to <span class="bbc">beowulf</span></p><p>Here we go!</p><p>1) Install <span class="bbc">ascii</span> system using: <span class="bbc">devuan_ascii_2.1_amd64_netinst.iso</span></p><p>At <span class="bbc">tasksel</span>, choose only <span class="bbc">openssh-server</span></p><p>I chose <span class="bbc">openrc</span> as my init system without issue, if you are unsure stick with <span class="bbc">Sysvinit</span>.</p><p><span class="bbc">ascii</span> is now installed!</p><p>2) Correct basic user security (and add a text editor of your preference)</p><p>Switch to root account:</p><div class="codebox"><pre><code>su -</code></pre></div><p>Update apt</p><div class="codebox"><pre><code>root $ apt update</code></pre></div><p>Install <span class="bbc">sudo</span> and a text editor of your preference. I&#039;m using vim.</p><div class="codebox"><pre><code>root $ apt install sudo vim</code></pre></div><p>Add user account to sudoers</p><div class="codebox"><pre><code>root $ adduser &lt;user&gt; sudo</code></pre></div><p># test if user can sudo in a new shell, must use a new shell!<br /># if yes, exit root</p><p>lock root account with:</p><div class="codebox"><pre><code>$ sudo passwd -l root</code></pre></div><p>3) Upgrade to <span class="bbc">beowulf</span></p><p>Update sources to beowulf:</p><div class="codebox"><pre><code>$ vim /etc/apt/sources.list</code></pre></div><p>In vim type:</p><div class="codebox"><pre><code>%s/ascii/beowulf/g</code></pre></div><p>Hit <span class="bbc">enter</span> and <span class="bbc">ascii</span> -&gt; <span class="bbc">beowulf</span></p><div class="codebox"><pre><code>$ sudo apt update</code></pre></div><div class="codebox"><pre><code>$ sudo apt dist-upgrade</code></pre></div><p>## if that doesn&#039;t work try:</p><div class="codebox"><pre><code>$ sudo apt full-upgrade</code></pre></div><p>Select &quot;Yes&quot; for unattended service restart</p><p>This may take some time.. once finish verify the upgrade:</p><div class="codebox"><pre><code>$ cat /etc/devuan_version
beowulf/ceres</code></pre></div><p>Congrats! You&#039;ve upgraded to <span class="bbc">beowulf</span></p>]]></description>
			<author><![CDATA[dummy@example.com (e97)]]></author>
			<pubDate>Wed, 23 Oct 2019 23:26:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18283#p18283</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf ISO for a server install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17267#p17267</link>
			<description><![CDATA[<p>That leaves the option of an ascii netboot iso and local beowulf apt cache/mirror</p>]]></description>
			<author><![CDATA[dummy@example.com (e97)]]></author>
			<pubDate>Fri, 26 Jul 2019 19:04:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17267#p17267</guid>
		</item>
		<item>
			<title><![CDATA[Re: Beowulf ISO for a server install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17266#p17266</link>
			<description><![CDATA[<p>Beowulf has not been released yet.&#160; If you want to upgrade, just change ascii to beowulf in your sources.list after fully updating and upgrading.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Fri, 26 Jul 2019 17:31:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17266#p17266</guid>
		</item>
		<item>
			<title><![CDATA[Beowulf ISO for a server install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17265#p17265</link>
			<description><![CDATA[<p>Hello,</p><p>I have a couple servers I&#039;d like to switch from debian to devuan, is there a Beowulf server ISO to save on bandwidth and time?</p>]]></description>
			<author><![CDATA[dummy@example.com (e97)]]></author>
			<pubDate>Fri, 26 Jul 2019 17:12:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17265#p17265</guid>
		</item>
	</channel>
</rss>
