Went to the Boston Ruby Group’s monthly meeting last night. Walked over Mass Ave bridge (how many Smoots?) and there was a really amazing sunset. Big gray clouds with these holes that the sun was blazing through. This photo taken with my phone doesn’t really do it justice:
Category Archives: Tech
Barcamp!
Might go to Barcamp tomorrow:
http://barcamp.org/BarCampBoston2Registrants
Yeah, I know it’s Saint Patrick’s day, but it’s nothing to do with drink it’s about technology!
The Pogues
Going to see The Pogue at The Paradise tonight. Should be good craic. 😀
On other notes, Jetspeed 2.1 was released on March 3rd, so putting together an internal build for use at work.
Can’t believe that it’s been almost a month since I’v blogged. And on the Enlightement instructions, it works well on Debian, but in my Ubuntu Laptop it doesn’t work at all. I realised that after installing E17 using apt-get, that I had old libraries lying around from 2005 when I had compiled and installed E17 myself. I’m sure that caused a problem, but I’ve removed all traces I could find of the build I did and the binaries I apt-get’ed still work …
BIOS & Linux
My desktop at home is a system I assembled myself:
- CPU: AMD 64 3200+ Venice 2.0GHz Socket 939
- Motherboard: Gigabyte GA-K8NXP-SLI
- Memory: 2GB of Kingston ValueRAM 1GB 184-Pin DDR SDRAM DDR 400 (PC 3200)
- Video Card: eVGA GeForce 6600GT PCI-Express
I’d like to upgrade the CPU to a AMD dual-core processor, ZipZoomFly has the AMD X2 4800+ for $209, and it’s out of stock! But, before I can upgrade the CPU I need to update the BIOS. Currently, the BIOS is version F7 and it looks like I need F9 or greater to support the newer processors (I bought the motherboard in 2005 before the X2’s were available).
There are 2 ways to update the BIOS:
- Use a Windows Utility
- Update with a DOS boot Disk.
I only have Debian GNU Linux on the system, and I don’t have a floppy drive which is what you need to make a DOS boot disk. I dual-boot my laptop between Windows XP & Ubuntu Linux, because I need WinXP to VPN to work they just dropped Linux VPN support … but’s that another story if anyone asks I’ll tell it! 🙂 But, the laptop doesn’t have a floppy drive either! It be nice if Motherboards manufacture could provide bootables images so us non-Windows users could just write it to a CD-ROM or a USB drive and boot and flash the BIOS from there.
I know I’d created a DOS boot CD-ROM using Linux a few years ago but I couldn’t quite remember how. I found the old disk image I’d created and mounted it using the loopback interface, but just couldn’t remember what I had to do to … well thanks to that new fangled Google thing I found this: http://www.nenie.org/misc/flashbootcd.html. After 5 minutes of trying to figure out the arguments to cdrecord to tell it what device was the CD-writer and cdrecord -scanbus
return nought I used K3B to write the image the image to the CD. But, just what a pain in the backside ….
Jetspeed build
Is borked! First, changes to some spring projects that it depends on broke the Jetspeed. Jetspeed uses Maven 2, so the spring it uses is an imported Maven project which had a depenceny that wasn’t required and was undownloadable and causes the Jetspeed build to fail. Now I get an error that few people can duplicate:
[echo] portlet-api.version=1.0
[echo] org.apache.jetspeed.deploy.version=2.1-dev
[echo] org.apache.jetspeed.deploy.groupid=org.apache.portals.jetspeed-2
Downloading: mockrunner/mockrunner/0.2.7/mockrunner-0.2.7.pom
[INFO] ————————————————————————
[ERROR] BUILD ERROR
[INFO] ————————————————————————
[INFO] Error executing ant tasksEmbedded error: The following error occurred while executing this line:
/tmp/CUSTOM_PORTAL1/portal-2/etc/build.xml:297: The following error occurred while executing this line:
/tmp/CUSTOM_PORTAL1/portal-2/etc/build.xml:302: The following error occurred while executing this line:
/tmp/CUSTOM_PORTAL1/portal-2/etc/build.xml:489: java.lang.ClassCastException: org.apache.maven.usability.MojoFailureExceptionDiagnoser[INFO] ————————————————————————
Trying to see if I can get a successful build on my personal laptop at home … bugger same errors msgs.