<?xml version="1.0" encoding="ISO-8859-1"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ref="http://purl.org/rss/1.0/modules/reference/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://technobounce.com/rss.rdf">
		<title>Technobounce</title>
		<link>http://technobounce.com/index.php</link>
		<description><![CDATA[Technobounce]]></description>
		<items>
			<rdf:Seq>
				<rdf:li resource="http://technobounce.com/index.php?entry=entry080319-165200" />
				<rdf:li resource="http://technobounce.com/index.php?entry=entry071122-130718" />
				<rdf:li resource="http://technobounce.com/index.php?entry=entry070912-113942" />
				<rdf:li resource="http://technobounce.com/index.php?entry=entry070912-111638" />
				<rdf:li resource="http://technobounce.com/index.php?entry=entry070910-004742" />
				<rdf:li resource="http://technobounce.com/index.php?entry=entry070729-183407" />
				<rdf:li resource="http://technobounce.com/index.php?entry=entry070502-132732" />
				<rdf:li resource="http://technobounce.com/index.php?entry=entry070410-123741" />
				<rdf:li resource="http://technobounce.com/index.php?entry=entry070317-110215" />
				<rdf:li resource="http://technobounce.com/index.php?entry=entry070131-124548" />
			</rdf:Seq>
		</items>
	</channel>
	<item rdf:about="http://technobounce.com/index.php?entry=entry080319-165200">
		<title>Xen + lvm on Dell PowerEdge 2950 with Debian 4.0r3 AMD64</title>
		<link>http://technobounce.com/index.php?entry=entry080319-165200</link>
		<description><![CDATA[There are a couple things to watch out with this install.  When installing the system, the installer switches eth0 and eth1 and also detects the first drive as /dev/sdb not /dev/sda.  This requires you to edit the grub conf at boot and switch sdb with sda.  That will allow the system to boot up properly, but /etc/fstab is still incorrect and needs to fixed as well. <br /><br />For this install I broke the existing virtual disks on the raid and created a 10G disk for the system and created a second virtual disk with the remaining space allocated for xen servers.<br /><br />Create a 3T lvm partition:<br />myxenserver:~# fdisk -l /dev/sdb<br /><br />Disk /dev/sdb: 3737.2 GB, 3737292636160 bytes<br />255 heads, 63 sectors/track, 454366 cylinders<br />Units = cylinders of 16065 * 512 = 8225280 bytes<br /><br />   Device Boot      Start         End      Blocks   Id  System<br />myxenserver:~# parted /dev/sdb mklabel gpt<br />Information: Don&#039;t forget to update /etc/fstab, if necessary.<br /><br />myxenserver:~# parted /dev/sdb print<br /><br />Disk /dev/sdb: 3737GB<br />Sector size (logical/physical): 512B/512B<br />Partition Table: gpt<br /><br />Number  Start  End  Size  File system  Name  Flags<br /><br />Information: Don&#039;t forget to update /etc/fstab, if necessary.<br /><br />myxenserver:~# parted /dev/sdb mkpart ext2 0 3737GB<br />myxenserver:~# parted /dev/sdb print<br /><br />Disk /dev/sdb: 3737GB<br />Sector size (logical/physical): 512B/512B<br />Partition Table: gpt<br /><br />Number  Start   End     Size    File system  Name  Flags<br /> 1      17.4kB  3737GB  3737GB               ext2<br /><br />Information: Don&#039;t forget to update /etc/fstab, if necessary.<br /><br />myxenserver:~# vgcreate xen /dev/sdb1<br />  Volume group &quot;xen&quot; successfully created<br /><br />myxenserver:~# vgdisplay<br />  --- Volume group ---<br />  VG Name               xen<br />  System ID<br />  Format                lvm2<br />  Metadata Areas        1<br />  Metadata Sequence No  1<br />  VG Access             read/write<br />  VG Status             resizable<br />  MAX LV                0<br />  Cur LV                0<br />  Open LV               0<br />  Max PV                0<br />  Cur PV                1<br />  Act PV                1<br />  VG Size               3.40 TB<br />  PE Size               4.00 MB<br />  Total PE              891039<br />  Alloc PE / Size       0 / 0<br />  Free  PE / Size       891039 / 3.40 TB<br />  VG UUID               kZ260M-qv13-7unz-Rwd8-TfbM-qIUF-7PSHaB<br /><br /><br /><br />Now install some packages that we will need:<br /><br />myxenserver:~# apt-get install bridge-utils iproute linux-image-2.6.18-6-xen-amd64 nmap tcpdump xen-hypervisor-3.0.3-1-amd64  xen-ioemu-3.0.3-1 xen-linux-system-2.6.18-6-xen-amd64 xen-tools xen-utils-3.0.3-1 xen-utils-common<br /><br />now, reboot into the new xen enabled kernel.<br /><br />edit your /etc/xen-tools/xen-tools.conf to relect your local setting, the ones I use are :<br />#start xen-tools.conf<br />lvm = xen<br /><br />size   = 4Gb      # Disk image size.<br />memory = 256Mb    # Memory size<br />swap   = 128Mb    # Swap size<br />fs     = ext3     # use the EXT3 filesystem for the disk image.<br />dist   = etch    # Default distribution to install.<br />image  = sparse   # Specify sparse vs. full disk images.<br /><br />gateway   = 10.1.2.1<br />netmask   = 255.255.255.0<br /><br />kernel = /boot/vmlinuz-2.6.18-6-xen-vserver-amd64<br />initrd = /boot/initrd.img-2.6.18-6-xen-vserver-amd64<br /><br />mirror = <a href="http://ftp.us.debian.org/debian/" target="_blank" >http://ftp.us.debian.org/debian/</a><br /><br />## end xen-tools.conf<br /><br />now, edit /etc/xen/xend-config.sxp and uncomment:<br />(network-script network-bridge)<br />and I set:<br />(dom0-cpus 2)<br /><br />now restart xen:<br /><br />/etc/init.d/xend <br /><br />now to create a xen instance <br />xen-create-image --hostname=xensever01 --size=300G --ip=10.1.2.100 -netmask=255.255.255.0<br /><br /><br />start the xen instance:<br />xm create /etc/xen/xenserver01.cfg<br /><br />and you can now connect to it:<br />xm console xensever01<br /><br />Log in with root, no password should be set at this time, so now would be a good time to set it.<br /><br />Congrats! you now have a xen server up and running ready to get what ever software you want.<br />]]></description>
	</item>
	<item rdf:about="http://technobounce.com/index.php?entry=entry071122-130718">
		<title>First Snow!</title>
		<link>http://technobounce.com/index.php?entry=entry071122-130718</link>
		<description><![CDATA[<img src="images/2055043691_3d3047b1a3_o.jpg" width="500" height="334" border="0" alt="" /><br /><br /><img src="images/2055828518_7294fcedf8_o.jpg" width="500" height="334" border="0" alt="" /><br /><br />]]></description>
	</item>
	<item rdf:about="http://technobounce.com/index.php?entry=entry070912-113942">
		<title>T61 grub framebuffer resolution</title>
		<link>http://technobounce.com/index.php?entry=entry070912-113942</link>
		<description><![CDATA[Here&#039;s an easy way to figure out the correct resolution for your T61, or pretty much anything else:<br />    <br />hwinfo --framebuffer<br /><br />In the output, you should see something like this:<br />Mode 0x036e: 1680x1050 (+6720), 24 bits<br /><br />Take that mode for your vga= on your kernel line:<br />title		Debian GNU/Linux, kernel 2.6.21-2-686<br />root		(hd0,0)<br />kernel		/boot/vmlinuz-2.6.21-2-686 root=/dev/sda1 ro vga=0x036e<br />initrd		/boot/initrd.img-2.6.21-2-686<br />savedefault<br /><br />then, when you reboot, it should come up with the correct resolution.<br />]]></description>
	</item>
	<item rdf:about="http://technobounce.com/index.php?entry=entry070912-111638">
		<title>Apache2 + php on Debian Lenny </title>
		<link>http://technobounce.com/index.php?entry=entry070912-111638</link>
		<description><![CDATA[This is a short howto on setting up apache2 on Lenny, it will set up the basics on getting apache2 and php5 up and running on your Deian/Lenny box:<br /><br />apt-get update<br />apt-get install apache2<br /><br />apache2 should start now, you can check to make sure like so:<br />        lsof -i:80<br /><br />Now to install the php module for apache2:<br /><br />apt-get install libapache2-mod-php5<br /><br />apt should enable the module for you, you can always check to make sure:<br />        a2enmod php5<br /><br />Now, we have to restart our server:<br />/etc/init.d/apache2 stop<br /> /etc/init.d/apache2 start<br /><br /><br />To verify, you can put a php file in /var/www , say /var/www/test.php<br /><br />Now point your browser to <a href="http://your.server/test.php" target="_blank" >http://your.server/test.php</a> , and you should see the phpinfo page.<br /><br />Thats it.<br />]]></description>
	</item>
	<item rdf:about="http://technobounce.com/index.php?entry=entry070910-004742">
		<title>MD Ate My Acid</title>
		<link>http://technobounce.com/index.php?entry=entry070910-004742</link>
		<description><![CDATA[Just messing around tonight with my Machine Drum and a Novation Nova.<br /><a href="http://technobounce.com/mp3/MDAteMyAcid.mp3" target="_blank" >Take a listen </a>  ]]></description>
	</item>
	<item rdf:about="http://technobounce.com/index.php?entry=entry070729-183407">
		<title>On my way </title>
		<link>http://technobounce.com/index.php?entry=entry070729-183407</link>
		<description><![CDATA[<a href="javascript:openpopup('http://technobounce.com/photog/jeffd/onmyway/medium/onmywaynow.jpg',800,600,false);"><img src="http://technobounce.com/photog/jeffd/onmyway/medium/onmywaynow.jpg" border="0" alt="" /></a>]]></description>
	</item>
	<item rdf:about="http://technobounce.com/index.php?entry=entry070502-132732">
		<title>Sad day!  No, wait, disaster avoided!</title>
		<link>http://technobounce.com/index.php?entry=entry070502-132732</link>
		<description><![CDATA[Looks like I just lost all of my mp3s.  The drive I have all of them stored on just took a dive:<br /><br /><br />May  2 13:22:10 proto kernel: ata2: no sense translation for status: 0x40<br />May  2 13:22:10 proto kernel: ata2: status=0x40 { DriveReady }<br />May  2 13:22:10 proto kernel: sd 1:0:0:0: SCSI error: return code = 0x08000002<br />May  2 13:22:10 proto kernel: sdb: Current: sense key: Aborted Command<br />May  2 13:22:10 proto kernel:     Additional sense: No additional sense information<br />May  2 13:22:10 proto kernel: end_request: I/O error, dev sdb, sector 501481551<br />May  2 13:23:55 proto kernel: ata2: no sense translation for status: 0x40<br />May  2 13:23:55 proto kernel: ata2: status=0x40 { DriveReady }<br />May  2 13:23:55 proto kernel: sd 1:0:0:0: SCSI error: return code = 0x08000002<br />May  2 13:23:55 proto kernel: sdb: Current: sense key: Aborted Command<br />May  2 13:23:55 proto kernel:     Additional sense: No additional sense information<br />May  2 13:23:55 proto kernel: end_request: I/O error, dev sdb, sector 0<br />May  2 13:24:25 proto kernel: ata2: no sense translation for status: 0x40<br />May  2 13:24:25 proto kernel: ata2: status=0x40 { DriveReady }<br />May  2 13:24:25 proto kernel: sd 1:0:0:0: SCSI error: return code = 0x08000002<br />May  2 13:24:25 proto kernel: sdb: Current: sense key: Aborted Command<br />May  2 13:24:25 proto kernel:     Additional sense: No additional sense information<br />May  2 13:24:25 proto kernel: end_request: I/O error, dev sdb, sector 0<br /><br /><br />Already tried to do a fsck on it, no luck with that. Hm, maybe it&#039;s a bad cable..<br /><br /><br />UPDATE:<br />Turns out, yes, it was the cable.  I replaced the sata cable with a different one, the one that was in there had 90deg angel connectors and didn&#039;t really seem like they fit too well.  It was all I had at the time I put the drive in. But, with a new cable the drive is nice and happy. whew!<br /><br />Time to do a backup. ]]></description>
	</item>
	<item rdf:about="http://technobounce.com/index.php?entry=entry070410-123741">
		<title>Bring your own big wheel stop animation!</title>
		<link>http://technobounce.com/index.php?entry=entry070410-123741</link>
		<description><![CDATA[Every Easter, theres a big race in San Francisco, the <a href="http://www.jonbrumit.com/byobw.html" target="_blank" >Bring Your Own Big Wheel</a> .  I took all of these photos with my D200, then put them all together in this <a href="http://www.technobounce.com/byobw.2007.tl.mp4" target="_blank" >nifty </a> movie.  It covers 3 of the races that went on that day and is made up of almost 600 individual pictures!]]></description>
	</item>
	<item rdf:about="http://technobounce.com/index.php?entry=entry070317-110215">
		<title>Rub your body remix </title>
		<link>http://technobounce.com/index.php?entry=entry070317-110215</link>
		<description><![CDATA[Just started to remix Deep Cuts Rub Your Body <a href="http://www.strangus.org/18/rub-your-body-by-deep-cuts" target="_blank" > track.</a>  He&#039;s put up the ableton file for it as well.  <a href="http://technobounce.com/mp3/rubyourbody-jeffdremix.mp3" target="_blank" >This </a> is the first part of it I just got done and thought I&#039;d share.  I swear I will finish some of these tracks some day!]]></description>
	</item>
	<item rdf:about="http://technobounce.com/index.php?entry=entry070131-124548">
		<title>SMOKE!!</title>
		<link>http://technobounce.com/index.php?entry=entry070131-124548</link>
		<description><![CDATA[I recently got a new <a href="http://nikonusa.com/template.php?cat=1&amp;grp=4&amp;productNr=4801" target="_blank" >flash</a>, this thing is great! <br /><br />Here&#039;s a test shot from the first day with it.<br /><br /><a href="javascript:openpopup('http://technobounce.com/photog/jeffd/smoke/thumbnail/smoke1.jpg',800,600,false);"><img src="http://technobounce.com/photog/jeffd/smoke/thumbnail/smoke1.jpg" border="0" alt="" /></a><br /><br />If you want to see a hi-res version check <a href="http://technobounce.com/photog/jeffd/smoke/" target="_blank" >here</a>.]]></description>
	</item>
</rdf:RDF>
