<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for RoUS</title>
    <link>http://www.advogato.org/person/RoUS/</link>
    <description>Advogato blog for RoUS</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Tue, 18 Jun 2013 06:38:16 GMT</pubDate>
    <item>
      <pubDate>Tue, 31 Dec 2002 16:00:54 GMT</pubDate>
      <title>31 Dec 2002</title>
      <link>http://www.advogato.org/person/RoUS/diary.html?start=61</link>
      <guid>http://www.advogato.org/person/RoUS/diary.html?start=61</guid>
      <description>&lt;p&gt;&#xD;
&lt;i&gt;ante-meridian, est&lt;/i&gt;&#xD;
&#xD;
&lt;p&gt; &lt;p&gt;&#xD;
&lt;b&gt;'Frood, forgive me, for I have neuroses'&lt;/b&gt;&#xD;
&lt;br/&gt;&#xD;
Oh, well, what the hell.  I've broken down and started a&#xD;
&lt;a href="http://Ken.Coar.Org/burrow/" &gt;blog&lt;/a&gt;.&#xD;
Actually, I was writing some logging/annotation software&#xD;
for something else, and it occurred to me that a tiny bit&#xD;
of additional work would make it suitable for prose&#xD;
journalling.  Andy Oliver started it, though.&#xD;
So I expect more content to end up there than here,&#xD;
although I'll still post stuff on Advogato.&#xD;
&#xD;
</description>
    </item>
    <item>
      <pubDate>Thu, 19 Dec 2002 11:20:06 GMT</pubDate>
      <title>19 Dec 2002</title>
      <link>http://www.advogato.org/person/RoUS/diary.html?start=60</link>
      <guid>http://www.advogato.org/person/RoUS/diary.html?start=60</guid>
      <description>&lt;p&gt;
&lt;i&gt;ante-meridian,  est&lt;/i&gt;

&lt;p&gt;
&lt;b&gt;Woe be unto thee, O disks!&lt;/b&gt;
&lt;br /&gt;
Hah!  Even though good blocks were leaping off the platters
like rats from off the Titanic, I managed to outsmart the
bugger.  It occurred to me that I still had my old
&lt;tt&gt;/usr&lt;/tt&gt; partition, unused, on the original disk.  I
never zapped it after copying it to the larger partition on
the new (now discovered to be bad) disk.  So: play some
cabling games to get both disks into the system, boot with
the bad one, use it to copy the old partition to the new
disk, shutdown, swap disks and remove the bad one, reboot,
&lt;tt&gt;rpm --rebuilddb&lt;/tt&gt;, &lt;tt&gt;up2date -p&lt;/tt&gt;, &lt;tt&gt;up2date -ui&lt;/tt&gt;, and I seem to be back in business.  (Those last
few commands were to handle any RPMs I had installed since
the original partition move from the installation of the
bad disk.)

</description>
    </item>
    <item>
      <pubDate>Tue, 17 Dec 2002 19:16:02 GMT</pubDate>
      <title>17 Dec 2002</title>
      <link>http://www.advogato.org/person/RoUS/diary.html?start=59</link>
      <guid>http://www.advogato.org/person/RoUS/diary.html?start=59</guid>
      <description>&lt;p&gt;
&lt;i&gt;post-meridian, est&lt;/i&gt;

&lt;p&gt;
&lt;b&gt;Lying bloggo&lt;/b&gt;
&lt;br /&gt;
I'm not much of a one for diaries or journals or
blogs, but I need to get more of my brain on
distributed media.  So for now I'll continue to
use Advogato, but I'll probably be moving to a
more personal-type blog that I can fail to update
more efficiently.

&lt;p&gt;
&lt;b&gt;ApacheCon&lt;/b&gt;
&lt;br /&gt;
Well, &lt;a href="http://ApacheCon.Com/2002/US/" &gt;ApacheCon 2002 US&lt;/a&gt;
has come and gone in Las Vegas, Nevada, and I'm personally
pretty pleased with the way it turned out.  The content
seemed good, the delegates seemed satisfied and happy,
and the sponsors likewise.  I'm still waiting for some
numbers to find out what colour the ink is on the balance
sheet, and the final tally of attendance.

&lt;p&gt;
&lt;b&gt;Disk woes&lt;/b&gt;
&lt;br /&gt;
Feh.  First the disk in my laptop started making a
high-pitched whining noise.  No problem; under warranty.
IBM shipped a replacement, and I purchased a SuperBay
disk adapter so I could have both disks in the machine
at once, and I made the copy with a

