<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Installing CoLinux on WindowsXP</title>
	<link>http://www.willmer.com/kb/2005/07/installing-colinux-on-windowsxp-with-ubuntu/</link>
	<description></description>
	<pubDate>Wed, 03 Dec 2008 06:55:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Cédric</title>
		<link>http://www.willmer.com/kb/2005/07/installing-colinux-on-windowsxp-with-ubuntu/#comment-3337</link>
		<author>Cédric</author>
		<pubDate>Wed, 30 Aug 2006 09:26:29 +0000</pubDate>
		<guid>http://www.willmer.com/kb/2005/07/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-143</link>
		<author>janantha</author>
		<pubDate>Thu, 27 Apr 2006 15:53:44 +0000</pubDate>
		<guid>http://www.willmer.com/kb/2005/07/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-142</link>
		<author>janantha</author>
		<pubDate>Thu, 27 Apr 2006 15:50:55 +0000</pubDate>
		<guid>http://www.willmer.com/kb/2005/07/installing-colinux-on-windowsxp-with-ubuntu/#comment-142</guid>
		<description>Im getting this error
C:\coLinux&#62;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 'default.config.xml'
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 "distro" and renamed "root_fs" to "distro"




    
    
    
    

    

    
    --&#62;

    
    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 - 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-124</link>
		<author>Rodolfoster</author>
		<pubDate>Wed, 05 Apr 2006 18:12:38 +0000</pubDate>
		<guid>http://www.willmer.com/kb/2005/07/installing-colinux-on-windowsxp-with-ubuntu/#comment-124</guid>
		<description>Just set your lan connection to share the internet connection and "coLinux" connection ip will be set to something like "192.168.0.1". Now run coLinux console and type on the command line

'nano /etc/network/interfaces'

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

'nano /etc/resolv.conf' and insert the line

'nameserver 192.168.0.1'

save and exit the editor. Now type on the command line

'lodown eth0' and 'loup eth0'

now ping the gateway '192.168.0.1' to be sure it'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-61</link>
		<author>Darby</author>
		<pubDate>Mon, 10 Oct 2005 22:20:45 +0000</pubDate>
		<guid>http://www.willmer.com/kb/2005/07/installing-colinux-on-windowsxp-with-ubuntu/#comment-61</guid>
		<description>I'm having trouble with apt-get update and I think it's because of my internet setup:

It'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 'Something wicked happened resolving *yada yada yada*.'

I also can't ping anything, so even though it's set up correctly it still doesn't work.

I also can'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-37</link>
		<author>Tom Purl</author>
		<pubDate>Tue, 09 Aug 2005 14:07:45 +0000</pubDate>
		<guid>http://www.willmer.com/kb/2005/07/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>
