<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Installing CoLinux on WindowsXP</title>
	<atom:link href="http://www.willmer.com/kb/2005/07/installing-colinux-on-windowsxp-with-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.willmer.com/kb/2005/07/installing-colinux-on-windowsxp-with-ubuntu/</link>
	<description></description>
	<lastBuildDate>Sun, 15 Aug 2010 05:18:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: CÃ©dric</title>
		<link>http://www.willmer.com/kb/2005/07/installing-colinux-on-windowsxp-with-ubuntu/comment-page-1/#comment-3337</link>
		<dc:creator>CÃ©dric</dc:creator>
		<pubDate>Wed, 30 Aug 2006 09:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2005/02/installing-colinux-on-windowsxp-with-ubuntu/#comment-3337</guid>
		<description>Hello janantha, 

I had the same error.
Make sure the file you have modified is default.config.xml and not default.colinux.xml...
Try also to save it in another name.</description>
		<content:encoded><![CDATA[<p>Hello janantha, </p>
<p>I had the same error.<br />
Make sure the file you have modified is default.config.xml and not default.colinux.xml&#8230;<br />
Try also to save it in another name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: janantha</title>
		<link>http://www.willmer.com/kb/2005/07/installing-colinux-on-windowsxp-with-ubuntu/comment-page-1/#comment-143</link>
		<dc:creator>janantha</dc:creator>
		<pubDate>Thu, 27 Apr 2006 15:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2005/02/installing-colinux-on-windowsxp-with-ubuntu/#comment-143</guid>
		<description>hi i uploaded my config file here

http://www.janantha.net/colinux.xml
please let me know where im wrong..thanks !</description>
		<content:encoded><![CDATA[<p>hi i uploaded my config file here</p>
<p><a href="http://www.janantha.net/colinux.xml" rel="nofollow">http://www.janantha.net/colinux.xml</a><br />
please let me know where im wrong..thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: janantha</title>
		<link>http://www.willmer.com/kb/2005/07/installing-colinux-on-windowsxp-with-ubuntu/comment-page-1/#comment-142</link>
		<dc:creator>janantha</dc:creator>
		<pubDate>Thu, 27 Apr 2006 15:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2005/02/installing-colinux-on-windowsxp-with-ubuntu/#comment-142</guid>
		<description>Im getting this error
C:\coLinux&gt;colinux-daemon -c default.config.xml
Cooperative Linux Daemon, 0.6.3
Compiled on Sun Feb  5 20:25:03 2006

error loading configuration file &#039;default.config.xml&#039;
daemon: exit code 84a08401
daemon: error - CO_RC_ERROR_ERROR, line 33, file colinux/os/current/user/file.o
(37)

please help... following is my config file... i used WinRAR to expand the Debian archieve which resulted in a single file of capacity 1GB... i put the file inside a folder called &quot;distro&quot; and renamed &quot;root_fs&quot; to &quot;distro&quot;




    
    
    
    

    

    
    --&gt;

    
    root=/dev/cobd0

    
    
    
    
    

    
    

    
    


Please show me where im wrong..thanks!</description>
		<content:encoded><![CDATA[<p>Im getting this error<br />
C:\coLinux&gt;colinux-daemon -c default.config.xml<br />
Cooperative Linux Daemon, 0.6.3<br />
Compiled on Sun Feb  5 20:25:03 2006</p>
<p>error loading configuration file &#8216;default.config.xml&#8217;<br />
daemon: exit code 84a08401<br />
daemon: error &#8211; CO_RC_ERROR_ERROR, line 33, file colinux/os/current/user/file.o<br />
(37)</p>
<p>please help&#8230; following is my config file&#8230; i used WinRAR to expand the Debian archieve which resulted in a single file of capacity 1GB&#8230; i put the file inside a folder called &#8220;distro&#8221; and renamed &#8220;root_fs&#8221; to &#8220;distro&#8221;</p>
<p>    &#8211;&gt;</p>
<p>    root=/dev/cobd0</p>
<p>Please show me where im wrong..thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodolfoster</title>
		<link>http://www.willmer.com/kb/2005/07/installing-colinux-on-windowsxp-with-ubuntu/comment-page-1/#comment-124</link>
		<dc:creator>Rodolfoster</dc:creator>
		<pubDate>Wed, 05 Apr 2006 18:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2005/02/installing-colinux-on-windowsxp-with-ubuntu/#comment-124</guid>
		<description>Just set your lan connection to share the internet connection and &quot;coLinux&quot; connection ip will be set to something like &quot;192.168.0.1&quot;. Now run coLinux console and type on the command line

&#039;nano /etc/network/interfaces&#039;

you must edit it to look like this:

auto lo eth0
iface lo inet loopback
iface eth0 inet static
    address 192.168.0.100
    gateway 192.168.0.1
    netmask 255.255.255.0

save it (WriteOut) and exit. Now type on the command line

&#039;nano /etc/resolv.conf&#039; and insert the line

&#039;nameserver 192.168.0.1&#039;

save and exit the editor. Now type on the command line

&#039;lodown eth0&#039; and &#039;loup eth0&#039;

now ping the gateway &#039;192.168.0.1&#039; to be sure it&#039;s working</description>
		<content:encoded><![CDATA[<p>Just set your lan connection to share the internet connection and &#8220;coLinux&#8221; connection ip will be set to something like &#8220;192.168.0.1&#8243;. Now run coLinux console and type on the command line</p>
<p>&#8216;nano /etc/network/interfaces&#8217;</p>
<p>you must edit it to look like this:</p>
<p>auto lo eth0<br />
iface lo inet loopback<br />
iface eth0 inet static<br />
    address 192.168.0.100<br />
    gateway 192.168.0.1<br />
    netmask 255.255.255.0</p>
<p>save it (WriteOut) and exit. Now type on the command line</p>
<p>&#8216;nano /etc/resolv.conf&#8217; and insert the line</p>
<p>&#8216;nameserver 192.168.0.1&#8242;</p>
<p>save and exit the editor. Now type on the command line</p>
<p>&#8216;lodown eth0&#8242; and &#8216;loup eth0&#8242;</p>
<p>now ping the gateway &#8216;192.168.0.1&#8242; to be sure it&#8217;s working</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darby</title>
		<link>http://www.willmer.com/kb/2005/07/installing-colinux-on-windowsxp-with-ubuntu/comment-page-1/#comment-61</link>
		<dc:creator>Darby</dc:creator>
		<pubDate>Mon, 10 Oct 2005 22:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2005/02/installing-colinux-on-windowsxp-with-ubuntu/#comment-61</guid>
		<description>I&#039;m having trouble with apt-get update and I think it&#039;s because of my internet setup:

It&#039;s a router setup and I connect through Local Area Connection 2, and I put all my IP information on there, as well as edit my DNS Servernames.  The problem is, it never works.  I always get &#039;Something wicked happened resolving *yada yada yada*.&#039;

I also can&#039;t ping anything, so even though it&#039;s set up correctly it still doesn&#039;t work.

I also can&#039;t bridge between my Local Area Connection 2 and the TAP interfaces that CoLinux installs because I already use Local Area Connection 2 to get my upstairs computer on the internet wirelessly.

!!</description>
		<content:encoded><![CDATA[<p>I&#8217;m having trouble with apt-get update and I think it&#8217;s because of my internet setup:</p>
<p>It&#8217;s a router setup and I connect through Local Area Connection 2, and I put all my IP information on there, as well as edit my DNS Servernames.  The problem is, it never works.  I always get &#8216;Something wicked happened resolving *yada yada yada*.&#8217;</p>
<p>I also can&#8217;t ping anything, so even though it&#8217;s set up correctly it still doesn&#8217;t work.</p>
<p>I also can&#8217;t bridge between my Local Area Connection 2 and the TAP interfaces that CoLinux installs because I already use Local Area Connection 2 to get my upstairs computer on the internet wirelessly.</p>
<p>!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Purl</title>
		<link>http://www.willmer.com/kb/2005/07/installing-colinux-on-windowsxp-with-ubuntu/comment-page-1/#comment-37</link>
		<dc:creator>Tom Purl</dc:creator>
		<pubDate>Tue, 09 Aug 2005 14:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2005/02/installing-colinux-on-windowsxp-with-ubuntu/#comment-37</guid>
		<description>Great tutorial!  Thanks a ton.</description>
		<content:encoded><![CDATA[<p>Great tutorial!  Thanks a ton.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