&lt;pre&gt;
    dd if=/dev/hda of=/dev/hdc bs=&amp;lt;m&amp;gt; count=&amp;lt;n&amp;gt;
&lt;/pre&gt;
&lt;p&gt;
I found that a little scary, but it worked a treat.

&lt;p&gt;
So now the &lt;tt&gt;/usr&lt;/tt&gt; drive in one of my Linux
systems at home has started logging bad blocks.  Hoo
&lt;b&gt;boy&lt;/b&gt;, does it have bad blocks!  And they're not
getting any better, either; every boot shows errors
and forces an &lt;tt&gt;fsck&lt;/tt&gt;, which in turn whittles
away from the partition's usefulness as the blocks
are found in directory inodes.  So I got a replacement
disk from Maxtor (had to special-request getting the
replacement &lt;b&gt;before&lt;/b&gt; sending in the busted one,
and I have to pay the postage on the return shipment --
IBM is &lt;i&gt;much&lt;/i&gt; better about this stuff), and
tried the &lt;tt&gt;dd&lt;/tt&gt; trick.  No joy; large values
of &lt;tt&gt;bs&lt;/tt&gt; result in massive amounts of non-copied data.
So I fired it up with &lt;tt&gt;bs=512&lt;/tt&gt; to do a
sector-by-sector copy (took all night!) so each bad sector
would only account for a single uncopied sector.
The result was a new disk with a huge bad-block inode
and an even less usable filesystem than the original.
So now I've got the original back in the system, and
I'm cataloguing what's on it so I know which packages
to install and which custom stuff to &lt;i&gt;try&lt;/i&gt; to
save by copying it to another filesystem.  I'm pretty
sure I'm going to have to do a complete re-install.
Bah.

&lt;p&gt;
And this experience tickled a peeve about Red Hat's
&lt;tt&gt;up2date&lt;/tt&gt; tool: it checks to see if the requested
packages are already installed, and ignores them if so --
which means you can't download an RPM if you've already
installed it.  Nor the source.  I need to work on a
patch for that..

&lt;p&gt;
&lt;b&gt;Spackle&lt;/b&gt;
&lt;br /&gt;
I've had some recent brainstorms for &lt;a href="http://www.advogato.org/proj/Spackle/" &gt;Spackle&lt;/a&gt;,
like adding support for groups, customised
&lt;tt&gt;Subject:&lt;/tt&gt;s for commit messages, &lt;i&gt;et cetera&lt;/i&gt;.
Going to be ready for a beta release soon; some of this
is functionality I haven't seen in any CVS repository.
(Don't know if Subversion has similar features; for
a future investigation..)

&lt;p&gt;
&lt;b&gt;&lt;cite&gt;Apache Cookbook&lt;/cite&gt;&lt;/b&gt;
&lt;br /&gt;
Well, after much non-activity, the Cookbook project is
back on track.  DrBacchus has joined me as a co-author.

&lt;p&gt;
&lt;b&gt;Apache-Land&lt;/b&gt;
&lt;br /&gt;
Fun doings inside the ASF, including a new project
for bringing new packages and communities into the Apache
fold, and providing info for Apache developers about the
philosophy and infrastructure.

</description>
    </item>
    <item>
      <pubDate>Mon, 12 Aug 2002 17:01:01 GMT</pubDate>
      <title>12 Aug 2002</title>
      <link>http://www.advogato.org/person/RoUS/diary.html?start=58</link>
      <guid>http://www.advogato.org/person/RoUS/diary.html?start=58</guid>
      <description>&lt;p&gt;
&lt;i&gt;post-meridian, EDT&lt;/i&gt;

&lt;p&gt;
&lt;b&gt;ApacheCon news&lt;/b&gt;
&lt;br /&gt;
Nothing new, alas.  Still working on the registration system.
One of our speakers cancelled so the programme is being
altered slightly.  See the &lt;tt&gt;#apachecon&lt;/tt&gt; channel
on irc.openprojects.net.

&lt;p&gt;
&lt;b&gt;Spackle news&lt;/b&gt;
&lt;br /&gt;
Woo-hoo, I managed to get a bunch of stuff done on &lt;a href="http://www.advogato.org/proj/Spackle/" &gt;Spackle&lt;/a&gt;
and release two betas at the week-end.  (There were bugs in the first
one.)  Burnin' with gas here..

