<?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"
	>
<channel>
	<title>Comments on: Mobile Ubuntu Colinux Setup</title>
	<atom:link href="http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/feed/" rel="self" type="application/rss+xml" />
	<link>http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/</link>
	<description>Dedicated to Software Development</description>
	<pubDate>Tue, 06 Jan 2009 05:24:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: klimek</title>
		<link>http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/#comment-19177</link>
		<dc:creator>klimek</dc:creator>
		<pubDate>Mon, 18 Feb 2008 21:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/#comment-19177</guid>
		<description>Hi Tony,

I have not used this technique to be able to apt-get from a cdrom, since I always have a broadband network connection :-)

Sorry, but I can't help you with apt. I'd try to figure out whether you can tell apt-cdrom to use an arbitrary directory.

Cheers,
/Manuel</description>
		<content:encoded><![CDATA[<p>Hi Tony,</p>
<p>I have not used this technique to be able to apt-get from a cdrom, since I always have a broadband network connection :-)</p>
<p>Sorry, but I can&#8217;t help you with apt. I&#8217;d try to figure out whether you can tell apt-cdrom to use an arbitrary directory.</p>
<p>Cheers,<br />
/Manuel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony</title>
		<link>http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/#comment-19142</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Mon, 18 Feb 2008 11:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/#comment-19142</guid>
		<description>Hi Klimek;
 I forgot to mention. I used the fstab line mentioned in your article:

0    /media/e     cofs    user,defaults,rw     0     0

and it did not work.

I have tried other lines and was not successful getting apt to mount the cdrom drive</description>
		<content:encoded><![CDATA[<p>Hi Klimek;<br />
 I forgot to mention. I used the fstab line mentioned in your article:</p>
<p>0    /media/e     cofs    user,defaults,rw     0     0</p>
<p>and it did not work.</p>
<p>I have tried other lines and was not successful getting apt to mount the cdrom drive</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony</title>
		<link>http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/#comment-19141</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Mon, 18 Feb 2008 10:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/#comment-19141</guid>
		<description>Hi Klimek;
 I set the cdrom line in fstab back to the default and commented it out.
My colinux example.conf file for cdrom is now: cofs0=E:\
I got the cd to mount finally by typing:
mount -t cofs cofs0: /media/cdrom
Its mounted and I can ls -all and see the contents for the Debian 4.0 DVD

Now I ran apt-cdrom add to add the DVD as a repository for my sources.list file

that didnt work since there is another file saying the cdrom is a different name.

Error:   E: Unable to stat the mount point /cdrom/ - stat (2 No such file or directory)
            E: Failed to mount the cdrom

I can mount it but apt can not.

apt-cdrom is a tool to add CDROM's to APT's source list.
The CDROM mount point is taken from apt.conf and /etc/fstab

My main question is how do I reflect the correct syntax in the fstab for the cdrom so there is no conflict or errors, and do I need to create an apt.conf file?</description>
		<content:encoded><![CDATA[<p>Hi Klimek;<br />
 I set the cdrom line in fstab back to the default and commented it out.<br />
My colinux example.conf file for cdrom is now: cofs0=E:\<br />
I got the cd to mount finally by typing:<br />
mount -t cofs cofs0: /media/cdrom<br />
Its mounted and I can ls -all and see the contents for the Debian 4.0 DVD</p>
<p>Now I ran apt-cdrom add to add the DVD as a repository for my sources.list file</p>
<p>that didnt work since there is another file saying the cdrom is a different name.</p>
<p>Error:   E: Unable to stat the mount point /cdrom/ - stat (2 No such file or directory)<br />
            E: Failed to mount the cdrom</p>
<p>I can mount it but apt can not.</p>
<p>apt-cdrom is a tool to add CDROM&#8217;s to APT&#8217;s source list.<br />
The CDROM mount point is taken from apt.conf and /etc/fstab</p>
<p>My main question is how do I reflect the correct syntax in the fstab for the cdrom so there is no conflict or errors, and do I need to create an apt.conf file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony</title>
		<link>http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/#comment-19118</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Mon, 18 Feb 2008 04:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/#comment-19118</guid>
		<description>Hi Klimek;
 Still not working. my cdrom drive in windoze is E:\
My colinux example.conf file reflects the cdrom as so: cofs1=E:\
my etc/fstab reflects:
 /dev/cofs1      /media/e        cofs          user,defaults,rw          0       0

When I try to mount it says "cant find cofs1 in /etc/fstab or /etc/mtab"

At boot I get a failed message for Mounting /media/e does not exist.

I have tried several different lines in my fstab to get linux to mount the cd at boot time but still get the error</description>
		<content:encoded><![CDATA[<p>Hi Klimek;<br />
 Still not working. my cdrom drive in windoze is E:\<br />
My colinux example.conf file reflects the cdrom as so: cofs1=E:\<br />
my etc/fstab reflects:<br />
 /dev/cofs1      /media/e        cofs          user,defaults,rw          0       0</p>
<p>When I try to mount it says &#8220;cant find cofs1 in /etc/fstab or /etc/mtab&#8221;</p>
<p>At boot I get a failed message for Mounting /media/e does not exist.</p>
<p>I have tried several different lines in my fstab to get linux to mount the cd at boot time but still get the error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: klimek</title>
		<link>http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/#comment-19095</link>
		<dc:creator>klimek</dc:creator>
		<pubDate>Sun, 17 Feb 2008 20:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/#comment-19095</guid>
		<description>Hi Tony,

have you tried using cofs to get your cdrom running? Specify the cdrom drive letter as cofs in your colinux configuration (for example: cofs1=d:\, see above. Then mount cofs1 in your colinux. You have to use a new colinux for this to work (I always use the latest 0.8.0 pre-release).

Cheers,
Manuel</description>
		<content:encoded><![CDATA[<p>Hi Tony,</p>
<p>have you tried using cofs to get your cdrom running? Specify the cdrom drive letter as cofs in your colinux configuration (for example: cofs1=d:\, see above. Then mount cofs1 in your colinux. You have to use a new colinux for this to work (I always use the latest 0.8.0 pre-release).</p>
<p>Cheers,<br />
Manuel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony</title>
		<link>http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/#comment-19094</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Sun, 17 Feb 2008 19:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/#comment-19094</guid>
		<description>Cant mount Cdrom in Colinux. I am using CoLinux 0.8.0 with Debian 4.0r0. I have tried everything from the wikis and forums, but no luck. Looking to upgrade from Debian DVDs to get a GUI with X. Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>Cant mount Cdrom in Colinux. I am using CoLinux 0.8.0 with Debian 4.0r0. I have tried everything from the wikis and forums, but no luck. Looking to upgrade from Debian DVDs to get a GUI with X. Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: klimek</title>
		<link>http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/#comment-8164</link>
		<dc:creator>klimek</dc:creator>
		<pubDate>Sun, 16 Sep 2007 07:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/#comment-8164</guid>
		<description>What happens if you do
$ ssh gap@localhost 
inside colinux (colinux-console)?

If this works, please post
$ ipconfig
from your windows box and
$ ifconfig
from within colinux...

Cheers,
Manuel</description>
		<content:encoded><![CDATA[<p>What happens if you do<br />
$ ssh gap@localhost<br />
inside colinux (colinux-console)?</p>
<p>If this works, please post<br />
$ ipconfig<br />
from your windows box and<br />
$ ifconfig<br />
from within colinux&#8230;</p>
<p>Cheers,<br />
Manuel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/#comment-8155</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Sun, 16 Sep 2007 03:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/#comment-8155</guid>
		<description>forgot to mention:  the linux is Kubuntu 7.04</description>
		<content:encoded><![CDATA[<p>forgot to mention:  the linux is Kubuntu 7.04</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/#comment-8154</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Sun, 16 Sep 2007 03:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/#comment-8154</guid>
		<description>Things went just swell until I tried to scp my key over to the linux side.

from cygwin:

Admin@Thinkpad ~
$ scp ./key.pub gap@192.168.42.2:~/.ssh/authorized_keys
ssh: connect to host 192.168.42.2 port 22: Connection refused
lost connection

I can ping just fine.

I think I've turned off every firewall I can find.  Do you know what might be going on?

-gary</description>
		<content:encoded><![CDATA[<p>Things went just swell until I tried to scp my key over to the linux side.</p>
<p>from cygwin:</p>
<p>Admin@Thinkpad ~<br />
$ scp ./key.pub <a href="mailto:gap@192.168.42">gap@192.168.42</a>.2:~/.ssh/authorized_keys<br />
ssh: connect to host 192.168.42.2 port 22: Connection refused<br />
lost connection</p>
<p>I can ping just fine.</p>
<p>I think I&#8217;ve turned off every firewall I can find.  Do you know what might be going on?</p>
<p>-gary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel Klimek &#187; Blog Archive &#187; Colinux on Windows Vista</title>
		<link>http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/#comment-3363</link>
		<dc:creator>Manuel Klimek &#187; Blog Archive &#187; Colinux on Windows Vista</dc:creator>
		<pubDate>Fri, 08 Jun 2007 21:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://klimek.box4.net/blog/2007/06/08/mobile-ubuntu-colinux-setup/#comment-3363</guid>
		<description>[...] An updated article on a Mobile Ubuntu Colinux Setup for my laptop is available.   Share and Enjoy: These icons link to social bookmarking sites where [...]</description>
		<content:encoded><![CDATA[<p>[...] An updated article on a Mobile Ubuntu Colinux Setup for my laptop is available.   Share and Enjoy: These icons link to social bookmarking sites where [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
