Archive for January, 2009

January 8, 2009: 9:34 pm: MatthewDebian, Linux Misc, MythTV, Technical, Ubuntu

So we had a power outage at our house, and I had to shut down my Myth backend server for the duration, and decided to try and fix its sometimes-spotty NIC at the same time.  Every so often I got a completely dead response so trying to scp something there was painful… so I swapped the hardware.  Unfortunately, when it came up, the machine realized the card was a new one (3c905, they’re still astoundingly reliable) and complained.  First it told me it was the wrong MAC address, then it gave up and assigned it eth1.  Unfortunately, all my settings were bound to eth0 and when I changed the /etc/network/interfaces to reference eth1 instead, some parts still didn’t work… mysql complained, and mvpboot just was unwilling to do anything.

Bad news.

I finally found a thread about replacing a NIC in (I think) Ubuntu 8 but when I tried the solution, the file they referred to (

/etc/udev/rules.d/70-persistent-net.rules

) didn’t exist.  Back to Google.

Next I found an older forum exchange about ubuntu 6.06 NIC replacement breaking the network, and I was able to find that file:

/etc/iftab

and in it was the old MAC address.  Commented the line out, restored the settings to be eth0, rebooted, and bingo I’m back in business.  Wish I had found it last night…

January 4, 2009: 7:26 pm: MatthewApplications, Family, Technical

So I finally got invited to the Boxee alpha, and had to move the apps to the ATV.  I couldn’t find a clear way to get the frappliances until I found a forum entry describing the process.  It’s still kind of kludgy given the rest of the stuff I’ve seen from the app/company… you’ve got to download the atvusb installer and then expand it and then pull the frappliances out of the build:

Path to find the apps in the atvusb-creator is: atvusb-creator\atvusb-creator.app\Contents\Resources\payloads\patchstick \plugins

copy them onto your ATV where your other plugins live in /System/Library/CoreServices/Finder.app/Contents/PlugIns

and then restart the finder.  Worked great.  Now to find out what all the hubbub is about…