Cross-compiling workaround
Posted by Uncategorized on May 8, 2011
inSo I wanted to put together a system that would build i686 and x64 versions of the kernel. Shouldn’t be hard, I thought. Maybe a simple yum install gcc.i686, and that’s all. In short, I was wrong. So very wrong.
Getting a dom0 kernel
Posted by Uncategorized on May 7, 2011
inAgain, you have two main methods of getting a dom0 kernel on Fedora. (I’m sure there are other ways, but these are the recommended methods) Using a prebuilt dom0 kernel Compile a dom0 kernel yourself
Getting Xen onto Fedora
Posted by Uncategorized on April 30, 2011
inYou can do this many different ways: Install Xen through Yum Download prebuilt Xen RPMs & install them Download the Xen source and compile & install Xen
Installing Fedora 14 for use as a Xen Host
Posted by Uncategorized on April 28, 2011
inYou can use any method you like to get Fedora on your intended Xen host. All of the setup can be done post-install, though some stuff (like partitioning) is easier if you do it at install time. I get Fedora 14 on my host using the LXDE Live CD spin. The install process is mostly […]
Intel wireless not working on Fedora 14
Posted by Uncategorized on April 24, 2011
inThought it was just my Dell xps m1330 screwing up (again). But a Thinkpad T42 had the same problem. Turns out the appropriate kernel module wasn’t being loaded for some reason. But a `modprobe iwlagn` later, and it seems to work.
WCG on Fedora 14
Posted by Uncategorized on March 4, 2011
inyum install boinc-client boinc-manager service boinc-client start boinccmd –project_attach www.worldcommunitygrid.org sudo echo password > /var/lib/boinc/gui_rpc_auth.cfg sudo echo > /var/lib/boinc/remote_hosts.cfg sudo service boinc-client restart === Yes, I am running WCG on my fileserver.
Adding a drive to a RAID 5 array
Posted by Uncategorized on February 22, 2011
inFollowed the guide here: ubuntuforums.org/showthread.php?t=713936 Once again, LVM is awesome.
Stopping mingetty from launching in a Fedora/CentOS/RHEL Xen VM
Posted by Uncategorized on February 6, 2011
inSet “ACTIVE_CONSOLES=” in /etc/sysconfig/init and reboot. Remarkably simple, yet undocumented.
Using LVM to move between drives
Posted by Uncategorized on February 5, 2011
inFinally got a pair of 500GB drives to do RAID1. So I needed to move from my single 300GB to a RAID1’ed 500GB pair. For the dom0, I had to do a reinstall of Fedora. Since I would be booting off the drives, and I needed grub setup as RAID aware, it was just easier […]