<?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=3259&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Is VirtualBox (or alternative) in the repo?]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3259</link>
		<description><![CDATA[The most recent posts in Is VirtualBox (or alternative) in the repo?.]]></description>
		<lastBuildDate>Sat, 13 Mar 2021 03:40:50 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Is VirtualBox (or alternative) in the repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=28127#p28127</link>
			<description><![CDATA[<p>Actually, I neglected to mention, in my config, it seems I don&#039;t have that configuration, so maybe idk, I just forgot to write down my actual config... lol...&#160; &#160;</p><p>It was a quick copy and paste, but more or less its the same, - the dumb sudo... <img src="http://dev1galaxy.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Sat, 13 Mar 2021 03:40:50 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=28127#p28127</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is VirtualBox (or alternative) in the repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=27239#p27239</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>zapper wrote:</cite><blockquote><div><p>sudo kvm -m (amount of memory for VM, i.e. 2048) -cdrom (name of image, i.e., gnuinos.iso) -boot d name-of.img</p><p>To start the image after install do:</p><p>sudo kvm -m (amount of memory for VM, i.e. 2048)&#160; name-of.img</p></div></blockquote></div><p>Why are you running QEMU with <span class="bbc">sudo</span>? That&#039;s not a good idea — security for virtualised systems isn&#039;t the best and elevating the privileges will only make the situation worse.</p></div></blockquote></div><p>Whoops, your right, good eye, I forgot myself that isn&#039;t a good idea.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Fri, 05 Feb 2021 18:03:56 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=27239#p27239</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is VirtualBox (or alternative) in the repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=27237#p27237</link>
			<description><![CDATA[<div class="quotebox"><cite>zapper wrote:</cite><blockquote><div><p>sudo kvm -m (amount of memory for VM, i.e. 2048) -cdrom (name of image, i.e., gnuinos.iso) -boot d name-of.img</p><p>To start the image after install do:</p><p>sudo kvm -m (amount of memory for VM, i.e. 2048)&#160; name-of.img</p></div></blockquote></div><p>Why are you running QEMU with <span class="bbc">sudo</span>? That&#039;s not a good idea — security for virtualised systems isn&#039;t the best and elevating the privileges will only make the situation worse.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 05 Feb 2021 15:03:02 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=27237#p27237</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is VirtualBox (or alternative) in the repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=27226#p27226</link>
			<description><![CDATA[<div class="quotebox"><cite>swarfendor437 wrote:</cite><blockquote><div><p>I&#039;ve had an issue with Aqemu in that I am not doing something correct i.e., thinking I had created an installed &#039;drive&#039; when it starts in live mode again (image). However I found VirtManager (Virtual Machine Manager to give it it&#039;s full title) great at importing my VB .vhd into quemu using the qcow2 converter. It is so much nicer not to have to press the right Ctrl key to free the mouse back to the desktop - the mouse can easily move from a VM to the desktop. (I do have 2 monitors I hasten to add!)</p></div></blockquote></div><p>If you want to know how to use qemu to install virtual machines, there is a thread where someone helped me with that...</p><p><a href="https://dev1galaxy.org/viewtopic.php?pid=4128#p4128" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=4128#p4128</a></p><p>That is how I do it... <img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>&quot;This is what I do:</p><p>qemu-img create -f qcow2 name-of.img 100g</p><p>In the directory where you made your image put your iso and:</p><p>sudo kvm -m (amount of memory for VM, i.e. 2048) -cdrom (name of image, i.e., gnuinos.iso) -boot d name-of.img</p><p>To start the image after install do:</p><p>sudo kvm -m (amount of memory for VM, i.e. 2048)&#160; name-of.img</p><p>HTH&quot;</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Fri, 05 Feb 2021 11:15:15 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=27226#p27226</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is VirtualBox (or alternative) in the repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26975#p26975</link>
			<description><![CDATA[<p>I&#039;ve had an issue with Aqemu in that I am not doing something correct i.e., thinking I had created an installed &#039;drive&#039; when it starts in live mode again (image). However I found VirtManager (Virtual Machine Manager to give it it&#039;s full title) great at importing my VB .vhd into quemu using the qcow2 converter. It is so much nicer not to have to press the right Ctrl key to free the mouse back to the desktop - the mouse can easily move from a VM to the desktop. (I do have 2 monitors I hasten to add!)</p>]]></description>
			<author><![CDATA[dummy@example.com (swarfendor437)]]></author>
			<pubDate>Sun, 24 Jan 2021 13:20:52 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26975#p26975</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is VirtualBox (or alternative) in the repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26974#p26974</link>
			<description><![CDATA[<p>Yes i use testing.</p>]]></description>
			<author><![CDATA[dummy@example.com (thierrybo)]]></author>
			<pubDate>Sat, 23 Jan 2021 19:45:16 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26974#p26974</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is VirtualBox (or alternative) in the repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26972#p26972</link>
			<description><![CDATA[<div class="quotebox"><cite>thierrybo wrote:</cite><blockquote><div><p>i use this</p></div></blockquote></div><p>Well done, you have pulled in the libc6 package from sid and prevented it from being subsequently upgraded. Good luck with any future vulnerabilities in that package, your system will be left wide open to them.</p><p>@all: don&#039;t try this at home.</p><p>And just for the record experimental has a pin value of 1 (one) by default so you don&#039;t need a preferences entry for that and if you did want to pin a package from ceres (which you don&#039;t) then it would only need a pin value of 500 because APT would favour the higher package version automatically.</p><p>EDIT: hold on, are you using testing? The above would apply to beowulf users.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 23 Jan 2021 15:46:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26972#p26972</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is VirtualBox (or alternative) in the repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26970#p26970</link>
			<description><![CDATA[<p>For all my new vms i use libvirt now but I am too lazy to convert all my previous virtualbox machines to libvirt so I need both for the moment.</p><p>If you can use Devuan testing, thankfully virtualbox is in Devuan Ceres. I use this :</p><p><em>/etc/apt/preferences.d/40sid</em></p><div class="codebox"><pre><code>Package: *
Pin: release a=unstable
Pin-Priority: -1

Package: *
Pin: release a=experimental,n=experimental
Pin-Priority: -1</code></pre></div><p><em>/etc/apt/preferences.d/90virtualbox-sid</em></p><div class="codebox"><pre><code>Package: virtualbox*
Pin: release a=unstable
Pin-Priority: 900</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (thierrybo)]]></author>
			<pubDate>Sat, 23 Jan 2021 14:20:23 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26970#p26970</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is VirtualBox (or alternative) in the repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26958#p26958</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>Ron wrote:</cite><blockquote><div><p>is Virtualbox not in the repo?</p></div></blockquote></div><p>No, it&#039;s so shit that the Debian developers removed it from the stable release and won&#039;t be backporting it in future.</p><p>See <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794466" rel="nofollow">https://bugs.debian.org/cgi-bin/bugrepo … bug=794466</a> for all the gory details.</p><div class="quotebox"><cite>Ogis1975 wrote:</cite><blockquote><div><p>I prefer qemu-kvm</p></div></blockquote></div><p>+1</p></div></blockquote></div><p>Seconded...</p><p>Qemu-kvm is awesome.&#160; </p><p>Virt-maanger, is semi okay... </p><p>But, virtualbox has been crap since... well, always really... <img src="http://dev1galaxy.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /> </p><p>Especially when they made it depend on a non-free watcom compiler.&#160; </p><p>4.1 was the only version I ever liked even a little bit.</p><p>QEMU, FTW!</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Fri, 22 Jan 2021 18:30:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26958#p26958</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is VirtualBox (or alternative) in the repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=26957#p26957</link>
			<description><![CDATA[<p>An alternative </p><p>apt-get install virt-manager</p>]]></description>
			<author><![CDATA[dummy@example.com (jorgericarte)]]></author>
			<pubDate>Fri, 22 Jan 2021 16:49:17 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=26957#p26957</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is VirtualBox (or alternative) in the repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19495#p19495</link>
			<description><![CDATA[<p>If you need VirtualBox, you can install it from official deb packages: <a href="https://www.virtualbox.org/wiki/Linux_Downloads" rel="nofollow">https://www.virtualbox.org/wiki/Linux_Downloads</a></p><p>However, I recommend QEMU (+ KVM) with AQEMU GUI:</p><p>apt-get install aqemu</p><p>QEMU is easy-to-use solution. For example, you can add USB devices into VM out of box without limitations. QEMU also has snapshots support and you don&#039;t need to build additional kernel module for virtualization. AQEMU is awesome UI because you can get a command for running configured QEMU without GUI at all (&quot;Show QEMU Arguments&quot; and &quot;Create Shell Script&quot; in right-click menu).</p><p>If you need terminal UI you can use this: <a href="https://bitbucket.org/PascalRD/nemu/" rel="nofollow">https://bitbucket.org/PascalRD/nemu/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (ToxicExMachina)]]></author>
			<pubDate>Wed, 15 Jan 2020 06:49:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19495#p19495</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is VirtualBox (or alternative) in the repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19435#p19435</link>
			<description><![CDATA[<p>Thanks to all for your help. If I have any problems, I&#039;ll be back. <img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Sun, 12 Jan 2020 16:11:06 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19435#p19435</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is VirtualBox (or alternative) in the repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19431#p19431</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>Ogis1975 wrote:</cite><blockquote><div><p>I prefer qemu-kvm</p></div></blockquote></div><p>+1</p></div></blockquote></div><p>This is where I&#039;ve been moving as well. Between it and LXC, virtualbox has pretty much gone by the wayside on *nix stations. Sadly still have to use VB on Windoze stations for work but it beats the licensing cost of VMware!</p>]]></description>
			<author><![CDATA[dummy@example.com (aut0exec)]]></author>
			<pubDate>Sun, 12 Jan 2020 14:49:32 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19431#p19431</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is VirtualBox (or alternative) in the repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19428#p19428</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>If you don&#039;t like GUI management tools see my fdn guide</p></div></blockquote></div><p>It is exelent guide. This instruction helped me a lot!</p>]]></description>
			<author><![CDATA[dummy@example.com (Ogis1975)]]></author>
			<pubDate>Sun, 12 Jan 2020 13:10:02 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19428#p19428</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is VirtualBox (or alternative) in the repo?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19425#p19425</link>
			<description><![CDATA[<div class="quotebox"><cite>Ron wrote:</cite><blockquote><div><p>In Synaptic, kvm is described as &quot;QEMU Full virtualization on <strong>x86</strong> hardware.&quot; My rig is 64 bit. Can I use kvm on it?</p></div></blockquote></div><p>The x86 architecture includes both 32-bit and 64-bit versions. It is possible to run a 64-bit or 32-bit guest in a 64-bit host (but you can&#039;t run a 64-bit guest in a 32-bit host).</p><p>If you don&#039;t like GUI management tools see my fdn guide: <a href="http://forums.debian.net/viewtopic.php?f=16&amp;t=144775" rel="nofollow">http://forums.debian.net/viewtopic.php?f=16&amp;t=144775</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sun, 12 Jan 2020 11:13:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19425#p19425</guid>
		</item>
	</channel>
</rss>
