<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://morison.biz/technotes/feeds/rss.css" ?>
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/" 
	xmlns:dc="http://purl.org/dc/elements/1.1/" 
	xmlns:icbm="http://postneo.com/icbm/" 
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/" 
	xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" 
	xmlns:wfw="http://wellformedweb.org/CommentAPI/" >

<channel>
	<title>Comments for: How To Build a Vhosted Linux Development Server on Windows using VirtualBox</title>
	<link>http://morison.biz/technotes/articles/61</link>
	<description>I've been doing a fair bit of PHP and Python on Linux recently. My favorite PHP editor, PhpEd is Windows only. However, I prefer to develop LAMP code on LAMP. Here's a solution: Linux on VirtualBox, networked to the host Windows OS.

 NOTE: The latest version of VirtualBox, 3.0.2 at this time, puts a few things in different places, particularly the VT-x/AMD-V and Nested Paging settings. Check the latest VirtualBox docs for more info

  Get and install VirtualBox for your system.
  Get the install iso for your preferred Linux distro, in my case Ubuntu
  Create a new virtual machine in VirtualBox, e.g., by clicking &quot;New&quot; and using the Virtual Machine Wizard 


  Navigating the wizard is straightforward. Name your machine, set the OS type, etc. I configure for 768MB RAM and create a new 30 GB hard drive. If your DB or file storage needs for dev are large, up the disk as needed. The RAM is plenty for most dev LAMP servers unless you run big backend progs.
  Once you've created the machine and disk, before booting the VM, go to the Settings dialog, General, Advance tab and turn on Nested Paging. VirtualBox will only use it if available, but if it is available, it greatly streamlines the memory interface between guest and host.


  Now attach the boot/install iso you downloaded for your linux distro. Use the VirtualBox Media Manager to attach the iso, then mount it on your VM.


  Next, go to the Network entry in Settings and enable Adapter 2, set Attached to: to Host-only Adapter and Name to VirtualBox Host-Only Ethernet Adapter. This adapter will be for Apache name and IP virtual hosts exposed on the host OS.


  Finally (as far as the VM setup goes) ...</description>
	<language>en</language>
	<copyright>2006-2008, Rod Morison Software</copyright>
	<managingEditor>technotes@morison.biz</managingEditor>
	<lastBuildDate>Sun, 01 Aug 2010 08:46:19 GMT</lastBuildDate>
	<generator>Yet Another Community System</generator>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>70</ttl>

	<item>
		<title>Derekdon:Great tut so far, but I keep getting an error ... (118 words to read) </title>
		<link>http://morison.biz/technotes/comments/14</link>
		<guid isPermaLink="true">http://morison.biz/technotes/comments/14</guid>
		<description>Great tut so far, but I keep getting an error when I try to restart the network.
  if-up.d/mountntfs : waiting for interface eth1:0 before doing NFS mounts  if-up.d/mountntfs : waiting for interface eth1:1 before doing NFS mounts  if-up.d/mountntfs : waiting for interface eth1:2 before doing NFS mounts  
SIOCSIFFLAGS: Cannot assign requested address
SIOCSIFFLAGS: Cannot assign requested address
Failed to bring up eth1:0
SIOCSIFFLAGS: Cannot assign requested address
SIOCSIFFLAGS: Cannot assign requested address
Failed to bring up eth1:1
SIOCSIFFLAGS: Cannot assign requested address
SIOCSIFFLAGS: Cannot assign requested address
Failed to bring up eth1:2



I'm using VB 3.0.10 with a Ubuntu 8.10 64bit guest OS, running on a WinXP x64 host machine.



Any idea what might be wrong?



Also I followed this setup tut first - http://www.sitepoint.com/blogs/2009/10/27/build-your-own-dev-server-with-virtualbox/



Thanks,



Derek.</description>
		<body xmlns="http://www.w3.org/1999/xhtml">Great tut so far, but I keep getting an error when I try to restart the network.
<ul><li>if-up.d/mountntfs[eth0]: waiting for interface eth1:0 before doing NFS mounts</li><li>if-up.d/mountntfs[eth0]: waiting for interface eth1:1 before doing NFS mounts</li><li>if-up.d/mountntfs[eth0]: waiting for interface eth1:2 before doing NFS mounts</li></ul>
SIOCSIFFLAGS: Cannot assign requested address
SIOCSIFFLAGS: Cannot assign requested address
Failed to bring up eth1:0
SIOCSIFFLAGS: Cannot assign requested address
SIOCSIFFLAGS: Cannot assign requested address
Failed to bring up eth1:1
SIOCSIFFLAGS: Cannot assign requested address
SIOCSIFFLAGS: Cannot assign requested address
Failed to bring up eth1:2<br />
<br />
I'm using VB 3.0.10 with a Ubuntu 8.10 64bit guest OS, running on a WinXP x64 host machine.<br />
<br />
Any idea what might be wrong?<br />
<br />
Also I followed this setup tut first - <a href="http://www.sitepoint.com/blogs/2009/10/27/build-your-own-dev-server-with-virtualbox/" title="Browse in a new window" class="external" onclick="window.open(this.href); return false;" onkeypress="window.open(this.href); return false;">http://www.sitepoint.com/blogs/2009/10/27/build-your-own-dev-server-with-virtualbox/</a><br />
<br />
Thanks,<br />
<br />
Derek.</body>
		<dc:creator>derekdon</dc:creator>
		<category>How To Build a Vhosted Linux Development Server on Windows using VirtualBox</category>
		<pubDate>Tue, 17 Nov 2009 11:41:14 GMT</pubDate>
	</item>

	<item>
		<title>Derekdon:also I meant to mention that when I follow this ...</title>
		<link>http://morison.biz/technotes/comments/15</link>
		<guid isPermaLink="true">http://morison.biz/technotes/comments/15</guid>
		<description>also I meant to mention that when I follow this error with a 



