<?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=2125&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Hosted VPS server migration from debian to devuan hosed]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2125</link>
		<description><![CDATA[The most recent posts in Hosted VPS server migration from debian to devuan hosed.]]></description>
		<lastBuildDate>Tue, 12 Jan 2021 00:59:29 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Hosted VPS server migration from debian to devuan hosed]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26751#p26751</link>
			<description><![CDATA[<p>I&#039;ve migrated two different VPS to devuan. One Debian 9, one Debian 10. The latter was harder. But, it&#039;s possible.</p><p>I haven&#039;t written a guide yet, but here&#039;s a tip: Debian doesn&#039;t have /etc/inittab, but devuan needs it, so you&#039;ll have to copy one from another devuan install.</p><p>Another tip: if the NICs don&#039;t come up after a reboot, you must install eudev, then they will come up. You are going to need an emergency console for this. Some notes are here: <a href="https://dev1galaxy.org/viewtopic.php?id=3044&amp;p=2" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=3044&amp;p=2</a></p><p>Best way to do this: Find a provider that offers custom ISO installation. It&#039;s the right way to go. Custom ISO is essential for VPS. Speak with your wallets w/Providers that offer custom iso. There&#039;s a bunch out there. Hopefully in a couple years, it will be standard across the board.</p><p>EDIT: I just spent the 20 minutes to look back through my notes, and migrated from buster to beowulf. Here&#039;s the guide.</p><div class="codebox"><pre class="vscroll"><code>apt-get update
apt-get dist-upgrade
edit /etc/apt/sources.list and add devuan&#039;s repos
root@debian:~# apt-get update --allow-insecure-repositories
root@debian:~# apt-get install devuan-keyring --allow-unauthenticated
root@debian:~# apt-get update
apt-get install sysvinit #may not be required
reboot #may not be required
sudo apt-get dist-upgrade #says it will delete running kernel. allow it to (I think it&#039;s &quot;no&quot; here, read the warning carefully)
install the kernel again. note that you can&#039;t
install linux-image-amd64, you must install the current release.
e.g. apt-get install linux-image-4.19.0-13-amd64. Whatever is most current.
make sure boot has an initramfs and kernel.
What this does is remove the debian kernel, and install the devuan kernel
sudo apt-get autoclean
sudo apt-get remove systemd libsoup2.4-1-  #this will ignore the dependency on libsoup, and allow removing systemd
it will error out. that&#039;s ok,
sudo apt-get install sysvinit-core
sudo apt-get install eudev #IMPORTANT. We must download this before rebooting. It will fail, but that is ok.
now, before you reboot make sure /etc/inittab has something in place.
It does for me, so devuan installed it this time.
now: reboot
in my vps i was locked out, because they have some strange ifup settings.
from emergency console: apt-get install eudev
after this, reboot once more to get eudev running.
the dhcp may timeout. just wait a moment.
now NICs are visible, and you should be in devuan. At least I was with my VPS.
Tested with Debian 10. 01/10/2021.</code></pre></div><p>It&#039;s worth noting that my interfaces look something like the below from the provider. So it&#039;s not just DHCP.</p><div class="codebox"><pre><code># This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
auto enp
iface enp inet static
        address &lt;WANIP&gt;
        netmask 255.255.255.255
        broadcast +
        up ip -f inet route add 169.254.0.1 dev enp
auto enp:1
iface enp:1 inet static
        address &lt;SOMELANIP&gt;
        netmask 255.0.0.0
        broadcast +</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (little)]]></author>
			<pubDate>Tue, 12 Jan 2021 00:59:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26751#p26751</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hosted VPS server migration from debian to devuan hosed]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26733#p26733</link>
			<description><![CDATA[<p>hetzner removed the devuan iso option.</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Mon, 11 Jan 2021 10:36:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26733#p26733</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hosted VPS server migration from debian to devuan hosed]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10160#p10160</link>
			<description><![CDATA[<div class="quotebox"><cite>devuser wrote:</cite><blockquote><div><div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><div class="quotebox"><blockquote><div><p>&lt;Irrwahn&gt; He could probably do that himself. ISTR that basically any customer can deposit any ISO (that meets some criteria) at their store.</p></div></blockquote></div></div></blockquote></div><p>Well, to be honest i don&#039;t know. I&#039;ve never needed this (as i can install pretty much whatever i want using just rescue mode) but i am quite sure i can&#039;t simply upload something and have it automatically be add to the list on their website.</p></div></blockquote></div><p>I&#039;ve looked into this and found absolutely nothing. Even the KVM related wiki pages only talk about being able to mount a remote ISOs using CIFS and cloud documentation just seems to go on about selecting an ISO from the list. No mention of any upload option. I guess this doesn&#039;t exist after all but it it does some kind of pointer would be neat.</p><p>Edit: Thinking about this i&#039;ll just ask Hetzner if they can add Ascii. I need to get off the PC and make some jelly before my cherries go bad. No point in wasting time with all this grumpyness <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (devuser)]]></author>
			<pubDate>Sun, 17 Jun 2018 17:17:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10160#p10160</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hosted VPS server migration from debian to devuan hosed]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10154#p10154</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>Some feedback from irc.</p><div class="quotebox"><blockquote><div><p>&lt;Irrwahn&gt; golinux: That&#039;s just install via some ISO image. That&#039;s not the same as an officially supported install image, but more like &quot;bring your own OS&quot;. And it will only work for VMs, not dedicated machines, unless you rent a KVM + virtual drive console.<br />&lt;Irrwahn&gt; By this metric virtually any old hosting company in existence can be said to have an &quot;Install Devuan&quot; option.</p></div></blockquote></div></div></blockquote></div><p>That&#039;s partly true. Of course it won&#039;t work for dedicated machines as those don&#039;t have virtual CD-ROM drives. As for needing a KVM and anything virtual to install ISOs on the dedicated servers... Well, no. All my dedicated boxes at Hetzner are installed from ISOs and i haven&#039;t used any of this. I also tend to somewhat disagree about the any hoster offers this statement. I&#039;ve seen enough companies that will not let you mount custom ISOs at all let alone have Devuan included in the list of available ISOs.</p><div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><div class="quotebox"><blockquote><div><p>&lt;Irrwahn&gt; He could probably do that himself. ISTR that basically any customer can deposit any ISO (that meets some criteria) at their store.</p></div></blockquote></div></div></blockquote></div><p>Well, to be honest i don&#039;t know. I&#039;ve never needed this (as i can install pretty much whatever i want using just rescue mode) but i am quite sure i can&#039;t simply upload something and have it automatically be add to the list on their website. </p><div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><div class="quotebox"><blockquote><div><p>&lt;Irrwahn&gt; Overall, the important takeaway is: When you run Devuan on a Hetzner machine, you do so at your own devise and own risk, no support.<br />&lt;Irrwahn&gt; And that&#039;s different from their &quot;official&quot; OS choices.</p></div></blockquote></div></div></blockquote></div><p>No offense to the guy but that made me chuckle a bit. It&#039;s not like Hetzner offers any software support at all. Even if you have some kind of network problem they&#039;ll have you boot into rescue mode and if it isn&#039;t reproduceable there it&#039;s up to you to fix it no matter what you are running.</p><p>Edit: I&#039;ll have to agree that Hetzners images are more fail safe. I had a bad MTU on one of my installs which caused me quite bit of hairloss and i guess that wouldn&#039;t have happend with their images (even if the bad MTU was just a result of me not paying enough attention). It&#039;s not like they are going to help you if you managed to break it on a supported OS though. In fact the support didn&#039;t even ask what i was running.</p>]]></description>
			<author><![CDATA[dummy@example.com (devuser)]]></author>
			<pubDate>Sun, 17 Jun 2018 16:30:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10154#p10154</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hosted VPS server migration from debian to devuan hosed]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10151#p10151</link>
			<description><![CDATA[<p>Some feedback from irc.</p><div class="quotebox"><blockquote><div><p>&lt;Irrwahn&gt; golinux: That&#039;s just install via some ISO image. That&#039;s not the same as an officially supported install image, but more like &quot;bring your own OS&quot;. And it will only work for VMs, not dedicated machines, unless you rent a KVM + virtual drive console.<br />&lt;Irrwahn&gt; By this metric virtually any old hosting company in existence can be said to have an &quot;Install Devuan&quot; option.</p></div></blockquote></div><p>and then . . .</p><div class="quotebox"><blockquote><div><p>&lt;Irrwahn&gt; He could probably do that himself. ISTR that basically any customer can deposit any ISO (that meets some criteria) at their store.</p></div></blockquote></div><p>and finally:</p><div class="quotebox"><blockquote><div><p>&lt;Irrwahn&gt; Overall, the important takeaway is: When you run Devuan on a Hetzner machine, you do so at your own devise and own risk, no support.<br />&lt;Irrwahn&gt; And that&#039;s different from their &quot;official&quot; OS choices.</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sun, 17 Jun 2018 16:07:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10151#p10151</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hosted VPS server migration from debian to devuan hosed]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10149#p10149</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>@devuser . . . That&#039;s fantastic news!&#160; The process is a bit daunting though - not for the faint-hearted.&#160; I should probably add Hetzner to the list and include a link to your post above.&#160; Could you possibly contact them requesting either an update to or addition of the ASCII iso?</p></div></blockquote></div><p>Well, tbh i have a bit of an aversion to making support requests for stuff i don&#039;t actively use but i figure i&#039;ll probably want to move my legacy VPS to their cloud at some point so i guess that justifies it. I&#039;ll write them later. It&#039;s probably not going to get answered during the weekend anyways.</p>]]></description>
			<author><![CDATA[dummy@example.com (devuser)]]></author>
			<pubDate>Sun, 17 Jun 2018 15:23:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10149#p10149</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hosted VPS server migration from debian to devuan hosed]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10148#p10148</link>
			<description><![CDATA[<p>@devuser . . . That&#039;s fantastic news!&#160; The process is a bit daunting though - not for the faint-hearted.&#160; I should probably add Hetzner to the list and include a link to your post above.&#160; Could you possibly contact them requesting either an update to or addition of the ASCII iso?</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sun, 17 Jun 2018 15:07:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10148#p10148</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hosted VPS server migration from debian to devuan hosed]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10146#p10146</link>
			<description><![CDATA[<p>OK, so after working my way through the setup here is a couple of screenshots (sorry about those being in german - i don&#039;t know how to switch the panel to english but there is an international version i am sure) and some notes:</p><p>After creating the VM which allows just a handful of operating systems (i choose Debian 9 but i don&#039;t think it matters) you have something like this:</p><p><span class="postimg"><img src="http://i66.tinypic.com/2dbulxx.png" alt="2dbulxx.png" /></span></p><p>If you click the servername there you&#039;ll get an overview like this:</p><p><span class="postimg"><img src="http://i68.tinypic.com/2462aa0.png" alt="2462aa0.png" /></span></p><p>From there you select &#039;Power&#039;:</p><p><span class="postimg"><img src="http://i66.tinypic.com/2lvigwi.png" alt="2lvigwi.png" /></span></p><p>and shut the VM down (it&#039;s labeled &#039;Herunterfahren&#039; here) but i guess since we don&#039;t care about a clean shutdown &#039;Power Off&#039; would equally work. Now you can select ISO-Images and mount (&#039;Einbinden&#039;) Devuan Jessie netinst (it&#039;s even on the first page, nice!):</p><p><span class="postimg"><img src="http://i66.tinypic.com/4ggims.png" alt="4ggims.png" /></span></p><p>Now turn the VM on again (using &#039;Power&#039;) and and go to the server menu to launch the web console (labeled &#039;Konsole&#039; here):</p><p><span class="postimg"><img src="http://i68.tinypic.com/2r4srad.png" alt="2r4srad.png" /></span></p><p>You should be greeted by the Devuan installer asking to select graphical or text install. I choose text which likely doesn&#039;t matter again but as the installation has some quirks it might be the better option. Speaking of quirks, this is what i encountered during the actual installation:</p><p>After detecting the network the installer complains about not being able to detect the default gateway. This can be easily fixed by following the instructions in Hetzners wiki at <a href="https://wiki.hetzner.de/index.php/Cloud_ISO_Installation_Gateway/en" rel="nofollow">https://wiki.hetzner.de/index.php/Cloud … Gateway/en</a>. Basically you hit ALT + cursor right to get to a shell then enter the following commands:</p><div class="codebox"><pre><code>ip r ad 172.31.1.1 dev eth0
ip r ad default via 172.31.1.1</code></pre></div><p>To switch back use ALT + cursor left. Choose to continue without the gateway (not really true since we have just configured it). The setup then asks for a nameserver which can be found at <a href="https://wiki.hetzner.de/index.php/Hetzner_Standard_Name_Server/en" rel="nofollow">https://wiki.hetzner.de/index.php/Hetzn … _Server/en</a>. I&#039;ve just used the first one.</p><p>When it came to selecting a HTTP mirror there was something i am not entirely sure about: When i tried to select a mirror from the list neither the localized URL nor auto.mirror.devuan.org seemed to work so i choose manual selection and entered deb.devuan.org for the address and /merged/ for the directory which worked fine.</p><p>One final problem that had me stuck for a bit was then when trying to install software the installer would fail with a huge message on a red screen. Trying around a bit it came down to the installer having problems with authenticating packages (outdated ISO?) and it&#039;s possible to fix this by again switching to a terminal (ALT + cursor right) and running the following commands:</p><div class="codebox"><pre><code>chroot /target apt-get -y --force-yes devuan-keyring
chroot /target apt-get update</code></pre></div><p>After that you can just hit OK on the error message and retry the software installation step.</p><p>When the installer is finsihed you have to unmount the ISO:</p><p><span class="postimg"><img src="http://i63.tinypic.com/2w6ywqo.png" alt="2w6ywqo.png" /></span></p><p>The huge orange box at the top basically says &quot;You have an ISO mounted&quot; and the link at the end allows you to unmount it. I am quite sure you could archive the same using the ISO-Images menu entry also though.</p><p>At this point your Devuan VM is ready to go. I found IPv6 wasn&#039;t configured but i guess it&#039;s easy to fix that by following the post installation instrcutions at <a href="https://wiki.hetzner.de/index.php/Cloud_ISO_Installation_Gateway/en" rel="nofollow">https://wiki.hetzner.de/index.php/Cloud … Gateway/en</a>.</p><p>That&#039;s it. I hope it&#039;s somewhat useful. Wonder when Hetzner will add an Ascii ISO though. I am not using any cloud instances otherwise i&#039;d pester the support about it. Guess they&#039;ll sooner or later add it anyways given they allready have Jessie.</p>]]></description>
			<author><![CDATA[dummy@example.com (devuser)]]></author>
			<pubDate>Sun, 17 Jun 2018 13:27:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10146#p10146</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hosted VPS server migration from debian to devuan hosed]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10143#p10143</link>
			<description><![CDATA[<div class="quotebox"><cite>ks wrote:</cite><blockquote><div><p>How can I access the server I rebuilt? ... a new root-password for server1 will be generated and mailed to you. It will be set on first boot using the <strong>cloud-init</strong> mechanism.</p></div></blockquote></div><p>If custom ISOs are supported i wouldn&#039;t think this to be relevant in this case but i&#039;ll have a try later. Let&#039;s see how it goes.</p><p>Edit: Hetzners cloud indeed offers a direct option to select a Devuan (Jessie, netinstall) ISO for setup. Will post some pictures once i have a working VM.</p>]]></description>
			<author><![CDATA[dummy@example.com (devuser)]]></author>
			<pubDate>Sun, 17 Jun 2018 10:03:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10143#p10143</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hosted VPS server migration from debian to devuan hosed]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10142#p10142</link>
			<description><![CDATA[<p>Just had a look at Hetzner&#039;s pages, and their FAQ, because the pretty pages don&#039;t really say much. Immediately tripped over:</p><p>How can I access the server I rebuilt? ... a new root-password for server1 will be generated and mailed to you. It will be set on first boot using the <strong>cloud-init</strong> mechanism.</p><p>That&#039;s that then ;(</p>]]></description>
			<author><![CDATA[dummy@example.com (ks)]]></author>
			<pubDate>Sun, 17 Jun 2018 07:37:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10142#p10142</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hosted VPS server migration from debian to devuan hosed]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10125#p10125</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><div class="quotebox"><cite>ks wrote:</cite><blockquote><div><p>But perhaps it&#039;s not so bad an idea if you build a list of hosters where devuan is either a clickable option or can be migrated to, even if it&#039;s only maintained until people get tired of poettering about and demand systemd-free hosting.</p></div></blockquote></div><div class="quotebox"><cite>devuser wrote:</cite><blockquote><div><p>. . . I haven&#039;t seen a single hoster that actually offers Devuan templates yet. I&#039;ve tried a bit of lobbying here or there but so far no luck.</p></div></blockquote></div><p>Two options were included in the ASCII stable announcement.&#160; That info is posted in two places on the devuan.org website.</p><p><a href="https://devuan.org/os/debian-fork/ascii-stable-announce-060818" rel="nofollow">https://devuan.org/os/debian-fork/ascii … nce-060818</a><br /><a href="https://devuan.org/os/install" rel="nofollow">https://devuan.org/os/install</a></p></div></blockquote></div><p>Ouch. Should have remembered that.</p><div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>As to Hetzner . . . according to one of our devs:</p><div class="quotebox"><blockquote><div><p>&lt;DocScrutinizer05&gt; &gt;&gt;Hetzner which are offering Devuan&lt;&lt; hmm? I just checked, seems they can&#039;t find &quot;devuan&quot; even in their support pages<br />&lt;DocScrutinizer05&gt; of course you can install your own OS with Hetzner<br />&lt;DocScrutinizer05&gt; if Hetzner actually has any support for devuan beyond that generic &quot;BYOOS&quot;, it&#039;s prolly quite worth elaborting about it in devuan&#039;s publications, since on Hetzner it&#039;s unknown<br />&lt;DocScrutinizer05&gt; <a href="https://github.com/hetzneronline/installimage" rel="nofollow">https://github.com/hetzneronline/installimage</a><br />&lt;Irrwahn&gt; DocScrutinizer05: You are correct, Hetzner does not provide a Devuan install image. For our Finnish Maid we had to go the Debian -&gt; Devuan route just recently.</p></div></blockquote></div></div></blockquote></div><p>Yeah, Hetzner has no official support. At least not on the normal VPS/dedis and is imo unlikely to add it (my servers all run voodoo&#039;d Devuan installs) but their cloud VPS seem to be able to install from a user supplied ISO. At least i had a friend tell me he had installed Devuan on it and he is not the guy to go through the voodoo steps. I was like: &quot;Nice. How did you do it?&quot; and he replied &quot;I selected custom ISO&quot;.</p><p>Edit: Hmm now i am getting curious. Might check this out tommorow. Maybe there actually is something that lets you directly select Devuan? I&#039;d be seriously surprised but who knows? That&#039;d be massive. Hetzner is damn huge.</p>]]></description>
			<author><![CDATA[dummy@example.com (devuser)]]></author>
			<pubDate>Sat, 16 Jun 2018 21:34:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10125#p10125</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hosted VPS server migration from debian to devuan hosed]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10122#p10122</link>
			<description><![CDATA[<div class="quotebox"><cite>ks wrote:</cite><blockquote><div><p>But perhaps it&#039;s not so bad an idea if you build a list of hosters where devuan is either a clickable option or can be migrated to, even if it&#039;s only maintained until people get tired of poettering about and demand systemd-free hosting.</p></div></blockquote></div><div class="quotebox"><cite>devuser wrote:</cite><blockquote><div><p>. . . I haven&#039;t seen a single hoster that actually offers Devuan templates yet. I&#039;ve tried a bit of lobbying here or there but so far no luck.</p></div></blockquote></div><p>Two options were included in the ASCII stable announcement.&#160; That info is posted in two places on the devuan.org website.</p><p><a href="https://devuan.org/os/debian-fork/ascii-stable-announce-060818" rel="nofollow">https://devuan.org/os/debian-fork/ascii … nce-060818</a><br /><a href="https://devuan.org/os/install" rel="nofollow">https://devuan.org/os/install</a></p><p>AWS used to have a devuan image available.&#160; Perhaps one of you could confirm.&#160; As to Hetzner . . . according to one of our devs:</p><div class="quotebox"><blockquote><div><p>&lt;DocScrutinizer05&gt; &gt;&gt;Hetzner which are offering Devuan&lt;&lt; hmm? I just checked, seems they can&#039;t find &quot;devuan&quot; even in their support pages<br />&lt;DocScrutinizer05&gt; of course you can install your own OS with Hetzner<br />&lt;DocScrutinizer05&gt; if Hetzner actually has any support for devuan beyond that generic &quot;BYOOS&quot;, it&#039;s prolly quite worth elaborting about it in devuan&#039;s publications, since on Hetzner it&#039;s unknown<br />&lt;DocScrutinizer05&gt; <a href="https://github.com/hetzneronline/installimage" rel="nofollow">https://github.com/hetzneronline/installimage</a><br />&lt;Irrwahn&gt; DocScrutinizer05: You are correct, Hetzner does not provide a Devuan install image. For our Finnish Maid we had to go the Debian -&gt; Devuan route just recently.</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sat, 16 Jun 2018 21:15:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10122#p10122</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hosted VPS server migration from debian to devuan hosed]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10117#p10117</link>
			<description><![CDATA[<div class="quotebox"><cite>ks wrote:</cite><blockquote><div><p>Yes of course I&#039;m looking for a different hoster for other projects. What I liked about the current hoster is their unlimited data transfer, and the project I installed there last week (or was it the week before) currently using centos does need a big pipe.</p></div></blockquote></div><p>Well, unmetered (unlimited - sorry to be a smartass - doesn&#039;t exist as noone has unlimited resources) is often quite hit and miss. You have to keep in mind that (at least in europe) a dedicated gbit is at least about $150/m - if you buy bulk (10gbit upwards) and this being absolute bargain pricing the connectivity will not be anything to write home about. Compare this to whatever you are paying and do the maths by what factor the provider needs to oversell the bandwidth to make any kind of profit if everybody tried maxing their port. Not saying this is anything outrageous (it&#039;s quite normal business practice and it can work out if you have enough people not trying to use 100%) but often you get more of what you actually pay for by going with a metered deal instead of competing for an overbooked port with x other people.</p><div class="quotebox"><cite>ks wrote:</cite><blockquote><div><p>This afternoon I found someone using OpenVZ and just tried one of their VPS - worked as you yourself said. And if I find the time next week I&#039;m going to try a VPS hosted at fasthosts.</p></div></blockquote></div><p>Yeah, OpenVZ seems to not cause any problems. I&#039;ve canceled my last OpenVZ VM before Ascii became RC but i guess it won&#039;t behave much different than Jessie. Word of caution though: OpenVZ is not full virtualization like VMWare or KVM (that&#039;s the reason btw i tend to use VNC for virtual consoles - KVM is confusing as it&#039;s also the name of a virtualization technology) and it&#039;s quite old (there is a new version but most providers haven&#039;t migrated yet - even if the commonly used version is about to EOL). You will be stuck with a (heavily patched) 2.6 kernel which you can&#039;t upgrade (whatever kernel your OS installs will be ignored) and you can&#039;t load kernel modules. Tun/tap is usually available but even fuse is already pretty rare. Imo you&#039;d be better of to go for KVM virtualization. It&#039;s almost equally cheap these days.</p><div class="quotebox"><cite>ks wrote:</cite><blockquote><div><p>But perhaps it&#039;s not so bad an idea if you build a list of hosters where devuan is either a clickable option or can be migrated to, even if it&#039;s only maintained until people get tired of poettering about and demand systemd-free hosting.</p></div></blockquote></div><p>I know this is not directed at me but i&#039;ll answer anyways. I haven&#039;t seen a single hoster that actually offers Devuan templates yet. I&#039;ve tried a bit of lobbying here or there but so far no luck. The easiest more widespread approach would be hosters that allow custom ISOs. VMHaus (no personal experience but they are generally well liked) comes to mind and i&#039;ve heard reports of Hetzners cloud offering also having a custom ISO option (could verify this if there is interest - i just have a couple normal VPS and dedis with them but as their cloud is billed hourly it would costs cents to try).</p>]]></description>
			<author><![CDATA[dummy@example.com (devuser)]]></author>
			<pubDate>Sat, 16 Jun 2018 20:55:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10117#p10117</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hosted VPS server migration from debian to devuan hosed]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10113#p10113</link>
			<description><![CDATA[<p>@devuser:</p><p>Yes of course I&#039;m looking for a different hoster for other projects. What I liked about the current hoster is their unlimited data transfer, and the project I installed there last week (or was it the week before) currently using centos does need a big pipe.</p><p>This afternoon I found someone using OpenVZ and just tried one of their VPS - worked as you yourself said. And if I find the time next week I&#039;m going to try a VPS hosted at fasthosts.</p><p>@golinux:</p><p>They offer a money back guarantee with every contract. After I failed earlier I cancelled the new contract I made at lunch time using their web form, so no sweat.</p><p>But perhaps it&#039;s not so bad an idea if you build a list of hosters where devuan is either a clickable option or can be migrated to, even if it&#039;s only maintained until people get tired of poettering about and demand systemd-free hosting.</p>]]></description>
			<author><![CDATA[dummy@example.com (ks)]]></author>
			<pubDate>Sat, 16 Jun 2018 20:07:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10113#p10113</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hosted VPS server migration from debian to devuan hosed]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10109#p10109</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>Have you asked for a refund?</p></div></blockquote></div><p>Yeah though about this too but then it seems he has already used the service with other OSs and i have a feeling the host will argue they don&#039;t support anything not listed in their panel. Still a full virtualization environment that relies on code running on the guest is a pretty sad thing and i&#039;d let the host know quite well what i think of it. These days it&#039;s not even all that uncommon to be able to just use a custom ISO for installing. In any case i agree this is really borderline to being a broken product in my opinion.</p>]]></description>
			<author><![CDATA[dummy@example.com (devuser)]]></author>
			<pubDate>Sat, 16 Jun 2018 17:44:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10109#p10109</guid>
		</item>
	</channel>
</rss>
