Raleigh Wars – Assassin’s Ball
Had a lot of fun last night at the Raleigh Wars Assassin’s Ball. Posted photos from last night’s Assassin’s Ball.
Winning trophy
My prize for 3rd most kills
Posted: July 18th, 2009 under RaleighWars.
Comments: none
The musings of a software engineer
Had a lot of fun last night at the Raleigh Wars Assassin’s Ball. Posted photos from last night’s Assassin’s Ball.
Posted: July 18th, 2009 under RaleighWars.
Comments: none
I have updated the Wordpress Appliance to version 2.8 of Wordpress. You can read the release announcement here. Everyone should be able to update via the rPath Platform Agent or by running the following command:
conary migrate group-dist –interactive
Posted: June 14th, 2009 under rPath.
Comments: none
I have been toying for awhile with what I want out of the photo management software that I use to process, organize, and publish my photos. My requirements are as follows:
I have asked around amongst people I know that have Nikon cameras and have found solutions to this problem that work for them. The each recommended different software:
Once I have evaluated all three I will post my results.
Posted: May 25th, 2009 under photography.
Comments: 2
rPath’s open source projects are now available on BitBucket.org under the rpathsync user. This should bring more visibility into our open source software and make it easier for anyone looking to contribute.
I would like to eventually do the same thing for GitHub now that the hg-git plugin is available.
The following projects are now available on BitBucket:
As per usual our sources will continue to be posted to http://hg.rpath.com and these sites will be kept in sync.
Posted: May 12th, 2009 under rPath.
Comments: 1
Over the past several months I have been working on importing SLES, CentOS, and Ubuntu into Conary repositories so that they can be made available in rBuilder. You can try out CentOS and Ubuntu on rBuilder Online.
One of my goals in doing the import was to have an automated way of maintaining and adding to these platforms in the future. From this “sleestack” was born, a collection of scripts and configs for importing SLES. Over the months it grew into a few thousand lines of python that is capable of coordinating updates for SLES, Centos, and Ubuntu.
Now that rPath has decided to open source “sleestack” I need a better name that actually reflects its current purpose. As it turns out, I suck at naming things. I have been hounding people for ideas over the past week, but no one has come up with anything that is quite right. I am looking for something witty, yet descriptive. The current suggestions are:
Any suggestions would be greatly appreciated.
Posted: February 17th, 2009 under rPath.
Comments: 3
As some people may have noticed Firefox 3 Beta 5 has been pushed to Foresight Linux 2 QA and will soon be default in Foresight Linux 2.
The first thing that I noticed when I updated was that none of my extensions worked. After a few minutes of googling, I found that there are a couple ways to work around this. Some projects have development builds of their extensions that work with beta 5 and some don’t. For those that don’t you can try disabling extension compatibility checks.
Note that both of these options are potentially dangerous and may cause firefox to become unstable.
I disabled compatibility checks and downloaded the developer release of Tab Mix Plus, an extension that I can not live without. All seems to be working so far.
Disabling compatibility checks:
Developer versions that you might be interested in:
Thanks to the following two blog posts that were great resources.
Posted: May 7th, 2008 under foresight.
Comments: none
Finally got around to posting a few pictures from Flourish.
http://photos.bentlogic.net/v/Flourish+08/
It was really nice to have the chance to talk to people about Foresight and finally meet a few more people face to face. There was a lot of interest in the KPC from many of the attendees and in Foresight overall.
Posted: April 11th, 2008 under foresight.
Comments: none
I’m headed to Flourish this weekend in Chicago. I’ll be helping out Kevin with the Foresight and Gnome booths.
Stef is going to be giving a talk on building appliances with Conary and rBuilder.
The conference is on Friday and Saturday, but we don’t fly out until Sunday night, so I want to find something to do Sunday. Does anyone have any suggestions? We are staying here.
Posted: April 3rd, 2008 under foresight.
Comments: none
I spent a couple of days last week figuring out what it would take a make an installable USB key of Foresight Linux 2. I knew going in that Anaconda could handle installing from hard drive, but I wanted to make sure that the installer had the same sort of automated feel that it has when installing from CD (ie, no user interaction in the loader).
Through testing I found that hard drive install from USB mass storage needed a bit of work to get it like I wanted.
I noticed that when the loader asks for the device to install from it doesn’t always list the device that you want to install from. This is due to the fact that it takes a few seconds for usb devices to come up once the usb mass storage module is loaded. I have added a patch to the loader that waits for the USB bus to settle and automatically probes for a device to install from, which can be enabled by passing “method=hd:auto” on the kernel command line.
After fixing that I found that the source device was showing up during partitioning and bootloader configuration. Normally when installing from HD you might want to install from one partition on a device to another partition on the same device. However, this is not the case when installing from a USB key. So I added another option, “hidesrcdev”, that tells Anaconda to ignore the device that you are installing from.
Here is the first sample that I have put together if people would like to try it out:
http://people.rpath.com/~elliot/foresight-1.9.9.alpha4-x86.img.gz
To use this image you will need at least a 2GB USB mass storage device. Here are a few easy steps to get you started:
If you have any questions or comments feel free to ask.
Posted: February 28th, 2008 under anaconda, foresight.
Comments: none
PacakgeKit 0.1.5 was released today. This release includes several fixes to the Conary backend:
PackageKit and gnome-packagekit have already been updated for Foresight Linux 2 Devel and should be updated for Foresight Linux 1 soon.
Posted: December 21st, 2007 under PackageKit, foresight.
Comments: none