March 3, 2008
.I have created rpms and with the great Pascal's help, it should be pretty clean
March 4, 2008
Bongo Lightning Talk at FOSDEM 2008 (15:49)
March 5, 2008
Please be patient if you are downloading them as there is a fairly high demand for all the videos (not just Bongo
March 7, 2008
To try and help those not using the razor sharp 11.0 / Factory I have managed to get BillReminder moved to the GNOME:Community repository. Joining it is a great text editor/simple IDE called Geany. They are no longer in my repo. Hopefully this will help out in minimising the number of repositories you need to add. Don't forget that there are also Community repos for
:- Mono
:- KDE3
:- KDE4
Many thanks to the Curate of G:C for the move.
March 11, 2008
Many thanks to Dave Walker (Daviey) for interviewing me, yes /me was interviewed for a new podcast - Ubuntu UK Podcast. You can grab the the interview in high quality .ogg or .mp3. In case you don't fancy listening to the whole show and just want the Bongo goodness forward to 16m:46s and it finishes at 22m:54s; but please do give the whole thing a listen too, it is actually pretty good (even if it is Ubuntu related
Once again many thanks to the chaps over at Ubuntu UK Podcast for the opportunity to get the message out.
March 17, 2008

I am planning on creating packages for other distros shortly, I just need to finish off the million and one other things I have on the go first!
March 20, 2008
With 11.0 Alpha 3 and also upgrading to latest Factory, initrd get's lost in the process - an issue that is being sorted out I believe, for reference there is Bug 372688.
The workaround that Vincent came up with and I have verified it on two machines is as follows:
1. Boot your system from CD/DVD into "Rescue"
2. mount /dev/sdaX /mnt && mount --bind /proc /mnt/proc && mount --bind /sys /mnt/sys && mount --bind /dev /mnt/dev && chroot /mnt
3. mkinitrd -k /boot/vmlinuz-[kernel_version] -i /boot/initrd-[kernel_version] (Please replace [kernel_version] with your actual version, as of 1730Z 20Mar2008 mine was 2.6.25-rc5-git3-6-pae)
4. Reboot
Hope this helps and enjoy the lovelyness that is Factory:)
UPDATE:
If you get Error 23 you might try editing the grub entry so that root is something like root(hd0,0) rather than something like:
root (/dev/disk/by-id/scsi-SATA_SAMSUNG_HM160HCS12TJD0PB99656-part2,1) Thanks JP.

