<?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>Tribulaciones.org &#187; debian</title>
	<atom:link href="http://tribulaciones.org/category/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://tribulaciones.org</link>
	<description>A blog about me and whatever insterests me</description>
	<lastBuildDate>Wed, 27 Jan 2010 22:12:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Upgrading my laptop to ext4</title>
		<link>http://tribulaciones.org/2009/03/upgrading-my-laptop-to-ext4/</link>
		<comments>http://tribulaciones.org/2009/03/upgrading-my-laptop-to-ext4/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 12:08:56 +0000</pubDate>
		<dc:creator>jsogo</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[ext4]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[klibc]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://tribulaciones.org/?p=110</guid>
		<description><![CDATA[Warning: Don&#8217;t upgrade root partition (/) or the partition in which /boot is placed unless you know what you are doing. More on this later.
Warning2: Make backups of your data.
Last Friday I went on upgrading to ext4 my laptop. I decided to go first with /home partition, as / has also /boot and can give [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Warning:</strong> Don&#8217;t upgrade root partition (/) or the partition in which /boot is placed unless you know what you are doing. More on this later.<br />
<strong>Warning2: </strong>Make backups of your data.</p>
<p>Last Friday I went on <a href="http://kernelnewbies.org/Ext4">upgrading to ext4</a> my laptop. I decided to go first with /home partition, as / has also /boot and can give some problems if not handled with care. Upgrading it is quite easy, and fast, as the old data is not upgraded, only new files will be added using new features.</p>
<p>First, I installed latest linux-image package to start using kernel version 2.6.28, which includes production ready ext4 support. After rebooting, I logged in as root so I could umount /home. The steps to upgrade are as follows:<br />
<code><br />
# uname -a<br />
Linux gimli 2.6.28-1-686 #1 SMP Mon Feb 23 03:13:24 UTC 2009 i686 GNU/Linux<br />
# umount /home<br />
# tune2fs -O extents,uninit_bg,dir_index /dev/home_partition<br />
# fsck -pfD /dev/home_partition<br />
# mount /home<br />
</code><br />
You MUST run fsck. If not, ext4 won&#8217;t mount your filesystem, so don&#8217;t forgive this step if you&#8217;re upgrading your / partition. You will see some checksums errors appear. Don&#8217;t be afraid, that&#8217;s expected, and that&#8217;s why -p is added to fsck command, you it is not asking which action to perform in every error.</p>
<p><strong>Upgrading partition containing /boot</strong><br />
For upgrading your / partition you have to take into account what grub and klibc version you have installed. The former is need so grub can read your kernel image from filesystem, and the second is needed due a <a href="http://bugs.debian.org/510758">bug</a> that made initramfs detect ext4 filesystems as ext3, and passing incorrect option to mount, which failed. Versions in Debian known to work are libklibc &gt;=1.5.15-1 and grub2 (packaged as grub-pc). Make sure you have these versions installed before trying to go to ext4.<br />
Also, as you have to upgrade having your partition unmounted, you will have to get a console before root partition is mounted. You can do that by passing <del datetime="2009-03-15T16:30:38+00:00">mount=break</del> break=mount to your boot options in grub.</p>
<p>ENJOY!</p>
]]></content:encoded>
			<wfw:commentRss>http://tribulaciones.org/2009/03/upgrading-my-laptop-to-ext4/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Debian on Android phone</title>
		<link>http://tribulaciones.org/2009/01/debian-on-android-phone/</link>
		<comments>http://tribulaciones.org/2009/01/debian-on-android-phone/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 21:11:47 +0000</pubDate>
		<dc:creator>jsogo</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">http://tribulaciones.org/?p=71</guid>
		<description><![CDATA[A Debian installer and boot loader for Android based phones has been released. It uses Debian ARM packages from standard repositories, so it makes available t you the full plethora of Debian packages. Also, as a bonus, you can still your phone as it was, an Android based device, with all its functionality.
Update: This entry [...]]]></description>
			<content:encoded><![CDATA[<p>A <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.androidfanatic.com');" href="http://www.androidfanatic.com/cms/community-forums.html?func=view&amp;catid=9&amp;id=251#251">Debian installer and boot loader for Android</a> based phones has been released. It uses Debian ARM packages from standard repositories, so it makes available t you the full plethora of Debian packages. Also, as a bonus, you can still your phone as it was, an Android based device, with all its functionality.</p>
<p><strong>Update:</strong> This entry was pending of an update since I read Joey Hess’ entry <a onclick="javascript:pageTracker._trackPageview('/outbound/article/kitenet.net');" href="http://kitenet.net/%7Ejoey/blog/entry/investigation_of_an_inelegant_installer/">investigating into the supposed <em>installer</em></a>.<br />
It seems that the .zip file is a complete disaster: it is a Debian chroot and 100MB of it are cached .deb files in /var and the <em>init</em> process is no more no less than a script that echoes some lines making you think that something is being booted and a last command (the only that actually makes something) is a mere <em>chroot $mnt /bin/bash</em>.<br />
What does this mean? That you can run Debian in your Android phone by simply creating a chroot from your nearest Debian repository, and that’s all. No need of any supposed installer, just run <a onclick="javascript:pageTracker._trackPageview('/outbound/article/packages.debian.org');" href="http://packages.debian.org/search?keywords=debootstrap">debootstrap</a> on the phone.</p>
]]></content:encoded>
			<wfw:commentRss>http://tribulaciones.org/2009/01/debian-on-android-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix+TLS+SASL in Debian HowTo recovered</title>
		<link>http://tribulaciones.org/2009/01/postfixtlssasl-in-debian-howto-recovered/</link>
		<comments>http://tribulaciones.org/2009/01/postfixtlssasl-in-debian-howto-recovered/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 21:39:25 +0000</pubDate>
		<dc:creator>jsogo</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[sarge]]></category>
		<category><![CDATA[sasl]]></category>
		<category><![CDATA[sid]]></category>
		<category><![CDATA[tls]]></category>

		<guid isPermaLink="false">http://tribulaciones.org/?p=85</guid>
		<description><![CDATA[Once of the most visited pages in my site was the Postfix+SASL+TLS for Debian Sid and Sarge Howto, who I wrote 3 years ago. As I hosted it in my old home server, when it broke it went offline, and though there are still some copies around the net, there are a lot of referals [...]]]></description>
			<content:encoded><![CDATA[<p>Once of the most visited pages in my site was the <a href="http://tribulaciones.org/docs/postfixsasltls-howto-for-debian-sid-and-sarge/">Postfix+SASL+TLS for Debian Sid and Sarge Howto</a>, who I wrote 3 years ago. As I hosted it in my old home server, when it broke it went offline, and though there are still some copies around the net, there are a lot of referals still directing traffic to <em>tribulaciones.org</em>.</p>
<p>Now I have recovered it and it is now available again. I will write an .htaccess file to redirect people to the new place and, with some more time, I will review it to see if there are some changes needed for Lenny.</p>
<p>Enjoy!</p>
<p><strong>UPDATED 14/01/2009: </strong>I have added promised .htaccess file, so every link to old URL (<a href="http://www.tribulaciones.org/docs/postfix-sasl-tls-howto.html">http://www.tribulaciones.org/docs/postfix-sasl-tls-howto.html</a>) will work again.</p>
]]></content:encoded>
			<wfw:commentRss>http://tribulaciones.org/2009/01/postfixtlssasl-in-debian-howto-recovered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blackerry in Debian</title>
		<link>http://tribulaciones.org/2008/10/blackerry-in-debian/</link>
		<comments>http://tribulaciones.org/2008/10/blackerry-in-debian/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 08:45:19 +0000</pubDate>
		<dc:creator>jsogo</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[barry]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[package]]></category>

		<guid isPermaLink="false">http://tribulaciones.org/?p=40</guid>
		<description><![CDATA[I have uploaded barry package to Debian some hours ago. It is still waiting for NEW processing, so if you want it you will have to download sources from Debian git repo, and compile the package yourself. It has just been accepted into the archive.
Barry is a GPL program that will allow you to charge [...]]]></description>
			<content:encoded><![CDATA[<p>I have uploaded <a href="http://www.netdirect.ca/software/packages/barry/" target="_blank">barry</a> package to Debian some hours ago. <span style="text-decoration: line-through;">It is still waiting for NEW processing, so if you want it you will have to download sources from <a href="http://git.debian.org/?p=users/jsogo/barry.git;a=summary">Debian git repo</a>, and compile the package yourself</span>. It has just been accepted into the archive.</p>
<p>Barry is a GPL program that will allow you to charge your Blackberry through the USB port, to make backup copies of your device databases, manage contacts and use your BB as a modem.</p>
<p>So if you have a BlackBerry device, you can also enjoy it in Debian.</p>
<p><strong>Update 26/10/2008:</strong> Barry has just been accepted into the archive, so you can get it in every Sid repository mirror. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://tribulaciones.org/2008/10/blackerry-in-debian/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Compiz</title>
		<link>http://tribulaciones.org/2008/10/compiz/</link>
		<comments>http://tribulaciones.org/2008/10/compiz/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 21:26:43 +0000</pubDate>
		<dc:creator>jsogo</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[compiz fusion]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://tribulaciones.org/?p=33</guid>
		<description><![CDATA[Today my 5 years old laptop gave me some filesystem problem after running apt-get update, which resulted in some corrupted packages, among them libc6, with the result of my system becoming non-functional. So I needed a recovery CD to be able to mount read-only root partition.
I had around an Ubuntu 8.04 Hardy Heron LTS, so [...]]]></description>
			<content:encoded><![CDATA[<p>Today my 5 years old laptop gave me some filesystem problem after running <em>apt-get update</em>, which resulted in some corrupted packages, among them libc6, with the result of my system becoming non-functional. So I needed a recovery CD to be able to mount read-only root partition.</p>
<p>I had around an <em>Ubuntu 8.04 Hardy Heron LTS</em>, so I used it to run its included LiveCD and recover from there. At the same time I was curious about it, as I hadn&#8217;t had chance to test it before. One of the things that surprised me most was that <a href="http://freedesktop.org/wiki/Software/Compiz" target="_blank">Compiz</a> was enabled by default. After a second thinking that this was going to be a problem, making the system unusable (remember, a 5 years old laptop, and I had checked myself compiz some time ago with a catastrophic result), I started to meve windoes, jump from one virtual desktop to other, and minimiza and maximize windows without a problem. The work that had been made amazed me!</p>
<p>So, some <em>fsck</em> and <em>apt-get</em> commands after, I managed to reboot on my Debian system, and I installed <strong>compiz</strong>. The result: my system goes faster using compiz, with a bunch of effects enabled than running plain <strong>metacity</strong> window manager. I have a also installed some <a href="http://www.compiz-fusion.org/" target="_blank">compiz fusion</a> plugins, and they are running without a glitch and with an incredible speed. Obviously, I have not chosen full quality, but it is enough to show effects in an efficient way.</p>
<p>I have improved my user experience and system speed at the same time&#8230; Once again Linux shows that it can get the best of <em>old hardware</em>. Good work, guys!</p>
]]></content:encoded>
			<wfw:commentRss>http://tribulaciones.org/2008/10/compiz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
