Archive for December, 2009

Debian domU on CentOS 5.4 Dom0 using debootstrap

I’m hoping to essentially follow this: bderzhavets.wordpress.com/2009/05/02/debootstrap-ubuntu-jaunty-pv-domu-at-xen-331-f10-dom0-kernel-2630-rc3-tip/ Essentially, create LVs and format them (look at the previous posts for the how to), and have debootstrap installed on the CentOS host. Mount the LV in which you’re going to install Debian on by running mount <LV location> <mount location>. I did mount /dev/mapper/debian /mnt/debian. The command […]

2 Comments

Ubuntu 9.10 domU on CentOS 5.4 Dom0 using debootstrap

I’m hoping to essentially follow this: help.ubuntu.com/9.10/installation-guide/i386/linux-upgrade.html and this: ubuntuforums.org/showpost.php?p=4892417&postcount=2 Essentially, create LVs and format them (look at the previous posts for the how to), and have debootstrap installed on the CentOS host. Mount the LV in which you’re going to install Ubuntu on by running mount <LV location> <mount location>. I did mount /dev/domU/ubuntu […]

2 Comments

Formatting LVs for dom0 guests

Installing paravirtualized guests is interesting in the sense that you’re essentially copying over a minimal system, then telling it to install itself. Supposed to be fun. XD === Now, after setting up the logical volumes for the domU guest, you have to setup the filesystem. Which isn’t as hard as it sounds, all the information […]

No Comments

LVM management for guests

Current setup on my test server is 1 20GB drive for all the dom0 stuff, and a larger drive which will hold all the domU images. There will be 2 images for each system – 1 20GB partition which will be mounted as / and 1 512MB partition which will be used as swap. Because […]

No Comments

Getting debootstrap on CentOS5.4

Mysterious references were found to a debootstrap RPM built for Fedora that should also work on CentOS5.4. Google searches are helpful in finding working links though – it pulled up download.fedora.redhat.com/pub/fedora/linux/releases/10/Everything/i386/os/Packages/debootstrap-1.0.10-1.fc10.noarch.rpm. Which seems to work – the fc11 and fc12 version have weird dependencies which CentOS couldn’t handle. (As an aside, CentOS seems to be […]

No Comments

Getting Xen 3.4 on CentOS5.4

First problem – The version of Xen it had was 3.1.something. The latest one is 3.4.2. Followed the directions here to grab 3.4. (Essentially, add a repo with the 3.4 rpms built, then yum groupremove virtualization, yum groupinstall virtualization. No idea why a bunch of stuff was dependent on Xen, but it was – stuff […]

No Comments

Xen on OpenSolaris 32bit w/out hardware virtualization

Turns out, it’s an utter failure. Xen kernel won’t even boot. And the package management system has been timing out really really badly. Though I think that’s just SingNet, not me. Anyway, the commands used: pfexec su – pkg install xvm-gui (This grabs all the dependencies too…) reboot For some reason, it also removed the […]

No Comments

New project: ImageGallery!

I’ve started a new project called ImageGallery. It’s essentially a revamp of a gallery script to allow it to use caching. More info here.

No Comments

Notice: Development on IRCbot has stopped

Development on IRCbot has stopped due to the base PircBot package being tripped up by new anti-bot protections. (Most notably by Inspircd.) I’ve personally moved to using SupyBot, which seems to be an acceptable replacement. (Except that it’s lacking !playback, but the !last module could probably be hacked to do this.)

No Comments

“Updates yearly”

I knew it. Somehow, I knew that I’d only get around to updating the blog once a year. === Except some code related stuff to be up soon though.

No Comments