End of July Misc post.

As usual I’m a bit behind in stuff but the excuse this time is that around 6 months
ago I started playing chess competitively again ( previously was when I was still at school) so
I’ve been spending a bit of time at it. Right now it involves going to
[the club](http://www.aucklandchesscentre.co.nz/webcontent/default.aspx) ( site being redone soon) one evening
a week, the odd tournament and some study and practice on [sites like this](http://chess.emrald.net/tProfile.php?TacID=21765) .

I’m now [ranked](http://www.poisonpawn.co.nz/nzcfratings.htm) 332nd= in the country but
I think with a bit of work I could be in the top 200 in a few months if I keep at it.

Other stuff that is happening is that a proposal for a [Sysadmin Miniconf](http://sysadmin.miniconf.org/) has been submitted
to [Linux.conf.au 2009 in Hobart](http://linux.conf.au/). More details to come.

Some links:

A good paper at Usenix 2008 on [Handling Flash Crowds from your Garage](http://www.usenix.org/events/usenix08/tech/full_papers/elson/elson_html/)
[PDF version with the diagrams](http://www.usenix.org/events/usenix08/tech/full_papers/elson/elson.pdf) .

…and an interesting article on [How long will we be trapped in this mobile hell hole?](http://www.smstextnews.com/2008/07/how_long_will_we_be_trapped_in_this_mobile_hell_hole.html)
panders to my dislike of mobile applications.

And finally a Watchmen Trailer / Heroes Mashup video:

Share

Barcamp Auckland 2008

On Saturday ( 11th July ) I went to [Barcamp Auckland 2](http://bca.geek.nz/)
over at Botany Downs. Like [last year](http://bca.ludwignz.com/) ( which I
seem not to have blogged about) it was a 1 day “web technology” orientated
unconference organised by [Ludwig Wendzich](http://ludwignz.com/) and a group of
helpers.

Once again the venue ( Botany Downs Secondary College ) was great although
this time around the weather was nasty so things were a bit cold. I also
had a headache and queasy stomach so most of the time I felt like [this](http://flickr.com/photos/talios/2663111543)
( although at one point I [felt like this](http://flickr.com/photos/zakhenry/2660119763) , I think the pills had just kicked in ). So
my concentration skills weren’t on their best.

So here is a list of stuff I went to, the programme doesn’t seem to be online
anywhere so things are a little spares wrt names, titles and the like. Most of
the talks were fairly informal with a lot of audience participation. I
have an idea for a website so I went along to a couple of the more commercial talks.

**Productivity**

A talk from [Ben Young](http://blog.bwagy.com/give-users-what-they-want/) followed by a bit of a round table about productivity. The usual
stuff like only checking your email now and then and otherwise trying to
avoid interruptions plus a few other ideas about.

Suggested Tools:
[GoTo Meeting](https://www.gotomeeting.com/) , [Kayako](http://www.kayako.com/) , [OTRS](http://otrs.org/)

**Advertising**

A great overview by Regan from [throng](http://www.throng.co.nz) ( NZ TV website) about their experiences
with advertising and making money from their site. He discussed the various
text ads, textlink ads, Video Ads ( recommended [Unruly Media](http://www.unrulymedia.com/) ) and affiliate programmes.

Good discussion from others in the room including one guy who is getting 20% clickthoughs on google ads(!). There
was also some discussion about getting New Zealand ads onto smaller sites. It sounds like some people
are talking about an ad network for independent publishers.

**Frontend Performance, Yslow etc**

I organised a little session ( with a 5 minute’s notice) about the [Best Practices for Speeding Up Your Web Site](http://developer.yahoo.com/performance/rules.html)
stuff that has been big for the last year or so and experiences people had had. I can’t say it
was a very good session. I didn’t prepare or know the topic backwards so I was pretty disorganised. There was some round table discussion about people’s
expediences but I can’t say I was very happy with how it went.

**Windows, IE**

One of the guys from Microsoft talked about the problem of getting people off IE6
and up to the latest XP service packs. Some 25% of the population are still on IE6
( another 25% Firefox and around 50% IE7). The idea is to get these people
upgraded to secure systems and using standards compliant browsers.

There was also a bit of talk about IE8 and how a good percentage of of sites with “IE hacks”
didn’t render nicely anymore because IE8 was now more standards compliant.

**SEO**

Another session from [Ben Young](http://blog.bwagy.com/give-users-what-they-want/) with some general
advice of Search Engine optimisation. Lots of good general advice on setting goals, monitoring progress and different areas
plus some special sauce on building links in a non-spammy way.

**iphone seller**

A talk from a guy from [Mob](http://www.mob.co.nz) about how:

1. Fly to the US
2. Buy 15 iphones
3. Attending technical conference
4. Fly back to NZ
5. Unlock and sell iphones
6. Profit!
7. Goto 1

Turned into a real business.

**Careers**

A session of 20 people giving [Ludwig Wendzich](http://ludwignz.com/) ( 17 year old main organiser)
career advice. More interesting than it sounds.

**Other**

There was a bunch of other stuff:

* Ran into the usual suspects and couple of people from back at Telecom
* Saw [Rock Band](http://www.rockband.com/) game.
* Didn’t see the 5 minute coding competition due to crowd
* Lunch plus two breaks worth of food served
* Cute little online app to synchronise stuff, book rooms and see what was happening
* Around 40 people didn’t show up when others got turned away 🙁

**Other Write ups**

* [Official Bebrief](http://ludwignz.com/index.php/site/journal_entry/barcamp_auckland_2_debrief/) from Ludwig Wendzich
* [Simon Gianoutsos](http://gianouts.blogspot.com/2008/07/barcamp-auckland-2-synopsis.html)
* [Ben Young](http://blog.bwagy.com/give-users-what-they-want/)
* [Some guy without his name on his blog](http://www.devour.co.nz/2008/07/13/barcamp-auckland-2008/)

END

Share

Kickstart

My current job involves a wider range of stuff than my previous position. So
while I didn’t really deal with hardware at all at Telecom my new job involves
everything from the server hardware on up.

As part of that I’m getting my head around some tools to help manage our installations
a little bit better with the goal of getting from bare-metal to a “in production”
server in around 15 minutes. Several people at the [LCA08 Sysadmin Miniconf](http://sysadmin.miniconf.org/programme08.html) were at that stage so it seems a good target especially since we have a pretty small team.

So today at home I was playing around with Kickstart a bit. It’s actually fairly easy
you just add a few lines of config to the dhcp.conf:

allow booting;
allow bootp;

group {
	next-server 10.1.1.22;
        host test4 {
	  hardware ethernet 00:0B:6A:33:B7:36;
          filename "pxelinux.0";
	  option host-name "test4";
	}
}

The IPs above is my DHCP/TFTPD server while I hardcoded the Mac address in the make sure other machines didn’t get in the way.

The TFTP Server was a simple install and I only ended up with a few files:

/memtest86
/pxelinux.0
/centos52
/pxelinux.cfg
/pxelinux.cfg/default
/centos52-initrd

I grabbed the pxelinux.cfg/default file from [here](http://egopoly.com/archives/2006/03/creating_a_kick_1.html)
while the pxelinux.0 came with the [SYSLINUX](http://syslinux.zytor.com/wiki/index.php/The_SYSLINUX_Project) download.

The memtest86 and centos52 files are just the standard ones that come with the distributions ( they are under /os/i386/images/ in centos ).

Those files enabled me to remote boot memtest86 no problems ( except for my
computer need a power cycle between boots in order to network boot correctly).

Next I grabbed a quick mirror of the centos 5.2 ( rsync://mirrors.kernel.org/centos/5.2/os/i386 to be exact )
and [this](http://fedoranews.org/tchung/minikick/ks.cfg) ks.cfg file and that was pretty much it.

I was actually surprised how easy it was. I’ve just done a test install and from
power on of an empty system to login prompt on the installed machine it takes just 8 minutes.

The whole process is:

1. Hardware Boot
2. Network Boot PXE Image
3. Boot Centos Kernel/initrd with Kickstart options
4. Kickstart Downloads packages and installs OS
5. Reboot
6. Normal Centos Boot.
7. Finished

Of course the system has a fairly minimal install since I just used a simple
kickstart config. My next stage will probably be to add a few lines
at the bottom of the kickstart config to install [puppet](http://reductivelabs.com/trac/puppet)
and from there install additional packages and configure everything.

I think 15 minutes seems a good goal, especially since the work network and machines are
faster than what I have at home.

Links:

* [Billo – Creating a kickstart install server for Fedora Core 4](http://egopoly.com/archives/2006/03/creating_a_kick_1.html)
* [The SYSLINUX Project](http://syslinux.zytor.com/wiki/index.php/The_SYSLINUX_Project)
* [Debian Docs – Preparing Files for TFTP Net Booting](http://www.debian.org/releases/stable/i386/ch04s06.html.en)
* [Centos Wiki – PXE Setup](http://wiki.centos.org/HowTos/PXE/PXE_Setup)
* [KickStart for Ubuntu](https://help.ubuntu.com/community/KickstartCompatibility)
END

Share

International Bandwidth Pricing

[An article](http://www.stuff.co.nz/4560779a28.html) in the Dominion Post
has Southern Cross Cables claiming that a new cable doesn’t need to be built
since Southern Cross’ pricing is competitive.

They even say that they will sell a 155Mb/s circuit for just $US 500,000 per year down from
6 times that just 4 years ago. Of course half the problem is that their customers
are locked into multi-year contacts so some of them are still paying the old prices.

However even the new prices are still pretty high. The $500,000/year price works
out at around $US 268/Month per Mb/s ( 500000/155/12 = 268 ) or almost exactly $NZ1 per Gigabyte downloaded. In contrast
pricing to Hong Kong, China or Japan is perhaps a quarter of this ( less in bulk) and trans-Atlantic much less. Within the US
I can buy *retail* bandwidth from [Amazon](http://www.amazon.com/S3-AWS-home-page-Money/b/ref=sc_fe_l_2?ie=UTF8&node=16427261&no=3435361&me=A36L942TSJ2AJA) for a 3rd of the quoted price.

That sort of huge margin means that New Zealand is going to be stuck with 30GB/month
domestic quotas for a while yet. Even those who use less than that suffer because
ISPs have too keep circuits full to save money so download speeds drop during peak times. It costs so much to host locally that almost all sites are
overseas and thus slower for domestic users.

It also means that newer applications (especially those involving streaming video, audio or other data) are
too expensive for most NZ users ( especially those on mid-range DSL accounts) to
regularly use. Things like downloading TV-shows or Movies via pay-services might cost
more in bandwidth than subscription (not to mention take forever to download).

In reality $5/month per customer is all ISPs can really afford to pay in International Bandwidth prices for
something like a $30/month account. As bandwidth prices drop quotas will go up and perhaps (when bandwidth is cheap enough) go away.

Right now Southern Cross isn’t under a lot of pressure to drops it’s pricing and
it would like to keep things that way. The additional bandwidth going into Australia
and the proposed Kordia cable will put a downward pressure on prices. A casual drop of 20% in bandwidth prices will pay return the governments investment in a year.

In reality to match other country’s cost, bandwidth prices need to drop by at least 75% and then continue dropping. Allowing them
to remain high to protect Sounthern Cross’ profits hurts New Zealand.

Share

Zombies and Solaris

I’ll be upfront and say I’m not a big fan of Solaris, sure
it was cool back in the 90s but with the exception of a couple of cute
features like ZFS and perhaps Solaris Services Manager the
whole thing feels like a 1999 Slackware install with a few random multi-gigabyte Java processes using up all the RAM.

The lack of decent package management, old versions of software ( “find -mmin -10” is something I really like to use), slow booting, different device name for every version ( I don’t care what the hardware type is if it moves packets then ethN is a good enough naming convention) and of course random multi-gigabyte Java processes really put me off.

Today my bit of fun was upgrading a Solaris 10 box that needed zfs but had an early version of Solaris 10 that didn’t have it built in. So with Linux I’d just put the box at a server somewhere and “apt-get update” or “yum update” or something. However with Solaris I get to plug in a DVD, boot via it and go half way towards reinstalling the server before I get to the “actually I just want to upgrade some packages” option. Unfortunately at this point I get a little stuck because the installer seems to think that 4 Gigabytes spare on / and 3G spare on each of /var and /usr isn’t enough to upgrade 1G worth of packages. I’ll look at it tomorrow but I’m not impressed with wasting several hours adding and deleting packages ( With a crappy clone of dselect ) in order to try and make it work.

I think Sun’s big problem is that the only people who buy their hardware are either people with large storage requirements who really need ZFS or large companies and government bodies
who have been running Sun Boxes for 20 years and like their support for 20 year old apps.

The first market buy the boxes *despite* the legacy junk that the second group insist on. So Solaris boxes tend to come in two flavours, either they are “vendor shipped” with no Gnutools, no pretty editors and the CDE desktop or they are heavily modified with all of these thing to stop the Linux admins going insane for lack of bash. My last job was close to the first with old Solaris 8 and 9 machines while the current job is closer to the second with Solaris 10 everywhere.

The problem Sun has is that as soon as the feature the first group is after matures enough in Linux then they will drop Sun like a shot and switch over the Linux. With the second group well they aren’t going to Linux as fast but they are like newspaper readers, getting older and not being replaced as fast as they a dieing.

On to more conventional Zombies, here is the Australian short film “I love Sarah Jane

Share

Housing and building

First up I should mention that with my new job my phone number has changed so
if you think my number is still 027 4xx xxxx then you might have problems
reaching me ( that phone is actually plugged in and in prepay mode but I don’t
carry it around). Email me if you’d like my new number and don’t know it
already.

I just spent a couple of hours looking at the [Sketch Pad](http://topics.nytimes.com/top/classifieds/realestate/columns/sketch_pad/index.html) column
in the New York Times. The column ( publish about once a month, no obvious RSS feed though) “*focuses on an apartment, house, loft or shack now for sale that has unrealized potential. Each month, a different architect or designer is asked to create a vision of what the place might look like. There are no guarantees that the plans would be approved by co-op boards, municipal building departments or planning boards..*” . The
articles feature commentary, photographs and sometimes plans and sketches of the
designs. I particularly like once for small apartments although New York prices are very scary. ( via [Signal vs Noise](http://blogcabin.37signals.com/posts/) )

Also on the subject of housing there is the article [Want to Know When Housing Has Bottomed? Here’s How](http://www.oftwominds.com/blogapr08/RE-bottom4-08.html) by Charles Hugh Smith. He
roughly says housing is still priced way of it’s rental value and that estate investment pros
rules of thumb is that the fair value of a property if between 6 and 10 times the annual gross rent. In this part of the world
(where mortgage rates are over 10 percent ) I would guess the average multiplier is more like 20 ( One reason I rent). Of course knowing my luck that just means rentals are going to double over the next few years.

John Allspaw ( operations manager at Flickr ) has posted his slides from his [capacity planning talk to the Web 2.0 Expo](http://www.kitchensoap.com/wp-content/uploads/2008/04/web20expo-capacityplanning.pdf) (PDF) .

In an interesting move a couple of weeks ago Microsoft announced that one floor of their new Chicago
datacenter will be container based. Each 40 foot container will house 1,000 to 2,000 systems with between 150
and 220 containers on the first floor. See stories in [Data Center Links](http://datacenterlinks.blogspot.com/2008/04/miichael-manos-keynote-at-data-center.html) ,
[Data Center knowledge](http://www.datacenterknowledge.com/archives/2008/Apr/01/microsoft_embraces_data_center_containers.html) and [James Hamilton’s blog](http://mvdirona.com/jrh/perspectives/2008/04/02/FirstContainerizedDataCenterAnnouncement.aspx) .

Last up [Barcamp Auckland 2](http://bca.geek.nz/) is happening on the 12th of July. I had
a great time last year and I’ll definitely be going again.
END

Share

3 articles on Building Internet Services

I’ve come across 3 great articles this week on best practice for building
Internet based Services.

*First* up [Simon Wilson](http://simonwillison.net/) gives a good overview
of what web orientated developers should be doing these days. As he says
“I tried to pull together all of the things I wish I’d been told before I
started building things on the Web”:

The slides are a good overview of the main areas of web engineering that have
changed in the last few years and what the current best practices are. Worth
a skim though and a subsequent Google if you find gaps in your knowledge. Simon
is a [Django](http://www.djangoproject.com/) developer so he references that
project a bit.

*Next* [Greg Linden](http://glinden.blogspot.com/) has
[a post](http://glinden.blogspot.com/2008/03/designing-for-internet-scale.html) pointing
to and commenting on a [James Hamilton](http://research.microsoft.com/~jamesrh/)’s LISA
paper “On Designing and Deploying Internet-Scale Services” ( [PDF here](http://research.microsoft.com/~jamesrh/TalksAndPapers/JamesRH_Lisa.pdf) ).

I’d advise reading James’ paper first and then Greg’s comments, both are useful. I was
also looking at some other papers on [James’ site](http://research.microsoft.com/~jamesrh/) including
[this related presentation](http://research.microsoft.com/~jamesrh/TalksAndPapers/JamesRH_AmazonDev.pdf) and on Modular Data Center design. James’s
[Blog](http://perspectives.mvdirona.com) looks interesting as well.

*Finally* the Yahoo! [Exceptional Performance](http://developer.yahoo.com/performance/) people
have added another 20 rules to the existing 14 on how to speed up customer access
to you website:

NOTE: Slideshare seems to be allowing the document to be viewed but not
downloaded right now, I grabbed a copy previously ( 3 MB .ppt) if anyone wants a copy).

Currently I’m still looking at the original 14 rules for ideas, [CSS Sprites](http://www.alistapart.com/articles/sprites) look
especially interesting and a big potential win.

END

Share

New Disk

It’s been three weeks since my last blog entry ( I aim to do at least one per
week) so I thought I’d best post something.

The main news is that I have left Telecom ( after 3.5 years ) and have been at a new
job for the lat two weeks. The new job is part of a small team ( approx 5
people ) which look after the servers (and some other equipment) for one of
New Zealand’s top 10 websites.

Things have been pretty busy as I’ve had to get up to speed on the environment
fast since one of the other guys is on leave for 4 weeks but learning the
technology has been interesting. Things also move a *lot* quicker than they did
at Telecom.

Technology wise I’ve been playing around a little bit with the [nginx](http://nginx.net/)
webserver for possible serving static content. Especially the [Mirror on Demand](http://hostingfu.com/article/nginx-and-mirror-demand)
concept looks pretty cool for syncing multiple servers.

I also had a bit of fun today getting a new 750GB Hard drive working. Because
my old machine doesn’t have any SATA ports I’m using a [SiI3114 – PCI to 4 Port SATA Card](http://www.siliconimage.com/products/product.aspx?id=28)
to access the disks. However it didn’t recognise my new drive because it was too big.

A bit of googling around and found I had to flash the card’s bios to a new version
in order for it to recognise the drive. It took me a couple of goes since the
bios update programs only work for Windows or DOS so I have to boot into
[FreeDOS](http://www.freedos.org) but all working now:

# df -H /media/disk1
Filesystem             Size   Used  Avail Use% Mounted on
/dev/sdb1              739G   207M   739G   1% /media/disk1

Useful links:

* [George Pantazis explains the problem and suggests using FreeDOS](http://ssh-lroot.blogspot.com/2007/10/sil-3114-add-on-card-bios-update.html)
* [The BIOS Update Utility and IOS images](http://www.siliconimage.com/support/supportsearchresults.aspx?pid=28&cid=15&ctid=2&)
* [A good article on how to create the FreeDOS boot image with the utility on it](http://www.linuxinsight.com/how-to-flash-motherboard-bios-from-linux-no-dos-windows-no-floppy-drive.html)

Anyway time to head to bed. I have to get up at 7am these days to get into work
and my sleep patterns are still adjusting. The good news is that I’m actually starting
to get through my TODO list and I’m only a little behind in my email.
END

Share

Catchup and EeeXubuntu

Yesterday I installed [EeeXubuntu](http://wiki.eeeuser.com/ubuntu:eeexubuntu:home)
on my [Asus Eee PC](http://www.eeeuser.com). [Xubuntu](http://www.xubuntu.org/) is
a version of Ubuntu designed for low-specification computers while EeeXubuntu
is a slightly tweaked version of that that installs some drivers and such
for the Eee.

I was pretty impressed with EeeXubuntu ( probably pronounced “Easy-buntu” ), I
followed the instructions and burned the ISO image on a flash drive. Then it was
just a matter of pressing escape on boot up to make it boot from the drive instead
of the normal internal drive. The EeeXubuntu install is also a live boot disk
so I played around with it first to make sure I like it before I installed
it over the top of the Xandros install my Eee came with.

The default desktop now looks like this (click to go to larger image):

and is pretty similar to a normal desktop install. The Xfce desktop doesn’t
seem to be missing many features that I got with my normal Gnome desktop on
Ubuntu so I am pretty happy so far. All the hardware (except the camera which I have not tested) works
okay and both Suspend-to-RAM and Suspend-to-disk work. Boot times are a little
slower but I am happy otherwise.

I partitioned the 4G disk with 500MB of Swap (very low priority) and the
Operating System uses just over half of what is left. Even better I can use
the normal Ubuntu software repositories so new software is easy to install

On the subject of my Eee I haven’t posted before about my “Eee Kit” which I carry
around.

The kit comes in thick plastic bag with a zip (not zip-lock) to seal it and
consists of the Eee power supply, a small mouse ($20) and a tin containing
some headphones and a 4G flash drive. It all seals up nicely and takes about
as much space in my bag as the Eee itself. About the only thing I miss would
be a short piece of cat5 cable.

Other Items.

+ I am currently reading [The discovery of France](http://www.amazon.com/Discovery-France-Historical-Geography-Revolution/dp/0393059731) by Graham Robb
which is a fascinating book on how pre-WW1 “France was a land of ancient tribal divisions, prehistoric communication networks,
and pre-Christian beliefs. French itself was a minority language.”
+ A torrent of all Linux.conf.au 2008 talks and slides is available [here](http://www.cc.com.au/torrent/linux.conf.au+2008) (12GB).
+ NZNOG 2008 has posted conference slides for [Wednesday](http://conference.nznog.org/wednesdayoptions.html) and [Thursday/Friday](http://conference.nznog.org/conferencepapers.html) along with [videos](http://www.r2.co.nz/20080124/) (still being updated).
+ The Sysadmin Miniconf slides are now up for [Linux.conf.au 2008](http://sysadmin.miniconf.org/programme08.html) and [NZNOG 2008](http://nznog.miniconf.org/programme08.html)
+ I recently got involved with the [Mailop](http://www.mailop.org/) group, which is a list for Email Administrators.
+ I’m currently working out my notice at my current job and going to start a new one in a weeks time. More details later.
END

Share

Fight for Your Right – Friday at LCA 2008

The last real day of Linux.conf.au 2008 was [Friday](http://linux.conf.au/programme/friday). I had
signed up to do a a [lightning talk](http://en.wikipedia.org/wiki/Lightning_Talk) in the last
session (see more below) so I ended up spending various breaks, writing and
rehearsing that rather than the other stuff.

The Keynote today was about Python and Python 3000 by [Anthony Baxter](http://www.interlink.com.au/anthony/). While
there have been a couple of complaints that the talk wasn’t good enough to be
a keynote I was very please with it. It was of medium but accessible technical
level about a major open source project which is used by many others. It was
by a local who is a senior person in the project and it was well presented. It
was also good to have something a bit more technical that the previous two
keynotes. Interesting thing I learnt about was the Low Level Virtual Machine or [LLVM](http://llvm.org/)

The prize draw had a weird/stage/disturbing moment when the organisers took
back a prize from someone who had won it in the draw. I can see thinking but
I am not sure if the right result was achieved.

First session was one of those nice ones where there were four talks I would
like to have attended (I’ll download an watch later I guess) but I ended up
going to [Dave Airlie](http://airlied.livejournal.com/) on Open Source Graphics
Drivers. I went to this last year and he is a pretty good speaker. This year
it was a pretty good survey of the current state of things and quite
interesting and to a good extent very positive.

One thing I’d really like to see would be a site with a nice summary of the
current support of various video cards in Linux. This might be good for
people looking to buy new cards so they could know which ones have closed drivers,
which open, which are shipping in distributions and how well they work.

Session two again had a few options but I went to see the talk on Suspend
to Disk, quite good again although a little over my head. The problem
really seems to be at the unsolved stage right now with kexec as a possible
option but that still only solves half the problem.

After lunch I went to [Keith Packard’s](http://en.wikipedia.org/wiki/Keith_Packard)
X driver talk. Once again it was a bit of a survey of current status (with a bit
about Intel releasing docs at the start) which is good for people like me
who aren’t seriously into this but like a survey of where things are currently up to.

The last main talk I saw was from [Luke Kanies](http://www.madstop.com) about
[Puppet](http://www.reductivelabs.com/projects/puppet/) and resource abstract
in System management. Nice talk on an area I am especially interested in
these days although I guess I don’t need as much convincing as some people.

One thing I took back from this year’s LCA is that running servers like people did
15 years ago doesn’t cut it anymore. It’s not just the big boys but just about
everyone with more than half a dozen (and perhaps less) servers should be using config mngt
to administer them. No less than 3 speakers at the Sysadmin Miniconf said that
if they have a server to install or re-install they jump jumpstart it to a simple
install and use their Config Mngt programs (Puppet in 2 cases) to install the
reset of the software and config. 15 Minutes from bare metal is all it should take.

On the other hand where I work I’d be lucky to open the ticket to have a
box restored in 15 minutes. It could take hours (or more) for it to actually
happen. While Luke (and others) have done a lot of work convincing many that
this sort of thing is now “best practice” there are still many places prefer
to run things the way they always have. I suspect a few of those places are
going to have a lot of trouble competing with those that do keep up.

I can’t find the quote but (from memory) one of the speakers said that ten
percent of the total global IT spending in 2008 was going to be made by the
top 20 providers ( Google, Microsoft, Amazon, etc) on Data centers and computers
to fill them. These companies, the people they sell to and their imitators
are the ones are going to deliver IT infrastructure so quickly and cheaply that
traditional IT depts (and companies that depend on them) won’t be able to keep
up.

After the last of the talks there was a lightning talk session in the main hall.
This was quite well attended ( at least 350 people) and featured some pretty
good talks.

My talk was on a protocol that could be used by speech recognition programs to
talk to each other. It is about 32 minutes into [the video](http://mirror.linux.org.au/pub/linux.conf.au/2008/Fri/mel8-820.ogg) just
after the talk by Pia Waugh. Looking at it I didn’t do too bad but obviously wasn’t
anywhere near as good as some of the speakers.

It was a little disappointing to see that many of the Lightning talk speakers
were quite experienced speakers like Pia and Jeff Waugh, Rusty Russell etc rather
than people we don’t normally see. However some of the speakers were new and
also the regulars delivered some very good talks.

The evening event was the “Google Party” which was a BBQ and drinks in a
covered area of the University. Reasonable nice I guess although I found it
hard to mix and ended up going back to Trinity fairly early. Talking to people
there was good although the Sept 11th Conspiracy Theory guy was creepy and
got on my nerves. I really have no time for kooks and nutters and it is a shame
that even LCA has it’s share of them

Share