<?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=6146&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Virtualbox 7.0...]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=6146</link>
		<description><![CDATA[The most recent posts in Virtualbox 7.0....]]></description>
		<lastBuildDate>Thu, 30 Nov 2023 17:32:40 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Virtualbox 7.0...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45808#p45808</link>
			<description><![CDATA[<p>From the VirtialBox User Manual i found this:&quot;Delayed writing through the host OS cache is less secure. When the guest OS writes data,<br />it considers the data written even though it has not yet arrived on a physical disk&quot;. That may explain the missing files and wrong content. <br />But i still think vbox could warn end-users about that, on the &quot;Settings-&gt;Storage&quot;-section.</p><p>I mean , sometimes vbox warns about wrong chipset or dislay settings. It could say something about that caching thing too...</p><p>Maybe i&#039;ll try that &quot;hostiocache off&quot;-thing. Hopefully usb keeps working without problems... or i have to start to use GitHub or Dropbox or something.</p>]]></description>
			<author><![CDATA[dummy@example.com (nahkhiirmees)]]></author>
			<pubDate>Thu, 30 Nov 2023 17:32:40 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45808#p45808</guid>
		</item>
		<item>
			<title><![CDATA[Re: Virtualbox 7.0...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45781#p45781</link>
			<description><![CDATA[<p>Have a look at geany</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Wed, 29 Nov 2023 17:34:25 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45781#p45781</guid>
		</item>
		<item>
			<title><![CDATA[Re: Virtualbox 7.0...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45780#p45780</link>
			<description><![CDATA[<div class="quotebox"><cite>nahkhiirmees wrote:</cite><blockquote><div><p>Hey, any ideas about editors that a) are available for Devuan and b) have an autosave function? I mean editors for coders....</p></div></blockquote></div><p>Just use Emacs.</p>]]></description>
			<author><![CDATA[dummy@example.com (stopAI)]]></author>
			<pubDate>Wed, 29 Nov 2023 17:16:00 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45780#p45780</guid>
		</item>
		<item>
			<title><![CDATA[Re: Virtualbox 7.0...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45776#p45776</link>
			<description><![CDATA[<p>Hey, any ideas about editors that a) are available for Devuan and b) have an autosave function? I mean editors for coders....</p>]]></description>
			<author><![CDATA[dummy@example.com (nahkhiirmees)]]></author>
			<pubDate>Wed, 29 Nov 2023 16:07:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45776#p45776</guid>
		</item>
		<item>
			<title><![CDATA[Re: Virtualbox 7.0...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45775#p45775</link>
			<description><![CDATA[<p>I guess i can forget to save file when tired enough. Or save under a wrong name. But 2 or 3 weeks of commits missing from git&#039;s log? Come on.</p><p>When i shut down a vm by clicking it&#039;s window&#039;s close button i get options to a) save machine state b) send shutdown signal c) send power off. Anything but a) could undo the changes.</p><p>But I usually shut down vm by saying sudo /sbin/shutdown or sudo /sbin/halt inside tah vm. So vbox should commit changes into the virtual hd. </p><p>Has Oracle changed vbox&#039;s behaviour concerning shutting down a vm , after 6.0 ? Or is it just a bug that reveals itself in the situation where the backing fs is almost full ?</p>]]></description>
			<author><![CDATA[dummy@example.com (nahkhiirmees)]]></author>
			<pubDate>Wed, 29 Nov 2023 16:04:04 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45775#p45775</guid>
		</item>
		<item>
			<title><![CDATA[Re: Virtualbox 7.0...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45672#p45672</link>
			<description><![CDATA[<p>For my modest virtualization needs, I always use QEMU and KVM.....</p>]]></description>
			<author><![CDATA[dummy@example.com (stopAI)]]></author>
			<pubDate>Mon, 27 Nov 2023 12:36:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45672#p45672</guid>
		</item>
		<item>
			<title><![CDATA[Re: Virtualbox 7.0...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45633#p45633</link>
			<description><![CDATA[<p>I used to run vbox and I had to alter perms for usb... this was my load file.</p><div class="codebox"><pre><code>#!/bin/bash
# /home/glenn/bin/vbox_load
/etc/init.d/vboxdrv setup
# echo &quot;load modules for vbox.&quot;
# sudo modprobe -f vboxdrv
# sudo modprobe -f vboxnetadp
# sudo modprobe -f vboxnetflt
echo &quot;list vbox modules&quot;
lsmod | grep vbox
ls -l /dev/bus/usb/001
chown -hR glenn:vboxusers /dev/bus/usb/001/005
chmod -R 775 /dev/bus/usb/001/005
ls -l /dev/input/js0
# total 0
# crw-rw-r-- 1 root root 189, 0 Aug 27 22:07 001
# crw-rw-r-- 1 root root 189, 1 Aug 27 22:07 002
# crw-rw-r-- 1 root root 189, 2 Aug 27 22:07 003
# crw-rw-r-- 1 root root 189, 3 Aug 27 22:07 004
# crw-rw-r-- 1 root root 189, 4 Aug 28 10:40 005
# [root@GamesBox ~]# chown -hR glenn:vboxusers /dev/bus/usb/001/005
# [root@GamesBox ~]# chmod -R 775 /dev/bus/usb/001/005
# [root@GamesBox ~]# ls -l /dev/input/js0
# crw-rw-r--+ 1 root root 13, 0 Aug 28 10:40 /dev/input/js0</code></pre></div><p>I&#039;m not sure if this is any good, it&#039;s been a long time since DiD F22 flight sim broke (after sept 11 2001).</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Sat, 25 Nov 2023 21:58:40 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45633#p45633</guid>
		</item>
		<item>
			<title><![CDATA[Re: Virtualbox 7.0...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45631#p45631</link>
			<description><![CDATA[<div class="quotebox"><cite>nahkhiirmees wrote:</cite><blockquote><div><p>Speaking of &quot;doing non-default-things with vbox&quot;, i have tried virtual machine files on usb harddrive and virtual machine files on samba share, with just a .vbox-file on /home. It was a bit difficult but kind of worked. The most recent version of vbox then was 5.something.</p><p>I think running some light software inside vm wouldn&#039;t cause problems. I mean not eating too much storage or ram or processor capacity.</p></div></blockquote></div><p>For some reason i would like to mention another non-default-thing i did with virtualbox 5.x. I tried doing dd if=/dev/usb-disk or dd of=/dev/usb-disk and managed to froze the host machine so badly that i had to turn it off by pushing powerbutton.</p><p>With vbox 6.0 that usb-situation got little better. Don&#039;t remember freezing my machine with dd after that.</p><p>I always manage to try Things That Are Forbidden.</p>]]></description>
			<author><![CDATA[dummy@example.com (nahkhiirmees)]]></author>
			<pubDate>Sat, 25 Nov 2023 20:58:13 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45631#p45631</guid>
		</item>
		<item>
			<title><![CDATA[Re: Virtualbox 7.0...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45630#p45630</link>
			<description><![CDATA[<div class="quotebox"><cite>nahkhiirmees wrote:</cite><blockquote><div><p>... and the next funny thing was that usb devices stopped working properly. Vm couldn&#039;t find any usb stick at all although usb filters should &quot;capture&quot; all devices.<br />...and mouse not working either. Had to log out and in again to make usb work in the host side.</p></div></blockquote></div><p>Today managed to reproduce the &quot;mouse not working&quot;-situation. Just add the usb mouse into vm&#039;s usb filters. And mouse pointer almost froze after that.<br />That may or may not explain why usb stick could not be found. A fair warning from vbox would be nice.</p><p>And that still wouldn&#039;t explain the missing files nor wrong content. Nor why there is 3 weeks of commits missing in git log. Didn&#039;t mention that detail week ago.<br />I still suspect that in some situations, vbox doesn&#039;t commit changes into virtual hd properly.</p>]]></description>
			<author><![CDATA[dummy@example.com (nahkhiirmees)]]></author>
			<pubDate>Sat, 25 Nov 2023 20:51:53 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45630#p45630</guid>
		</item>
		<item>
			<title><![CDATA[Re: Virtualbox 7.0...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45491#p45491</link>
			<description><![CDATA[<div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>I started using VBox with Squeeze if I remember correctly, and I haven&#039;t got any issues with &quot;disk full&quot; or access problems to USB drives. </p><p>Well, I have always avoided the default of using my home drive to store the VMs. From the beginning I have had a separate partition or drive for them. Its easy to configure in the options of the Virtualbox Manager.</p></div></blockquote></div><p>Beside the point. Haven&#039;t yet confirmed what happens if /mnt/vbox runs out of storage but i wouldn&#039;t trust the .vdi-files to propertly store my files on that situation either. </p><p>Speaking of &quot;doing non-default-things with vbox&quot;, i have tried virtual machine files on usb harddrive and virtual machine files on samba share, with just a .vbox-file on /home. It was a bit difficult but kind of worked. The most recent version of vbox then was 5.something.</p><p>I think running some light software inside vm wouldn&#039;t cause problems. I mean not eating too much storage or ram or processor capacity.</p><p>But couple of months a go it seemed like a good idea to install Docker inside a vm instead of outside. The iptables rules that Docker insists on wouldn&#039;t interfere with the iptables rules i wrote. And problems with dns and Docker would go away also. (Dockerd sees only the dns server that vbox runs, not dnsmasq or anything like that.)<br />On the other hand, you can fill up your /var very fast by pulling all kinds of images and building containers. </p><p>Maybe the usb-problem is not fully vbox&#039;s fault. Recently bought a new usb-mouse and found out that the older one co-operates little better with Fujitsu.<br />I also run apt-get install and apt-get upgrade -u&#160; recently, so some package may have broken usb somehow. On the other hand, problems with external mouse start after starting virtualbox.</p>]]></description>
			<author><![CDATA[dummy@example.com (nahkhiirmees)]]></author>
			<pubDate>Sun, 19 Nov 2023 10:19:36 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45491#p45491</guid>
		</item>
		<item>
			<title><![CDATA[Re: Virtualbox 7.0...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45480#p45480</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>VBox works fine for me ...</p></div></blockquote></div><p>Same here.<br />Mine is on Devuan Beowulf with a 5.10 kernel.<br />ie: same VBox version from their repository.</p><p>Only use it for two things: an old XPSP3 I need for my Blackberry* software (no web access) and running Devuan Chimaera for Pi-hole + Unbound recursive DNS.</p><p>Pass through of USB devices and shared folders works fine once you get the hand of configuring it properly.</p><div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>... always avoided the default of using my home drive to store the VMs.</p></div></blockquote></div><p>Never thought of that.<br />No web access for XP and the Chimaera VM runs headless, updates only from the Devuan repository.&#160; <br />Should I?</p><p>Best,</p><p>A.</p><p>* a basic but well working Linux application by the name of Barry was abandoned ~10 years ago.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Sat, 18 Nov 2023 23:31:33 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45480#p45480</guid>
		</item>
		<item>
			<title><![CDATA[Re: Virtualbox 7.0...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45471#p45471</link>
			<description><![CDATA[<p>VBox works fine for me, currently I am on Daedalus/kernel 6.5 with 7.0.12 from virtualbox.org&#039;s repository. Every now and then there are teething problems with new kernels or graphics, but I would claim its perfect for my production use, i.e. pass through of USB devices and shared folders. </p><p>I started using VBox with Squeeze if I remember correctly, and I haven&#039;t got any issues with &quot;disk full&quot; or access problems to USB drives. </p><p>Well, I have always avoided the default of using my home drive to store the VMs. From the beginning I have had a separate partition or drive for them. Its easy to configure in the options of the Virtualbox Manager.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sat, 18 Nov 2023 15:53:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45471#p45471</guid>
		</item>
		<item>
			<title><![CDATA[Virtualbox 7.0...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=45467#p45467</link>
			<description><![CDATA[<p>I think it is too buggy for &quot;production use&quot;.At least that version which i downloaded from virtualbox.org&#039;s repository.</p><p>In last 4 months i have encountered 2 times &quot;VDI_DISK_FULL&quot;-complaint. <br />The second time it became clear to me that cause was /home running out of space.</p><p>One nice thing related to that:at least when /home is full or almost full, i cannot trust virtual harddrives of vbox.<br />First found out that there was some files missing inside the vm. Copied them from another vm&#039;s vhd.<br />Next thing i found out that the contents were wrong. I know i commented out that part of script but now i have to comment that out again. And try to remember what other changes i have made after commenting out that particular part.</p><p>Luckily i have made backups into usb stick.</p><p>... and the next funny thing was that usb devices stopped working properly. Vm couldn&#039;t find any usb stick at all although usb filters should &quot;capture&quot; all devices.<br />...and mouse not working either. Had to log out and in again to make usb work in the host side.</p><p>Maybe it is just this particular hw+sw that is the problem. Unfortunately i have only 1 computer with recent enough processor to run vbox.</p><p>I&#039;ll try 6.1 if that co-operates better. If that doesn&#039;t work, i&#039;ll have to move to Xen or something.</p>]]></description>
			<author><![CDATA[dummy@example.com (nahkhiirmees)]]></author>
			<pubDate>Sat, 18 Nov 2023 14:03:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=45467#p45467</guid>
		</item>
	</channel>
</rss>
