<?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/"
	>

<channel>
	<title>Krzykawski.com &#187; Uncategorized</title>
	<atom:link href="http://krzykawski.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://krzykawski.com</link>
	<description>Opensource, work, projects - sharing the fun.</description>
	<lastBuildDate>Thu, 29 Dec 2011 09:46:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>IPCOP install on headless device with serial console (ALIX 2D13)</title>
		<link>http://krzykawski.com/2011/12/27/ipcop-install-on-headless-device-with-serial-console-alix-2d13/</link>
		<comments>http://krzykawski.com/2011/12/27/ipcop-install-on-headless-device-with-serial-console-alix-2d13/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 11:07:43 +0000</pubDate>
		<dc:creator>robertk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://krzykawski.com/?p=191</guid>
		<description><![CDATA[In the voyage of choosing OS to run on this device, I realized I need a easy way to install OS&#8217;es onto the CF card. Now, this system does not have any display output other than serial; Any boot loader (in my case GRUB) needs to be aware of that. The easiest way to try [...]]]></description>
			<content:encoded><![CDATA[<p>In the voyage of choosing OS to run on this device, I realized I need a easy way to install OS&#8217;es onto the CF card. Now, this system does not have any display output other than serial; Any boot loader (in my case GRUB) needs to be aware of that.</p>
<p>The easiest way to try different OS&#8217;es is to have the installation media network mounted, and just PXE boot the device, choosing OS in pxelinux.cfg (if trying linux OS&#8217;es that is). I set it up as follows (since I have a ubuntu machine anyway), but a similar approach will work for other distribution/OS&#8217;es. You will need to install a tftp server, dhcp server and a http server. Your &#8220;server&#8221; which will serve these three services need to have a static IP and other dhcp servers need to be turned off on that network.</p>
<p>&nbsp;</p>
<p>1) Make sure your ALIX is ready with the CF card inserted, and network cable connected to your first/rightmost interface (closest to the power input)<br />
2) Setup and start a tftp server on the machine you will be using as a server. On ubuntu, the easiest way would be using</p>
<blockquote><p>apt-get install &lt;package&gt;</p></blockquote>
<p>I chose &#8220;tftp-hpa&#8221;<br />
3) Setup and start a http server on the machine you will be using as a server. You might already have one running, so check before. I already had lighttpd running.<br />
4) Setup and start a dhcp server on your network. Either on you server or if you have a dhcp server, make sure it can swallow options for PXE clients. I used the ISC dhcp server on the same host as above. Package: isc-dhcp-server<br />
5) Download ipcop-&lt;version&gt;-install-netboot.i486.tgz and ipcop-&lt;version&gt;-install-cd.i486.iso to your server host.<br />
6) Untar the first (netboot install file) to the tftp root, then copy the &#8220;ipcop-pxe-serial-&lt;version&gt;.model&#8221; file to &#8220;default&#8221; in the same directory, then copy the &#8220;pxelinux.0&#8243; file in &#8220;&lt;tft-root&gt;/ipcop/&lt;version&gt;/i486/pxelinux.0&#8243; to your tftp root<br />
7) Make ipcop iso available via your http server either by copying the contents of the iso to a directory in the http root, or mount it to a directory in your http root. I symlinked my mount to ipcop_iso in the root.<br />
 <img src='http://krzykawski.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Configure your dhcp server to have your tftp servers ip as &#8220;next-server&#8221; and make sure to pass the pxelinux.0 file in the config for pxe as well. I added these lines to dhcpd.conf: </p>
