<?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/"
	>

<channel>
	<title>@ramgad.com! &#187; lenny</title>
	<atom:link href="http://www.ramgad.com/tag/lenny/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ramgad.com</link>
	<description>Patience is bitter, but its fruit is sweet. (Aristotle)</description>
	<pubDate>Sat, 03 Jan 2009 06:38:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Migrating from Debian Etch to Lenny</title>
		<link>http://www.ramgad.com/2008/08/03/migrating-from-debian-etch-to-lenny/</link>
		<comments>http://www.ramgad.com/2008/08/03/migrating-from-debian-etch-to-lenny/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 09:32:16 +0000</pubDate>
		<dc:creator>Jeannot Muller</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[operating systems]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[etch]]></category>

		<category><![CDATA[lenny]]></category>

		<category><![CDATA[migration]]></category>

		<guid isPermaLink="false">http://www.ramgad.com/?p=61</guid>
		<description><![CDATA[Lenny will be the next stable release after Debian Etch. It has today still the status unstable, but worked for me without any issues in a virtual machine on my mac. Hence, I decided today to move my servers on Lenny. Upgrade on a 1&#38;1 AMD Rootserver is quite easy.
Juste replace in your /etc/apt/sources.list all [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>Lenny will be the next stable release after Debian Etch. It has today still the status unstable, but worked for me without any issues in a virtual machine on my mac. Hence, I decided today to move my servers on Lenny. Upgrade on a 1&amp;1 AMD Rootserver is quite easy.</p>
<p>Juste replace in your /etc/apt/sources.list all &#8216;etch&#8217; statements with &#8216;lenny&#8217;.</p>
<p>then type the following:</p>
<pre class="syntax-highlight:bash">
aptitude update
aptitude dist-upgrade
aptitude upgrade
aptitude update
aptitude upgrade</pre>
<p>Upgrade worked for my without any major issues within a couple of minutes. However mySQL will not start properly and Apache2 will reset your may-be redirect commands (e.g. AllowOverride All to AllowOverride None in apache2.conf or httpd.conf). Please correct the Apache2 conf files and restart your server with /etc/init.d/apache2 restart.</p>
<p>As for the mySQL Error, the error message is self-explaining:</p>
<pre class="syntax-highlight:bash">
/etc/init.d/mysql:ERROR: Using expire_logs_days without log_bin crashes
</pre>
<p>Just go to your /etc/myqsl/my.conf file. The parameter &#8216;expire_logs_days&#8217; requires now the &#8216;log_bin&#8217; parameter be turned on. Open the file and turn &#8216;log_bin&#8217; on (e.g, removing the &#8216;#&#8217; character infront of it).</p>
<p>Afterwards you only need to restart your mysql server with /etc/initd./mysql restart, and you whole rootserver should now run smoothly on Debian Lenny.</p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://www.ramgad.com/2008/08/03/migrating-from-debian-etch-to-lenny/')" href="http://www.sphere.com/search?q=sphereit:http://www.ramgad.com/2008/08/03/migrating-from-debian-etch-to-lenny/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.ramgad.com/2008/08/03/migrating-from-debian-etch-to-lenny/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
