<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Ubuntu Europe</title>
	<link>http://www.ubuntu-eu.org</link>
	<description>Servers news, common projects, and more.</description>
	<pubDate>Sun, 20 Jun 2010 16:35:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Current ubuntuusers.de and doc.ubuntu-fr.org downtime.</title>
		<link>http://www.ubuntu-eu.org/?p=19</link>
		<comments>http://www.ubuntu-eu.org/?p=19#comments</comments>
		<pubDate>Wed, 17 Sep 2008 15:02:08 +0000</pubDate>
		<dc:creator>apollo13</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ubuntu-eu.org/?p=19</guid>
		<description><![CDATA[Due to problems two servers are currently moved into another rack. I can ensure you, we are as eager as you to get them back online.
Sorry for the inconvenience!
]]></description>
			<content:encoded><![CDATA[<p>Due to problems two servers are currently moved into another rack. I can ensure you, we are as eager as you to get them back online.</p>
<p>Sorry for the inconvenience!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-eu.org/?feed=rss2&amp;p=19</wfw:commentRss>
		</item>
		<item>
		<title>Issues for the last week/weeks - explanation</title>
		<link>http://www.ubuntu-eu.org/?p=18</link>
		<comments>http://www.ubuntu-eu.org/?p=18#comments</comments>
		<pubDate>Fri, 29 Aug 2008 21:21:29 +0000</pubDate>
		<dc:creator>yann</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ubuntu-eu.org/?p=18</guid>
		<description><![CDATA[A lot of discussion has been going on about why the servers have been so slow recently. It is actually fairly complex so let me explain.
We used to have one server for Apache, with one server for Mysql (replicated for backups). We started a move last october to a load balanced architecture for greater scalability, [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of discussion has been going on about why the servers have been so slow recently. It is actually fairly complex so let me explain.</p>
<p>We used to have one server for Apache, with one server for Mysql (replicated for backups). We started a move last october to a load balanced architecture for greater scalability, 2 apaches, one NAS (Netapp provided by <a href="http://www.noris.net">Noris.net</a>, our main provider, that also hosts all our servers), and one replicated MySQL. The french locoteam was the first to move to that new platform, the other ones staying on the old apache server.</p>
<p>At the beginning of summer we got kicked out of the NAS because of a too heavy usage. We managed to get a new server, Nun, in urgency, which we sent from France to Nuremberg. Nun is a dual xeon 3Ghz, 4GB RAM, 5&#215;70GB SCSI 10k - a reasonable server for NFS. Sadly the performance appeared to be very bad, which resulted in a very slow response time. This even got to a catastrophic state once we tried to move our wiki to the NFS; Dokuwiki was actually the problem here. So we left dokuwiki running on one server only (without using the NAS) while we were investigating; we started to find and report <a href="http://www.freelists.org/archives/dokuwiki/05-2008/msg00017.html">some issues</a>. Further improvements to dokuwiki&#8217;s code have been made since then.</p>
<p>Even without the wiki the performance on our NFS still were a lot worse than expected - and it wouldn&#8217;t support other locoteams moving to it. After a long investigation by smurf, it appeared that there was a bug in Hardy&#8217;s kernel, which was flooding the raid card (bug reported <a href="http://bugzilla.kernel.org/show_bug.cgi?id=11120">here</a>). We then moved the ubuntu-de loco website to only one of the new Apache server (the ubuntu-de old portal wasn&#8217;t made to be load balanced) - and used the old apache server as NFS server instead. Asa is a dual xeon 3Ghz, 4GB ram, 3&#215;70GB SCSI 10k disks - quite comparable to nun - though it was running Dapper and not Hardy. And we found the performance to be nearly ten times better. So Nun wasn&#8217;t used anymore, and we were running NFS on the previous apache server that was actually still serving some smaller locos.</p>
<p>At this time we also had some big issues with our load balancer - we are using HaProxy. For some reason, some files were systematically returned with a 504 error - although they were served fine when accessing directly the backend server (without going through the reverse proxy).  It took us a long, very long time to spot this issue. It appeared to be a bug in HaProxy; when one specific option turned on, it was incorrectly parsing the headers of the files and failed to pass it back. The issue has been reported and will hopefully be corrected later, for the time being we disabled that option. The bug was also present in <a href="https://bugs.launchpad.net/ubuntu/+source/wget/+bug/256819">wget</a>.</p>
<p>A couple of weeks ago Ubuntu-de changed completely their portal system, to a home-made one. This involved several issues. The move to a database-based wiki added load to an already loaded SQL server. The portal was also using mod_wsgi which apparently was having big issues, apache processes kept forking, number of workers was reaching limits without any apparent reason, resulting in a massive slowdown for web requests.</p>
<p>One of the biggest bottlenecks was still the SQL though - so we bought <a href="http://cgi.ebay.de/2x1-GB-Original-Hyundai-SD-RAMs-PC133-ECC-REG-Garantie_W0QQitemZ270264907337QQihZ017QQcategoryZ1480QQssPageNameZWDVWQQrdZ1QQcmdZViewItem">2&#215;1GB memory</a> on ebay, using the data from &#8220;lshw&#8221; to chose the correct ones. Took three days to arrive, sadly, they weren&#8217;t the good ones :/ We may still use them on some other server, though. The SQL was also running a software raid5, which wasn&#8217;t optimal -&gt; we wanted to switch to raid1. Following that failed memory upgrade + raid change, the server started acting weirdly; things that should have worked, just didn&#8217;t. Even after a full reinstall it kept acting weirdly. Smurf reported it was faulty, and moved the SQL to the NFS server - which was already doing NFS, and apache for a couple of smaller websites - and also had slower disks.</p>
<p>So the SQL has been terribly slow for the last week or so. This morning, smurf bought another 2GB RAM on ebay, the correct one this time. He set it up late this afternoon, and reinstalled the server with Hardy. It is apparently working fine, we hope to get the SQL completely back tomorrow.</p>
<p>At the same time we have made huge improvements to the SQL configuration and to some of the requests. We noticed a missing key in one of punbb&#8217;s tables, removed completely any reference to punbb&#8217;s search (which was a *huge* bottleneck, and was locking some tables for a long time, resulting in a &#8220;frozen&#8221; forum). The configuration has been improved a lot as well.</p>
<p>At the same time the german locoteam has been looking at why their portal was making Apache run so many workers. They eventually found an issue which may have been causing it and corrected it, so this issue should be solved as well.</p>
<p>For the curious, <a href="http://waste.mandragor.org/ubuntueu/ueu200808.png">this</a> is the platform we will then be using.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-eu.org/?feed=rss2&amp;p=18</wfw:commentRss>
		</item>
		<item>
		<title>Redirection from ubuntuusers.de?</title>
		<link>http://www.ubuntu-eu.org/?p=17</link>
		<comments>http://www.ubuntu-eu.org/?p=17#comments</comments>
		<pubDate>Wed, 27 Aug 2008 11:15:56 +0000</pubDate>
		<dc:creator>netzmeister</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://www.ubuntu-eu.org/?p=17</guid>
		<description><![CDATA[Hello,
Due to a faulty configuration the website &#8220;ubuntuusers.de&#8221; redirects to this page. Please delete your browser cache and try it again.
Hallo,
Aufgrund einer Fehlkonfiguration leitet &#8220;ubuntuusers.de&#8221; auf diese Seite. Bitte lösche den Cache deines Browsers und versuche es noch einmal.
]]></description>
			<content:encoded><![CDATA[<p><strong>Hello,<br />
</strong>Due to a faulty configuration the website &#8220;ubuntuusers.de&#8221; redirects to this page. Please delete your browser cache and <a href="http://ubuntuusers.de">try it again</a>.</p>
<p><strong>Hallo,<br />
</strong>Aufgrund einer Fehlkonfiguration leitet &#8220;ubuntuusers.de&#8221; auf diese Seite. Bitte lösche den Cache deines Browsers und <a href="http://ubuntuusers.de">versuche es noch einmal</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-eu.org/?feed=rss2&amp;p=17</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu-ru up again !</title>
		<link>http://www.ubuntu-eu.org/?p=16</link>
		<comments>http://www.ubuntu-eu.org/?p=16#comments</comments>
		<pubDate>Sun, 28 Oct 2007 16:14:16 +0000</pubDate>
		<dc:creator>herve</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://www.ubuntu-eu.org/?p=16</guid>
		<description><![CDATA[Hi,
It&#8217;s been a couple of weeks of hard work for the people at Ubuntu-ru, but they finally made it : Ubuntu-ru is up again !
Check out their forum !

]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>It&#8217;s been a couple of weeks of hard work for the people at Ubuntu-ru, but they finally made it : Ubuntu-ru is up again !</p>
<p>Check out their <a href="http://forum.ubuntu.ru" title="The forum">forum !<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-eu.org/?feed=rss2&amp;p=16</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu-ru shut down due to security problems.</title>
		<link>http://www.ubuntu-eu.org/?p=15</link>
		<comments>http://www.ubuntu-eu.org/?p=15#comments</comments>
		<pubDate>Mon, 08 Oct 2007 14:58:29 +0000</pubDate>
		<dc:creator>yann</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ubuntu-eu.org/?p=15</guid>
		<description><![CDATA[Ubuntu-ru.org has just been shut down following suspicious activity with their account. The case is being investigated.
]]></description>
			<content:encoded><![CDATA[<p>Ubuntu-ru.org has just been shut down following suspicious activity with their account. The case is being investigated.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-eu.org/?feed=rss2&amp;p=15</wfw:commentRss>
		</item>
		<item>
		<title>[update] Server move &#8230;</title>
		<link>http://www.ubuntu-eu.org/?p=14</link>
		<comments>http://www.ubuntu-eu.org/?p=14#comments</comments>
		<pubDate>Fri, 15 Jun 2007 06:58:45 +0000</pubDate>
		<dc:creator>lux</dc:creator>
		
		<category><![CDATA[Community]]></category>

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

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

		<guid isPermaLink="false">http://www.ubuntu-eu.org/?p=14</guid>
		<description><![CDATA[Our servers will move from Paris (France) to Nuremberg (Germany) next monday and tuesday.
The start of the downtime is monday evening or tuesday morning, depending on the data centre in Paris.
If you have any questions concerning this move please do not hesitate to ask us.
[Update 2007-06-15-08:30 UTC]
We should be back up on 2007-06-19, 16:00h UTC. [...]]]></description>
			<content:encoded><![CDATA[<p>Our servers will move from Paris (France) to Nuremberg (Germany) next monday and tuesday.</p>
<p>The start of the downtime is monday evening or tuesday morning, depending on the data centre in Paris.</p>
<p>If you have any questions concerning this move please do not hesitate to ask us.</p>
<p><strong>[Update 2007-06-15-08:30 UTC]</strong></p>
<p>We should be back up on 2007-06-19, 16:00h UTC. Hopefully.</p>
<p>That means for our hosted communities:</p>
<p><strong>Portugal:</strong> 17:00 local time (Lisbon, UTC +01:00)<br />
<strong>Norway:</strong> 18:00 local time (Oslo, UTC +02:00)<br />
<strong>France:</strong> 18:00 local time (Paris, UTC +02:00)<br />
<strong>Germany:</strong> 18:00 local time (Berlin, UTC +02:00)<br />
<strong>Iran:</strong> 19:30 local time (Teheran, UTC +03:30)<br />
<strong>Russia:</strong> 20:00 local time (Moscow, UTC +04:00)</p>
<p><strong>[Update 2007-06-18-14:47 UTC]</strong></p>
<p>We will get the servers at tuesday morning from the datacenter. So everything will be in place this evening.</p>
<p><strong>[Update 2007-06-19-04:30 UTC]</strong></p>
<p>Servers are down. Wish Matthias Godspeed for the journey back to Nuremberg.</p>
<p><strong>[Update 2007-06-19-16:00 UTC]</strong></p>
<p>Except Norway, we are back online.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-eu.org/?feed=rss2&amp;p=14</wfw:commentRss>
		</item>
		<item>
		<title>[update] eshu.ubuntu-eu.org blacklisted for 1&#038;1</title>
		<link>http://www.ubuntu-eu.org/?p=13</link>
		<comments>http://www.ubuntu-eu.org/?p=13#comments</comments>
		<pubDate>Wed, 30 May 2007 04:54:07 +0000</pubDate>
		<dc:creator>lux</dc:creator>
		
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">http://www.ubuntu-eu.org/?p=13</guid>
		<description><![CDATA[24.05.2007:
Unfortunately, the provider 1&#38;1 took eshu.ubuntu-eu.org on his blacklist.
As a result of this, people who have their mail address at this provider will not get any mails until this problem is solved.
We are trying hard to solve this problem as soon es possible.
Update 30.05.2005 
All issues are solved, we are not on any blacklist by [...]]]></description>
			<content:encoded><![CDATA[<p><strong>24.05.2007:</strong></p>
<p>Unfortunately, the provider 1&amp;1 took eshu.ubuntu-eu.org on his blacklist.</p>
<p>As a result of this, people who have their mail address at this provider will not get any mails until this problem is solved.</p>
<p>We are trying hard to solve this problem as soon es possible.</p>
<p><strong>Update 30.05.2005 </strong></p>
<p>All issues are solved, we are not on any blacklist by now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-eu.org/?feed=rss2&amp;p=13</wfw:commentRss>
		</item>
		<item>
		<title>New SQL server coming soon</title>
		<link>http://www.ubuntu-eu.org/?p=12</link>
		<comments>http://www.ubuntu-eu.org/?p=12#comments</comments>
		<pubDate>Wed, 04 Apr 2007 17:52:17 +0000</pubDate>
		<dc:creator>yann</dc:creator>
		
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">http://www.ubuntu-eu.org/?p=12</guid>
		<description><![CDATA[
 Hello everybody, both our SQL servers (mawu and lisa) are slowly but surely running out of memory, resulting in heavy disk usage&#8230; and bad performance.
 We just ordered that server (upgraded to 4GB RAM) to replace both of them. A big thanks to Zinobrettarsis for making us a special and really fair price.
It ought [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://myworld.ebay.de/zinobrettarsis/" title="Zinobrettarsis" style="border: 0pt none "><img src="http://www.zinobrettarsis.de/ebay/Icons/Zino_logo.gif" title="Zinobrettarsis" alt="Zinobrettarsis" style="border: medium none ; float: right" height="78" width="209" /></a></p>
<p align="left"> Hello everybody, both our SQL servers (mawu and lisa) are slowly but surely running out of memory, resulting in heavy disk usage&#8230; and bad performance.</p>
<p align="left"> We just ordered <a href="http://cgi.ebay.de/FSC-Primergy-RX200-2x-2-80GHz-XE-DUAL-2GB-108GB-RAID_W0QQitemZ160100234728QQcategoryZ79502QQrdZ1QQcmdZViewItem" title="Our new SQL server">that server</a> (upgraded to 4GB RAM) to replace both of them. A big thanks to <a href="http://myworld.ebay.de/zinobrettarsis/" title="Zinobrettarsis">Zinobrettarsis</a> for making us a special and really fair price.</p>
<p align="left">It ought to be enough for a long time <img src='http://www.ubuntu-eu.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p align="left">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-eu.org/?feed=rss2&amp;p=12</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to Ubuntu-ru</title>
		<link>http://www.ubuntu-eu.org/?p=11</link>
		<comments>http://www.ubuntu-eu.org/?p=11#comments</comments>
		<pubDate>Mon, 19 Mar 2007 16:34:03 +0000</pubDate>
		<dc:creator>yann</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ubuntu-eu.org/?p=11</guid>
		<description><![CDATA[We are happy to announce that ubuntu-ru.org joined us on our servers 
]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce that <a href="http://www.ubuntu-ru.org" title="Ubuntu russia">ubuntu-ru.org</a> joined us on our servers <img src='http://www.ubuntu-eu.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-eu.org/?feed=rss2&amp;p=11</wfw:commentRss>
		</item>
		<item>
		<title>Server reboot in the early morning hours of March, 5th</title>
		<link>http://www.ubuntu-eu.org/?p=10</link>
		<comments>http://www.ubuntu-eu.org/?p=10#comments</comments>
		<pubDate>Fri, 02 Mar 2007 13:40:33 +0000</pubDate>
		<dc:creator>yann</dc:creator>
		
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">http://www.ubuntu-eu.org/?p=10</guid>
		<description><![CDATA[Due to important kernel updates we have to reboot the servers at 4:00 GMT.
Expected downtime: 5 minutes.
]]></description>
			<content:encoded><![CDATA[<p>Due to important kernel updates we have to reboot the servers at 4:00 GMT.</p>
<p>Expected downtime: 5 minutes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-eu.org/?feed=rss2&amp;p=10</wfw:commentRss>
		</item>
	</channel>
</rss>