<blockquote><p>
next-server &lt;my.servers.ip.address&gt;;<br />
host alix {<br />
    hardware ethernet &lt;mac address of the alix&gt;;<br />
    filename &#8220;pxelinux.0&#8243;;<br />
}
</p></blockquote>
<p>9) Connect the ALIX using serial to a machine with a serial port (maybe your server above), and fire up your choice of serial terminal. I used minicom, and since I don&#8217;t have a serial port but a USB to SERIAL converter, the device was specified as the device created when the converter was inserted: </p>
<blockquote><p>minicom &#8211;device /dev/ttyUSB0 &#8211;baudrate 38400 &#8211;8bit &#8211;statline&#8221;</p></blockquote>
<p>10) Connect power to your ALIX board. You should see output on your serial terminal immediately. Something like this:</p>
<blockquote><p>PC Engines ALIX.2 v0.99h<br />
640 KB Base Memory<br />
261120 KB Extended Memory.
</p></blockquote>
<p>Press &#8220;S&#8221; to enter bios configuration, &#8220;E&#8221; to enable PXE boot and &#8220;Q&#8221; to quit, choosing &#8220;Y&#8221; on the &#8220;Do you want to save&#8221; prompt.</p>
<p>Your ALIX board should now PXE boot. Follow the install instructions. You will get prompted what media you want to use to install. Choose HTTP and enter the server where you put your ipcop iso, together with the full http path. If your ALIX board did not PXE boot, search the logs and check your DHCP/tftp setup. These are the only ones used during PXE boot.</p>
<p>Now, I had issues with ipcop not wanting to boot after the install. I got Boot error straight after the POST sequence. I am running a 8GB CF card, and though that might be an issue (since IPCOP docs state it supports cards up to 4GB), but after mocking around a bit, I decided to re-install &#8211; and that solved it (ugh..). I am guessing something failed during the first installs MBR write to the CF card. I can&#8217;t really re-wind now and check the MBR out.. Should have done that in the first place.. I did however get a tip (on the ipcops.com forum) to update to the latest ALIX bios (which I already had on the board). tinyBIOS 0.99h.</p>
]]></content:encoded>
			<wfw:commentRss>http://krzykawski.com/2011/12/27/ipcop-install-on-headless-device-with-serial-console-alix-2d13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So random</title>
		<link>http://krzykawski.com/2011/07/07/so-random/</link>
		<comments>http://krzykawski.com/2011/07/07/so-random/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 10:13:01 +0000</pubDate>
		<dc:creator>robertk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://krzykawski.com/?p=174</guid>
		<description><![CDATA[The weather here in London is so random I don&#8217;t know where to begin.. Not to go into to much detail; I look out the window before I leave for work, and it&#8217;s cloudy, but no rain and the streets are dry.. I take the elevator down, pass through the lobby, open the door and [...]]]></description>
			<content:encoded><![CDATA[<p>The weather here in London is so random I don&#8217;t know where to begin.. Not to go into to much detail;</p>
<p>I look out the window before I leave for work, and it&#8217;s cloudy, but no rain and the streets are dry..</p>
<p>I take the elevator down, pass through the lobby, open the door and am faced with hard rain. I turn around to get a different jacket (one with a hood).</p>
<p>Get up to the apartment, put a hoodie on and get out again. Pass the lobby, open the door &#8211; no rain.. I walk to the subway (tube), take jubilee line then change in green park for piccadilly. Arrive in leicester square 20 minutes later, get out of the tube station and it&#8217;s pouring down again.. ugh..</p>
]]></content:encoded>
			<wfw:commentRss>http://krzykawski.com/2011/07/07/so-random/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Western Digital Customer Support</title>
		<link>http://krzykawski.com/2010/03/18/western-digital-customer-support/</link>
		<comments>http://krzykawski.com/2010/03/18/western-digital-customer-support/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 11:37:21 +0000</pubDate>
		<dc:creator>robertk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://krzykawski.com/?p=93</guid>
		<description><![CDATA[Just a quick update and information on the drive failure issue in the drobo. As you read before &#8211; After extensive testing, I realized that the drive was faulty. I created a RMA with WDC and called them since I was requested to send in my faulty drive at my expense. I got the answer [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick update and information on the drive failure issue in the drobo.</p>
<p>As you read before &#8211; After extensive testing, I realized that the drive was faulty. I created a RMA with WDC and called them since I was requested to send in my faulty drive at my expense. I got the answer &#8211; Yes, you need to pay for shipping. So I packed the drive, but just before I sent it off, I emailed Customer support at WDC.</p>
<p>After some days of email conversation the outcome is: The drive was DOA (Dead On Arrival) which qualifies for WDC paid shipping. However since I did not install the drive right away (took a week) and did extensive testing to make sure the drive was broken before I ship it out &#8211; They will not pay shipping. Why? Because you have 10 days to get back to them in case the drive was DOA. If you don&#8217;t, then you pay the shipping.</p>
<p>So, if an exchanged drive is showing any signs of failure. Don&#8217;t bother with testing it to make sure. Just contact WDC right away and have them instruct you on what you should do. If your initial report is within 10 days of receiving the drive you are safe no matter how extensive testing you will have to do after the initial contact.</p>
<p>Oh, by the way: I am not complaining about WDC. Their rules are their rules. Just to bad I did not know anything about this and did not get informed about this when I received the drive in question. The WDC customer support have been helpful, and I understand that the agent that has been in touch with me can&#8217;t stretch the case further. Her managers said no, and that&#8217;s it for her. It&#8217;s my own fault that I did not act sooner. This post is purely informational.</p>
<p>Just my five cents worth of..</p>
]]></content:encoded>
			<wfw:commentRss>http://krzykawski.com/2010/03/18/western-digital-customer-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drobopro</title>
		<link>http://krzykawski.com/2010/02/08/drobopro/</link>
		<comments>http://krzykawski.com/2010/02/08/drobopro/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 17:01:56 +0000</pubDate>
		<dc:creator>robertk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://krzykawski.com/?p=79</guid>
		<description><![CDATA[Long time since my last post.. But I will note bore you guys with some long and extensive post. Recently I came across Drobo, and the model I chose was the drobopro. Pretty neat little box. For those of you who does not know what it is, chek it out here: drobopro details. Basically it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Long time since my last post.. But I will note bore you guys with some long and extensive post.</p>
<p>Recently I came across Drobo, and the model I chose was the drobopro. Pretty neat little box. <a href="http://krzykawski.com/wp-content/2010/02/Introducing-DroboPro.gif"><img class="alignleft size-thumbnail wp-image-80" title="Introducing DroboPro" src="http://krzykawski.com/wp-content/2010/02/Introducing-DroboPro-150x134.gif" alt="" width="150" height="134" /></a>For those of you who does not know what it is, chek it out here: <a href="http://drobo.com/products/drobopro/index.php" target="_blank">drobopro details</a>. Basically it&#8217;s a box for 8 SATA drives that dynamically takes care of your raid volumes. You set it up like a kind of thin-provisioning, and then just add drives as you go. Drobo calls it BeyondRAID technology. With the drives currently on the market, you can theoretically get 16TB of storage, all attached through FW800, USB or iSCSI. I bought it for private use. Primary to solve my current and future storage needs in a easy way, but also to test the unit. This can be a cheap online backup storage for small to medium sized companies. It has a rack mount option, so for those that don&#8217;t need and don&#8217;t have the cash for a <a href="http://www.nexsan.com/" target="_blank">NexSAN</a> <a href="http://www.nexsan.com/satabeast.php" target="_blank">SATABeast</a>, <a href="http://www.nexsan.com/sasbeast.php" target="_blank">SASBeast</a>, <a href="http://www.nexsan.com/sataboy.php" target="_blank">SATABoy</a> or <a href="http://www.nexsan.com/sasboy.php" target="_blank">SASBoy</a>, this could be a option. And what an option considering the BeyondRAID technology..</p>
<p>So far, I have unpacked the Drobo, hooked it up to the computer of choice (Mac mini) through FW800. I have wanted to do some performance tests, but am currently stuck with very poor performance. I have 3x2TB WD green drives (WD20EADS). Gives me a total of 6TB raw capacity (4TB with data protection). I have been in contact with Drobo support when I had time left over between work and travel, and we are slowly solving the problem. It might be a hardware fault in the drobo itself, but I will get back later on this topic. So far, even though the Unit has not met my personal needs, I am excited about it, and hope that I will get it to work with good performance soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://krzykawski.com/2010/02/08/drobopro/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MySQL UC HA talk</title>
		<link>http://krzykawski.com/2009/04/28/mysql-uc-ha-talk/</link>
		<comments>http://krzykawski.com/2009/04/28/mysql-uc-ha-talk/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 22:19:22 +0000</pubDate>
		<dc:creator>robertk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://krzykawski.com/?p=77</guid>
		<description><![CDATA[Just wanted to publish the MySQL HA talk presentation slides as promised before. They can be found on: http://www.slideshare.net/papablues/mysql-ha-presentation Will also write a short summary on MySQL UC tomorrow.]]></description>
			<content:encoded><![CDATA[<p>Just wanted to publish the MySQL HA talk presentation slides as promised before. They can be found on:</p>
<p><a href="http://www.slideshare.net/papablues/mysql-ha-presentation">http://www.slideshare.net/papablues/mysql-ha-presentation</a></p>
<p>Will also write a short summary on MySQL UC tomorrow.</p>
]]></content:encoded>
			<wfw:commentRss>http://krzykawski.com/2009/04/28/mysql-uc-ha-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day three of MySQL UC 2009</title>
		<link>http://krzykawski.com/2009/04/23/day-three-of-mysql-uc-2009/</link>
		<comments>http://krzykawski.com/2009/04/23/day-three-of-mysql-uc-2009/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 21:43:44 +0000</pubDate>
		<dc:creator>robertk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://krzykawski.com/?p=75</guid>
		<description><![CDATA[Day three has been started and already half of it passed. I did not post any entries during the other days, because i wanted to have time to digest all the information that you get fed here. A lot of new ideas and a lot of new questions has been raised. I enjoyed a lot of [...]]]></description>
			<content:encoded><![CDATA[<p>Day three has been started and already half of it passed. I did not post any entries during the other days, because i wanted to have time to digest all the information that you get fed here. A lot of new ideas and a lot of new questions has been raised. I enjoyed a lot of the Keynotes that has been held, including this morning. </p>
<p>For thise that has been checking this blog on ocasions have seen that i was supposed to speak today at 11.55am. Said and done, my presentation together with Anders Karlsson from MySQL/Sun went under way at that time. The session was actually pretty crowded considering it was just before lunch time.</p>
<p>This was my first presentation ever, so the first minutes were a bit nervous. I will be posting the presentation files here, and you are welcome to mail me if you have any questions or want to talk about ideas that you have. Maybe i can help to shed some light about issues you are facing, or if you just are hesitant with some choice. When it comes to performance, we/I have tried pretty much everything out there; hardware and software.</p>
<p>If you attended the session, i would like to thank you for your attention and wish you happy HAing. <img src='http://krzykawski.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://krzykawski.com/2009/04/23/day-three-of-mysql-uc-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reopen</title>
		<link>http://krzykawski.com/2009/01/01/reopen/</link>
		<comments>http://krzykawski.com/2009/01/01/reopen/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 23:01:45 +0000</pubDate>
		<dc:creator>robertk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://krzykawski.com/?p=38</guid>
		<description><![CDATA[I have had this blog closed for the public since i was running on old WordPress software. I had some weird things popping up on the blog and i figured that until i have time to dig in-depth into what has really happened I should just close it so things don&#8217;t get messed up by [...]]]></description>
			<content:encoded><![CDATA[<p>I have had this blog closed for the public since i was running on old WordPress software. I had some weird things popping up on the blog and i figured that until i have time to dig in-depth into what has really happened I should just close it so things don&#8217;t get messed up by people that do not have better things to do. <img src='http://krzykawski.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I just upgraded to the latest and grates, and man is there a difference. I love the new dashboard and everything. I can truly recommend upgrading if you are thinking about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://krzykawski.com/2009/01/01/reopen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Massive amount of unpublished posts</title>
		<link>http://krzykawski.com/2008/12/29/massive-amount-of-unpublished-posts/</link>
		<comments>http://krzykawski.com/2008/12/29/massive-amount-of-unpublished-posts/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 17:51:25 +0000</pubDate>
		<dc:creator>robertk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://krzykawski.com/?p=36</guid>
		<description><![CDATA[Just realized that i have 22 unpublished posts. I have to go through them to see what posts are feasible to keep and publish and which ones to delete. Why do i do stuff like that? I should publish right away..]]></description>
			<content:encoded><![CDATA[<p>Just realized that i have 22 unpublished posts. I have to go through them to see what posts are feasible to keep and publish and which ones to delete. Why do i do stuff like that? I should publish right away..</p>
]]></content:encoded>
			<wfw:commentRss>http://krzykawski.com/2008/12/29/massive-amount-of-unpublished-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello?</title>
		<link>http://krzykawski.com/2006/10/11/hello-world/</link>
		<comments>http://krzykawski.com/2006/10/11/hello-world/#comments</comments>
		<pubDate>Wed, 11 Oct 2006 15:01:10 +0000</pubDate>
		<dc:creator>robertk</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://krzykawski.com/?p=1</guid>
		<description><![CDATA[Just setup this blog software to se if it is something i could use for what i want to save here.. And it seems pretty neat.. What i want to save/post is just general stuff about life and some pictures for family to recap on what they have missed.. Some information about me and maybe [...]]]></description>
			<content:encoded><![CDATA[<p>Just setup this blog software to se if it is something i could use for what i want to save here.. And it seems pretty neat..</p>
<p>What i want to save/post is just general stuff about life and some pictures for family to recap on what they have missed.. Some information about me and maybe a bit of my hobbies..</p>
<p>We’ll se if i stick to it or if i do something else..</p>
]]></content:encoded>
			<wfw:commentRss>http://krzykawski.com/2006/10/11/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

