<?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; etch</title>
	<atom:link href="http://www.ramgad.com/tag/etch/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>
		<item>
		<title>php eAccelerator on Debian Etch/Lenny</title>
		<link>http://www.ramgad.com/2008/05/25/php-eaccelerator-on-debian-etch/</link>
		<comments>http://www.ramgad.com/2008/05/25/php-eaccelerator-on-debian-etch/#comments</comments>
		<pubDate>Sat, 24 May 2008 23:00:50 +0000</pubDate>
		<dc:creator>Jeannot Muller</dc:creator>
		
		<category><![CDATA[linux]]></category>

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

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

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

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

		<guid isPermaLink="false">http://www.ramgad.com/?p=117</guid>
		<description><![CDATA[eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p><a href="http://eaccelerator.net">eAccelerator</a> is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times. </p>
<p>You can find on <a href="http://andrew.mcmillan.net.nz/">Andrew&#8217;s</a> side pages the <a href="http://andrew.mcmillan.net.nz/node/70">php eaccelerator package for Debian Etch</a>. Following <a href="http://debian.mcmillan.net.nz/debian/dists/etch/awm/binary-amd64/">this link</a> brings you to his repository.</p>
<p>add <strong>deb http://debian.mcmillan.net.nz/debian etch awm<br />
</strong>to your bin section of /etc/apt/sources.list</p>
<p>The following commands are needed to add Andrew&#8217;s key to your aptitude:</p>
<pre class="syntax-highlight:sh">Debian:~# gpg --keyserver subkeys.pgp.net --recv-keys 0x8f068012;
Debian:~# gpg --export --armor 0x8f068012 | apt-key add -
Debian:~# aptitude update
Debian:~# aptitude install php5-eaccelerator</pre>
<p>You have to edit your /etc/php5/apache2/php.ini and add the following lines at the end:</p>
<pre class="syntax-highlight:sh">[eAccelerator]
extension=&quot;eaccelerator.so&quot;
eaccelerator.shm_size=&quot;32&quot;
eaccelerator.cache_dir=&quot;/tmp&quot;
eaccelerator.enable=&quot;1&quot;
eaccelerator.optimizer=&quot;1&quot;
eaccelerator.check_mtime=&quot;1&quot;
eaccelerator.debug=&quot;0&quot;
eaccelerator.filter=&quot;&quot;
eaccelerator.shm_max=&quot;0&quot;
eaccelerator.shm_ttl=&quot;0&quot;
eaccelerator.shm_prune_period=&quot;0&quot;
eaccelerator.shm_only=&quot;0&quot;
eaccelerator.compress=&quot;1&quot;
eaccelerator.compress_level=&quot;9&quot;</pre>
<p>Finally just restart your Apache2 server for the changes to take effect. </p>
<pre class="syntax-highlight:sh">Debian:~# /etc/init.d/apache2/ force-reload</pre>
<!-- 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/05/25/php-eaccelerator-on-debian-etch/')" href="http://www.sphere.com/search?q=sphereit:http://www.ramgad.com/2008/05/25/php-eaccelerator-on-debian-etch/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.ramgad.com/2008/05/25/php-eaccelerator-on-debian-etch/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rootserver upgrade to Debian Etch</title>
		<link>http://www.ramgad.com/2008/05/02/rootserver-upgrade-to-debian-etch/</link>
		<comments>http://www.ramgad.com/2008/05/02/rootserver-upgrade-to-debian-etch/#comments</comments>
		<pubDate>Fri, 02 May 2008 21:42:13 +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[rootserver]]></category>

		<guid isPermaLink="false">http://www.ramgad.com/?p=142</guid>
		<description><![CDATA[As of February 2008 1&#038;1 has still only Debian Sarge (3.1) in their standard portfolio for initial installation.
But the move to Debian Etch (4.0) is quite easy. Find below the major steps:
First you need to make a complete installation of the old Debian Sarge stable 3.1 system 64-bit via your 1&#038;1 ControlCenter link.
After first login [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>As of February 2008 1&#038;1 has still only Debian Sarge (3.1) in their standard portfolio for initial installation.<br />
But the move to Debian Etch (4.0) is quite easy. Find below the major steps:<br />
First you need to make a complete installation of the old Debian Sarge stable 3.1 system 64-bit via your 1&#038;1 ControlCenter link.<br />
After first login you can check your Kernel-Version with the following command:</p>
<blockquote><p>:/# uname -mrs<br />
Output: Linux 2.6.20.21-071108a x86_64</p></blockquote>
<p>Check the installed Debian Version as follows:</p>
<blockquote><p>:/# cat /etc/debian_version</ br><br />
Output: 3.1</p></blockquote>
<p>Updating from Sarge (3.1) to Etch (4.0) - I prefer aptitude nowadays to ‘apt-get’, but apt will work as well.</p>
<blockquote><p>:/# aptitude update:<br />
:/# aptitude dist-upgrade<br />
:/# vi /etc/apt/sources.list</p></blockquote>
<p>Insert the following:</p>
<blockquote><p>
deb http://ftp.de.debian.org/debian/ etch main<br />
deb-src http://ftp.de.debian.org/debian/ etch main<br />
deb http://security.debian.org/ etch/updates main</p></blockquote>
<p>Then type the following commands into your terminal</p>
<blockquote><p>:/# aptitude update<br />
:/# aptitude dist-upgrade<br />
:/# shutdown -r now</p></blockquote>
<p>After successfully reboot you should configure the timezone and continue to install all the stuff you want to have on your brand new Debian Etch 64-bit Server.</p>
<blockquote><p>:/# tzconfig<br />
:/# aptitude install php5 apache2 mysql-server</p></blockquote>
<!-- 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/05/02/rootserver-upgrade-to-debian-etch/')" href="http://www.sphere.com/search?q=sphereit:http://www.ramgad.com/2008/05/02/rootserver-upgrade-to-debian-etch/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.ramgad.com/2008/05/02/rootserver-upgrade-to-debian-etch/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
