<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel>
<title>Gareth Howell</title>
<description>West Ham started brightly...</description>
<link>http://blog.garethhowell.com/blogs/ghowell.nsf/</link>
<language>en-us</language>
<lastBuildDate>Mon, 5 Jan 2009 18:17:40 +0100</lastBuildDate>
<item>
<title>Lotus Foundations and DNS resolution</title>
<pubDate>Mon, 5 Jan 2009 18:17:40 +0100</pubDate>
<description>
<![CDATA[ 
Lotus Foundations includes a DNS server. By default this provides name resolution only for the local (trusted) network. You can set it to resolve for the external network as well, or you can set it to ...
 ]]>
</description>
<link>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/05012009181740GHOPG4.htm</link>
<category>Lotus</category>
<dc:creator>Gareth Howell</dc:creator>
<comments>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/05012009181740GHOPG4.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://blog.garethhowell.com/blogs/ghowell.nsf/dx/05012009181740GHOPG4.htm</guid>
<content:encoded><![CDATA[ Lotus Foundations includes a DNS server. By default this provides name resolution only for the local (trusted) network. You can set it to resolve for the external network as well, or you can set it to be "Dynamic". This latter option allows the server to cope with a changing external IP address: e.g. when the server is on an ADSL circuit with a dynamic IP address. When enabled, the zone files are shared with Net Integration's own dynamic DNS system at avivanet.com. All one has to do as add the avivanet servers as NS records in the domain's registration. <br /> <br />I have enabled this dynamic option as Astrium is on such an ADSL circuit. Since I have done this I have had DNS resolution issues: but only from Mac clients! <br /> <br />Using Ethereal, I can see that there is a delay when a Mac sends the DNS request. The Mac sends IPV4 and IPV6 requests. For some reason, the Mac fails to respond to the first reply from the DNS server, though Ethereal decodes it correctly on the same box. It repeats the request after about 15 seconds and is OK after that. This happens for all DNS lookups as far as I can see. <br /> <br />I've tried resetting the Mac settings (it happens on two Macs). <br /> <br />Very strange  ]]></content:encoded>
<wfw:commentRss> http://blog.garethhowell.com/blogs/ghowell.nsf/dxcomments/05012009181740GHOPG4.htm</wfw:commentRss>
<wfw:comment> http://blog.garethhowell.com/blogs/ghowell.nsf/dx/05012009181740GHOPG4.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Getting seemless access to the Domino HTTP server on Lotus Foundations</title>
<pubDate>Mon, 5 Jan 2009 17:27:06 +0100</pubDate>
<description>
<![CDATA[ 
The last part before I can decommission the LBAGlobal domain is to ensure the web sites that are currently hosted on that domain's servers (including this blog) are accessible on the Lotus Foundations ...
 ]]>
</description>
<link>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/05012009172706GHONGH.htm</link>
<category>Lotus</category>
<dc:creator>Gareth Howell</dc:creator>
<comments>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/05012009172706GHONGH.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://blog.garethhowell.com/blogs/ghowell.nsf/dx/05012009172706GHONGH.htm</guid>
<content:encoded><![CDATA[ The last part before I can decommission the LBAGlobal domain is to ensure the web sites that are currently hosted on that domain's servers (including this blog) are accessible on the Lotus Foundations Server. Not easy... <br /> <br />LFS runs an apache server on ports 80 and 443. Domino's HTTP server is still there but only on HTTPS on 4443 (you use this to access DWA). 4443 is not a port that is assigned for HTTP or HTTPS: it comes up as being assigned for "pharos". I haven't tried changing this in the server document but I imagine LFS's autonomic healing would detect and correct this. <br /> <br />Not too sure how to get around this right now.  ]]></content:encoded>
<wfw:commentRss> http://blog.garethhowell.com/blogs/ghowell.nsf/dxcomments/05012009172706GHONGH.htm</wfw:commentRss>
<wfw:comment> http://blog.garethhowell.com/blogs/ghowell.nsf/dx/05012009172706GHONGH.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>More on integrating Domino Domains on Lotus Foundations Start</title>
<pubDate>Wed, 31 Dec 2008 12:44:02 +0100</pubDate>
<description>
<![CDATA[ 
In a previous post I detailed the efforts I went through to try and integrate a Lotus Foundations Start Domino server into an existing Domino domain. I lost the will to live before I got it to work pr ...
 ]]>
</description>
<link>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/31122008124402GHOGXK.htm</link>
<category>Lotus</category>
<dc:creator>Gareth Howell</dc:creator>
<comments>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/31122008124402GHOGXK.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://blog.garethhowell.com/blogs/ghowell.nsf/dx/31122008124402GHOGXK.htm</guid>
<content:encoded><![CDATA[ In a previous post I detailed the efforts I went through to try and integrate a Lotus Foundations Start Domino server into an existing Domino domain. I lost the will to live before I got it to work propoerly and had to admit defeat. I should have listened to the various commentators who told me to do just that. <br /> <br />However it should be possible to migrate users from an existing Domino domain to a Foundations domain; shouldn't it?  <br /> <br />I want to do this as part of an infrastructure upgrade. We currently host our Domino server on an external server and I'd like to move the users and the plethora of databases and websites to the newly installed Foundations server that serves as the firewall/file server etc in our office. <br /> <br />The existing domain is called "LBAGlobal", the new one is called "elastictime" and the Foundations server is called astrium/elastictime <br /> <br />So far, progress has been mixed. I have been able to: <ul> <li>cross certify and connect the two domains </li><li>set up cross domain administration </li><li>create replicas of the databases in the elastictime domain and have them replicated correctly </li><li>make a few minor adjustments to astrium's configuration (e.g. have 2 mailboxes rather than one, add support for the additional domains)</li></ul>Where I have had a problem is getting SMTP mail routing to work. <br /> <br />Like many companies, we have multiple email domains and we need to send and receive email on all of them. Getting Foundations to support additional domains isn't entirely obvious. The Knowledge Base simply says "create the necessary DNS records) Huh?  <br /> <br />I worked out through trial and error that you have to create Virtual Domains for the additional email domains. This is done by creating Virtual Webservers in Webconfig. This is fine as far as it goes, but I now have &nbsp;a more deep rooted problem: how to migrate the users. <br /> <br />I can't simply add them as users to Foundations because that will cause a new ID file to be created. That's no good because the public/private key will change and encrypted messages will no longer be accessible. What I have done is to  <ul> <li>add them as users, with their various email addresses as aliases; </li><li>wait for the Person document to be created and then; </li><li>replace that with the one from LBAGlobal's directory (suitably amended to reflect the position and name of the mail file). </li></ul> <br />I'm not conviced this is best practice, but it seems to have worked. <br /> <br />Once the users are all on the elastictime domain, I'll recertify them with the /elastictime certifier.  ]]></content:encoded>
<wfw:commentRss> http://blog.garethhowell.com/blogs/ghowell.nsf/dxcomments/31122008124402GHOGXK.htm</wfw:commentRss>
<wfw:comment> http://blog.garethhowell.com/blogs/ghowell.nsf/dx/31122008124402GHOGXK.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>What&#8217;s going on behind those gates?</title>
<pubDate>Tue, 16 Dec 2008 17:21:19 +0100</pubDate>
<description>
<![CDATA[ 
Up the road from where I live, there is a farm. Nothing special about that, after all I do live in the country. This one is different though, or I suspect it is anyway. The farm is bordered on one si ...
 ]]>
</description>
<link>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/16122008172119GHONCW.htm</link>
<category>Miscellaneous</category>
<dc:creator>Gareth Howell</dc:creator>
<comments>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/16122008172119GHONCW.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://blog.garethhowell.com/blogs/ghowell.nsf/dx/16122008172119GHONCW.htm</guid>
<content:encoded><![CDATA[ Up the road from where I live, there is a farm. Nothing special about that, after all I do live in the country. This one is different though, or I suspect it is anyway. <br /> <br />The farm is bordered on one side by the A1, on another by a river and has roads running round the other two. I walk along these latter two boundaries regularly and I've noticed something rather odd. <br /> <br />All but one of the access points is firmly blocked by strong barriers and very hefty chains and locks. The only path has been blocked. Nothing too extraordinary in this I suppose, but on the edge I think. &nbsp;Most farms around here are pretty open. The level of access control is more of the bailer twine sort. The really interesting feature is the main access gate. <br /> <br />There is a large fenced concrete apron off the main road with a very sophisticated barrier and access control system. We're talking sliding steel gates, keypad entry, floodlights and a gatehouse. Not the sort of thing you get on your typical farm around these parts. From the gate leads a very well maintained concrete road with separate concrete path. Along the road is at least one intermediate building, sort of like a sentry box?? <br /> <br />Until today, I hadn't seen any life on the farm, but during the 2-3 minutes it took me to walk past the main entrance, five cars entered and one left. <br /> <br />Nothing suspicious really, but it's definitely got my interest piqued. I wonder what's going on behind those gates? ]]></content:encoded>
<wfw:commentRss> http://blog.garethhowell.com/blogs/ghowell.nsf/dxcomments/16122008172119GHONCW.htm</wfw:commentRss>
<wfw:comment> http://blog.garethhowell.com/blogs/ghowell.nsf/dx/16122008172119GHONCW.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>MobileMe problems have returned</title>
<pubDate>Tue, 16 Dec 2008 10:47:02 +0100</pubDate>
<description>
<![CDATA[ 
I have blogged about my problems with MobileMe before, here and here. After a period of comparative stability, the problems have returned. Once again, the problem lies with the Address Book. Multiple ...
 ]]>
</description>
<link>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/16122008104701GHOENG.htm</link>
<category>Mac</category>
<dc:creator>Gareth Howell</dc:creator>
<comments>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/16122008104701GHOENG.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://blog.garethhowell.com/blogs/ghowell.nsf/dx/16122008104701GHOENG.htm</guid>
<content:encoded><![CDATA[ I have blogged about my problems with MobileMe before, <a href="http://blog.garethhowell.com/blogs/ghowell.nsf/dx/13112008163829ghomj4.htm" title="13112008163829GHOMJ4.htm"/>here</a> and <a href="http://blog.garethhowell.com/blogs/ghowell.nsf/dx/17112008123219ghogqa.htm" title="here"/>here</a>. After a period of comparative stability, the problems have returned. <br /> <br />Once again, the problem lies with the Address Book. Multiple contact entries appearing, causing the size of the Address Book to grow, and a new one: a constant overwrite of one of the Address Books. <br /> <br />I have a MacMini and a PowerBook. Both are connected to MobileMe, as is an iPod Touch. The problem is on the PowerBook. <br /> <br />Every time sync runs, I get a warning dialog as follows. <br /> <br /><img  alt="Image:MobileMe problems have returned" border="0" src="http://blog.garethhowell.com/blogs/ghowell.nsf/dx/16122008104701GHOENG.htm/content/M2?OpenElement"> <br /> <br />I have tried the following to resolve this: <br /> <br />Accept the changes - no effect <br />Reset the sync information on this computer and overwrite from MobileMe - no effect <br />Delete the local Address Book (~/Libraray/Application Support/Address Book) - no effect after the initial sync <br />Restore from a backup of Address Book on another machine - no effect <br /> <br />Not sure what to do next.  ]]></content:encoded>
<wfw:commentRss> http://blog.garethhowell.com/blogs/ghowell.nsf/dxcomments/16122008104701GHOENG.htm</wfw:commentRss>
<wfw:comment> http://blog.garethhowell.com/blogs/ghowell.nsf/dx/16122008104701GHOENG.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>How not to release new software - Foldershare (aka Windows Live Sync)</title>
<pubDate>Fri, 12 Dec 2008 10:39:27 +0100</pubDate>
<description>
<![CDATA[ 
I've been using Foldershare for some time now to sync folders between a couple of Windows laptops and a couple of Macs in various combinations of folders. All was sweet, until this morning. Last nig ...
 ]]>
</description>
<link>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/12122008103926GHOEHR.htm</link>
<category>&quot;Grumpy Old Man&quot;</category>
<dc:creator>Gareth Howell</dc:creator>
<comments>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/12122008103926GHOEHR.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://blog.garethhowell.com/blogs/ghowell.nsf/dx/12122008103926GHOEHR.htm</guid>
<content:encoded><![CDATA[ I've been using Foldershare for some time now to sync folders between a couple of Windows laptops and a couple of Macs in various combinations of folders. All was sweet, until this morning. <br /> <br /> Last night, and to very little warning as far as I am concerned, Microsoft (the new owners of Foldershare) launched Windows Live Sync as an "upgrade" to Foldershare. All I knew was that foldershare had stopped working, though it didn't tell me this on the Windows PCs. Luckily the Mac did warn me (sic). <br /> <br /> I had to download new clients and log in again: only I can't. The Windows client fails every time and the Mac client says it is too old and needs to be upgraded. <br /> <br /> A thread <a href="http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.windows.live.sync&amp;tid=2bf65150-cd08-4482-8ace-87bb1ff4b1e2&amp;cat=&amp;lang=&amp;cr=&amp;sloc=&amp;p=1" title="http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.windows.live.sync&amp;tid=2bf65150-cd08-4482-8ace-87bb1ff4b1e2&amp;cat=&amp;lang=&amp;cr=&amp;sloc=&amp;p=1">here</a> tells all. Apparently they have found a bug in the Mac client. <br /> <br /> As you can imagine, the <a href="http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.windows.live.sync" title="http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.windows.live.sync">support forum</a> is a bit busy at the moment. <br /> <br /> Doesn't this company ever learn its own lessons about how to deploy new software to a mature community? Haven't they screwed this process up enough times that somebody finally puts in place decent testing and release procedures? ]]></content:encoded>
<wfw:commentRss> http://blog.garethhowell.com/blogs/ghowell.nsf/dxcomments/12122008103926GHOEHR.htm</wfw:commentRss>
<wfw:comment> http://blog.garethhowell.com/blogs/ghowell.nsf/dx/12122008103926GHOEHR.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Goodbye Twitter news feeds</title>
<pubDate>Tue, 9 Dec 2008 16:55:38 +0100</pubDate>
<description>
<![CDATA[ 
I have been using Twitter for some time now as a means of keeping in touch with a wider circle of friends and acquaintances, but I've decided to cut back a bit. The area I have cut back on is the sub ...
 ]]>
</description>
<link>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/09122008165537GHOMUU.htm</link>
<category>Social Networking</category>
<dc:creator>Gareth Howell</dc:creator>
<comments>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/09122008165537GHOMUU.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://blog.garethhowell.com/blogs/ghowell.nsf/dx/09122008165537GHOMUU.htm</guid>
<content:encoded><![CDATA[ I have been using Twitter for some time now as a means of keeping in touch with a wider circle of friends and acquaintances, but I've decided to cut back a bit. <br /> <br />The area I have cut back on is the subscriptions to news feeds. The reasoning is as follows. <br /> <br />We live in a time that seems obsessed with keeping up to date with what's going on. We can see this in the (apparent) demand for 24 hour rolling bollocks on Sky, CNN, BBC World etc. The effect of this can also be seen on the same channels: the almost unavoidable pressure to create news or at least fabricate pseudo news at those times when nothing is really going on. <br /> <br />This is a phenomenon that used to be restricted to the so-called "silly season" in the summer when political and business leaders went off on their holidays and bored newspaper journalists and editors dragged up all sorts of spurious news items to fill their papers. With 24 hour rolling bollocks we now see this occurring every day, in fact several times a day. <br /> <br />Inevitably, this over saturation of "news" has an impact on the recipient. At one level they develop a pathology that requires them to keep up with the news and in extreme cases to become involved in the news (see for example what happened after the death of the Princess of Wales). At another level, the recipient loses the ability to discriminate between what is real news and what is bollocks. <br /> <br />Immediate news sounds attractive, and in some cases it is: e.g. football scores or traffic news. In just about every other case though it is actually a disadvantage. It removes the chance for the reporter to do the things reporters are supposed to do: seek confirmation, filter out obvious untruths and misleading information and to present thoughtful news items. &nbsp;The latter is probably best illustrated by the BBC's "From Our Own Correspondent" which gives in-country BBC reporters the chance to present a more thoughtful piece on what is happening in the country rather than having to react to the demands of a news editor in London. Other examples can be found in the weekly press magazines. <br /> <br />Twitter is an amazing vehicle for communications, but I seriously question its utility as a news distribution mechanism. Doing a search for #mumbai on tweetscan illustrates the point perfectly. Was there any real benefit gained from being able to "see" what somebody "thought" was going on in Mumbai? There was some useful information but much of it was ill-informed speculation and at the time it was impossible to decide what was real and what was bollocks. <br /> <br />For these reasons I have decided to cut back my exposure to daily news and instead restrict myself to delayed news reportage. I'm not sure what I will look at yet: Time, Newsweek... But no more news feeds on Twitter (apart from BBC Test Match Special of course. ]]></content:encoded>
<wfw:commentRss> http://blog.garethhowell.com/blogs/ghowell.nsf/dxcomments/09122008165537GHOMUU.htm</wfw:commentRss>
<wfw:comment> http://blog.garethhowell.com/blogs/ghowell.nsf/dx/09122008165537GHOMUU.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Maybe Radio 4 Long Wave is safe after all</title>
<pubDate>Tue, 2 Dec 2008 10:32:38 +0100</pubDate>
<description>
<![CDATA[ 
There have been rumours afoot that the BBC was considering closing down its Long Wave transmitter on 198 kHz. This carries Radio 4 most of the time. A trailer for a documentary to be broadcast this ev ...
 ]]>
</description>
<link>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/02122008103238GHOEDG.htm</link>
<category>Miscellaneous</category>
<dc:creator>Gareth Howell</dc:creator>
<comments>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/02122008103238GHOEDG.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://blog.garethhowell.com/blogs/ghowell.nsf/dx/02122008103238GHOEDG.htm</guid>
<content:encoded><![CDATA[ There have been rumours afoot that the BBC was considering closing down its Long Wave transmitter on 198 kHz. This carries Radio 4 most of the time. A trailer for a documentary to be broadcast this evening may have saved it. <br /> <br />The documentary is about the UK's permanent nuclear deterrent using Trident missiles aboard submarines. The programme goes through the detail of how a launch would be approved and then executed (sic). <br /> <br />Apparently, one of the shipboard checks is to see whether Radio 4 is still on the air! I assume this would have to be a check on 198 kHz. Therefore one assumes that this more or less guarantees the continuation of Radio 4 on LW. ]]></content:encoded>
<wfw:commentRss> http://blog.garethhowell.com/blogs/ghowell.nsf/dxcomments/02122008103238GHOEDG.htm</wfw:commentRss>
<wfw:comment> http://blog.garethhowell.com/blogs/ghowell.nsf/dx/02122008103238GHOEDG.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Getting Later as well</title>
<pubDate>Sat, 29 Nov 2008 20:12:26 +0100</pubDate>
<description>
<![CDATA[ 
Lots of commentators are comparing times now with times past: mainly the last period of economic uncertainty. Well I'd like to make a comparison as well: with the time when gigs never started on time! ...
 ]]>
</description>
<link>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/30112008201226GHORPT.htm</link>
<category>Out and About</category>
<dc:creator>Gareth Howell</dc:creator>
<comments>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/30112008201226GHORPT.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://blog.garethhowell.com/blogs/ghowell.nsf/dx/30112008201226GHORPT.htm</guid>
<content:encoded><![CDATA[ Lots of commentators are comparing times now with times past: mainly the last period of economic uncertainty. Well I'd like to make a comparison as well: with the time when gigs never started on time! <br /> <br />There was some dissatisfaction last night that Stackridge started their set late (9:15 rather than 8:30). Some people even asked for their money back! <br /> <br />I remember (sure sign of an old codger) when bands never started on time. Back in the late 60's and 70's it was not unusual for a start to be delayed by an hour or so because the lead guitarist was too drunk or high to play. I seem to recall Free being 2 hours late for a gig one night. Nobody seemed to mind that I remember. It gave more time for drinking, smoking, snogging, (possibly even fighting a couple of times). <br /> <br />I guess it was very much a sign of the nineties and noughties that things had to start on time: people's time was more pressurised and even leisure activities were timed. <br /> <br />I think it's a good sign if this phase is dying. What does it matter if the band starts late? OK, you catch a later train home or in extremis miss the encore. <br /> <br />Chill, man.  ]]></content:encoded>
<wfw:commentRss> http://blog.garethhowell.com/blogs/ghowell.nsf/dxcomments/30112008201226GHORPT.htm</wfw:commentRss>
<wfw:comment> http://blog.garethhowell.com/blogs/ghowell.nsf/dx/30112008201226GHORPT.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Getting Later as well</title>
<pubDate>Sat, 29 Nov 2008 20:12:26 +0100</pubDate>
<description>
<![CDATA[ 
Lots of commentators are comparing times now with times past: mainly the last preiod of econimic uncertainty. Wee I'd like to make a comparison as well: with the time when gigs never started on time! ...
 ]]>
</description>
<link>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/30112008201226GHORPT.htm</link>
<category></category>
<dc:creator>Gareth Howell</dc:creator>
<comments>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/30112008201226GHORPT.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://blog.garethhowell.com/blogs/ghowell.nsf/dx/30112008201226GHORPT.htm</guid>
<content:encoded><![CDATA[ Lots of commentators are comparing times now with times past: mainly the last preiod of econimic uncertainty. Wee I'd like to make a comparison as well: with the time when gigs never started on time! <br /> <br />There was some disatisfaction last night that Stackridge started their set late (9:15 rather than 8:30). Some people even asked for their money back! <br /> <br />I remember (sure sign of an old codger) when bands never started on time. Back in the late 60's and 70's it was not unusual for a start to be delayed by an hour or so because the lead guitarist was too drunk or high to play. I seem to recall Free being 2 hours late for a gig one night. Nobody seemd to mind that I remember. It gave more time for drinking, smoking, (possibly even fighting a couple of times). <br /> <br />I guess it was very much a sign of the nineties and noghties that things had to start on time: people's time was more pressurised and even leisure activities were timed. <br /> <br />I thuink it's a good sign if this culture is dying. What does it matter if the band starts late? OK, you catch a alater train home or in extremis &nbsp;iss the encore. <br /> <br />Chill, man.  ]]></content:encoded>
<wfw:commentRss> http://blog.garethhowell.com/blogs/ghowell.nsf/dxcomments/30112008201226GHORPT.htm</wfw:commentRss>
<wfw:comment> http://blog.garethhowell.com/blogs/ghowell.nsf/dx/30112008201226GHORPT.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Getting Better All the Time</title>
<pubDate>Sat, 29 Nov 2008 19:56:59 +0100</pubDate>
<description>
<![CDATA[ 
I've seen Stackridge four times now since they started touring again. I commented on their previous performances here, here and here and apart from some disappointment with the second, each one has be ...
 ]]>
</description>
<link>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/30112008195657GHORE7.htm</link>
<category></category>
<dc:creator>Gareth Howell</dc:creator>
<comments>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/30112008195657GHORE7.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://blog.garethhowell.com/blogs/ghowell.nsf/dx/30112008195657GHORE7.htm</guid>
<content:encoded><![CDATA[ I've seen Stackridge four times now since they started touring again. I commented on their previous performances <a href="http://blog.garethhowell.com/blogs/ghowell.nsf/dx/17032007102110ghoe6b.htm" title="here"/>here</a>, <a href="http://blog.garethhowell.com/blogs/ghowell.nsf/dx/01022008235727ghow4h.htm" title="here"/>here</a> and <a href="http://blog.garethhowell.com/blogs/ghowell.nsf/dx/16072007104946ghodjn.htm" title="here"/>here</a> and apart from some disappointment with the second, each one has been better than the last. <br /> <br /> The latest was at the 100 Club last night, and it was definitely the best so far. James hit those high notes, tracks off the new CD were played, Eddie the new drummer was brilliant and of course Glenn held it all together on keyboards. Crun seemed to have a permanent smirk on his face and the lady violinists were excellent. Rachel got a show stopping round of applause for her solo on Syracuse the Elephant. <br /> <br /> The band seemed to be really enjoying themselves throughout. A great night out for the Rhubarb Thashers.   ]]></content:encoded>
<wfw:commentRss> http://blog.garethhowell.com/blogs/ghowell.nsf/dxcomments/30112008195657GHORE7.htm</wfw:commentRss>
<wfw:comment> http://blog.garethhowell.com/blogs/ghowell.nsf/dx/30112008195657GHORE7.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Getting Better All the Time</title>
<pubDate>Sat, 29 Nov 2008 19:56:59 +0100</pubDate>
<description>
<![CDATA[ 
I've seen Stackridge four times now since they started touring again. I commented on their previous performances here, here and here and apart from some dissapoointeement with the second, each one has ...
 ]]>
</description>
<link>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/30112008195657GHORE7.htm</link>
<category></category>
<dc:creator>Gareth Howell</dc:creator>
<comments>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/30112008195657GHORE7.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://blog.garethhowell.com/blogs/ghowell.nsf/dx/30112008195657GHORE7.htm</guid>
<content:encoded><![CDATA[ I've seen Stackridge four times now since they started touring again. I commented on their previous performances here, here and here and apart from some dissapoointeement with the second, each one has been better than the last. <br /> <br />The latest was at the 100 Club last night, and it was definitely the best so far. James hit those high notes, tracks off the new CD were played, the new drummer was brilliant and of course Glen held it all together on keyboards. Crun seemed to have a premanent smirk on his face and the lady violinists were excellent. got a show stopping round of applause for her solo on Syracuse the Elephont. <br /> <br />The band seemed to be really enjoying themselves throuhgout. A great night out for the Rhubarb Thashers. <br />  ]]></content:encoded>
<wfw:commentRss> http://blog.garethhowell.com/blogs/ghowell.nsf/dxcomments/30112008195657GHORE7.htm</wfw:commentRss>
<wfw:comment> http://blog.garethhowell.com/blogs/ghowell.nsf/dx/30112008195657GHORE7.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Adding a Lotus Foundations Start Domino server to an existing domain - part one</title>
<pubDate>Tue, 25 Nov 2008 16:57:27 +0100</pubDate>
<description>
<![CDATA[ 
This is very much a work in progress (translation: I can't get it to work...) It's also unsupported by IBM, so be warned. As a step towards having the LFS box in my Home Office use our existing domai ...
 ]]>
</description>
<link>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/25112008165727GHOMVY.htm</link>
<category>Lotus</category>
<category> &quot;Lotus Foundations&quot;</category>
<category> Nitix</category>
<dc:creator>Gareth Howell</dc:creator>
<comments>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/25112008165727GHOMVY.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://blog.garethhowell.com/blogs/ghowell.nsf/dx/25112008165727GHOMVY.htm</guid>
<content:encoded><![CDATA[ This is very much a work in progress (translation: I can't get it to work...) It's also unsupported by IBM, so be warned. <br /> <br />As a step towards having the LFS box in my Home Office use our existing domain of Domino servers, I have been playing with a test environment. <br /> <br />The environment is two VMware VMs (expanded to three as indicated later). <br /> <br />The first (aria9.elastictime.local) &nbsp;is a straight install of Lotus Foundations Start with a single network adapter connected to a Host only network (192.168.111.0/24) and one disk. <br />The second (domino1.elastictime.local) is a Windows 2000 Server with a Domino 8.0.1 server installed, plus clients. <br /> <br />I took the following steps on the LFS box (with snapshots along the way) <ol> <li value=1>Installed the lfstartentry-domino-1.0 package to create a Domino server called aria9/elastictime in the domain elastictime. <li value=2>let the server run for a while and then disabled it <li value=3>Took a copy of the notesdata directory to my local machine.</ol> <br />I took the following steps on the Windows server <ol> <li value=1>configured Domino1 as a first server in a new organisation (/elastictime) and new domain (elastictime) and with system/elastictime as administrator. <li value=2>registered aria9/elastictime as a new Domino server. <li value=3>let the server run for a while and then stopped it so I could take copies of the relevant files (names.nsf, admin4.nsf, certlog.nsf, aria9.id (the id of the newly registered server) and cert.id</ol> <br />Back on the LFS box I then replaced the relevant files with those copied from Domino1 (with aria9.id renamed to server.id) and restarted the LFS Domino server <br />The server started but of course it wasn't properly configured. <br /> <br />Luckily I had taken snapshots throughout, so I went back to the snapshot taken just before I copied the files off of Domino1 and carried on as follows: <br /> <ol> <li value=1>Stopped the LFS VM <li value=2>Cloned Domino1 to create a new fresh Windows 2000 box with unconfigured Domino server <li value=3>renamed the box as aria9 and configured the Domino server as aria9/elastictime as you would if you were simply adding a new server to a domain. <li value=4>I then went through the server document for aria9/elastictime and mirrored the settings from those set in the LFS's Domino server (mainly changing some of the ports) <li value=5>I then copied the files off of the newly configured Domino server and put them on the LFS box.</ol> <br />This time, the LFS Domino server started OK and seemed to be working OK (as seen from the Domino Administration client). <br /> <br />However: <ul> <li>SMTP mail sent to aria9 on port 25 (which is the Postfix SMTP relay) was not forwarded to the Domino server on port 26 (which is what I changed the Domino server's SMTP listener to run on) </li><li>The only status messages that appeared on the LFS Status screen is that the Lotus Foundations Start 1.0 is running and that the Domino server is listening on port 1352. None of the other status lines that generally appear are there. </li><li>Adding new users does not cause new Domino accounts to be created.</li></ul> <br />Obviously there is something wrong. <br /> <br />There is precious little in any of the LFS log files and the Domino server thinks all is hunky-dory, so I'll have to do some digging. <br /> <br />Watch this space: unless somebody has a bright idea. ]]></content:encoded>
<wfw:commentRss> http://blog.garethhowell.com/blogs/ghowell.nsf/dxcomments/25112008165727GHOMVY.htm</wfw:commentRss>
<wfw:comment> http://blog.garethhowell.com/blogs/ghowell.nsf/dx/25112008165727GHOMVY.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Should the British police be armed with Tasers?</title>
<pubDate>Mon, 24 Nov 2008 11:42:31 +0100</pubDate>
<description>
<![CDATA[ 
I've just seen a piece on the BBC website reporting that the Home Office has decide to arm all frontline police officers with Taser stun guns: that's 30,000. This is an interesting development in the ...
 ]]>
</description>
<link>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/24112008114231GHOFR5.htm</link>
<category>Society</category>
<dc:creator>Gareth Howell</dc:creator>
<comments>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/24112008114231GHOFR5.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://blog.garethhowell.com/blogs/ghowell.nsf/dx/24112008114231GHOFR5.htm</guid>
<content:encoded><![CDATA[ I've just seen a <a href="http://news.bbc.co.uk/1/hi/uk/7745137.stm" title="http://news.bbc.co.uk/1/hi/uk/7745137.stm">piece on the BBC website</a> reporting that the Home Office has decide to arm all frontline police officers with Taser stun guns: that's 30,000. <br /> <br />This is an interesting development in the gradual process of change that has been going on in UK policing over the past 10-15 years. <br /> <br />A lot of people outside of the UK still have an image of the police in this country dressed in smart uniforms and wearing pointed hats. To a certain extent this is still a reality in Central London (mainly the touristy bits), but for most of the rest of us, this image disappeared some time ago under the massive threats that the Police claim to be facing. I say "claim" because I'm not sure the actual evidence backs up the assertions used to justify the changes. <br /> <br />Thus, most police officers now wear combat style clothing with unobtrusive Kevlar body armour beneath the obligatory NATO style woollie pullie. They also carry extending batons and pepper spray. I appreciate that to our US cousins this will seem like going around naked, but it's quite a change for us; particularly as I am not convinced the actual level of threat has increased proportionately. It is true that the public perception of crime has altered dramatically and that many believe we live in a violent, drug crazed society where every teenager is only a knife blade's width from being a mass murderer, but that doesn't make it true. <br /> <br />On the whole, I don't believe the requirements of policing have changed a great deal if you live outside of a city centre or sink estate. Until very recently I was a Scout Leader in Letchworth Garden City in Hertfordshire. Letchworth is a very nice place to live but it does have its troubled areas and troubled residents. I don't know where it sits on any scale of reportable offences, but I do know that a couple of districts sit quite high on the scale of social deprivation. <br /> <br />Despite this, we have a thriving Scouting community that is generally over subscribed. I used regularly to meet and get to know young people who lived in the (so-called) less desirable parts of town and generally found them to be just like any other pre-teen or teenager I have ever met: including myself back in the 60's. They're battling an internal challenge of hormones and external pressures to conform. Most of them cope admirably. Get them away from the dubious delights offered by a small group of their peers and even the most challenged and hardened of them soon revert to be social animals that actually just want to have some fun, blow off steam and do something that interests them. With the right environment, they even enjoy learning new skills and trying new challenges. Not exactly the vision painted by the Daily Mail's of this world. <br /> <br />So, what has this all to do with arming the Police? Not a lot I guess. I started this piece wondering what my reaction and position was to this event, but I've got a bit sidetracked on to one of my hobby horses: how the media paints a very distorted view of young people today. <br /> <br />As to the Tasers, I have no objection in principle. The Police do have a lot of pressures on them to "clean up" the streets and if this gives them another, comparatively benign, tool to add to their belt, then I am happy; provided they know how to, and more importantly, when to, use it. The Law of Unintended Consequences tells us that every complex action causes effects we didn't foresee and probably didn't want. In this case I wouldn't want to see reports in the media that Tasers were being used routinely to subdue groups of teenagers who just needed to be talked to rather than shouted at. ]]></content:encoded>
<wfw:commentRss> http://blog.garethhowell.com/blogs/ghowell.nsf/dxcomments/24112008114231GHOFR5.htm</wfw:commentRss>
<wfw:comment> http://blog.garethhowell.com/blogs/ghowell.nsf/dx/24112008114231GHOFR5.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Billy Bragg - Northampton</title>
<pubDate>Mon, 24 Nov 2008 10:01:34 +0100</pubDate>
<description>
<![CDATA[ 
Although we've lived in St Neots for nine months now, I'd not been to Northampton before. It's about an hour's drive away across country and thus further than Cambridge and Peterborough; which are the ...
 ]]>
</description>
<link>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/24112008100133GHODS3.htm</link>
<category>Out and About</category>
<dc:creator>Gareth Howell</dc:creator>
<comments>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/24112008100133GHODS3.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://blog.garethhowell.com/blogs/ghowell.nsf/dx/24112008100133GHODS3.htm</guid>
<content:encoded><![CDATA[ Although we've lived in St Neots for nine months now, I'd not been to Northampton before. It's about an hour's drive away across country and thus further than Cambridge and Peterborough; which are the other big towns/cities near us. So, Friday was a first for both of us. It was in fact the first time I had ever been to Northampton as far as I can recall. <br /> <br />The purpose of the visit was to see Billy Bragg at the Royal &amp; Derngate Theatre in the centre of town. The theatre is very impressive and is actually two separate auditoria: The Royal and The Derngate. We were in the Derngate. <br /> <br />Supporting Billy was a singer songwriter called <a href="http://otisgibbs.com/" title="http://otisgibbs.com/">Otis Gibbs</a>; of whom I hadn't heard before. He was a very amiable guy from Indiana who sings an compelling mix of folk and political music: not unlike Billy in that sense then; though perhaps it is more appropriate to compare him to Phil Ochs. Good songs, including the wonderful "One Day our Whispers &#91;will be louder than your screams&#93;" really got people in the mood. He's supporting Billy on all his UK tour I think. <br /> <br />Billy was, well, Billy. An excellent mix of songs (electric and acoustic), banter and politics. There's always at least one heckler in Billy's audiences. I've even wondered if they are planted. Whatever, Billy loves to bring them down. <br /> <br />A lot of people talk about the process of "centering", i.e. finding a stable position that minimises internal tensions. Some people achieve this through religion and prayer, some through drugs. I achieve it by regular doses of Billy Bragg; whether on paper (Billy's autobiography is excellent) CD or live. Live is always going to be best because it is raw. <br /> <br />A great evening, spoiled only by the inability to find decent beer in the centre of Northampton. I forgot to look in the Good Beer Guide, so we had to wander for a while in the freezing cold before finally admitting defeat and drinking wine instead. ]]></content:encoded>
<wfw:commentRss> http://blog.garethhowell.com/blogs/ghowell.nsf/dxcomments/24112008100133GHODS3.htm</wfw:commentRss>
<wfw:comment> http://blog.garethhowell.com/blogs/ghowell.nsf/dx/24112008100133GHODS3.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>It just works!</title>
<pubDate>Fri, 21 Nov 2008 13:50:14 +0100</pubDate>
<description>
<![CDATA[ 
Although we have been a Foundations partner for some time, we haven't really engaged. Although I had installed Lotus Foundations Start in a test environment, I hadn't gone to the next step and put one ...
 ]]>
</description>
<link>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008135014GHOJ8X.htm</link>
<category>Lotus</category>
<category> &quot;Lotus Foundations&quot;</category>
<category> Nitix</category>
<dc:creator>Gareth Howell</dc:creator>
<comments>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008135014GHOJ8X.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008135014GHOJ8X.htm</guid>
<content:encoded><![CDATA[ Although we have been a Foundations partner for some time, we haven't really engaged. Although I had installed Lotus Foundations Start in a test environment, I hadn't gone to the next step and put one into production. That is now changing after my trip down to Hursley the other day. <br /> <br />So, my plan is as follows: <ul> <li>Install a production LFS (on third party hardware) initially without Domino but acting as our main Internet gateway </li><li>Test the process of adding a LFS Domino server into an existing domain and then add the LFS into our existing domain (I know it's not supported in this release)</li></ul> <br />I've done step one now, and I learned a number of useful lessons as a result. There's no substitute for doing it for real to get the full picture. <br /> <br />We are a virtual company and work from our homes but with our Domino servers in a collocation centre. So I have installed LFS as the Internet gateway in my home on a Dell Dimension XPS box with two 120GB drives, two Ethernet adapters and 2GB RAM. Prior to installing LFS, my home network comprised a cable connection to Virgin Media with a dynamic IP address, a Zyxel Zywall-1 router/firewall and a mix of wired and wireless devices on the inside. The LFS has replaced the Zywall. <br /> <br />As you would expect of LFS, installation was easy and quick. The only stumbling block was the cable interface. The cable circuit is terminated with a cable modem that is configured with my account details. This then presents an Ethernet connection. Physical connectivity was no problem, but I did have some problems getting a correct IP address for the external interface eth1. <br /> <br />LFS initially installs with a single Ethernet interface, eth0. This is expected to be the internal network and is trusted. Plugging the cable modem in prompted LFS to recognise and add eth1. Initially it also was trusted (probably not a good default behaviour IMHO) but it was configured with a self assigned IP address in the 10.x range, so there was no exposure. Setting eth1 to be untrusted caused the firewall to be enabled. <br /> <br />To get a proper IP address on eth1 I had to cycle the power on the cable modem a couple of times. This could be a source of problems. Also there is no provision to configure the cable modem (unlike configuring ADSL connections). This configuration is not explicitly documented in the <a href="http://kb.nitix.com" title="http://kb.nitix.com">Nitix KB</a> or the <a href="http://www-10.lotus.com/ldd/lfndswiki.nsf/" title="http://www-10.lotus.com/ldd/lfndswiki.nsf/">LFS WiKi</a>. so I might add a new scenario. <br /> <br />The next problem is that my IP address is dynamic. The Zywall was set to update an entry on <a href="http://www.dydns.com" title="http://www.dydns.com">www.dydns.com</a>, but initially I could see no equivalent on LFS. Eventually I had to RTFM and found that Net Integration run their own dynamic DNS service. So I configured the domain to use Net Integration's dynamic DNS name servers and set LFS's DNS to "dynamic". It just worked! <br /> <br />Lastly, I noticed a significant degradation in DNS resolution times after I replaced the Zywall with LFS. This was probably because although eth1 was using DHCP, it didn't seem to take any notice of the name servers that Virgin gave it. Searching through the <a href="http://kb.nitix.com" title="http://kb.nitix.com">Knowledge Base</a> I found that I could tell Weaver (LFS's control program) to use a forwarder. Performance is now back to normal. <br /> <br />I have only one outstanding issue and that relates to using LFS as a transparent web proxy. <br /> <br />According to the manual, the proxy is disabled unless a size is configured for the size of the web cache. I set up the cache, but then I lost access to the internet, instead getting (misleading) error messages stating <br /><img  alt="Image:It just works!" border="0" src="http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008135014GHOJ8X.htm/content/M2?OpenElement"> <br />In fact the proxy is denying internet access (as is proven by the source of the error message, port 4284). <br /> <br />I haven't found anything to explain this behaviour so I've logged a support call. ]]></content:encoded>
<wfw:commentRss> http://blog.garethhowell.com/blogs/ghowell.nsf/dxcomments/21112008135014GHOJ8X.htm</wfw:commentRss>
<wfw:comment> http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008135014GHOJ8X.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Fixing the problem with this site</title>
<pubDate>Fri, 21 Nov 2008 12:19:39 +0100</pubDate>
<description>
<![CDATA[ 
As anybody who has posted a comment on this site in the recent past will have noticed, you get an error when you post. The comment is accepted but you get this error: I eventually got to look at thi ...
 ]]>
</description>
<link>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008121937GHOGGC.htm</link>
<category>This Site</category>
<dc:creator>Gareth Howell</dc:creator>
<comments>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008121937GHOGGC.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008121937GHOGGC.htm</guid>
<content:encoded><![CDATA[ As anybody who has posted a comment on this site in the recent past will have noticed, you get an error when you post. The comment is accepted but you get this error: <br /> <br /><img  alt="Image:Fixing the problem with this site" border="0" src="http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008121937GHOGGC.htm/content/M2?OpenElement"> <br />I eventually got to look at this today. <br />Looking at the Domino Log (i.e. the HTTP log) on the server I could see that there were errors. <br /> <br /><img  alt="Image:Fixing the problem with this site" border="0" src="http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008121937GHOGGC.htm/content/M3?OpenElement"> <br /> <br />The error is at the end, but what caused it is in the previous line, which is a redirection. <br /> <br />My blog is accessed as http://blog.garethhowell.com but is actually on a Domino server called Domino1/LBAGlobal (http://domino1.lincolnburnett.com) in the subdirectory "/blogs". <br /> <br />The DNS for garethhowell.com has a CNAME for "blog" that maps to domino1.lincolnburnett.com and the Domino Directory on Domino1 contains a Web Site document for blog.garethhowell.com. <br /> <br />Some time ago, I decided to hide the internal path by adding a redirection rule to the site so that all blog content appeared as being under the root of blog.garethhowell.com. It was this that was causing the problem. <br /> <br />When you post a comment, the full URL that is passed to the HTTP server contains a return parameter with the URL of the page to display after the POST has been processed. This return parameter contained the full internal path to the page (i.e. /blogs/ghowell.nsf/dx/...) and this was being handled incorrectly because the HTTP server tried to server blog.garethhowell.com/blogs/ghowell.nsf/dx/... rather than blog.garethhowell.com/dx/... <br /> <br />To solve the problem I had to make two changes and then one more. <br /> <br />I reverted the Configuration of the Bog so that it knew it was in a subdirectory, and <br />I changed the redirection so it used the full path to the blog <br /> <br />This means that the internal path is now visible again, but it did cure the posting problem. Unfortunately it also introduced a side effect.  <br />Anybody who has a permanent link to one of my blog entries is likely to have it in the form http://blog.garethhowell.com/dx/... This goes for web crawlers as well. With the changes, this form no longer resolved, so I had to add an extra substitution rule to the we site that mapped anything of the form "/dx/" to "/blogs/ghowell.nsf/dx/". <br /> <br />It all appears to work now. but I'd like some testing please, so feel free to comment either against this message or one of the previous two test messages. I'll keep an eye on the log for a few days to see if Technorati et al cope with it. <br /> <br />I'll leave the site on the default theme for now. Changing this actually didn't need to occur, but I quite like it. ]]></content:encoded>
<wfw:commentRss> http://blog.garethhowell.com/blogs/ghowell.nsf/dxcomments/21112008121937GHOGGC.htm</wfw:commentRss>
<wfw:comment> http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008121937GHOGGC.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Temp post to test plinks</title>
<pubDate>Fri, 21 Nov 2008 12:09:53 +0100</pubDate>
<description>
<![CDATA[ 
link to this ...
 ]]>
</description>
<link>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008120951GHOGA8.htm</link>
<category>This Site</category>
<dc:creator>Gareth Howell</dc:creator>
<comments>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008120951GHOGA8.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008120951GHOGA8.htm</guid>
<content:encoded><![CDATA[ link to <a href="http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008111224ghof6b.htm" title="this"/>this</a> ]]></content:encoded>
<wfw:commentRss> http://blog.garethhowell.com/blogs/ghowell.nsf/dxcomments/21112008120951GHOGA8.htm</wfw:commentRss>
<wfw:comment> http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008120951GHOGA8.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Site Maintenance</title>
<pubDate>Fri, 21 Nov 2008 11:12:29 +0100</pubDate>
<description>
<![CDATA[ 
I'm trying to fix this comment posting problem. As a start, I have reverted to a plain vanilla Domino Blog look and feel. I'll probably restore the previous look and feel but I may not. ...
 ]]>
</description>
<link>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008111224GHOF6B.htm</link>
<category>This Site</category>
<dc:creator>Gareth Howell</dc:creator>
<comments>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008111224GHOF6B.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008111224GHOF6B.htm</guid>
<content:encoded><![CDATA[ I'm trying to fix this comment posting problem. <br />As a start, I have reverted to a plain vanilla Domino Blog look and feel. <br />I'll probably restore the previous look and feel but I may not. ]]></content:encoded>
<wfw:commentRss> http://blog.garethhowell.com/blogs/ghowell.nsf/dxcomments/21112008111224GHOF6B.htm</wfw:commentRss>
<wfw:comment> http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008111224GHOF6B.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Apologies for the comment posting error</title>
<pubDate>Fri, 21 Nov 2008 10:06:24 +0100</pubDate>
<description>
<![CDATA[ 
I know this problem occurs. The poster gets an HTML error. The comment is posted though. I really must work out what causes this. I will try and have a look this weekend. Gareth ...
 ]]>
</description>
<link>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008100620GHODV3.htm</link>
<category>This Site</category>
<dc:creator>Gareth Howell</dc:creator>
<comments>http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008100620GHODV3.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008100620GHODV3.htm</guid>
<content:encoded><![CDATA[ I know this problem occurs. The poster gets an HTML error. The comment is posted though. <br />I really must work out what causes this. I will try and have a look this weekend. <br /> <br />Gareth  ]]></content:encoded>
<wfw:commentRss> http://blog.garethhowell.com/blogs/ghowell.nsf/dxcomments/21112008100620GHODV3.htm</wfw:commentRss>
<wfw:comment> http://blog.garethhowell.com/blogs/ghowell.nsf/dx/21112008100620GHODV3.htm?opendocument&amp;comments</wfw:comment>
</item>
</channel></rss>
