Posts Tagged ‘ubuntu’

Replacing a Live System RAID On The Fly

Friday, June 26th, 2009

Well, this is one of those crazy fun things that I had to attempt. My old system drive consisted of two 80 GB IDE drives in a mirror configuration. Pretty standard, but they were getting sluggish and I happen to have a few 320GB SATA drives doing nothing.

This is not a tutorial. This is a step by step account of a process I took to replace my disks; This is to be taken only as a suggestion as your configuration and mileage may vary. There may also be a better way of doing this.

So, lo and behold, I plugged them in to my eSATA ports and started rolling over!  For the sake of this exercise the original drives will be sda, sdb. The new drives will be sdc and sdd. The raid device is md0. (more…)

Ubuntu 9.04 on a Dell Latitude D610, Success.

Saturday, May 9th, 2009

I had the joy of recovering data from a busted-ass Windows XP installation.  You know, the one where it blue screens no matter what boot process you try with an error about “kernl32.dll” being screwed? Yeah, one of those.  So, I fired up an Ubuntu live CD to test the hardware and figure out if anything was actually wrong with the laptop – and much to my surprise – everything just worked.

I’ve watched Ubuntu grow over the years and I’ve used it on many machines.  The trickiest has always been cheap laptops.

The specs on this machine are fairly simplistic:

  • Intel Pentium M 1.6Ghz
  • 1255MB of ram (strange, eh?)
  • 40 GB hard disk
  • cheap-o-dell-branded cd-rw/dvd-rom (modular, though)
  • broadcom gigabit ethernet
  • intel wireless
  • bluetooth (dell branded, onboard usb device)
  • standard ac’97 modem, ac’97 audio
  • and a bunch of other fluff.

I’m just really impressed that everything works.  I didn’t have to find any windows drivers, or do anything goofy to get things rolling.  All the function keys (standby, hybernate, wireless, battery status…) work as expected.

Kudos to Ubuntu.

Happy Ubuntu Day (9.04 Released!)

Thursday, April 23rd, 2009

Today, like clockwork, is the day in which Ubuntu issues another release.

Get your copy via the always legal BitTorrent here.

Happy Ubuntu Day!

Wanda the Fish is Dead

Wednesday, April 1st, 2009

dead-wandaLooks like I neglected her too much.

Ubuntu, AppArmour, and Moving MySQL Data

Wednesday, January 28th, 2009

Note to self, when moving the path where mysql stores it’s files, make sure you edit the App Armour file to allow mysqld to write to the new location.

Time wasted: 30 minutes.

The message:

kernel: [422118.789696] audit(1233167081.635:38): type=1503 operation="inode_create"
requested_mask="w::" denied_mask="w::" name="/opt/mysql/pluto.lower-test"
pid=12412 profile="/usr/sbin/mysqld" namespace="default"

The solution: edit this file;

/etc/apparmor.d/usr.sbin.mysqld

And add the necessary new paths… Good times, right there.