Sony Rolly

Now I’m usually a bit anti Sony stuff, probably because I’ve always preferred Nintendo consoles etc. I did once have a MD player/recorder however so I’m not completely against them. My sister showed me a clip of a new mp3 player that looks pretty awesome - and very original. I’ll let the video speak for itself…

Technorati

Pigeon plays on iPhone

Well this is pretty random but Engadget had an article showing this video -I thought it was pretty funny…

In case you were wondering, the game it’s playing (albeit probably unwittingly) is Tap Tap Revenge - which is like guitar heroes but for the iPhone/iPod Touch.

Technorati ,

Xubuntu Install Fix

Having nearly given up on fixing the hardware issues on my old laptop to get it to have both the wireless AND the keyboard working at any one time (some sort of ACPI issue :() I decided to try and install xubuntu a really old box.

By old I mean AMD 475Mhz old and when it eventually loaded up the installer it got so far as partitioning the disks and then failed! I thought it must be yet another hardware issue so gave up for a while. I tried again and this time booted into the live cd and tried to partition it manually - it failed with the following:

/dev/hda1 is mounted; will not make a filesystem here!

So, did a bit of digging about and it seems like its a long standing issue in some installations of Ubuntu based installs, but there is a fix that worked for me and to save anyone else that might be looking to fix this error I’ll post it here so you dont have to sift through forums or bug reports to find it:

From the bug report here:

vi /lib/partman/commit.d/30parted
Put ‘update-dev’ right after close_dialog.

#!/bin/sh

. /lib/partman/definitions.sh
for dev in $DEVICES/*; do
    [ -d "$dev" ] || continue
    cd $dev

    open_dialog IS_CHANGED
    read_line is_changed
    close_dialog
    [ "$is_changed" = yes ] || continue

    disable_sap "$dev"

    open_dialog COMMIT
    close_dialog
    update-dev
    done

Technorati , , ,

Avahi, Netatalk and Bonjour

dv2054ea (Modified From HP Website)Ever wanted to use the simplicity of Bonjour on your home network but don’t have a zillion squid spare to spend on an entirely mac based collection of computers? Well if you’re like me and tend to end up fixing up previously used computers and making them useful again then you’d probably either leave Windows on them (yeah right) or stick a distribution of Linux on to test it out.

Thanks to my friend Spode I tried out Mint Linux on my old Laptop (HP dv2054ea) and started wondering how well I could integrate it with my Mac.

Mac’s have a nice discovery service called Bonjour which will look for devices that are advertised using Bonjour. There is an open source version called Avahi - this will allow you to use Linux to advertise services that you want to share from your Linux box - such as afp based file share (where Netatalk comes in).

Now this is where you need to be careful - Mac’s will require encryption to let you connect up to any file shares and so you need to do a bit of compiling with ssl enabled of the netatalk package. There is a blog post by someone who’s set up his share’s so that you can even use your linux box as a remote time machine (similar to Apple’s time capsule).

Since I already have a time capsule, I didn’t need to set up all of the things suggested there but most of it applied to what I needed and all in one page!

Minty's Bonjour Services in Finder

The “ndrew’s rem…” below minty is the VNC connection advertised from the avahi daemon running on ‘minty’ (the Linux Laptop). I’m pretty sure I didn’t have to define that in avahi, it just advertised it.

So, if you want to set this up, go follow the relevant parts on the article at kremalicious.com.

Technorati , , , , ,

GlowWorm is a Leopard Killer

Right, if any of you own a Mac with Leopard on it… AVOID GLOWFORM FIREWALL LIKE THE PLAGUE. Yes its my fault for trying it out without reading other people’s comments on http://osx.iusethis.com before installing it but in my curiosity I just went ahead and tried it.

Big mistake, apple discussion forums and comments on iusethis all say that it breaks Leopard. It doesn’t just temporarily break things, in my case I installed it, ran it, it crashed, then every other program running crashed, then i couldn’t log out or restart! Only thing left was to hold the power button and try and restart and uninstall.

Well that didn’t work because on boot up, you can’t get past the blue screen before the login window. Most people with this problem have managed to safe boot their mac and delete the application files. Just my luck that I can’t even get that far!

So yes, avoid this software completely! More fool me for thinking that I could need more than the OS X built in firewall. Thankfully I have everything backed up on my time machine so I’ll just wipe and restore when I dig up the Leopard install DVD.

I almost don’t want to post the icon of this page but I think it deserves to be shown so you know to associate this logo with MacMurder…

Update: I called up applecare who told me of another little keyboard shortcut for startup - the ALT a.k.a Option key. This asked for my firmware password then allowed me to select the Leopard install disk. From there you can select Utilities > Restore System From Backup and use your Time Machine to restore the system completely.

It’s going to take a while (3 and half hours) but at least it will be restored! No idea why on my particular issue, none of the other startup key commands would work.

Technorati , , ,

« Previous Entries