</description>
    </item>
    <item>
      <pubDate>Tue, 6 Aug 2002 18:39:00 GMT</pubDate>
      <title>6 Aug 2002</title>
      <link>http://www.advogato.org/person/RoUS/diary.html?start=57</link>
      <guid>http://www.advogato.org/person/RoUS/diary.html?start=57</guid>
      <description>&lt;p&gt;
&lt;i&gt;post-meridian, EDT&lt;/i&gt;

&lt;p&gt;
&lt;b&gt;ApacheCon news&lt;/b&gt;
&lt;br /&gt;
Still trying to wrap up the final technical details of data
transmission for the registration system; should be up this
week.

&lt;p&gt;
&lt;b&gt;&lt;a href="http://www.advogato.org/proj/autoresponder/" &gt;autoresponder&lt;/a&gt;&lt;/b&gt;
&lt;br /&gt;
Whew!  Finally got a few minutes to put the last fixes in
and release version 1.16.7 of &lt;a href="http://www.advogato.org/proj/autoresponder/" &gt;autoresponder&lt;/a&gt;.
&lt;a href="http://Freshmeat.Net/" &gt;Freshmeat&lt;/a&gt; announcement
should appear soon.

</description>
    </item>
    <item>
      <pubDate>Fri, 26 Jul 2002 10:39:32 GMT</pubDate>
      <title>26 Jul 2002</title>
      <link>http://www.advogato.org/person/RoUS/diary.html?start=56</link>
      <guid>http://www.advogato.org/person/RoUS/diary.html?start=56</guid>
      <description>&lt;p&gt;&lt;i&gt;ante-meridian, EDT&lt;/i&gt;
&lt;p&gt;&lt;b&gt;ApacheCon news&lt;/b&gt;
&lt;br /&gt;
Well, we don't have registration going yet, but the schedule
has been finalised. In addition to the stuff on the Web site
(&amp;lt;URL:&lt;a href="http://ApacheCon.Com/" &gt;http://ApacheCon.Com/&lt;/a&gt;&amp;gt;),
there's an #apachecon channel at IRC.OpenProjects.Net and
an open discussion list (send an empty message to
discuss-subscribe@ApacheCon.Com).  The IRC channel has
an infobot, &lt;tt&gt;faqtoid&lt;/tt&gt;, which will answer questions about
ApacheCon and the schedule in particular.  Try '&lt;tt&gt;faqtoid:&amp;nbsp;sessions&amp;nbsp;about&amp;nbsp;xml?&lt;/tt&gt;'
or '&lt;tt&gt;faqtoid:&amp;nbsp;sessions&amp;nbsp;by&amp;nbsp;schlossnagle?&lt;/tt&gt;'.

&lt;p&gt; &lt;p&gt;&lt;b&gt;Watch out, CPAN! :-)&lt;/b&gt;
&lt;br /&gt;
Woo-hoo!  Got my CPAN account a couple of days ago.  Now, what
were those modules I wanted to submit..?

</description>
    </item>
    <item>
      <pubDate>Tue, 19 Mar 2002 19:45:34 GMT</pubDate>
      <title>19 Mar 2002</title>
      <link>http://www.advogato.org/person/RoUS/diary.html?start=55</link>
      <guid>http://www.advogato.org/person/RoUS/diary.html?start=55</guid>
      <description>&lt;p&gt;
&lt;i&gt;post-meridian, EST&lt;/i&gt;

&lt;p&gt;
&lt;b&gt;obOpen&lt;/b&gt;
&lt;br /&gt;
Heh.  Got the &lt;a href="http://www.advogato.org/proj/Podium/" &gt;Podium&lt;/a&gt; page on &lt;a href="http://Podium.SourceForge.net/" &gt;SourceForge&lt;/a&gt;
working, thanks to the spicy goodness of &lt;a href="http://php.net/" &gt;PHP&lt;/a&gt;'s
variables-scoped-at-the-function-level architecture.
So now the Podium documentation is there and online, using Podium itself.  Whee.

&lt;p&gt;
Now off to write/update more presentations using it..

</description>
    </item>
    <item>
      <pubDate>Tue, 19 Mar 2002 17:09:21 GMT</pubDate>
      <title>19 Mar 2002</title>
      <link>http://www.advogato.org/person/RoUS/diary.html?start=54</link>
      <guid>http://www.advogato.org/person/RoUS/diary.html?start=54</guid>
      <description>&lt;p&gt;
