more of my minions are getting into watercooling

posted @ 10:05 pm on Sunday, June 15, 2003

Mal, a mate of mine from New Zealand (hey, I claim NO responsibility for him and furry animals), has finally gotten off his fat ass and done both install Linux (Redhat 9.0) and gone watercooling! How cool is that? I now have an extra minion to help take over the world!

He did take pics which is a good thing and they can be found here. The kit is actually very similar to my current setup, which i STILL need to upgrade one of these days. The only thing that is really different is the type of waterblock, and he has an additional water reservoir. The tubing is also slightly different as he has a metal coil inside the actual silicon tubing to help stop it from kinking in small cases.

howto updates

posted @ 2:44 pm on Sunday, June 15, 2003

Small updates to some of the howto documents.

The Debian Kernel Recompile just had a few additional comments added and command updates.
The lm-sensors howto was updated to reflect the need for the i2c-source package as the current 2.4 kernel does not have high enough versions of the i2c modules available.

wireless

posted @ 2:35 pm on Sunday, June 15, 2003

I picked up myself a Netgear WG602 Wireless Access Point on Friday. It looks pretty sexy. The product website is here.

It supports both 802.11b as well as the brand spankin’ new 802.11g protocols. That gives me 54Mb on the 2.4GHz band with 11g and the normal 11Mb link on the 11b.

I now just have to find myself some PCI 802.11g cards to utilize the higher speeds. The intention of the PCI cards is to eliminate the need for cat5e/6 cables running down the hallway and lounge room. I also intend on getting a ’shuttle’ type case for the entertainment unit for mp3 & movie playback over a wireless NFS share. I also intend on getting a Sharp Zaurus with a wireless card too, so buying this Access Point is just the first part of this stream of updates to my network ;)

Shell Optimax

posted @ 6:12 pm on Wednesday, June 11, 2003

Well, it has NOT been a good few days for me. We just had a long weekend where I intended to go on a few rather long rides on my Kawasaki zzr250, but instead, it all went to buggery.

Saw ‘2 Fast 2 Furious’ on the Friday night, which was bloody awesome, and rode from my mates that night. On Sat, I did the rello thing with the woman, and of course had to drive there as I can’t carry a pillion till I get my open licence. After we got home I decided to wash the bike and clean the wheels & chain ready for the intended ride with a friend to another friend’s place in the middle of nowhere. After washing the bike and cleaning the wheels/chain, I went to put it back in the garage and it wouldn’t start. No big deal I guess as I obviously got water somewhere it shouldn’t have gone.

The next day I went to start the bike, which it did, but only momentarily, it stalled and then would not start again. I had to go off and get a pair of jumper leads as I ended up sending the new battery flat trying to kick the bitch over and over.

I managed to get the bike started but it would not idle at all. Get anywhere close to the idle speed of ~1100rpm and it would just fall to zero and stall. Not very good indeed. So after a lot of screwing around I managed to get advice off a friend that I had gotten water in the carby (thanks Mal! heh).

Anyway, fixing this involved ripping the fairing off the bike, and undoing the brass screws at the bottom of the carby which are a real *bitch* to get to due to the space constraints. After a while I got to them and emptied the water & fuel from the carbies, put everything together again and started her up. The bike started, but would still idle weirdly, it would idle high then falter after a minute or so, then when I took it for a run up and down the garages, it stalled and I had to do the whole process over again.

Anyway, I organised to get its 6000km service done today along with getting the carbie looked at seing as I had the bike running but with a high idle speed this time around. Unfortunately I managed to get a few kms from home and the bitch stalled and flooded itself in the middle of traffic. Luckily I got Carringbah Motorcycles to come and pick the bike up and take it back to their shop.

This is where the interesting stuff happens, I get asked later in the day if I use Shell Optimax fuel. As it is, I use that fuel religiosly in the Falcon XR6, and have also done so in the bike. Unfortunately, Shell Optimax fuel does NOT play nice with non-fuel-injected motorbikes. To use Optimax fuel you need to get smaller carby jets and use hotter plugs. Because I had done neither of these things, the Optimax fuel managed to foul my plugs and take out the carby float valves.. The mechanic from the bike shop advised me just to use normal Unleaded Petrol in the bike, unless it was fuel injected as the PULP (premium unleaded fuel) can have adverse effects on the performance of the bike. What this also means, is that I am without my little baby for at least another 2-3 business days until Kawasaki send out the replacement parts.

Considering that ever since I bought the bike, the longest amount of time that has passed without me riding has been about 1.5 days… I last rode on Friday, thats 5 days ago!! I am going insane!!@$

Anyway, be that a warning to anyone with a non fuel injected motorbike, that the use of PULP or Shell Optimax in particular will definately be a cause of immense grief. Don’t do it! :-)

dpkg madness

posted @ 10:34 pm on Thursday, June 5, 2003

Well, there has been an issue with dpkg that has been annoying me for weeks but its only just been now that I have jumped off my fat lazy arse and did something about it.

The problem is that I blew away one of my debian machines as it needed a low level format on its only disk (IBM ‘deathstar’ drive, you know, the infamous 45Gb ones). I backed up all the necessary data, and when it came to reinstall time, I was to install the debian ’sarge/testing’ base on the rebuilt machine and then use dpkg --get-selections > installed-packages.txt (from existing configured machine with all the right packages installed) and dpkg --set-selections on the reinstalled boxen.

In theory this is supposed to work like a charm, and essentially it does, but the next step after the --set-selections is the one that eluded me.

All google was able to tell me over the past few weeks while I have been 'casually' looking for why the packages wouldn't install, were pages that said a simple apt-get update && apt-get upgrade after doing the –set-selections would work fine, this is really NOT the case as the packages will not install unless you manually apt-get install them.

Though tonight when I remembered to have another quick look, I stumbled upon the infamous command required to get these packages installed without specifying them manually. the process is as follows:

On host you wish to replicate (original system before rebuild, or identical system you wish to copy):

dpkg --get-selections > /tmp/installed-packages.txt

scp /tmp/installed-packages.txt to the freshly built debian machine

dpkg --set-selections
Your new machine will then attempt to install all the packages in 'installed-packages.txt' that are not yet installed on the system.

Its times like these that a nice alcoholic drink is well called for ;-) hehe