sudo ifconfig



command it doesn't show the updates to the network, just the defaults.</description>
		<body xmlns="http://www.w3.org/1999/xhtml">also I meant to mention that when I follow this error with a <br />
<br />
sudo ifconfig<br />
<br />
command it doesn't show the updates to the network, just the defaults.</body>
		<dc:creator>derekdon</dc:creator>
		<category>How To Build a Vhosted Linux Development Server on Windows using VirtualBox</category>
		<pubDate>Tue, 17 Nov 2009 11:44:14 GMT</pubDate>
	</item>

	<item>
		<title>Derekdon:sorry, forgot to also say that my wireless config tool ... (31 words to read) </title>
		<link>http://morison.biz/technotes/comments/16</link>
		<guid isPermaLink="true">http://morison.biz/technotes/comments/16</guid>
		<description>sorry, forgot to also say that my wireless config tool states my ip address etc on the host machine is as follows:



IP Address: 192.168.1.XX (XX think this changes at times)
Subnet Mask: 255.255.255.0
Gateway: 192.168.1.254



Just in case it helps.



D.</description>
		<body xmlns="http://www.w3.org/1999/xhtml">sorry, forgot to also say that my wireless config tool states my ip address etc on the host machine is as follows:<br />
<br />
IP Address: 192.168.1.XX (XX think this changes at times)
Subnet Mask: 255.255.255.0
Gateway: 192.168.1.254<br />
<br />
Just in case it helps.<br />
<br />
D.</body>
		<dc:creator>derekdon</dc:creator>
		<category>How To Build a Vhosted Linux Development Server on Windows using VirtualBox</category>
		<pubDate>Tue, 17 Nov 2009 11:51:53 GMT</pubDate>
	</item>

	<item>
		<title>Buy r4 dsi:Ok I got as far as the bridged adaptor, then ... (44 words to read) </title>
		<link>http://morison.biz/technotes/comments/17</link>
		<guid isPermaLink="true">http://morison.biz/technotes/comments/17</guid>
		<description>Ok I got as far as the bridged adaptor, then went to modify the iptables files, but I can't find the sysconfig folder. I'm running Ubuntu 8.10, which appears to be different to Fedora. I've been using Windows for the last 15 years or so and have only started with Ubuntu in the last couple of months, so its all new to me.</description>
		<body xmlns="http://www.w3.org/1999/xhtml">Ok I got as far as the bridged adaptor, then went to modify the iptables files, but I can't find the sysconfig folder. I'm running Ubuntu 8.10, which appears to be different to Fedora. I've been using Windows for the last 15 years or so and have only started with Ubuntu in the last couple of months, so its all new to me.</body>
		<dc:creator>buy r4 dsi</dc:creator>
		<category>How To Build a Vhosted Linux Development Server on Windows using VirtualBox</category>
		<pubDate>Thu, 21 Jan 2010 01:46:38 GMT</pubDate>
	</item>

	<item>
		<title>Buy r4 dsi:Ok I got as far as the bridged adaptor, then ... (47 words to read) </title>
		<link>http://morison.biz/technotes/comments/18</link>
		<guid isPermaLink="true">http://morison.biz/technotes/comments/18</guid>
		<description>Ok I got as far as the bridged adaptor, then went to modify the iptables files, but I can't find the sysconfig folder. I'm running Ubuntu 8.10, which appears to be different to Fedora. I've been using Windows for the last 15 years or so and have only started with Ubuntu in the last couple of months, so its all new to me.



buy r4 dsi</description>
		<body xmlns="http://www.w3.org/1999/xhtml">Ok I got as far as the bridged adaptor, then went to modify the iptables files, but I can't find the sysconfig folder. I'm running Ubuntu 8.10, which appears to be different to Fedora. I've been using Windows for the last 15 years or so and have only started with Ubuntu in the last couple of months, so its all new to me.<br />
<br />
buy r4 dsi</body>
		<dc:creator>buy r4 dsi</dc:creator>
		<category>How To Build a Vhosted Linux Development Server on Windows using VirtualBox</category>
		<pubDate>Thu, 21 Jan 2010 01:48:33 GMT</pubDate>
	</item>

</channel>
</rss>