<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Far Fewer Toes - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-c9880879" type="application/json"/><link>http://farfewertoes.disqus.com/</link><description></description><language>en</language><lastBuildDate>Tue, 24 Mar 2009 09:07:54 -0000</lastBuildDate><item><title>Re: Start VirtualBox virtual machines on boot | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-09-start-virtualbox-virtual-machines-on-boot/#comment-7465845</link><description>i've made a few minor changes to your script in order to be able to run it in gentoo:&lt;br&gt;&lt;br&gt;1. in gentoo doesn't exist /lib/lsb/init.functions, i've commented it out&lt;br&gt;2. because of (1), i substituted the commands: log_failure_msg and log_action_msg, instead i used a simple 'echo'&lt;br&gt;3.in gentoo doesn't exist the file /etc/network/interfaces, instead the config of the network is in /etc/conf.d/net&lt;br&gt;4. i need to open the VMs with it's GUI (windows, you know...), so i've set an X-server and add it to the config file asa  variable: X_HOST&lt;br&gt;5.i used X_HOST for setting the target of the GUI of the VM using "export DISPLAY=$X_HOST"&lt;br&gt;6.i've changed the type of the VM's, instead or "-type rdp" i use "-type gui"&lt;br&gt;&lt;br&gt;the rest works perfectly, but i have still a problem with the network, i cant see any host from the guest (windows 2003), any help?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">makj</dc:creator><pubDate>Tue, 24 Mar 2009 09:07:54 -0000</pubDate></item><item><title>Re: Start VirtualBox virtual machines on boot | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-09-start-virtualbox-virtual-machines-on-boot/#comment-3789985</link><description>Hi robp2175, you can remove the script with:&lt;br&gt;update-rc.d -f vboxcontrol remove&lt;br&gt;&lt;br&gt;(see man update-rc.d)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jochem</dc:creator><pubDate>Fri, 10 Oct 2008 15:19:28 -0000</pubDate></item><item><title>Re: Start VirtualBox virtual machines on boot | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-09-start-virtualbox-virtual-machines-on-boot/#comment-3789987</link><description>How do I remove this script "update-rc.d vboxcontrol defaults 99 10"   .&lt;br&gt;It did not work for me and I want to make sure it does not try to run every time I boot.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">robp2175</dc:creator><pubDate>Mon, 29 Sep 2008 14:59:58 -0000</pubDate></item><item><title>Re: Start VirtualBox virtual machines on boot | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-09-start-virtualbox-virtual-machines-on-boot/#comment-3789984</link><description>great work jochem, that solved a problem i was having with a server running several virtualbox VMs. two extra bits that have helped me...&lt;br&gt;&lt;br&gt;i add the lines&lt;br&gt;  bridge_fd 0&lt;br&gt;  bridge_stp on&lt;br&gt;in the br0 section of /etc/network/interfaces&lt;br&gt;on big networks this avoids the situation where the bridge isn't in listening mode by the time virtualbox is plugging its VMs onto the taps&lt;br&gt;&lt;br&gt;in your vboxcontrol script (fantastic script by the way) i added a few lines to the waiting_for_closing_machines() method to give the VMs a minute or so to close themselves in response to the ACPI powerbutton... if a minute goes by and they haven't closed I assume they've hung and use 'poweroff' to pull the plug on them. &lt;br&gt;&lt;br&gt;code below....&lt;br&gt;&lt;br&gt;wait_for_closing_machines() {&lt;br&gt;    RUNNING_MACHINES=`$SU "$VBOXMANAGE list runningvms" | wc -l`&lt;br&gt;	if [ $RUNNING_MACHINES != 0 ]; then&lt;br&gt;        sleep 5&lt;br&gt;&lt;br&gt;	# =========================================================&lt;br&gt;	# added by Tim; give them a few cycles to shutdown then kill them&lt;br&gt;	# =========================================================&lt;br&gt;	x=$(expr $x + 1)&lt;br&gt;	log_action_msg "waiting for them to shut-down as instructed - $x"&lt;br&gt;	if [ $x = 10 ]; then&lt;br&gt;	   log_action_msg "$RUNNING_MACHINES VM(s) seem to be hung..."&lt;br&gt;           $SU "$VBOXMANAGE list runningvms" | while read HUNGVM; do&lt;br&gt;	       log_action_msg "Powering off VM: $HUNGVM ..."&lt;br&gt;      	       $SU "$VBOXMANAGE controlvm \"$HUNGVM\" poweroff"&lt;br&gt;		done&lt;br&gt;        fi&lt;br&gt;	#========================================================&lt;br&gt;&lt;br&gt;        wait_for_closing_machines&lt;br&gt;        fi&lt;br&gt;        }</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">timbophillips</dc:creator><pubDate>Sun, 14 Sep 2008 06:27:23 -0000</pubDate></item><item><title>Re: Start VirtualBox virtual machines on boot | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-09-start-virtualbox-virtual-machines-on-boot/#comment-3789986</link><description>It's a great script I have been looking for.&lt;br&gt;&lt;br&gt;The version 2008051100 by  Jochem does not work for my setup:&lt;br&gt;&lt;br&gt;   Sun xVM 1.6.2 under Ubuntu Server 8.04&lt;br&gt;&lt;br&gt;so that I have adapted it and named version 20080615-1915. It is sent to Jochen to post in the hope that it may be useful for some people. It was just tested in my abovementioned setup and I am not sure if it would work on Ubuntu Desktop or any other Linux distributions, which I am not using and unable to test with.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lei</dc:creator><pubDate>Sun, 15 Jun 2008 07:39:44 -0000</pubDate></item><item><title>Re: Start VirtualBox virtual machines on boot | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-09-start-virtualbox-virtual-machines-on-boot/#comment-3789989</link><description>Thanks esoco, you're right. It's fixed in the &lt;a href="http://farfewertoes.com/code/vboxcontrol/" rel="nofollow"&gt;vboxcontrol section&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jochem</dc:creator><pubDate>Sun, 01 Jun 2008 07:19:11 -0000</pubDate></item><item><title>Re: Start VirtualBox virtual machines on boot | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-09-start-virtualbox-virtual-machines-on-boot/#comment-3789988</link><description>Thanks for this helpful script, it works without problems on Ubuntu 8.04 for me. I only noticed a small typo in the instructions: the entry in interfaces mentioned here&lt;br&gt;* If you use 'Host interface' networking, put a br0 entry in /etc/network/interfaces: inet br0 inet dhcp&lt;br&gt;&lt;br&gt;must instead be "iface br0 inet dhcp".</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">esoco</dc:creator><pubDate>Sun, 01 Jun 2008 06:14:55 -0000</pubDate></item><item><title>Re: Start VirtualBox virtual machines on boot | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-09-start-virtualbox-virtual-machines-on-boot/#comment-3789983</link><description>Hi Jochem,&lt;br&gt;&lt;br&gt;Thanks for the quick response.&lt;br&gt;&lt;br&gt;The only difference with using VBoxRDP for starting the VM is that it will show up in the log if there are any problems when starting it.&lt;br&gt;&lt;br&gt;I'm looking forward to your updated script. &lt;br&gt;&lt;br&gt;PS. I believe you should post a link inside the VirtualBox forum for other s to find this wonderful script of yours. Believe you me there are many others who would like to be able to do this on their linux box but don't know how to code the script.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">raymond</dc:creator><pubDate>Fri, 02 May 2008 07:42:08 -0000</pubDate></item><item><title>Re: Start VirtualBox virtual machines on boot | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-09-start-virtualbox-virtual-machines-on-boot/#comment-3789982</link><description>Hi Raymond, thanks for the compliment.&lt;br&gt;&lt;br&gt;Right now the script only works with tap interfaces, since I didn't have a need for non-tap based VM's. Adding an option for that would be easy though, I guess. If so, I'll post a new version soonish with the option in it.&lt;br&gt;&lt;br&gt;I use the VBoxManage command since that can do all actions to a VM needed, like shutting down (VBoxRDP can't do this afaik), listing running VM's etc. I don't think there's any advantage of running VBoxRDP for just starting the VM's.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jochem</dc:creator><pubDate>Fri, 02 May 2008 04:04:23 -0000</pubDate></item><item><title>Re: Start VirtualBox virtual machines on boot | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-09-start-virtualbox-virtual-machines-on-boot/#comment-3789981</link><description>This is a great soluton! I have been looking for something like this for a long time.&lt;br&gt;&lt;br&gt;What if I'm not using a tap interface will this script still work? Is there an option to disable the loading of the tap interface?&lt;br&gt;&lt;br&gt;Why not use the VBoxRDP command to start the VMs?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">raymond</dc:creator><pubDate>Thu, 01 May 2008 20:54:00 -0000</pubDate></item><item><title>Re: Mandriva 2008 Spring One Gnome preliminary look | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-04-09-mandriva-2008-spring-one-gnome-preliminary-look/#comment-3789991</link><description>I dont know what model is yor acer laptop but i've been using Mandriva 2008 Spring One one mine and the webcam works fine(btw it's an Aspire 5920G)&lt;br&gt;here is a &lt;a href="http://www.flickr.com/photos/11173448@N08/2449331084/" rel="nofollow"&gt;screenshot&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nitroflow</dc:creator><pubDate>Mon, 28 Apr 2008 10:44:59 -0000</pubDate></item><item><title>Re: Mandriva 2008 Spring One Gnome preliminary look | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-04-09-mandriva-2008-spring-one-gnome-preliminary-look/#comment-3789990</link><description>Mandriva support for x86_64 is very good, but there are intentionally no "One" releases. Instead use the "Free" DVD ISO: &lt;a href="http://torrent.mandriva.com/public/mandriva-linux-free-2008-spring-dvd-x86_64.torrent" rel="nofollow"&gt;http://torrent.mandriva.com/public/mandriva-lin...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ranger</dc:creator><pubDate>Thu, 10 Apr 2008 01:26:08 -0000</pubDate></item><item><title>Re: Mandriva 2008.1 RC1 in a box | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-02-mandriva-20081-rc1-in-a-box/#comment-3789980</link><description>Nice review... Thanks. I like the way you base it on default install. Even though most of us customize our setups, the default makes a nice base to compare on. Considering Mandriva (and others) do customize the KDE menu, your review of that aspect is perfectly appropriate. We all have different tastes, and as one comment suggested above, I'm one of those that like the KDE menu with it's many choices. Keep up the good work... jj</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jj</dc:creator><pubDate>Mon, 10 Mar 2008 10:21:29 -0000</pubDate></item><item><title>Re: Mandriva 2008.1 RC1 in a box | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-02-mandriva-20081-rc1-in-a-box/#comment-3789979</link><description>I have a correction to make. "THE NETHERLANDS" indead does not show up in the Live Cd 'One' RC1 version. I checked it *after* I wrote the comment and found out I was wrong. Sorry. The reason is that 'my country' was also only listed after looking in the expanded list. Which was ok. I guess that Mandriva is already taking into account a significant sea level rise, making NL disappear ;)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave</dc:creator><pubDate>Thu, 06 Mar 2008 10:19:40 -0000</pubDate></item><item><title>Re: Mandriva 2008.1 RC1 in a box | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-02-mandriva-20081-rc1-in-a-box/#comment-3789978</link><description>You don't mention an important difference between "One" and "Free". "One" includes proprietary drivers, "Free" does not at all.&lt;br&gt;&lt;br&gt;It is actually possible to select any country when booting the One live-cd. There's a button that says "Other countries". After clicking, you get a full list of countries, sorted per continent. Can't believe you missed that. The country list it originally shows depends on the language you selected before. You selected english, thus got a list of English-speaking countries.&lt;br&gt;&lt;br&gt;You dowloaded the "One" ISO. Why didn't you burn it on a CD and boot your PC with it? It would have been much faster once the loading process is done. If you effectively installed it - use a spare harddisk for this purpose - your review would be so much more worth. You would know how it behaves with your hardware, instead of generic virtual hardware. I hope you do this when reviewing RC2 or final. &lt;br&gt;&lt;br&gt;The "packages with GUI only" is great for people who are not computer wizards and like buttons and mouses for everything, and are afraid of CLI's. For other people, like me, it's simple to select all packages. I don't see what your problem is with this. Many Linux distro's try to become more User Friendly. This is one way of trying it. It's a new option in the Mandriva package installer, and I think it's a great one for many people.&lt;br&gt;&lt;br&gt;One the release page, you can read that Pulseaudio is a component that specifically needs testing in this RC1, so problems could be expected. Or indeed, as you say, it's the combination with VB.&lt;br&gt;&lt;br&gt;I look forward to your reviews of RC2 or final. But please on a true system and not in VB ;)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dave</dc:creator><pubDate>Tue, 04 Mar 2008 06:29:59 -0000</pubDate></item><item><title>Re: Mandriva 2008.1 RC1 in a box | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-02-mandriva-20081-rc1-in-a-box/#comment-3789977</link><description>Sevennl refers to the "Free" DVD version, it does contain full Dutch localization and the possibility to choose The Netherlands as location.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ReinoutS</dc:creator><pubDate>Tue, 04 Mar 2008 05:03:42 -0000</pubDate></item><item><title>Re: Mandriva 2008.1 RC1 in a box | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-02-mandriva-20081-rc1-in-a-box/#comment-3789976</link><description>If you want to see what's new in Mandriva 2008.1 Spring, take a look at &lt;a href="http://wiki.mandriva.com/en/2008.1_What%27s_New" rel="nofollow"&gt;2008.1 What's New&lt;/a&gt;, a Wiki page describing the changes between the 2008.0 and 2008.1 releases.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jochem</dc:creator><pubDate>Mon, 03 Mar 2008 16:31:31 -0000</pubDate></item><item><title>Re: Mandriva 2008.1 RC1 in a box | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-02-mandriva-20081-rc1-in-a-box/#comment-3789975</link><description>&lt;strong&gt;Yoho&lt;/strong&gt;: I didn't change anything in that file; here's what I have:&lt;br&gt;&lt;code&gt;&lt;br&gt;# Additional arguments for the X-servers for local sessions.&lt;br&gt;# This string is subject to word splitting.&lt;br&gt;# Default is "-nolisten tcp"&lt;br&gt;ServerArgsLocal=-deferglyphs 16&lt;br&gt;&lt;/code&gt;&lt;br&gt;&lt;strong&gt;Misterbee&lt;/strong&gt;: Of course I've heard about Gnome, but i took a look at the KDE version, also customization is nice, but i did a review of the default system. I do agree it's a matter of taste.&lt;br&gt;&lt;br&gt;&lt;strong&gt;Adam&lt;/strong&gt;: thanks for clarifying! It's really nice to see Mandriva employees reading and commenting on reviews like these, and communicating with mere mortals. It must take a lot of your time.&lt;br&gt;&lt;br&gt;&lt;strong&gt;Sevennl&lt;/strong&gt;: i did look, the Netherlands wasn't there :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jochem</dc:creator><pubDate>Mon, 03 Mar 2008 15:46:18 -0000</pubDate></item><item><title>Re: Mandriva 2008.1 RC1 in a box | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-02-mandriva-20081-rc1-in-a-box/#comment-3789974</link><description>Looking at the screen and reading it is a pre when installing an OS and later on do a review on it :)&lt;br&gt;&lt;br&gt;You totally missed the button 'Other countries' in the setup. You will find Netherlands listed there.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sevennl</dc:creator><pubDate>Mon, 03 Mar 2008 13:18:46 -0000</pubDate></item><item><title>Re: Mandriva 2008.1 RC1 in a box | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-02-mandriva-20081-rc1-in-a-box/#comment-3789973</link><description>There is a genuine bug with countries missing from the installer - &lt;a href="https://qa.mandriva.com/show_bug.cgi?id=23303" rel="nofollow"&gt;https://qa.mandriva.com/show_bug.cgi?id=23303&lt;/a&gt; . I'm going to upgrade the priority on that one as so many people seem to run into it.&lt;br&gt;&lt;br&gt;The CPU usage of Pulseaudio is caused by resampling. This is necessary when your sound card only supports one sampling rate and you're playing a sound at a different sampling rate. On cards which support a range of sampling rates, this doesn't happen. ALSA has to do the same thing, of course, and uses less CPU power because it uses a lower quality resampling mechanism. We did try changing Pulse to use the same resampling system as ALSA by default, and it lowers the CPU usage, but then we had a couple of bug reports about bad quality when playing back certain sounds, which were caused by the change - so we changed it back.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Williamson</dc:creator><pubDate>Mon, 03 Mar 2008 13:16:55 -0000</pubDate></item><item><title>Re: Mandriva 2008.1 RC1 in a box | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-02-mandriva-20081-rc1-in-a-box/#comment-3789972</link><description>I don't get the KDE criticisms in a Mandriva review.  Have you heard of Gnome?  (Or have you heard of customisation?)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MisterBee</dc:creator><pubDate>Mon, 03 Mar 2008 11:33:18 -0000</pubDate></item><item><title>Re: Mandriva 2008.1 RC1 in a box | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-02-mandriva-20081-rc1-in-a-box/#comment-3789971</link><description>* Xorg listens for network connections by default&lt;br&gt;&lt;br&gt;Is it ? What's in your /etc/kde/kdm/kdmrc ? by default, you should have the "-nolisten tcp" option turned on.&lt;br&gt;&lt;br&gt;    * The graphical system does not detect and adjust the screen resolution on the fly&lt;br&gt;&lt;br&gt;Yes, automatically would be nice. Just a tip : if you resize your screen quite often, you should install "krandrtray".&lt;br&gt;&lt;br&gt;    * KDE menus feel unorganised&lt;br&gt;&lt;br&gt;Well, some likes it, some don't : Mandriva reorganized the menus in 2008.0 to only have one menu level to find your program. It used to be more organized before, but you had to go three levels deep to find your program sometimes. Try to switch to kickoff : right click on the system menu, you'll probably find that one a more organized menu.&lt;br&gt;&lt;br&gt;    * No ‘Codec buddy’ like program&lt;br&gt;&lt;br&gt;Planned for final release : Codeina.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">yoho</dc:creator><pubDate>Mon, 03 Mar 2008 08:29:27 -0000</pubDate></item><item><title>Re: Mandriva 2008.1 RC1 in a box | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-02-mandriva-20081-rc1-in-a-box/#comment-3789970</link><description>Well, One editions need to be localised beacause of space constraints. In the final release many countries will be available.&lt;br&gt;For an RC1 this could have been done, but i suspect a time and space constraint (generating this huge list of isos is really time consuming and a lot of space is required on the mirrors).&lt;br&gt;&lt;br&gt;Stay tuned, RC2 soon :-)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stéphane</dc:creator><pubDate>Mon, 03 Mar 2008 08:17:30 -0000</pubDate></item><item><title>Re: Mandriva 2008.1 RC1 in a box | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-02-mandriva-20081-rc1-in-a-box/#comment-3789969</link><description>True :)&lt;br&gt;&lt;br&gt;Considering it's not the final release, bugs are expected, and the ones i found were quite minor.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jochem</dc:creator><pubDate>Mon, 03 Mar 2008 04:43:07 -0000</pubDate></item><item><title>Re: Mandriva 2008.1 RC1 in a box | Far Fewer Toes</title><link>http://farfewertoes.com/stories/2008-03-02-mandriva-20081-rc1-in-a-box/#comment-3789968</link><description>Yup ... Mandriva got a tradition in not listing some countries, while listing some "noname" ones. I'm from Romania, and while I can select Bucharest as a time zone, I cannot select Romania for localized infos.&lt;br&gt;But hey, nobody's perfect these days :)&lt;br&gt;&lt;br&gt;Cheers!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eduard</dc:creator><pubDate>Mon, 03 Mar 2008 04:20:11 -0000</pubDate></item></channel></rss>