<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.5" -->
<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>Brett Sheffield . com</title>
	<link>http://www.brettsheffield.com</link>
	<description>Open Source for Business Blog</description>
	<pubDate>Sun, 15 Aug 2010 14:01:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>
	<language>en</language>
			<item>
		<title>Spam and Backscatter Talk at Techmeetup Edinburgh</title>
		<link>http://www.brettsheffield.com/email/spam-and-backscatter-talk-at-techmeetup-edinburgh/</link>
		<comments>http://www.brettsheffield.com/email/spam-and-backscatter-talk-at-techmeetup-edinburgh/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 14:01:15 +0000</pubDate>
		<dc:creator>brett</dc:creator>
		
		<category>email</category>

		<category>spam</category>

		<category>Georbl</category>

		<guid isPermaLink="false">http://www.brettsheffield.com/email/spam-and-backscatter-talk-at-techmeetup-edinburgh/</guid>
		<description><![CDATA[On Wednesday I was in Edinburgh to present a talk on spam, backscatter and why traditional backup MXs aren&#8217;t a good idea.
Thanks to Techmeetup for inviting me to speak.  The video is now online at vimeo.com.

]]></description>
			<content:encoded><![CDATA[<p>On Wednesday I was in Edinburgh to present a talk on spam, backscatter and why traditional backup MXs aren&#8217;t a good idea.</p>
<p>Thanks to Techmeetup for inviting me to speak.  The video is now online at <a href="http://vimeo.com/14138493">vimeo.com</a>.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettsheffield.com/email/spam-and-backscatter-talk-at-techmeetup-edinburgh/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SMTP timeout while connected to &#60;x&#62; after sending data block</title>
		<link>http://www.brettsheffield.com/uncategorized/smtp-timeout-while-connected-to-x-after-sending-data-block/</link>
		<comments>http://www.brettsheffield.com/uncategorized/smtp-timeout-while-connected-to-x-after-sending-data-block/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 10:49:06 +0000</pubDate>
		<dc:creator>brett</dc:creator>
		
		<category>uncategorized</category>

		<guid isPermaLink="false">http://www.brettsheffield.com/uncategorized/smtp-timeout-while-connected-to-x-after-sending-data-block/</guid>
		<description><![CDATA[This is a problem that had been annoying me for a while.
On our outgoing SMTP servers, exim was queuing up messages and failing to deliver them with no clear reason why.  It would get partway through the data phase and then the connection would drop.  Size did not appear to be a factor.
Eg.

Connection [...]]]></description>
			<content:encoded><![CDATA[<p>This is a problem that had been annoying me for a while.</p>
<p>On our outgoing SMTP servers, exim was queuing up messages and failing to deliver them with no clear reason why.  It would get partway through the data phase and then the connection would drop.  Size did not appear to be a factor.</p>
<p>Eg.</p>
<pre><code>
Connection timed out: SMTP timeout while connected to
smtpin.blueyonder.virginmedia.com [62.254.123.242] after sending data
block (98268 bytes written)
</code></pre>
<p>The problem is also described here:</p>
<blockquote><p><a href="http://www.mail-archive.com/exim-users@exim.org/msg29283.html">http://www.mail-archive.com/exim-users@exim.org/msg29283.html</a></p></blockquote>
<p>Initially I was thrown off the scent, as this *only* affected my newer outgoing smtp servers that use standard debs.  The affected servers were in different datacenters, with no obvious common link. My old hand rolled servers were unaffected.  My temporary hack was to attempt direct delivery, and if it failed, pass it to my old (t)rusty hand-rolled servers for delivery.  This worked.  For months.</p>
<p>Until the other day.  Nagios alerted me that we had some messages queued.</p>
<p>When I retired an old Xen dom0 I picked up one of the unaffected smtp servers and migrated it to a new Xen host.  Suddenly it started exhibiting the same problem.  The Xen dom0 was 3.3 instead of 3.0, networking had changed from bridged to routed, and I&#8217;d installed grub and a kernel to boot it under pygrub.  Nothing else had changed.</p>
<p>A friend suggested it must be network related.  I figured he was probably right, as that was the main thing that had changed, but what?  So I googled: <strong>xen networking problems exim sending email</strong> and found my own blog entry on tx checksumming!</p>
<pre><code>
  ethtool -K eth0 tx off
</code></pre>
<p>Problem solved.</p>
<p>It seems these servers were created before that became part of our standard build, and it had just never caused a problem on the old hardware/network setup.  Argh.</p>
<p>I think it&#8217;s about time I wrote my post on Monitoring Driven Infrastructure to explain why this *should* never happen.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettsheffield.com/uncategorized/smtp-timeout-while-connected-to-x-after-sending-data-block/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Xen Network Performance Problem - TX Checksumming</title>
		<link>http://www.brettsheffield.com/xen/xen-network-performance-problem-tx-checksumming/</link>
		<comments>http://www.brettsheffield.com/xen/xen-network-performance-problem-tx-checksumming/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 12:48:38 +0000</pubDate>
		<dc:creator>brett</dc:creator>
		
		<category>Xen</category>

		<category>virtualisation</category>

		<category>networking</category>

		<guid isPermaLink="false">http://www.brettsheffield.com/xen/xen-network-performance-problem-tx-checksumming/</guid>
		<description><![CDATA[I was stung by this again today.  Two virtual servers on the same hardware trying to communicate with each other.  One running apache2 &#038; php, and the other a MySQL database server.  This happened just after a server reboot.
CPU, disk I/O and memory usage were all minimal on both servers and on [...]]]></description>
			<content:encoded><![CDATA[<p>I was stung by this again today.  Two virtual servers on the same hardware trying to communicate with each other.  One running apache2 &#038; php, and the other a MySQL database server.  This happened just after a server reboot.</p>
<p>CPU, disk I/O and memory usage were all minimal on both servers and on the host, and yet the LAMP application was performing like a dog with one leg.</p>
<p>Fortunately I&#8217;ve seen this before, and (after banging my head on my keyboard a few times) I recognised the problem.  Xen networking.</p>
<p>Basically, when the operating system sends a packet through the network, it computes a checksum of the data so the recipient can tell if it arrived intact.  On a physical machine, the operating system offloads this operation to the network card as its chipset can handle it.  However, in a virtual machine, there is no physical card to hand the checksumming off to - the network card is just an abstraction in software, and so this is terribly inefficient.</p>
<p>This problem only affects two virtual machines on the same hardware talking over the virtual network.  [correction: Actually, it affects all network traffic, it&#8217;s just more noticeable between two adjacent VMs] So, not usually a problem, but when the application server needs to talk to it&#8217;s database server and they both happened to be on the same hardware it makes a huge performance difference.</p>
<p>To fix, use ethtool.  First, check the settings (do this on each domU):</p>
<blockquote><p>
<code><br />
# ethtool -k eth0<br />
Offload parameters for eth0:<br />
Cannot get device rx csum settings: Operation not supported<br />
Cannot get device udp large send offload settings: Operation not supported<br />
rx-checksumming: off<br />
tx-checksumming: on<br />
scatter-gather: on<br />
tcp segmentation offload: off<br />
udp fragmentation offload: off<br />
generic segmentation offload: off<br />
</code>
</p></blockquote>
<p>TX checksumming is on.  Turn it off:</p>
<blockquote><p><code>ethtool -K eth0 tx off</code></p></blockquote>
<p>And verify the result:</p>
<blockquote><p>
<code><br />
# ethtool -k eth0<br />
Offload parameters for eth0:<br />
Cannot get device rx csum settings: Operation not supported<br />
Cannot get device udp large send offload settings: Operation not supported<br />
rx-checksumming: off<br />
tx-checksumming: off<br />
scatter-gather: off<br />
tcp segmentation offload: off<br />
udp fragmentation offload: off<br />
generic segmentation offload: off<br />
</code>
</p></blockquote>
<p>I figured this out before, and fixed it, but when I rebooted the server the change was lost.  I&#8217;ve now fixed it permanently in /etc/rc.local (you could also do this in a post-up network script, although rc.local will run after networking is up anyway).</p>
<p>I&#8217;ve already put this into the configuration management system (we&#8217;re using <a href="http://reductivelabs.com/products/puppet/">puppet</a> - I&#8217;ll make that the topic of another post), but these are some old VMs that are not yet automated.</p>
<p>So - fixed.  And the servers are humming along even better than before now after a hardware upgrade.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettsheffield.com/xen/xen-network-performance-problem-tx-checksumming/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Social Innovation Camp Video</title>
		<link>http://www.brettsheffield.com/gladserv/social-innovation-camp-video/</link>
		<comments>http://www.brettsheffield.com/gladserv/social-innovation-camp-video/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 09:12:52 +0000</pubDate>
		<dc:creator>brett</dc:creator>
		
		<category>Gladserv</category>

		<category>news</category>

		<guid isPermaLink="false">http://www.brettsheffield.com/gladserv/social-innovation-camp-video/</guid>
		<description><![CDATA[One of the more interesting things I was involved in over the summer was Social Innovation Camp.  In addition to donating a year&#8217;s hosting to the winners (MyPolice), Gladserv provided infrastructure support through the weekend.  It was barely controlled chaos, but great fun.  Esther &#038; I were running about, tunneling people out [...]]]></description>
			<content:encoded><![CDATA[<p>One of the more interesting things I was involved in over the summer was <a href="http://scotland.sicamp.org/">Social Innovation Camp</a>.  In addition to donating a year&#8217;s hosting to the winners (<a href="http://mypolice.org/">MyPolice</a>), Gladserv provided <a href="http://www.gladserv.com/">infrastructure support</a> through the weekend.  It was barely controlled chaos, but great fun.  Esther &#038; I were running about, tunneling people out of the university network, registering domains and creating virtual servers.</p>
<p>One of the projects we became more involved in was <a href="http://fixthebuses.com/">FixTheBuses</a>.  They needed an SMS message interface to be able to send and receive text messages from people at bus-stops.  We managed to get that going (thanks to Anand Kumria for help here), and the rest of the team put together a system that actually works.</p>
<p>I&#8217;m really pleased to be able to support a venture like SICamp, and I hope we can be involved again.</p>
<p>A short video of the weekend is now <a href="http://www.youtube.com/watch?v=V8WjUtc-8AA">online</a>.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettsheffield.com/gladserv/social-innovation-camp-video/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Scottish Open Source Awards 2009 - Open for Nominations</title>
		<link>http://www.brettsheffield.com/open-source/scottish-open-source-awards-2009-open-for-nominations/</link>
		<comments>http://www.brettsheffield.com/open-source/scottish-open-source-awards-2009-open-for-nominations/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 10:00:46 +0000</pubDate>
		<dc:creator>brett</dc:creator>
		
		<category>open source software</category>

		<category>OSS for Business</category>

		<category>news</category>

		<guid isPermaLink="false">http://www.brettsheffield.com/uncategorized/scottish-open-source-awards-2009-open-for-nominations/</guid>
		<description><![CDATA[The new Scottish Open Source Awards website is being launched at tonight&#8217;s Techmeetup in Edinburgh.  Organised by Greg Soper of Sales Agility, Scotland&#8217;s CRM Experts, the Awards are now well established with 2009 marking their third year.
My hosting company, Gladserv, was shortlisted in 2008 with the award for Open Source Excellence going to Edinburgh&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>The new <a href="http://www.opensourceawards.co.uk/">Scottish Open Source Awards</a> website is being launched at tonight&#8217;s <a href="http://techmeetup.co.uk/">Techmeetup</a> in Edinburgh.  Organised by Greg Soper of Sales Agility, <a href="http://www.salesagility.com/">Scotland&#8217;s CRM Experts</a>, the Awards are now well established with 2009 marking their third year.</p>
<p>My <a href="http://www.gladserv.com/">hosting</a> company, Gladserv, was shortlisted in 2008 with the award for Open Source Excellence going to Edinburgh&#8217;s <a href="http://opensource.wolfsonmicro.com/">Wolfson Microelectronics</a> for their contributions to the Linux kernel.</p>
<p>This year I&#8217;ve been invited to join the judging panel, and I look forward to seeing some quality submissions for this year&#8217;s Awards.</p>
<p>If you know any companies in Scotland who have made remarkable contributions to F/L/OSS, please <a href="http://www.opensourceawards.co.uk/index.php?option=com_jforms&#038;view=form&#038;id=1&#038;Itemid=112">nominate</a> them for an award.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettsheffield.com/open-source/scottish-open-source-awards-2009-open-for-nominations/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Book: Building a Monitoring Infrastructure With Nagios</title>
		<link>http://www.brettsheffield.com/open-source/book-building-a-monitoring-infrastructure-with-nagios/</link>
		<comments>http://www.brettsheffield.com/open-source/book-building-a-monitoring-infrastructure-with-nagios/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 18:15:43 +0000</pubDate>
		<dc:creator>brett</dc:creator>
		
		<category>open source software</category>

		<category>Nagios</category>

		<guid isPermaLink="false">http://www.brettsheffield.com/uncategorized/book-building-a-monitoring-infrastructure-with-nagios/</guid>
		<description><![CDATA[I was asked today if there were any books on Nagios monitoring.  There are a few technical books out there, and they&#8217;re usually out of date.  The book I&#8217;ve found most useful to date was &#8220;Building a Monitoring Infrastructure with Nagios&#8221; by David Josephsen.  It explains far more about the what and [...]]]></description>
			<content:encoded><![CDATA[<p>I was asked today if there were any books on Nagios monitoring.  There are a few technical books out there, and they&#8217;re usually out of date.  The book I&#8217;ve found most useful to date was &#8220;Building a Monitoring Infrastructure with Nagios&#8221; by David Josephsen.  It explains far more about the what and the why, rather than the how.  Nagios has an excellent online manual, and I&#8217;ve found very few technical books that add much to that.  This book, however, is worth a read:</p>
<p><iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=httpwwwgladse-21&#038;o=2&#038;p=8&#038;l=as1&#038;asins=0132236931&#038;fc1=000000&#038;IS2=1&#038;lt1=_blank&#038;m=amazon&#038;lc1=0000FF&#038;bc1=000000&#038;bg1=FFFFFF&#038;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettsheffield.com/open-source/book-building-a-monitoring-infrastructure-with-nagios/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Scottish Open Source Awards</title>
		<link>http://www.brettsheffield.com/open-source/scottish-open-source-awards/</link>
		<comments>http://www.brettsheffield.com/open-source/scottish-open-source-awards/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 13:34:31 +0000</pubDate>
		<dc:creator>brett</dc:creator>
		
		<category>open source software</category>

		<category>Gladserv</category>

		<category>news</category>

		<guid isPermaLink="false">http://www.brettsheffield.com/open-source/scottish-open-source-awards/</guid>
		<description><![CDATA[Once again, the Scottish Open Source Awards were held as part of the Scottish Software Awards dinner at the Radission SAS in Glasgow.  Thanks to Sales Agility for organizing the Awards again for the second year.
My company, Gladserv was shortlisted for the Open Source Business Excellence Award, which went to Wolfson Microelectronics.  Fair [...]]]></description>
			<content:encoded><![CDATA[<p>Once again, the <a href="http://scottishopensourceawards.co.uk/">Scottish Open Source Awards</a> were held as part of the <a href="http://www.scottishsoftwareawards.co.uk/">Scottish Software Awards</a> dinner at the Radission SAS in Glasgow.  Thanks to <a href="http://www.salesagility.com/">Sales Agility</a> for organizing the Awards again for the second year.</p>
<p>My company, <a href="http://www.gladserv.com/">Gladserv</a> was shortlisted for the Open Source Business Excellence Award, which went to <a href="http://www.wolfsonmicro.com/">Wolfson Microelectronics</a>.  Fair enough - amongst other things they have a full time Linux kernel developer on staff!</p>
<p>What I found interesting was that none of the shortlisted entries for the Open Source Business Excellence Award were software companies.  Two are IC companies:  National Semiconductor and Wolfson.  And then there&#8217;s Gladserv, a Hosted Services and Infrastructure company.  We all use and develop software in our business, but software is not our business.</p>
<p>This got me thinking.  Gladserv doesn&#8217;t publish a lot of code, which isn&#8217;t itself a problem.  However, we publish a lot less code than we write.  Our arrangements with our clients mean that everything we write is available under the GPL, but that&#8217;s not a lot of good if it never makes it onto an ftp server.  We need to do better, and in 2009 I plan to make sure we do.  Along with testing and documentation, publishing needs to become a standard part of our development process.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettsheffield.com/open-source/scottish-open-source-awards/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Georbl: Individual Country DNSBL Zones</title>
		<link>http://www.brettsheffield.com/email/georbl-individual-country-dnsbl-zones/</link>
		<comments>http://www.brettsheffield.com/email/georbl-individual-country-dnsbl-zones/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 16:22:35 +0000</pubDate>
		<dc:creator>brett</dc:creator>
		
		<category>email</category>

		<category>spam</category>

		<category>Georbl</category>

		<guid isPermaLink="false">http://www.brettsheffield.com/email/georbl-individual-country-dnsbl-zones/</guid>
		<description><![CDATA[I&#8217;ve added individual country zones to georbl.info.  If you&#8217;re only interested in one zone, or are using it with something that doesn&#8217;t support TXT lookups (postfix without patching?) you can perform lookups with less hassle.
If anyone has some config examples for other MTA&#8217;s, or knows if postfix will support TXT lookups, please let me [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve added <a href="http://georbl.info/blog/individual-country-zones-now-available/">individual country zones</a> to georbl.info.  If you&#8217;re only interested in one zone, or are using it with something that doesn&#8217;t support TXT lookups (postfix without patching?) you can perform lookups with less hassle.</p>
<p>If anyone has some config examples for other MTA&#8217;s, or knows if postfix will support TXT lookups, please let me know.  Otherwise, I&#8217;ll write something up later myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettsheffield.com/email/georbl-individual-country-dnsbl-zones/feed/</wfw:commentRss>
		</item>
		<item>
		<title>georbl.info</title>
		<link>http://www.brettsheffield.com/email/georblinfo/</link>
		<comments>http://www.brettsheffield.com/email/georblinfo/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 14:57:02 +0000</pubDate>
		<dc:creator>brett</dc:creator>
		
		<category>email</category>

		<category>Gladserv</category>

		<category>spam</category>

		<category>Georbl</category>

		<guid isPermaLink="false">http://www.brettsheffield.com/email/georblinfo/</guid>
		<description><![CDATA[We&#8217;ve had a couple of customers who want to be aggressive on spam, *but* don&#8217;t want to risk losing any business emails, however broken the mailserver that it originates from.
The oil industry seem to be particularly bad, and having two marketing companies using our service and a chain of casinos also make for fun times [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve had a couple of customers who want to be aggressive on spam, *but* don&#8217;t want to risk losing any <a href="http://www.gladserv.com/pages/email-for-business.php">business emails</a>, however broken the mailserver that it originates from.</p>
<p>The oil industry seem to be particularly bad, and having two marketing companies using our service and a chain of casinos also make for fun times when using various filters.</p>
<p>A couple of months ago I implemented some tighter spam controls.  Basically, enforcing the <a href="http://www.imc.org/rfcs.html">RFCs</a> a bit more tightly because we know spammers take short-cuts. Most of these controls are still in place, but I&#8217;ve had to exempt several of our customers due to complaints that email wasn&#8217;t getting through.  It seems it&#8217;s not just spammers that take short-cuts - there are a lot of amateur mail admins out there, and we&#8217;re not just talking cowboys who&#8217;ve thrown an M$ Exchange server in without taking it out of its cellophane.  We&#8217;re talking BIG companies (lots in the oil industry), technical companies, all sorts.</p>
<p>You&#8217;d think being strict with enforcing RFCs would be reasonably safe, but I&#8217;ve lost count of the number of mailservers that don&#8217;t have a postmaster address set up, that send from invalid addresses, don&#8217;t have reverse IP resolution set up etc. etc. etc.  These are really good ways to catch out spammers at smtp time, but from time to time it catches a real email and I&#8217;m tired of explaining to customers that it&#8217;s the other guy&#8217;s mailserver that&#8217;s broken.</p>
<p>Many email RFCs have been broken, bent and ignored for so long that suddenly enforcing them breaks things.</p>
<p>Rejecting mail at SMTP time is the &#8220;right&#8221; way to do things.  It reduces bandwidth, memory, cpu and disk usage and eliminates <a href="http://www.brettsheffield.com/email/backscatter-spam/">backscatter</a>.  In a large ISP the two main costs are power and bandwidth, and so there are real cost savings to be made by enforcing RFCs at SMTP time.  It&#8217;s even good for the environment.  By ruthlessly checking for a postmaster address I know that while I sit at my keyboard here, I&#8217;m doing my bit for the <a href="http://animals.nationalgeographic.com/animals/enlarge/emperor-penguins_image.html">polar ice caps</a>.</p>
<p>By fortunate coincidence, the most problematic of our clients *only* receive email from UK companies + a couple of known addresses that we can whitelist individually.  So, if we could whitelist *everything* from the UK as well, we&#8217;d be pretty sure of not missing and valuable emails.</p>
<p>I&#8217;ve taken an old script of Dan Shearer&#8217;s (thanks <a href="http://shearer.org/">Dan</a>) for grabbing the IP ranges from RIPE, APNIC, AFRINIC, ARIN &#038; LACNIC, updated it and hacked it around so it spits out zone files suitable for use with <a href="http://www.corpit.ru/mjt/rbldnsd.html">rbldnsd</a>.  If anyone else wants to make use of it, feel free.  <a href="http://georbl.info/">http://georbl.info/</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettsheffield.com/email/georblinfo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Scottish Open Source Awards Launched</title>
		<link>http://www.brettsheffield.com/open-source/scottish-open-source-awards-launched/</link>
		<comments>http://www.brettsheffield.com/open-source/scottish-open-source-awards-launched/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 16:50:22 +0000</pubDate>
		<dc:creator>brett</dc:creator>
		
		<category>open source software</category>

		<category>OSS for Business</category>

		<guid isPermaLink="false">http://www.brettsheffield.com/open-source/scottish-open-source-awards-launched/</guid>
		<description><![CDATA[
The Scottish Open Source Awards opened today, 1st August 2007 at 9AM, for nominations and entries. The awards are open to business, government, education, not-for-profit, charities and students, who contribute to or use Open Source Software or services.

Press Release
Scottish Open Source Awards website.

]]></description>
			<content:encoded><![CDATA[<blockquote><p>
The Scottish Open Source Awards opened today, 1st August 2007 at 9AM, for nominations and entries. The awards are open to business, government, education, not-for-profit, charities and students, who contribute to or use Open Source Software or services.
</p></blockquote>
<p><a href="http://www.openpr.com/news/25083/Launch-of-Scottish-Open-Source-Awards-2007.html">Press Release</a></p>
<p><a href="http://www.scottishopensourceawards.co.uk/">Scottish Open Source Awards</a> website.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettsheffield.com/open-source/scottish-open-source-awards-launched/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