&lt;i&gt;ante-meridian, EST&lt;/i&gt;

&lt;p&gt;
&lt;b&gt;ApacheCon news&lt;/b&gt;
&lt;br /&gt;
We have a new management/production company for the ApacheCon event,
and we're working on the plan to have a conference sometime later this year.

&lt;p&gt;
&lt;b&gt;obOpen stuff&lt;/b&gt;
&lt;br /&gt;
I tried to use PHP's &lt;i&gt;pres&lt;/i&gt; package to handle my slides for the
NordU2002 presentation, but I couldn't get it to work -- so I've started
working in a presentation system loosely based on it that I &lt;i&gt;can&lt;/i&gt;
get to work.  The project is &lt;a href="http://www.advogato.org/proj/Podium/" &gt;Podium&lt;/a&gt;, and it's still pre-alpha.
The Web page isn't even entirely working yet (mainly because SourceForge
is still using PHP 4.0.6).  But it's getting there..

&lt;p&gt;
I've been working on some other open stuff as well, but I can't remember the
details right now.  Must.. eat.. lunch..

</description>
    </item>
    <item>
      <pubDate>Tue, 29 Jan 2002 17:38:41 GMT</pubDate>
      <title>29 Jan 2002</title>
      <link>http://www.advogato.org/person/RoUS/diary.html?start=53</link>
      <guid>http://www.advogato.org/person/RoUS/diary.html?start=53</guid>
      <description>&lt;p&gt;
&lt;i&gt;post-meridian, EDT&lt;/i&gt;


&lt;p&gt; &lt;p&gt; &lt;p&gt;
&lt;b&gt;hardware&lt;/b&gt;
&lt;br /&gt;
Well, I upgraded my kernel to the latest RH 7.2 RPMs, X likewise,
downloaded and installed the 1.1.20t Savage S3 driver,
and added an '&lt;tt&gt;Option&amp;nbsp;&amp;quot;NoAccel&amp;quot;&lt;/tt&gt;' line to
my XF86Config-4 file, and my laptop has managed to stay up
without hanging now for almost 72 hours.  Fingers crossed..

&lt;p&gt; &lt;p&gt;
&lt;b&gt;Linux&lt;/b&gt;
&lt;br /&gt;
Even with the hardware problems I've been having I still have two
systems that have been up since the last millenium. :-)

&lt;p&gt; &lt;p&gt;
&lt;b&gt;autoresponder&lt;/b&gt;
&lt;br /&gt;
Brian Behlendorf pointed out another no-op situation for
&lt;a href="http://www.advogato.org/proj/autoresponder/" &gt;autoresponder&lt;/a&gt;: it shouldn't bother trying to do
anything if there's no address to which a reply can be sent..  Updated
to 1.15.2, but no release announcement made yet.

&lt;p&gt; &lt;p&gt; &lt;p&gt;
&lt;b&gt;Spackle&lt;/b&gt;
&lt;br /&gt;
Last week I went to add &lt;a href="http://www.advogato.org/proj/Spackle/" &gt;Spackle&lt;/a&gt; to
&lt;a href="http://freshmeat.net/" &gt;Freshmeat&lt;/a&gt;, and found
that Jeremy Weatherford had created a project there with
the same name a couple of weeks ago.  We worked it out;
he changed his project's name to
'&lt;a href="http://freshmeat.net/projects/spacklestats/" &gt;SpackleStats&lt;/a&gt;',
and we each reference the other's project on our various pages.

</description>
    </item>
    <item>
      <pubDate>Thu, 24 Jan 2002 19:07:05 GMT</pubDate>
      <title>24 Jan 2002</title>
      <link>http://www.advogato.org/person/RoUS/diary.html?start=52</link>
      <guid>http://www.advogato.org/person/RoUS/diary.html?start=52</guid>
      <description>&lt;p&gt;
&lt;i&gt;post-meridian, EDT&lt;/i&gt;

&lt;p&gt;
&lt;b&gt;Apache&lt;/b&gt;
&lt;br /&gt;
&lt;a href="http://www.advogato.org/person/jhermann/" &gt;jhermann&lt;/a&gt;, &lt;tt&gt;putenv()&lt;/tt&gt; will certainly do the trick,
but it's generally not thread-safe nor terribly modular..  You're working
around the API rather than within it. :-/  I'm not even sure it will work
on Windows and other non-Unixish platforms.

</description>
    </item>
  </channel>
</rss>
