<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Shane Sveller &#187; gutsy</title>
	<atom:link href="http://shanesveller.com/tag/gutsy/feed/" rel="self" type="application/rss+xml" />
	<link>http://shanesveller.com</link>
	<description>Somewhere between happy and total f**king wreck</description>
	<lastBuildDate>Thu, 07 Jan 2010 18:31:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Using binary NVidia 8800GT drivers on Ubuntu Gutsy</title>
		<link>http://shanesveller.com/2008/04/14/using-binary-nvidia-8800gt-drivers-on-ubuntu-gutsy/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=using-binary-nvidia-8800gt-drivers-on-ubuntu-gutsy</link>
		<comments>http://shanesveller.com/2008/04/14/using-binary-nvidia-8800gt-drivers-on-ubuntu-gutsy/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 14:31:36 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[169.12]]></category>
		<category><![CDATA[8800gt]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[geforce]]></category>
		<category><![CDATA[gutsy]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://shanesveller.com/?p=35</guid>
		<description><![CDATA[In order for me to use the official binary drivers, version 169.12, from NVidia with my GeForce 8800GT on Ubuntu Gutsy, I had to do some research. Alberto Milone&#8216;s envy tool makes the whole thing almost idiot-proof. Text-based install After completing a fresh install of Gutsy via alternate CD, boot into the &#8220;recovery mode&#8221; option]]></description>
			<content:encoded><![CDATA[<p>In order for me to use the official binary drivers, version 169.12, from NVidia with my GeForce 8800GT on Ubuntu Gutsy, I had to do some research. <a href="http://albertomilone.com/nvidia_scripts1.html">Alberto Milone</a>&#8216;s <a href="http://albertomilone.com/ubuntu/nvidia/scripts/legacy/envy_0.9.10-0ubuntu10_all.deb">envy tool</a> makes the whole thing almost idiot-proof.<br />
<span id="more-19"></span></p>
<h2>Text-based install</h2>
<p>After completing a fresh install of Gutsy via alternate CD, boot into the &#8220;recovery mode&#8221; option from GRUB. You will be dumped into a BASH shell.</p>
<p><code>apt-get update &amp;&amp; wget http://albertomilone.com/ubuntu/nvidia/scripts/legacy/envy_0.9.10-0ubuntu10_all.deb<br />
gdebi -n envy_0.9.10-0ubuntu10_all.deb<br />
envy -t</code></p>
<p>At this point it will probably install a few required packages via apt-get and then give you a menu. Here we want <b>option 1</b>, &#8220;Install the NVidia driver&#8221;. It theoretically will install all required development packages, download the driver from nvidia.com, and build and install it for you. It may fail saying it was missing a bunch of required packages, but if you install them by hand it will complete successfully.</p>
<p><code>apt-get install &lt;packages&gt;</code></p>
<p>GUI-based write-up to follow.</p>
]]></content:encoded>
			<wfw:commentRss>http://shanesveller.com/2008/04/14/using-binary-nvidia-8800gt-drivers-on-ubuntu-gutsy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Gutsy AMD64, LVM, and Xen from repositories</title>
		<link>http://shanesveller.com/2008/04/10/ubuntu-gutsy-amd64-lvm-and-xen-from-repositories/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ubuntu-gutsy-amd64-lvm-and-xen-from-repositories</link>
		<comments>http://shanesveller.com/2008/04/10/ubuntu-gutsy-amd64-lvm-and-xen-from-repositories/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 16:08:57 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[gutsy]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://shanesveller.com/?p=33</guid>
		<description><![CDATA[For a weekend project, I installed and configured Xen as a virtual machine hosting solution on Ubuntu Gutsy AMD64 using LVM for drive/partition management.]]></description>
			<content:encoded><![CDATA[<p>My desktop just grew by two 500GB Western Digital Caviar drives. Having installed those, I loaded Gutsy-AMD64 on one using LVM. The partition schema is as follows:</p>
<pre>
Drive: 500GB #1
Volume Group: server1
Volumes:
	swap_1 - 6GB - swap
	root_1 - 30GB - ext3 - mounted as /
	home_1 - 20GB - ext3 - mounted as /home/
Free space: ~398GB
</pre>
<p>500GB number two will probably wind up being a RAID mirror via my motherboard. This LVM layout allows me to dynamically allocate space for the many potential Xen DomUs I create.</p>
<p>To install Xen on Gutsy-AMD64 desktop version:<br />
<code>sudo apt-get install ubuntu-xen-desktop-amd64</code></p>
<p><span id="more-18"></span><br />
My <code>/etc/xen-tools/xen-tools.conf</code>:</p>
<pre>
lvm = server1               # LVM volume group to use
install-method = debootstrap
size   = 4Gb                # Disk image size.
memory = 256Mb              # Memory size
swap   = 512Mb              # Swap size
fs     = ext3               # use the EXT3 filesystem for the disk image.
dist   = gutsy              # Default distribution to install.
gateway = 10.0.1.1
netmask = 255.255.255.0
cache = yes                 # Cache downloaded debs
passwd = 1                  # Set up root password during creation
kernel = /boot/vmlinuz-`uname -r`
initrd = /boot/initrd.img-`uname -r`
arch = amd64                # 64-bit domU
mirror = http://us.archive.ubuntu.com/ubuntu
ext3_options = noatime,nodiratime,errors=remount-ro
serial_device = tty1
</pre>
<p>My <code>/etc/xen/xend-config.sxp</code>:</p>
<pre>
(xend-tcp-xmlrpc-server yes)
(xend-relocation-server yes)
(xend-relocation-server yes)
(xend-tcp-xmlrpc-server-address '')
(xend-tcp-xmlrpc-server-port 8006)
(xend-relocation-port 8002)
(xend-relocation-address '')
(xend-relocation-hosts-allow '')
(network-script network-bridge)
(vif-script vif-bridge)
(dom0-min-mem 196)
(dom0-cpus 0)
(vncpasswd '')
</pre>
<p>Edit the file <code>/etc/xen-tools/xm.tmpl</code> as follows, around line 19:</p>
<pre>
memory      = '{$memory}'
extra='xencons=tty'
</pre>
<p>To generate one Gutsy-based DomU:<br />
<code>xen-create-image --hostname=gutsy1 --ip=10.0.1.3 --verbose --force</code>
</p>
<p>To boot created DomU:<br />
<code>xm create gutsy1.cfg -c</p>
]]></content:encoded>
			<wfw:commentRss>http://shanesveller.com/2008/04/10/ubuntu-gutsy-amd64-lvm-and-xen-from-repositories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
