High Tech Sorcery

Archive for January, 2012

Installing Windows GPLPV Drivers in Xen

by on Jan.18, 2012, under virtualization

I’ve done this enough times to know it by heart but I remember when I tried to find documentation on this step I ran into countless inaccurate and outdated examples.  So here’s what I do to get the Windows GPL PV drivers installed under Xen.

  1. Download the drivers from meadowcourt.org.  As of 1/18/2012 the latest version is 0.11.0.308.  You’ll need to get the appropriate drivers for your OS.
  2. turn testsigning off on Windows
    1. bcedit
      • I like to check out the config first
    2. bcdedit /set {current} testsigning on
      • this turns testsigning on
    3. bcdedit
      • I usually run this again to make sure “testsigning Yes” appears
  3. restart windows. upon restart the system should indicate it is in “Test Mode”
  4. install the drivers msi file that was downloaded. I always choose “Typical” installation. I choose not to restart at this point.
  5. create new default boot option
    1. bcdedit /copy {current} /d “GPLPV
      • this will copy the current boot setup into a new one called GPLPV
      • pay attention to the id returned here
    2. bcdedit /default ID
      • replace ID with the id from the copy command
      • this sets the new menu to be the default
    3. bcdedit /set {default} loadoptions GPLPV
      • this makaes this option use GPLPV drivers
    4. bcdedit
      • double check everything
  6. restart windows
Leave a Comment :, , , , more...

Researching Redis on Rails

by on Jan.08, 2012, under Ruby On Rails

I’ve been researching how good a fit Redis might be for a project or 2.  One project needs a memory based key-value store generally without persistence, which would seem to suggest memcached.  However, there may be times where persistence across reboots may be desirable and Redis’ atomic operations and data types may also be useful.  Here’s some links I’ve been checking out:

Leave a Comment more...

Evaluating open source web control panels again

by on Jan.08, 2012, under Sysadmin

Here is what I’m looking at:

  • ISPConfig – been around a long time, seems quite mature
  • Froxlor – an active fork of SysCP which has a decent reputation
  • I-MSCP – a fork of ispCP which was a fork of VHCS which I know several people who supported
Leave a Comment more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Blogroll

A few highly recommended websites...