<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Christoffer Kjølbæk &#187; Ibex</title>
	<atom:link href="http://ostehamster.dk/blog/index.php/tag/ibex/feed/" rel="self" type="application/rss+xml" />
	<link>http://ostehamster.dk/blog</link>
	<description>I have a blog, therefore I am…</description>
	<lastBuildDate>Sun, 18 Jul 2010 12:16:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Split LVM volume into two, Ubuntu Ibex 8.10</title>
		<link>http://ostehamster.dk/blog/index.php/2009/01/31/split-lvm-volume-into-two-ubuntu-ibex-810/</link>
		<comments>http://ostehamster.dk/blog/index.php/2009/01/31/split-lvm-volume-into-two-ubuntu-ibex-810/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 01:14:48 +0000</pubDate>
		<dc:creator>Christoffer Kjølbæk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Ibex]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[LVM]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ostehamster.dk/blog/?p=216</guid>
		<description><![CDATA[This worked for me, but use the "how to-guide" at your own risk!!!! I can not be held responsible for any data loss - take backup!!!
A standard Ubuntu installation with encrypted hard drive will give you a boot partition and a LVM partition with two logical volumes. If your computer name is “Ubuntu”, the volume [...]]]></description>
			<content:encoded><![CDATA[<p><strong>This worked for me, but use the "how to-guide" at your own risk!!!! I can not be held responsible for any data loss - take backup!!!</strong></p>
<p>A standard Ubuntu installation with encrypted hard drive will give you a boot partition and a LVM partition with two logical volumes. If your computer name is “Ubuntu”, the volume group will typically be called Ubuntu, with two volumes: root and swap.</p>
<p>In order to make a logical volume for /home and for /, do the following:<span id="more-216"></span></p>
<p>Start by booting onto the alternative version of the Ubuntu cd - the one without LiveCD - and select rescue. The system will automatically find you encrypted and ask for the password. When starting the terminal, you will have to mount a partition - select your boot partition, on my computer /dev/sda1</p>
<p>Make all volume groups active:</p>
<blockquote><p>sudo lvm vgchange -a y</p></blockquote>
<p>Run disk check on the volume:</p>
<blockquote><p>sudo e2fsck -f /dev/mapper/ubuntu-root</p></blockquote>
<p>Resize the file system to 10G</p>
<blockquote><p>sudo resize2fs -f /dev/mapper/ubuntu-root 10G</p></blockquote>
<p>Wait... make some coffee... maybe even bake a cake, there is time enough :)</p>
<p>Resize the volume to 10G</p>
<blockquote><p>sudo lvreduce -L10G /dev/mapper/ubuntu-root 10G</p></blockquote>
<p><strong>Important: you have to shrink the file system before the logical volume!</strong></p>
<p>Display how much free space the LVM group has, the first number is free "extents" and the second is in GB, MB etc.</p>
<blockquote><p>sudo vgdisplay | grep Free</p></blockquote>
<p>Create the new volume, -l specify the size in extens, -L in GB, MB etc.</p>
<blockquote><p>sudo lvcreate -l 50 -n home ubuntu</p></blockquote>
<p>Make the file system</p>
<blockquote><p>sudo mke2fs -j /dev/ubuntu/home</p></blockquote>
<blockquote><p>sudo vol_id /dev/mapper/ubuntu-home | grep ID_FS_UUID=</p></blockquote>
<p> will give the UUID for the "device", which can be used in /etc/fstab like:</p>
<blockquote><p># /dev/mapper/ubuntu-home<br />
UUID=37563b54-50e5-486c-8796-2df55598fb63 /home           ext3    relatime        0       2</p></blockquote>
<p>Of cause you will have to move all data from /home to the new volume, before mounting it at home!</p>
]]></content:encoded>
			<wfw:commentRss>http://ostehamster.dk/blog/index.php/2009/01/31/split-lvm-volume-into-two-ubuntu-ibex-810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Ibex, Fullrate, Huawei E220 USB Modem</title>
		<link>http://ostehamster.dk/blog/index.php/2009/01/22/ubuntu-ibex-fullrate-huawei-e220-usb-modem/</link>
		<comments>http://ostehamster.dk/blog/index.php/2009/01/22/ubuntu-ibex-fullrate-huawei-e220-usb-modem/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 21:08:26 +0000</pubDate>
		<dc:creator>Christoffer Kjølbæk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Ibex]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ostehamster.dk/blog/?p=204</guid>
		<description><![CDATA[I just got my "Fullrate Mobile Broadband Testpilot package", and a now writing this post on a mobile broadband connection. The purpose is to explain, how simple it is to make the USB modem work.

As far as I can see, Ubuntu lacks the possible to tell the modem the PIN, which makes the SIM card [...]]]></description>
			<content:encoded><![CDATA[<p>I just got my "Fullrate Mobile Broadband Testpilot package", and a now writing this post on a mobile broadband connection. The purpose is to explain, how simple it is to make the USB modem work.<br />
<span id="more-204"></span><br />
As far as I can see, Ubuntu lacks the possible to tell the modem the PIN, which makes the SIM card useless. To get round this missing feature, just put the SIM card into you cellphone, enter the PIN and disable the PIN under the security settings. This makes it possible for anyone to use your SIM, so guard it with you life! :)</p>
<p>Now put the SIM back in the modem, and connect it to your computer. The below pop up will show up, and you just have to click Config. (If it do not show up, right click on the Network Manager and select Edit Connections.)</p>
<p><img src="http://ostehamster.dk/blog/wp-content/uploads/2009/01/dump1.png" alt="" title="dump1" width="500" height="160" class="aligncenter size-full wp-image-205" /></p>
<p>Click Next, and select TDC as Service Provider (Fullrate uses TDCs net), click Next again, and give the connection a name and then click Apply.</p>
<p>Now the system should connect you, if you have coverage, and this pop up will appear</p>
<p><img src="http://ostehamster.dk/blog/wp-content/uploads/2009/01/dump6.png" alt="" title="dump6" width="478" height="165" class="aligncenter size-full wp-image-208" /></p>
<p>Very simple!!! :)</p>
<p>The connection is quite good, and the speed is as promised. Fullrates speedtest at <a href="http://speedtest.fullrate.dk/">http://speedtest.fullrate.dk/</a> gives 1.15Mps, while the upload is at 0.25Mps.</p>
<p>The ftp servertest at <a href="http://www.fullrate.dk/support/hastighed/">http://www.fullrate.dk/support/hastighed/</a> do not work, which might be because the server only allow Fullrate connections, while this is basically a TDC connection.</p>
<p>Downloading a part of an Ubuntu image from HEAnet Ireland gives an average of 115K/s, which is the normal, according to <a href="http://www.fullrate.dk/support/hastighed/">http://www.fullrate.dk/support/hastighed/</a></p>
<p><b>Update:</b><br />
22 jan 2008, 22:18<br />
Maybe a little to early to say anything works. After 40 minutes the modem lost connection for 5 min, before getting on-line again.</p>
]]></content:encoded>
			<wfw:commentRss>http://ostehamster.dk/blog/index.php/2009/01/22/ubuntu-ibex-fullrate-huawei-e220-usb-modem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pytrainer in Ubuntu 8.10, Ibex Intrepid</title>
		<link>http://ostehamster.dk/blog/index.php/2008/11/09/pytrainer-in-ubuntu-810-ibex-intrepid/</link>
		<comments>http://ostehamster.dk/blog/index.php/2008/11/09/pytrainer-in-ubuntu-810-ibex-intrepid/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 11:01:33 +0000</pubDate>
		<dc:creator>Christoffer Kjølbæk</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Løb]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ibex]]></category>
		<category><![CDATA[Run]]></category>

		<guid isPermaLink="false">http://ostehamster.dk/blog/?p=174</guid>
		<description><![CDATA[I just use the Gutsy binary, which works fine in Ibex.

echo &#34;deb http://www.e-oss.net/ubuntu/gutsy/ ./&#34; &#124; sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get install pytrainer
sudo apt-get install python-gnome2-extras

To get the Garmin kernel driver working in user space, make an udev rule in /etc/udev/rules.d/51-garmin.rules with this content

SYSFS{idVendor}==&#34;091e&#34;, SYSFS{idProduct}==&#34;0003&#34;, MODE=&#34;666&#34;

Pytrainer is made to use path like /dev/ttyUSBX to [...]]]></description>
			<content:encoded><![CDATA[<p>I just use the Gutsy binary, which works fine in Ibex.</p>
<blockquote><p>
echo &quot;deb http://www.e-oss.net/ubuntu/gutsy/ ./&quot; | sudo tee -a /etc/apt/sources.list<br />
sudo apt-get update<br />
sudo apt-get install pytrainer<br />
sudo apt-get install python-gnome2-extras
</p></blockquote>
<p>To get the Garmin kernel driver working in user space, make an udev rule in /etc/udev/rules.d/51-garmin.rules with this content</p>
<blockquote><p>
SYSFS{idVendor}==&quot;091e&quot;, SYSFS{idProduct}==&quot;0003&quot;, MODE=&quot;666&quot;
</p></blockquote>
<p>Pytrainer is made to use path like /dev/ttyUSBX to connect to the Garmin watch. <a href="http://ostehamster.dk/blog/index.php/2008/05/03/pytrainer-in-ubuntu-804-hardy-heron/">I believe the right way</a> is to use Garmin usb driver directly, hence usb: in the config. Therefore you have to open /usr/share/pytrainer/plugins/garmin-hr/main.py and change</p>
<blockquote><p>if not os.path.exists(options.device):</p></blockquote>
<p>to</p>
<blockquote><p>if (not os.path.exists(options.device) and not options.device == &quot;usb:&quot;):</p></blockquote>
<p>In Tools -> GPS Device Plugins -> Garmin* ->Preferences change device to [usb:] and status to [Enable].</p>
<p>Thats it, have fun :)</p>
<p><strong>Updated:</strong> 11 January 2009:<br />
 - Quotes in code-blocks is now "copy/paste enabled"<br />
 - Pauls comment from <a href="/blog/index.php/2008/11/09/pytrainer-in-ubuntu-810-ibex-intrepid/#comment-659">December 31st, 2008 at 14:22</a> added to the text</p>
]]></content:encoded>
			<wfw:commentRss>http://ostehamster.dk/blog/index.php/2008/11/09/pytrainer-in-ubuntu-810-ibex-intrepid/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
	</channel>
</rss>
