Archives November 2011

Monday 28th November 2011 - 08:44:21

Chip

Went on a fixing mission this weekend. Rehung doors, fixed broken kids stuff (new wood leg for their little chair), re-mounted sunken light switches and all sorts of stuff. I removed the Roman rings from the kids swing set and added a new swing – so the wood working gear got a workout – poor little router hasn't had a good run for months. I used some cable pull rope to hold up the swing with eye splices at each end – although I had to go and look up the eye splice again because I messed it up initially... On Friday I borrowed a bench top LCR meter to measure the resistance and inductance of the armature and field windings of the VW generator which is going to be converted to a traction motor. Only problem was I didn't go and get the generator! Here is a screen dump of the motor control circuit graph:

Monday, 21st November 2011

Agree to what?!

I came across a very interesting prompt while trying to scan a hard drive... I'm still not sure what it's asking me...

Monday, 7th November 2011 - 08:49:43

Fedora Logo

During the weekend I upgraded Fedora on my laptop from Fedora 13 to Fedora 15 using the preupgrade utility. This initially took a lot of messing around. The main problem of capacity in the /boot partition was self-inflicted. When I created the partition layout for the system, I only allowed 100MB. This meant that there wasn't enough room to install the upgrade installer boot files to that partition.

Resizing the /boot partition, which was ext3, took a number of steps.

First, it was necessary to convert to ext2. All the utilities required can be found on Hiren's Boot CD by booting into small linux, knoppix would also be a good choice. First, tune2fs is used to convert from ext3 to ext2 by removing the jounal (-O ^has_journal). Once that is done, some space must be made to expand the boot partition. In my layout I removed the swap partition which is directly after to /boot. The friendliest way to do non-straight forward manipulation (i.e. resizing) of the partition table is with gparted. Start gparted and delete the swap partition, then resize the /boot partition to 250 meg. The next thing to do is resize the actual file system to occupy all of the partition. resize2fs is used to expand and shrink ext2 filesystems.

The other important thing I should mention: remove all your custom repos where possible i.e. Adobe et al. Otherwise preupgrade will go hunting for preupgrade packages at those repos (and fail).

Once all that was sorted, preupgrade was left to run overnight downloading about 2.6 gig of rpms.

In the morning I was presented with a reboot button. Once rebooted, the real work starts. Updating 2000 odd packages. This ran for most of the morning but once complete, it worked well with no major problems yet.

Daily archives