<?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>Computer Solutions Blog &#187; Uncategorized</title>
	<atom:link href="http://www.computersolutions.cn/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.computersolutions.cn/blog</link>
	<description>Whats happening at Computer Solutions</description>
	<lastBuildDate>Sat, 24 Jul 2010 11:29:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Home made projector project (using LED lighting)</title>
		<link>http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=home-made-projector-project-using-led-lighting</link>
		<comments>http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 15:27:52 +0000</pubDate>
		<dc:creator>Lawrence Sheed</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[50w]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[lcd]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[light]]></category>
		<category><![CDATA[mad scientist]]></category>
		<category><![CDATA[projector]]></category>

		<guid isPermaLink="false">http://www.computersolutions.cn/blog/?p=543</guid>
		<description><![CDATA[During the research into LCD updating on the T6x IBM&#8217;s, I learned a few new things. One of those was that I had some of the parts lying around the office necessary to make a projector. As my office desk typically looks like a mad scientist uses it, I thought I may as well add [...]]]></description>
			<content:encoded><![CDATA[<p>During the research into LCD updating on the T6x IBM&#8217;s, I learned a few new things.</p>
<p>One of those was that I had some of the parts lying around the office necessary to make a projector.<br />
As my office desk typically looks like a mad scientist uses it, I thought I may as well add some more goodies to fill the missing bits.</p>
<p>First up was an LED light off taobao.  As the 100 watt ones are still a little pricey, I&#8217;m going with a 50w one for testing purposes.<br />
Visitors to the office who still have LED driven holes burned into their retina&#8217;s agree that yes, it is quite bright.</p>
<p>Probably not bright enough for our purposes, but good enough for testing.</p>
<p>Some photos of that here &#8211; </p>
<p><a href="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0218.jpg"><img src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0218-300x200.jpg" alt="" title="The light - it burns, it burns, aaaaaaaarghh." width="300" height="200" class="aligncenter size-medium wp-image-556" /></a></p>
<p>The hokey CPU fan cooler hooked up to the back adds to the effect.</p>
<p><a href="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0208.jpg"><img src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0208-300x200.jpg" alt="" title="Thats not an AMD!" width="300" height="200" class="aligncenter size-medium wp-image-547" /></a></p>
<p>The LED comes in a variety of color temperatures, ranging from yellow white, pure white, through to blue white, we chose pure white, as thats closest to what they normally use in projectors.</p>
<p>Projector and fan came to about 400rmb including shipping.  Seller was quite nice to deal with too, and advised us which would be best for the purpose.</p>
<p>Now that our lighting requirements were minimally in place, we looked at the next requirement.</p>
<p>LCD screens.</p>
<p>As the 2 or 3 people that read this blog are aware, I just bought some rather nice QXGA LCD&#8217;s.  These would be quite nice to use for a projector, but, unfortunately, getting hold of controllers for them is a little bit harder than I thought it would be.<br />
I did manage to find some, but the prices are a little high, so I put that on the back burner for now.  I will be looking into that again in the near future though.</p>
<p>First, a little detour onto the subject of LCD&#8217;s.</p>
<p>Essentially LCD&#8217;s are mass produced these days by a small handful of manufacturers, and the controllers for LCD&#8217;s are also mass produced.<br />
Controllers pretty much come in a few different capacities, but essentially they&#8217;re all the same featurewise.<br />
You buy a controller based on the maximum resolution it can handle, then program it for the LCD you have.</p>
<p>Controllers are dirt cheap &#8211; most can be found for 20rmb low end eg SVGA, through to 120rmb for medium end &#8211; eg 1920&#215;1200 /DVI+VGA.<br />
This means that most laptop screens can easily be reused as desktop screens for reasonably cheap prices.</p>
<p>TV&#8217;s are also essentially exactly the same as screens now, so the hardware is exactly the same.<br />
Controllers for TV are usually a little more expensive, but not overly so.  I bought a multi-input (HDMI, VGA, Tuner etc) with USB for 200rmb.<br />
Different chipsets do better jobs at HD, but its very very generic stuff these days.</p>
<p>You need an invertor board for the lighting (if its not an LED based LCD) &#8211; those go for 10-20rmb.<br />
You need a controller card to drive the LCD.  (Most sellers will make you a cable for your specific LCD, and program the controller for a minimal charge)<br />
You need a power supply (typically 12v 3amps+-).<br />
Lastly you need a case.</p>
<p>We gave this a test run with a salvaged a 14&#8243; LCD from a hosed laptop.<br />
We bought a controller board (20rmb), power supply + empty screen casing (130rmb) off taobao.   While it wasn&#8217;t necessarily worth it to do that, we did learn that its fairly easy.</p>
<p>Programming controllers is also pretty straightforward, but I&#8217;ll probably expand on that in another post.</p>
<p>As I wanted an HD capable projector I looked at what the smallest size HD screen (WUXGA) available on the market today is &#8211; that happens to be the Samsung LTN154U1<br />
I got mine for about 500rmb.</p>
<p>Most people will be wondering right now at this point how an LCD screen is going to be used in a projector.</p>
<p>Essentially LCD&#8217;s are transparent &#8211; an LCD screen typically comes sold ready to use.  This means its shipped with lighting built in, plus a reflective back surface.<br />
We&#8217;re going to need to denude the LCD off all that &#8211; I&#8217;m going to have to disassemble the LCD display, and take out all the non-essentials. What I&#8217;ll end up with will be transparent, and fairly delicate.<br />
Hopefully I won&#8217;t break anything when I take the LCD out of the casing, and remove the lighting, backing etc.  Breaking it will be costly!</p>
<p>Next we&#8217;ll need a way to shine our light source through the LCD.<br />
While we have a strong light &#8211; it won&#8217;t be very useful as is, as the light will mostly be concentrated in the center of wherever its pointed at.<br />
So, we need a way to disperse the light in a directed way.</p>
<p>Typically this is done with a Fresnel.  Fresnels are rather cool lens typically made out of plastic.  They magnify or reduce anything passed through them.<br />
We&#8217;ll be using a fresnel in front of the LED light to disperse the light evenly through the LCD.<br />
Once its through the LCD, we&#8217;ll be using another Fresnel to concentrate the light back into a smaller focal area, so that we can throw it through a lens, and see something on a screen.</p>
<p>For a 15.4&#8243; screen, we need a 400&#215;320 sized 330mm Fresnel, and a 500mm Fresnel.<br />
The 330mm (aka our collimator) will be placed in front of the light source, the LCD will be placed 10-15mm in front of that, then finally the 500mm (aka our collector) to concentrate the light + display output into a nice ready to use focal area for our rather expensive triplet lens.<br />
We&#8217;re using a 500mm triplet as the lens, mostly as all the projector websites are using those for 15.4&#8243; screens.</p>
<p>Fresnels were fairly cheap &#8211; 80rmb each or so.  </p>
<p>The lens was rather more expensive.  Ours was close to 600rmb with shipping!<br />
When it arrived, we saw why.  It definitely feels like its worth the money..  Unfortunately ours arrived with a crack from shipping, so we had to send it back.  The replacement should arrive in a day or three.</p>
<p>While I haven&#8217;t setup the fresnels yet in action, I did test out the controller board, and LCD.</p>
<p>Photo&#8217;s below of everything.</p>

<a href='http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/img_0197/' title='IMG_0197'><img width="150" height="150" src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0197-150x150.jpg" class="attachment-thumbnail" alt="IMG_0197" title="IMG_0197" /></a>
<a href='http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/img_0200/' title='IMG_0200'><img width="150" height="150" src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0200-150x150.jpg" class="attachment-thumbnail" alt="IMG_0200" title="IMG_0200" /></a>
<a href='http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/img_0207/' title='IMG_0207'><img width="150" height="150" src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0207-150x150.jpg" class="attachment-thumbnail" alt="IMG_0207" title="IMG_0207" /></a>
<a href='http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/img_0208/' title='Thats not an AMD!'><img width="150" height="150" src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0208-150x150.jpg" class="attachment-thumbnail" alt="Thats not an AMD!" title="Thats not an AMD!" /></a>
<a href='http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/img_0209/' title='IMG_0209'><img width="150" height="150" src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0209-150x150.jpg" class="attachment-thumbnail" alt="IMG_0209" title="IMG_0209" /></a>
<a href='http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/img_0210/' title='IMG_0210'><img width="150" height="150" src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0210-150x150.jpg" class="attachment-thumbnail" alt="IMG_0210" title="IMG_0210" /></a>
<a href='http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/img_0211/' title='IMG_0211'><img width="150" height="150" src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0211-150x150.jpg" class="attachment-thumbnail" alt="IMG_0211" title="IMG_0211" /></a>
<a href='http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/img_0212/' title='IMG_0212'><img width="150" height="150" src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0212-150x150.jpg" class="attachment-thumbnail" alt="IMG_0212" title="IMG_0212" /></a>
<a href='http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/img_0214/' title='IMG_0214'><img width="150" height="150" src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0214-150x150.jpg" class="attachment-thumbnail" alt="IMG_0214" title="IMG_0214" /></a>
<a href='http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/img_0215/' title='IMG_0215'><img width="150" height="150" src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0215-150x150.jpg" class="attachment-thumbnail" alt="IMG_0215" title="IMG_0215" /></a>
<a href='http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/img_0216/' title='IMG_0216'><img width="150" height="150" src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0216-150x150.jpg" class="attachment-thumbnail" alt="IMG_0216" title="IMG_0216" /></a>
<a href='http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/img_0217/' title='IMG_0217'><img width="150" height="150" src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0217-150x150.jpg" class="attachment-thumbnail" alt="IMG_0217" title="IMG_0217" /></a>
<a href='http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/img_0218/' title='The light - it burns, it burns, aaaaaaaarghh.'><img width="150" height="150" src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0218-150x150.jpg" class="attachment-thumbnail" alt="The light - it burns, it burns, aaaaaaaarghh." title="The light - it burns, it burns, aaaaaaaarghh." /></a>
<a href='http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/img_0219/' title='IMG_0219'><img width="150" height="150" src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0219-150x150.jpg" class="attachment-thumbnail" alt="IMG_0219" title="IMG_0219" /></a>
<a href='http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/img_0220/' title='IMG_0220'><img width="150" height="150" src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0220-150x150.jpg" class="attachment-thumbnail" alt="IMG_0220" title="IMG_0220" /></a>
<a href='http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/img_0223/' title='IMG_0223'><img width="150" height="150" src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0223-150x150.jpg" class="attachment-thumbnail" alt="IMG_0223" title="IMG_0223" /></a>
<a href='http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/img_0224/' title='IMG_0224'><img width="150" height="150" src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0224-150x150.jpg" class="attachment-thumbnail" alt="IMG_0224" title="IMG_0224" /></a>
<a href='http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/img_0225/' title='IMG_0225'><img width="150" height="150" src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/IMG_0225-150x150.jpg" class="attachment-thumbnail" alt="IMG_0225" title="IMG_0225" /></a>
<a href='http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/ghetto-projector-11_zcui6jnaihhi/' title='ghetto projector - 11_zCui6JnAIHHi'><img width="150" height="150" src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/ghetto-projector-11_zCui6JnAIHHi-150x150.jpg" class="attachment-thumbnail" alt="ghetto projector - 11_zCui6JnAIHHi" title="ghetto projector - 11_zCui6JnAIHHi" /></a>

<p>While I haven&#8217;t built any casing  yet, I&#8217;m fairly confident we should be able to knock something up quickly to house all the parts.<br />
Hopefully ours will be sturdier than this professional build I saw online &#8211; </p>
<p><a href="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/ghetto-projector-11_zCui6JnAIHHi.jpg"><img src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/06/ghetto-projector-11_zCui6JnAIHHi-300x225.jpg" alt="" title="ghetto projector - 11_zCui6JnAIHHi" width="300" height="225" class="aligncenter size-medium wp-image-566" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.computersolutions.cn/blog/2010/06/home-made-projector-project-using-led-lighting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IP Cam Hacking &#8211; pt#5</title>
		<link>http://www.computersolutions.cn/blog/2010/04/ip-cam-hacking-pt5/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ip-cam-hacking-pt5</link>
		<comments>http://www.computersolutions.cn/blog/2010/04/ip-cam-hacking-pt5/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 08:04:11 +0000</pubDate>
		<dc:creator>Lawrence Sheed</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arm7]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[nc745]]></category>
		<category><![CDATA[nuvoton]]></category>
		<category><![CDATA[uclinux]]></category>

		<guid isPermaLink="false">http://www.computersolutions.cn/blog/?p=489</guid>
		<description><![CDATA[So far in this series, we&#8217;ve learnt a few things. First, is that this hardware is quite nice for hacking purposes, as they&#8217;ve left the uBoot in a nice state, and have easily accessible debug ports. Second is that doing this kind of thing isn&#8217;t really that complicated, and can be quite fun. We&#8217;re pretty [...]]]></description>
			<content:encoded><![CDATA[<p>So far in this series, we&#8217;ve learnt a few things.<br />
First, is that this hardware is quite nice for hacking purposes, as they&#8217;ve left the uBoot in a nice state, and have easily accessible debug ports.<br />
Second is that doing this kind of thing isn&#8217;t really that complicated, and can be quite fun.</p>
<p>We&#8217;re pretty much ready to start doing our own coding, as we know how the images are packed, and we can use the uBoot to either flash onl the romfs on or own, or alternately roll a complete linux + romfs binary image.</p>
<p>For that, we&#8217;ll need to be ready to roll up our sleeves, and actually do some development (finally!).</p>
<p>Getting a development environment setup is our next step, as we&#8217;re ready to test out adding binaries.</p>
<p>I&#8217;m using Debian, but most Linux environments should be similar.  OSX is BSD based, and more of a pain due to Apple not putting everything needed in the normal places, so I&#8217;m doing this in a VM on my Macbook under Debian.</p>
<p>Go grab a copy of &#8220;NUC700 Series MCU uCLinux BSP.zip&#8221; from here <a href="http://www.metavert.com/public/NO-SUPPORT/">http://www.metavert.com/public/NO-SUPPORT/</a></p>
<p>Setup a VM for Debian (not going to cover that) or install Debian or similar.</p>
<p>Copy the zip file to /home in the OS you use.</p>
<p><code>cd /home<br />
mkdir N745<br />
cd N745<br />
unzip ../NUC700\ Series\ MCU\ uCLinux\ BSP.zip</code></p>
<p>You should now see something like this:</p>
<p><code>:/home/N745/NUC700 Series MCU uCLinux BSP# ls -al<br />
total 68<br />
drwxr-xr-x 6 root root  4096 2009-05-15 20:02 .<br />
drwxr-xr-x 3 root root  4096 2010-04-30 02:23 ..<br />
drwxr-xr-x 3 root root  4096 2009-05-15 20:06 bootloader<br />
drwxr-xr-x 2 root root  4096 2009-05-15 20:03 bsp<br />
drwxr-xr-x 2 root root  4096 2009-05-15 20:02 doc<br />
drwxr-xr-x 4 root root  4096 2009-05-15 20:02 mkrom<br />
-r--r--r-- 1 root root 44632 2009-03-27 11:49 NUC700 uClinux BSP Release Note.pdf<br />
debian:/home/N745/NUC700 Series MCU uCLinux BSP# </code></p>
<p>Unfortunately the build *really* doesn&#8217;t like long filenames, so lets move all this to the N745 folder, and get rid of the annoyingly named folder.</p>
<p><code><br />
/home/N745/NUC700 Series MCU uCLinux BSP# mv * ..<br />
/home/N745/# cd ..<br />
/home/N745/# rm -r NUC700\ Series\ MCU\ uCLinux\ BSP/<br />
</code></p>
<p>We still need to unzip the BSP, as its compressed, so go into bsp</p>
<p><code><br />
/home/N745/# cd bsp<br />
/home/N745/bsp# tar -xzvf NUC700BSP.tar.gz<br />
NUC700BSP/<br />
NUC700BSP/arm_tools.tar.gz<br />
NUC700BSP/install.sh<br />
NUC700BSP/arm_tools_3.3.tar.gz<br />
NUC700BSP/build.tar.gz<br />
NUC700BSP/applications.tar.gz<br />
NUC700BSP/uClinux-dist.tar.gz<br />
</code></p>
<p>Yay, yet another bloody subdirectory.  Sigh.</p>
<p><code><br />
/home/N745/bsp# cd NUC700BSP<br />
debian:/home/N745/bsp/NUC700BSP# ls -al<br />
total 183300<br />
drwxr-xr-x 2 shanghaiguide shanghaiguide     4096 2009-03-26 22:38 .<br />
drwxr-xr-x 3 root          root              4096 2010-04-30 02:29 ..<br />
-rw-r--r-- 1 shanghaiguide shanghaiguide 29521418 2009-03-26 21:55 applications.tar.gz<br />
-rw-r--r-- 1 shanghaiguide shanghaiguide 43742203 2009-03-26 21:22 arm_tools_3.3.tar.gz<br />
-rw-r--r-- 1 shanghaiguide shanghaiguide 36108739 2009-03-26 21:11 arm_tools.tar.gz<br />
-rw-r--r-- 1 shanghaiguide shanghaiguide  5643452 2009-03-26 21:24 build.tar.gz<br />
-rwxr--r-- 1 shanghaiguide shanghaiguide     4370 2009-03-26 22:31 install.sh<br />
-rw-r--r-- 1 shanghaiguide shanghaiguide 72439431 2009-03-26 20:53 uClinux-dist.tar.gz<br />
debian:/home/N745/bsp/NUC700BSP#<br />
</code></p>
<p>Run the install &#8211; I&#8217;ve decided to install the whole shebang to /home/N745</p>
<blockquote><p>Note &#8211; The observant amongst you will notice I&#8217;m running this as root.<br />
This is <strong>NOT</strong> recommended.  I&#8217;m running under a VM solely created to play with this, so I don&#8217;t really care if I break it (as I can roll back to the initial install image fairly easy in vmware).  Don&#8217;t do this yourselves (unless you want to break things). </p></blockquote>
<p><code><br />
debian:/home/N745/bsp/NUC700BSP# ./install.sh<br />
firstly install arm_tools.tar.gz -->/usr/local/<br />
wait for a while<br />
successfully finished installing arm_tools.tar.gz<br />
now begin to install build.tar.gz,applications.tar.gz and uClinux-dist.tar.gz<br />
Please enter your absolute path for installing build.tar.gz, applications.tar.gz and uClinux-dist.tar.gz:<br />
/home/N745<br />
/home/N745 has existed<br />
please wait for a while, it will take some time<br />
whole installation finished successfully!<br />
debian:/home/N745/bsp/NUC700BSP#<br />
</code></p>
<p>We finally have our build environment unzipped, and its sitting in nuc700-uClinux.</p>
<p><code>debian:/home/N745# cd nuc700-uClinux/<br />
debian:/home/N745/nuc700-uClinux# ls -al<br />
total 24<br />
drwxr-xr-x  6 root root 4096 2010-04-30 02:31 .<br />
drwxr-xr-x  7 root root 4096 2010-04-30 02:31 ..<br />
drwxr-xr-x  7 root root 4096 2009-03-25 00:44 applications<br />
drwxr-xr-x  2 root root 4096 2009-03-26 21:23 image<br />
drwxr-xr-x 12 root root 4096 2009-03-26 04:54 romdisk<br />
drwxr-xr-x 10 root root 4096 2009-03-26 06:50 uClinux-dist<br />
debian:/home/N745/nuc700-uClinux# </code></p>
<p>uClinux-dist has the default binaries we want, plus we need to configure the kernel, so lets visit there first (the more adventurous can look at the other folders)</p>
<p><code><br />
debian:/home/N745/nuc700-uClinux# cd uClinux-dist/<br />
debian:/home/N745/nuc700-uClinux/uClinux-dist# ls -al<br />
total 84<br />
drwxr-xr-x  10 root root  4096 2009-03-26 06:50 .<br />
drwxr-xr-x   6 root root  4096 2010-04-30 02:31 ..<br />
drwxr-xr-x   2 root root  4096 2009-01-22 23:27 bin<br />
drwxr-xr-x   3 root root  4096 2009-03-26 06:50 config<br />
-rw-r--r--   1 root root 18007 2009-01-22 23:29 COPYING<br />
drwxr-xr-x   3 root root  4096 2009-01-22 23:27 Documentation<br />
drwxr-xr-x  11 root root  4096 2009-01-22 23:29 freeswan<br />
drwxr-xr-x   5 root root  4096 2009-01-22 23:29 lib<br />
drwxr-xr-x  15 root root  4096 2009-03-26 06:50 linux-2.4.x<br />
-rw-r--r--   1 root root  3228 2009-01-22 23:28 MAINTAINERS<br />
-rw-r--r--   1 root root  7977 2009-01-22 23:27 Makefile<br />
-rw-r--r--   1 root root  4935 2009-01-22 23:29 README<br />
-rw-r--r--   1 root root  1654 2009-01-22 23:29 SOURCE<br />
drwxr-xr-x 158 root root  4096 2009-01-22 23:28 user<br />
drwxr-xr-x   4 root root  4096 2009-03-12 03:54 vendors<br />
debian:/home/N745/nuc700-uClinux/uClinux-dist#<br />
</code></p>
<p>Looks like it should be fairly easy, right?<br />
Wrong.</p>
<p>The default build doesn&#8217;t work.   Why would it be that easy.</p>
<p>You&#8217;ll end up with issues like:</p>
<blockquote><p>entry-armv.S:782: Error: Internal_relocation (type 210) not fixed up<br />
(OFFSET_IMM)<br />
entry-armv.S:784: Error: Internal_relocation (type 208) not fixed up<br />
(IMMEDIATE)
</p></blockquote>
<p>So, we need to make sure we start off fresh.<br />
Also, note that we&#8217;re building for an N745 cpu, so we&#8217;ll need to configure that at the make config stage.<br />
Lastly, and <strong>EXTREMELY</strong> important, is that we&#8217;ll need to put our required tools in the path.</p>
<p><strong>DO NOT FORGET TO DO THIS</strong><br />
sample PATH below:</p>
<p>PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/arm_tools/bin</p>
<p><code><br />
debian:/home/N745/nuc700-uClinux/uClinux-dist# PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/arm_tools/bin</p>
<p>debian:/home/N745/nuc700-uClinux/uClinux-dist#make clean</p>
<blockquote><p>Now we have a choice - Recommend use make xconfig if possible.<br />
You need to  have a GUI, and have tk installed.  (apt-get install tk)<br />
Otherwise run make config, and run through the tediously large amount of questions</p></blockquote>
<p><strong>OPTION#preferred</strong></p>
<p>debian:/home/N745/nuc700-uClinux/uClinux-dist#make xconfig     </p>
<p><strong>OPTION#not recommended</strong></p>
<p>debian:/home/N745/nuc700-uClinux/uClinux-dist# make config<br />
config/mkconfig > config.in<br />
#<br />
# No defaults found<br />
#<br />
*<br />
* Target Platform Selection<br />
*<br />
*<br />
* Choose a Vendor/Product combination.<br />
*<br />
Vendor/Product (nuvoton/nuc710, nuvoton/nuc740, nuvoton/nuc745) [nuvoton/nuc710] (NEW) nuvoton/nuc745</p>
<p>[For the rest, I used the defaults (except for the Network Tools questions, which I said Y to all)]</p>
<blockquote><p>Continue here from whatever menu (x)config you used.</p></blockquote>
<p>debian:/home/N745/nuc700-uClinux/uClinux-dist#make oldconfig</p>
<p>[Needed, or compile doesn't work]</p>
<p>debian:/home/N745/nuc700-uClinux/uClinux-dist#make dep</p>
<p>[A gazillion pages of info later, we have a build environment!]<br />
</code></p>
<p>We&#8217;re finally ready to use our weapon of mass destruction.</p>
<p><code><br />
debian:/home/N745/nuc700-uClinux/uClinux-dist#make<br />
...</p>
<p></code></p>
<p>It should compile without issue.  </p>
<p>Next step is to mount our created rom image, and copy the binaries off, or just go to the compiled folders, and get the binaries.</p>
<p>I&#8217;ve done this step already, and have a zip file of a few useful files ready.</p>
<p>-rwxr-xr-x  1 root root  110888 2010-04-30 03:50 ftpd<br />
-rwxr-xr-x  1 root root   55164 2010-04-30 03:52 ping<br />
-rwxr-xr-x  1 root root 1201904 2010-04-30 03:51 ssh<br />
-rwxr-xr-x  1 root root 1219864 2010-04-30 03:51 sshd<br />
-rwxr-xr-x  1 root root  118004 2010-04-30 03:45 telnet<br />
-rwxr-xr-x  1 root root   45460 2010-04-30 03:45 telnetd</p>
<p> file *<br />
ftpd:    BFLT executable &#8211; version 4 ram<br />
ping:    BFLT executable &#8211; version 4 ram<br />
ssh:     BFLT executable &#8211; version 4 ram<br />
sshd:    BFLT executable &#8211; version 4 ram<br />
telnet:  BFLT executable &#8211; version 4 ram<br />
telnetd: BFLT executable &#8211; version 4 ram</p>
<p>Download that here &#8211; <a href='http://www.computersolutions.cn/blog/wp-content/uploads/2010/04/arm7-nettools.zip'>arm7-nettools</a></p>
<p>All we need to do now is mount our romfs image, unzip the arm7-nettools.zip, copy the arm7 bFLT binaries over to bin, add telnetd, sshd, and  ftpd to our /bin/init, and rebuild by running genromfs on our filesystem.</p>
<p>We can then finally flash our new romfs, and test it out.</p>
<blockquote><p>
Don&#8217;t forget that romfs is a read only file system, so we can&#8217;t modify it by mounting it.  We need to mount, copying everything to elsewhere, do our required bits and pieces, then rebuild.</p>
<p>eg</p>
<p>mount -o loop -t romfs still_unsure.img /mnt/test -r</p>
<p>mkdir /mnt/new<br />
cd /mnt<br />
rsync -arv /mnt/test/ new<br />
cd new/bin<br />
wget http://www.computersolutions.cn/blog/wp-content/uploads/2010/04/arm7-nettools.zip<br />
unzip arm7-nettools.zip<br />
rm arm7-nettools.zip</p>
<p>[We need to also edit init]<br />
pico init</p>
<p>Add </p>
<p>sshd&#038;<br />
telnetd&#038;<br />
ftpd&#038;</p>
<p>eg &#8211;<br />
cat init<br />
mount -t proc none /proc<br />
mount -t ramfs none /usr<br />
mount -t ramfs none /swap<br />
mount -t ramfs none /var/run<br />
mount -t ramfs none /etc<br />
mount -t ramfs none /flash<br />
mount -t ramfs none /home<br />
camera&#038;<br />
sshd&#038;<br />
telnetd&#038;<br />
ftpd&#038;<br />
sh</p>
<p>Change to the next directory up, and lets run genromfs</p>
<p> genromfs -d new -f testrom.img<br />
debian:/mnt# ls testrom.img<br />
testrom.img<br />
debian:/mnt# ls -al testrom.img<br />
-rw-r&#8211;r&#8211; 1 root root 3329024 2010-04-30 04:18 testrom.img</p>
<p>In theory, this should be usable (famous last words!).
</p></blockquote>
<p>Unfortunately, I can&#8217;t try testing on that at home, as all the equipment is at the office, but that should be fairly easy.</p>
<p>Probably also some small config issues to sort out, as ftpd, telnetd and sshd will probably choke without their related /etc/whatever config files needed, but we can sort that out via serial on the debug ports.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computersolutions.cn/blog/2010/04/ip-cam-hacking-pt5/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Cube vs Cube</title>
		<link>http://www.computersolutions.cn/blog/2010/03/cube-vs-cube/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=cube-vs-cube</link>
		<comments>http://www.computersolutions.cn/blog/2010/03/cube-vs-cube/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 15:54:49 +0000</pubDate>
		<dc:creator>Lawrence Sheed</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[coffee]]></category>
		<category><![CDATA[cube vs cube]]></category>
		<category><![CDATA[g4 cube]]></category>
		<category><![CDATA[krups]]></category>
		<category><![CDATA[naked]]></category>
		<category><![CDATA[nespresso]]></category>
		<category><![CDATA[taobao]]></category>
		<category><![CDATA[undressed]]></category>

		<guid isPermaLink="false">http://www.computersolutions.cn/blog/?p=396</guid>
		<description><![CDATA[Obviously I&#8217;ve had waaaaaaaaaay too much fun with my newly purchased coffee machine today. Photo&#8217;s (and story) below. Its a match of the titans. Frog design vs A+P Cahen. No rolls barred, its Cube vs Cube. In the left corner, we have the old, the venerable&#8230; G4 Cube Part frakkin Toaster, part computer, (ex) fishtank, [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Obviously I&#8217;ve had waaaaaaaaaay too much fun with my newly purchased coffee machine today.<br />
Photo&#8217;s (and story) below.</p></blockquote>
<h1><strong>Its a match of the titans.</strong></h1>
<h1>Frog design vs A+P Cahen.</h1>
<h1>No rolls barred, its Cube vs Cube.</h1>
<p style="text-align: center;">In the left corner, we have the old, the venerable&#8230;</p>
<p style="text-align: center;"><strong>G4 Cube</strong></p>
<p style="text-align: center;">Part frakkin Toaster, part computer, (ex) fishtank, part space heater.</p>
<p style="text-align: center;"><em><strong>VS</strong></em></p>
<p style="text-align: center;">The newcomer with an attitude, he&#8217;s shiny, and he isn&#8217;t afraid to show it off.</p>
<p style="text-align: center;"><strong>Le Cube</strong></p>
<p><span id="more-396"></span></p>
<h1><strong>Who will win?</strong></h1>
<p><center></p>
<h3>The incumbent&#8230;</h3>
<table>
<tbody>
<tr>
<td><img src="http://farm3.static.flickr.com/2737/4457487016_479e444309_m.jpg" alt="" /></td>
<td><img src="http://farm3.static.flickr.com/2716/4457481354_a5305c8906_m.jpg" alt="" /></td>
</tr>
</tbody>
</table>
<h3>The challenger&#8230;</h3>
<table>
<tbody>
<tr>
<td><img src="http://farm5.static.flickr.com/4030/4457484446_50627d9e4c_m.jpg" alt="" /></td>
<td><img src="http://farm5.static.flickr.com/4050/4456703017_ff7bd99284_m.jpg" alt="" /></td>
</tr>
</tbody>
</table>
<p></center></p>
<p><img src="http://farm5.static.flickr.com/4037/4457482322_12b9294eca_m.jpg" alt="" /><br />
<img src="http://farm5.static.flickr.com/4037/4456703855_6a1563e6f8_m.jpg" alt="" /><br />
<img src="http://farm5.static.flickr.com/4045/4456704313_1e89e030d9_m.jpg" alt="" /></p>
<p><img src="http://farm5.static.flickr.com/4041/4457483602_7beb33e112_m.jpg" alt="" /><br />
<img src="http://farm3.static.flickr.com/2688/4456706109_e7b0cda9f6_m.jpg" alt="" /><br />
<img src="http://farm5.static.flickr.com/4015/4457485350_0a5faa3aaf_m.jpg" alt="" /></p>
<p><img src="http://farm5.static.flickr.com/4055/4456707721_0eca2f449d_m.jpg" alt="" /><br />
<img src="http://farm5.static.flickr.com/4025/4456708569_18a460afe9_m.jpg" alt="" /><br />
<img src="http://farm5.static.flickr.com/4049/4456709085_8a21f9e438_m.jpg" alt="" /></p>
<p>[No Cube's were harmed in the making of this Flickr set. The cube(s) pictured are a Cube I bought for spares and turned into a Fishtank, and my _still_ working 1.2Ghz G4 cube, that I paid over 3000$ for waaaaaay back]</p>
<p><strong>I think the newcomer wins it by a hair. </strong> (Plus it makes better coffee than the G4 ever did.)<br />
Accessories (the rather yummy Honey from New Zealand) provided by the ever wonderful people from Occam China &#8211; <a href="http://www.occam.cn/">http://www.occam.cn/</a>.</p>
<p>Flickr set here &#8211; <a href="http://www.flickr.com/photos/sheedl/sets/72157623553437281/">http://www.flickr.com/photos/sheedl/sets/72157623553437281/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.computersolutions.cn/blog/2010/03/cube-vs-cube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Chinese New Year!</title>
		<link>http://www.computersolutions.cn/blog/2010/02/happy-chinese-new-year/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=happy-chinese-new-year</link>
		<comments>http://www.computersolutions.cn/blog/2010/02/happy-chinese-new-year/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 07:04:22 +0000</pubDate>
		<dc:creator>Lawrence Sheed</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[cny]]></category>
		<category><![CDATA[year of the tiger]]></category>

		<guid isPermaLink="false">http://www.computersolutions.cn/blog/?p=351</guid>
		<description><![CDATA[Note to clients that we will be closed from 13th &#8211; 19th February for Chinese New Year. Urgent issues can be addressed either by sending an email to support@computersolutions.cn or calling my mobile number on 13901 802 269. Have a good vacation, and a great year of the tiger!]]></description>
			<content:encoded><![CDATA[<p>Note to clients that we will be closed from 13th  &#8211; 19th February for Chinese New Year.</p>
<p><strong>Urgent</strong> issues can be addressed either by sending an email to support@computersolutions.cn or calling my mobile number on 13901 802 269.</p>
<p>Have a good vacation, and a great year of the tiger!</p>
<p><img class="aligncenter size-full wp-image-352" title="happy tiger style" src="http://www.computersolutions.cn/blog/wp-content/uploads/2010/02/happy-tiger-style.jpg" alt="" width="640" height="200" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.computersolutions.cn/blog/2010/02/happy-chinese-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domain names, ICP licenses, and other fun in 2010</title>
		<link>http://www.computersolutions.cn/blog/2010/01/domain-names-icp-licenses-and-other-fun-in-2010/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=domain-names-icp-licenses-and-other-fun-in-2010</link>
		<comments>http://www.computersolutions.cn/blog/2010/01/domain-names-icp-licenses-and-other-fun-in-2010/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 10:55:54 +0000</pubDate>
		<dc:creator>Lawrence Sheed</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bureaucracy]]></category>
		<category><![CDATA[china domain registration]]></category>
		<category><![CDATA[cnnic]]></category>
		<category><![CDATA[goverment]]></category>
		<category><![CDATA[icp]]></category>
		<category><![CDATA[mii]]></category>
		<category><![CDATA[miibeian]]></category>

		<guid isPermaLink="false">http://www.computersolutions.cn/blog/?p=335</guid>
		<description><![CDATA[New rules are now in place that restrict applications for Chinese domain names (anything ending in .cn) CNNIC issued new guidelines for registrars and hosting companies on January 6th / 2010. Roughly translated, these state: CNNIC (China&#8217;s Internet Domain Government Agency) wishes promote the standard and healthy application of .CN domain names. CNNIC aims to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>New rules are now in place that restrict applications for Chinese domain names (anything ending in .cn)</strong></p>
<p>CNNIC issued new guidelines for registrars and hosting companies on January 6th / 2010.</p>
<p>Roughly translated, these state:</p>
<blockquote><p>CNNIC (China&#8217;s Internet Domain Government Agency) wishes promote the standard and healthy application of .CN domain names.<br />
CNNIC aims to coordinate with China&#8217;s review mechanism for domain name registration information and further crack down on registration of domain names with false information.</p></blockquote>
<p>What this means in non-government-speak is that from now onward new .com.cn and .cn domains cannot be registered unless you are an officially licensed entity within China.<br />
Existing domains can be renewed for the meantime though (pending verification of details/validity).</p>
<p>This has been in process since mid December, as individual registrations were the first to get blocked</p>
<blockquote><p>Chinese domain name supervision organization China Internet Network Information Center announced that starting from 21:00 on December 14, 2009, it closed domain name registrations for individual users who are not purchasing domains on behalf of companies or organizations. Prior to this sudden announcement, China&#8217;s central television station criticized domain name registration service providers and agencies for false, inaccurate or incomplete information in the registration process. </p></blockquote>
<p>More here on that here &#8211; <a href="http://www.chinatechnews.com/2009/12/21/11239-chinese-measures-will-regulate-website-domain-name-registrations">http://www.chinatechnews.com/2009/12/21/11239-chinese-measures-will-regulate-website-domain-name-registrations</a></p>
<p>Entities wishing to register domain names for others will need an ICP许可证 (ICP Xu Ke Zheng).<br />
The ICP许可证 is a commercial licence, which is different from an ICP备案 (ICP Bei An).<br />
We will also be subject to new requirements for new domain registrations (China loves paperwork!)</p>
<blockquote><p>The Notification about further enhancement of auditing domain name registration information</p>
<p>    In order to further enhance the authenticity, accuracy, and integrality of the domain name registration information, now notify as following:</p>
<p>1. Domain name applicants need to submit the formal paper based application material when making the online application to the registrar. The application material includes the original application form with business seal, company business license (photocopy), and registrant ID (photocopy).</p>
<p>2. Registrar should carefully review the application material. When application is deemed qualified, registrar need to submit the application material via fax or E-mail to CNNIC, and withhold the original application material.</p>
<p>3. From the day of the submission of online application, if CNNIC does not receive the formal paper based application material within 5 days or the application material auditing is not qualified, the domain name to be applied will be deleted.</p>
<p>4. The above regulations will be executed since 9:00AM (Beijing Time), Dec 14th, 2009.</p>
<p>If you have any question, free to contact us at 86-10-58813000 or email to service@cnnic.cn.</p></blockquote>
<p><strong>Existing ICP Registrations</strong><br />
In addition to these new rules, all existing domain registrations are being scrutinized carefully, and all details are being verified.<br />
As we have been quite proactive in ensuring that all clients have ICP licensing, and keeping our upstream ISP / contacts at Shanghai Telecom advised of anything information they require ahead of time, we expect that this will cause minimal disruption to our services.<br />
If we do need to verify additional information from clients, please be prompt in forwarding them to us if we do request them, to avoid issues.</p>
<p><strong>New ICP Registrations</strong><br />
Due to the above checks, new ICP registrations (which are required for any domain hosted in China) are taking substantially longer than the normal 2-3 days.   We are currently seeing delays of up to 2 months for new license applications from the MII (Ministry of Information).   We deal with the licensing bureau&#8217;s on a daily basis, and are notified quickly in case of issues, but the current checking requirements are just making everything take rather longer than is usual.  We ask clients to be patient while their ICP registration is in progress.  We are aware that it is not an ideal situation to have to wait for a few weeks, but we are dependent on the government issuing body, who are very very backlogged with work right now.  License applications that are currently in process can be checked by clients at the government website here &#8211; <a href="http://www.miibeian.gov.cn/chaxun/ggcx.jsp">http://www.miibeian.gov.cn/chaxun/ggcx.jsp</a>. </p>
<p>Computer Solutions client ICP Registration site is here &#8211; <a href="http://icp.computersolutions.cn">http://icp.computersolutions.cn/</a>.  New clients can register a user account on our ICP site, and submit an application form from our site.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.computersolutions.cn/blog/2010/01/domain-names-icp-licenses-and-other-fun-in-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outage: Mail Issues / Web Issues for some clients (DNS Issues at Peer1/ServerBeach)</title>
		<link>http://www.computersolutions.cn/blog/2009/12/outage-mail-issues-web-issues-for-some-clients-dns-issues-at-peer1serverbeach/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=outage-mail-issues-web-issues-for-some-clients-dns-issues-at-peer1serverbeach</link>
		<comments>http://www.computersolutions.cn/blog/2009/12/outage-mail-issues-web-issues-for-some-clients-dns-issues-at-peer1serverbeach/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 04:32:58 +0000</pubDate>
		<dc:creator>Lawrence Sheed</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[outage]]></category>
		<category><![CDATA[peer1]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[serverbeach]]></category>

		<guid isPermaLink="false">http://www.computersolutions.cn/blog/?p=288</guid>
		<description><![CDATA[Early Monday morning it was bought to our attention that some clients could not receive mail, and others were having difficultly reaching their subdomains. Investigation of the issue showed that the affected clients were missing DNS records. Our DNS services are provided by a 3rd party &#8211; ServerBeach. ServerBeach recently got bought out by a [...]]]></description>
			<content:encoded><![CDATA[<p>Early Monday morning it was bought to our attention that some clients could not receive mail, and others were having difficultly reaching their subdomains.</p>
<p>Investigation of the issue showed that the affected clients were missing DNS records.</p>
<p>Our DNS services are provided by a 3rd party &#8211; ServerBeach.<br />
ServerBeach recently got bought out by a larger company Peer1.</p>
<p>The geniuses at Peer1  have managed to lose all our DNS info for over 400 of our domains during a migration from ServerBeach to Peer1 provided services, and now a substantial number of our clients have missing or incomplete DNS records. </p>
<p>They are aware of the issue, and are working on it.</p>
<p>We received an email notice about this this morning (after 7 or 8 hours of their DNS being offline)</p>
<blockquote><p>Dear ServerBeach Customer,</p>
<p>At approximately 11:30am CST today we encountered an issue with our DNS services being imported into the new ServerBeach portal.   This may be causing an interruption for certain domains that are hosted on the GeoDNS servers.</p>
<p>We are currently working diligently to correct this issue and will provide an update when DNS services are fully functional.</p>
<p>All of us at ServerBeach sincerely regret the inconveniences associated with this incident, and will fully stand behind our Service Level Agreement. We apologize for this disruption and thank you for your continued patronage and understanding.</p>
<p>If you have any questions regarding this issue, please open an online ticket athttps://my.serverbeach.com/ or contact our support team at 1-800-741-9939.</p>
<p>Regards,</p>
<p>Brian Daffern<br />
Director of Support</p></blockquote>
<p>We have raised a number of tickets with ServerBeach / Peer1 regarding this, and hope for a speedy resolution to the matter.</p>
<p>As an interim measure I&#8217;ve added forwarding records for domains affected, so that mail received on the webservers that host affected domains know to forward mail to the correct mail server.  </p>
<p>ServerBeach is updating a forum post regarding this issue here:<br />
<a href="http://forums.serverbeach.com/showthread.php?t=7919">http://forums.serverbeach.com/showthread.php?t=7919</a><br />
(Note that in the second post they incorrectly say it has been resolved. It has not been resolved yet)</p>
<p>If ServerBeach / Peer1 cannot resolve this by this evening, we may have to look at changing to a different DNS provider.<br />
This is a last resort measure though, as DNS server changes take 1-2 days to propagate throughout the internet.</p>
<p>Apologies for any inconvenience, and we hope you can bear with us while we resolve the situation.</p>
<p>If you have any questions, please address them to our support email: support at computersolutions.cn</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computersolutions.cn/blog/2009/12/outage-mail-issues-web-issues-for-some-clients-dns-issues-at-peer1serverbeach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random! (semi) Interesting! Thing!</title>
		<link>http://www.computersolutions.cn/blog/2009/04/random-semi-interesting-thing/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=random-semi-interesting-thing</link>
		<comments>http://www.computersolutions.cn/blog/2009/04/random-semi-interesting-thing/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 20:36:03 +0000</pubDate>
		<dc:creator>Lawrence Sheed</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[eclectic]]></category>
		<category><![CDATA[Kitto]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[random crap]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[waffle]]></category>

		<guid isPermaLink="false">http://www.computersolutions.cn/blog/?p=222</guid>
		<description><![CDATA[Apparently the new thing in blogging in China is to be eclectic. While I have been blogging/writing in China for a good few years longer than most of even the longest China blogs out there (I started in 95, beat that haha!), I haven&#8217;t really thrown it all into one spot. Plus mostly it all [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently the new thing in blogging in China is to be eclectic.</p>
<p>While I have been blogging/writing in China for a good few years longer than most of even the longest China blogs out there (I started in 95, beat that haha!), I haven&#8217;t really thrown it all into one spot.</p>
<p>Plus mostly it all went into forum postings on long lost sites that I should revive at some point (<a href="http://www.ddsclub.com">D.D&#8217;s Club</a> and <a href="http://www.shanghaiguide.com">Shanghaiguide</a> I&#8217;m looking at you), so there is a vague chance I may get to revive some of it from the depths of bit rot hell, and post select bits in one place.</p>
<p>Too be honest, this is probably going to turn into a rant or pure SEO spammy keyword promo post to get more hits for the blog anyway but&#8230;</p>
<p>Apparently I should also mention Puppies, Kittens, that cool dude I totally hung out with last night and partied till dawn with, and the 15 chicks we hooked up with that night, plus god isn&#8217;t China a total pit, I mean they don&#8217;t even speak English here, what the F!*</p>
<p>*This is an in-joke that no-one else will get but <a href="http://fashion-and-gossip.com/2009/04/want-to-diss-my-blog-thats-shanghai-miss-helen-ok-cool-it-is-then-on.html">the Jojo</a>, and readers of <a href="http://www.urbanatomy.com">That&#8217;s not Kitto</a>.</p>
<p>Back to being eclectic, shall we, and less of the &#8220;in&#8221; jokes.</p>
<p>The honest truth is that I&#8217;m eclectic enough apparently, although that might also be a slightly schizophrenic way of looking at my diverse random project ideas.</p>
<p>Over the last few months, we&#8217;ve done the following interesting projects, some for love, some for money, and some for the hell of it.</p>
<p>Figure out which is which, and see which of them you like.</p>
<p>No.1 on our list is:  <a href="http://LiURL.cn">LiURL.cn</a></p>
<p>Lets face it, once a geek, always a geek.<br />
I discovered twitter, and for a few days was happy playing in a new medium.<br />
I did note that twitter had a limited character span (140 chars) for messages, and it truncated URL&#8217;s to save space.<br />
Taking a quick look around I saw plenty of clones oversea&#8217;s, but nothing local, so I grabbed my trusty keyboard, and a few hours later and a quick search of what was left in .cn domain space I invented LiURL.cn, the first Chinese TinyURL clone.</p>
<p>Its even got its own <a href="http://blog.liurl.cn">blog</a>, and <a href="http://www.twitter.com/liurl">twitter</a> feed.</p>
<p>Use is slowly growing, and we&#8217;re starting to see an increase in use and awareness of LiURL.cn in China and oversea&#8217;s.</p>
<p><a href="http://www.smartshanghai.com">SmartShanghai.com</a> has also started using it for their venue twitter links (5000+ urls).</p>
<p>No. 2 is &#8211; <a href="http://www.iWantOne.cn">iWantOne.cn</a></p>
<p>iWantOne started out as an outlet for our badges.</p>
<p>The badges themselves started out from a post on <a href="http://lpcoverlover.com/2008/09/09/moa-sounds">LPCoverLover</a> via a sighting on <a href="http://www.boingboing.net">BoingBoing</a>.</p>
<p>A quick trip to <a href="http://www.taobao.com">taobao</a>, and we had a badge machine, and lots of idea&#8217;s.</p>
<p>These quickly culminated in my staff going nuts over snoopy badges, and my prompting them for cool stuff for foriegners (we&#8217;re suckers for cultural revolution related artwork).</p>
<p>We quickly got bored doing that, and moved onto cool phrases.</p>
<p>Coffee at Moganshan lu led to a brainstorming session about cool ways to promote Shanghainese (an under promoted language imho), and a whole set of cool phrases.</p>
<p>Some publicity shots, and some talk about it over <a href="http://56minus1.com/2009/03/things-done-well-badges/">here</a> at <a href="http://56minus1.com">56minus1.com</a>.<br />
(Note that I am also occasionally a contributor to the 56minus1 blog, although I completely avoid talking about stuff we do ourselves).</p>
<p>No 3.    Fridge Magnets &#8211; is a rather cool unique idea, and something that led on from the badges.</p>
<p>One of our clients asked me why we didn&#8217;t put an English translation on the badges as well.  Which, to be honest,  I&#8217;d thought about, but as I&#8217;m a pretentious I can speak Chinese better than you so nya nya kind of foreigner, didn&#8217;t want to do.  Plus it also meant remaking a bunch of badges, and I&#8217;m lazy.<br />
*Pick one of the above for the correct answer.  </p>
<p>It did lead me to think, well hey, why don&#8217;t I make some magnet word sets like you used to see a few years back when Magnet Poetry was all the craze.</p>
<p>An idea was born&#8230;</p>
<p>A few days later, we had our first rough draft of the first magnet set we wanted to make &#8220;Talking to your Ayi&#8221;, and a few agonizing days later teaching my art team how to use illustrator correctly so I didn&#8217;t have to spend over 12 hours redoing their alleged &#8220;good&#8221; version *again*, we had something we could play around with.  This also involved some running with scissors, and lots of small pieces of sharp paper, to put the danger, and comic tragedy of it all into perspective.</p>
<p>A quick round or two with friends, roman&#8217;s and countrymen, and we had most of the mistakes corrected also.<br />
Interesting factoid &#8211; I could point out more mistakes than the native speakers could.</p>
<p>Even more weeks passed and we had a sample set.  Even more weeks x2 later,  lots of shouting, changes, and scowling  (followed by light rain), we actually had a box design that I liked, and all was good.</p>
<p>This was closely followed by lots of my own money changing hands with dodgy factories in outer godknowswhere, a minor whoops at the factory meaning a reprint, and finally a rather large kuaidi delivery to our office later, I actually had a product in my hands, yay!</p>
<p>We&#8217;re currently pimping the sets out to anyone that stands still long enough &#8211; <a href="http://SmartShanghai.com">Smart Shanghai</a> is the first to publish something about us, and expect to have some more publicity and some sales soon.<br />
Plus, its been rather fun making something that people can buy (or I can throw at the kuaidi guy), instead of our usual intangible products &#8211; websites, websites, and more websites.</p>
<p>Our Fridge Lingo Magnet sets are available now at select venues around town, or via the <a href="http://iwantone.cn">iWantOne.cn</a> website.</p>
<p>Direct link to the <a href="http://liurl.cn/eu">Magnet sets here</a>.<br />
They are honestly quite cool, and I&#8217;m extremely happy to be a father to my first live baby project.</p>
<p>Anyway, I&#8217;ve rambled on enough, and to be honest, I&#8217;m a lot more eclectic on <a href="http://www.twitter.com/compsolutions">Twitter</a>.</p>
<p>This is Lawrence signing out, and I hope you enjoyed the ride.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computersolutions.cn/blog/2009/04/random-semi-interesting-thing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Homemade helicopter &#8211; flying high, and crashing back down again</title>
		<link>http://www.computersolutions.cn/blog/2009/04/homemade-helicopter-flying-high-and-crashing-back-down-again/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=homemade-helicopter-flying-high-and-crashing-back-down-again</link>
		<comments>http://www.computersolutions.cn/blog/2009/04/homemade-helicopter-flying-high-and-crashing-back-down-again/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 17:24:48 +0000</pubDate>
		<dc:creator>Lawrence Sheed</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[crazy]]></category>
		<category><![CDATA[Flying the little plane]]></category>
		<category><![CDATA[guangdong]]></category>
		<category><![CDATA[helicopter]]></category>
		<category><![CDATA[shanzhai]]></category>

		<guid isPermaLink="false">http://www.computersolutions.cn/blog/?p=193</guid>
		<description><![CDATA[A man with a dream. Chen Zhao Rong (陈昭荣) dreamed of flying. Despite not being able to read English, and with only a primary school education, Chen scoured through foreign flying websites, checking out pictures and schematics, before finally starting to build his helicopter. Chen made and welded all the body parts himself, checking his [...]]]></description>
			<content:encoded><![CDATA[<p><strong>A man with a dream.</strong></p>
<p>Chen Zhao Rong (陈昭荣) dreamed of flying.</p>
<p>Despite not being able to read English, and with only a primary school education, Chen scoured through foreign flying websites, checking out pictures and schematics, before finally starting to build his helicopter.</p>
<p><img src="http://www.computersolutions.cn/blog/wp-content/uploads/2009/04/080704_zsj02.jpg" alt="080704_zsj02" title="080704_zsj02" width="500" height="340" class="aligncenter size-full wp-image-188" /></p>
<p><span id="more-193"></span><br />
Chen made and welded all the body parts himself, checking his design against photo&#8217;s on the internet, as he progressed with his plan.  After the body was built, he bought a second hand engine and mounted it.</p>
<p><img src="http://www.computersolutions.cn/blog/wp-content/uploads/2009/04/080704_zsj04.jpg" alt="080704_zsj04" title="080704_zsj04" width="500" height="338" class="aligncenter size-full wp-image-190" /></p>
<p>With a total cost of less than 70,000RMB, and a little over 2 years of development, Chen finally achieved his dreams, and made a flying helicopter.</p>
<p>Although he now had a flying machine, he still needed to learn how to fly.</p>
<p>For the first few months, every time he started up his engine, the whole village would come watch.<br />
It took him another 6 months before he  was confident enough to leave the ground.</p>
<p>His first successful flight took him 1 metre off the ground.</p>
<p>Eventually he was flying 6 metres above the ground, just above his 5 story building &#8211; he was scared to go higher.</p>
<p><img src="http://www.computersolutions.cn/blog/wp-content/uploads/2009/04/080704_zsj05.jpg" alt="080704_zsj05" title="080704_zsj05" width="500" height="336" class="aligncenter size-full wp-image-191" /></p>
<p>It took him another few months to be comfortable flying, and could turn and stop with ease.</p>
<p>Unfortunately in May 2008, while flying to another village, he lost power, and at a speed close to 70km/s he crashed his helicopter in a nearby field.  Although fearing the engine would explode, he survived the crash, and managed to walk home in one piece.</p>
<p>His wife was not so happy though, and left him for a week, threatening to leave him for good unless he stopped flying.</p>
<p>News about his exploits also reached the local police who subsequently made him sign a document stating that he wouldn&#8217;t fly again.</p>
<p>In the end, he sold the helicopter parts to a friend for 20,000RMB.</p>
<p>He still hasn&#8217;t given up on his dream though, and his fame lives on in the internet, where thousands of people watch in awe at the video of his flight.</p>
<p><img src="http://www.computersolutions.cn/blog/wp-content/uploads/2009/04/080704_zsj06.jpg" alt="080704_zsj06" title="080704_zsj06" width="500" height="375" class="aligncenter size-full wp-image-192" /></p>
<p>Flying dangerously close to power lines, buildings, and somehow landing back in one piece!</p>
<p><img src="http://www.computersolutions.cn/blog/wp-content/uploads/2009/04/080704_zsj01.jpg" alt="080704_zsj01" title="080704_zsj01" width="500" height="360" class="aligncenter size-full wp-image-187" /></p>
<p><center><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="370"><param name=movie value="http://player.youku.com/player.php/partnerid/XNjI4/sid/XMzU2MzcxMzY=/v.swf"><param name=quality value=high><param value="always" name="allowNetworking"/><param value="some" name="allowScriptAccess"/><embed allowNetworking="always" allowScriptAccess="some" src="http://player.youku.com/player.php/partnerid/XNjI4/sid/XMzU2MzcxMzY=/v.swf"  pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="612" height="500"></embed></object><br /></center></p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.computersolutions.cn/blog/2009/04/homemade-helicopter-flying-high-and-crashing-back-down-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unscheduled downtime this morning.</title>
		<link>http://www.computersolutions.cn/blog/2009/01/unscheduled-downtime-this-morning/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=unscheduled-downtime-this-morning</link>
		<comments>http://www.computersolutions.cn/blog/2009/01/unscheduled-downtime-this-morning/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 03:51:20 +0000</pubDate>
		<dc:creator>Lawrence Sheed</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.computersolutions.cn/blog/?p=67</guid>
		<description><![CDATA[We experienced an outage this morning when one of our mail server hard drives failed, causing mail to stop. The hard drives will need to be replaced in order to ensure data is protected.   As replacement will necessitate some downtime while spare drives are being installed, and existing ones replaced, I have scheduled this for [...]]]></description>
			<content:encoded><![CDATA[<p>We experienced an outage this morning when one of our mail server hard drives failed, causing mail to stop.</p>
<p>The hard drives will need to be replaced in order to ensure data is protected.   As replacement will necessitate some downtime while spare drives are being installed, and existing ones replaced, I have scheduled this for later tonight, or early tomorrow morning.</p>
<p>The new drives have been ordered, and we are waiting on their arrival.</p>
<p>Replacement will be done out of normal office hours in order to minimize further inconvenience to clients.</p>
<p>We expect the server to be down for 20 minutes when we first add the new drive, then for a further 20 minutes  2-3 hours later once online backups have been copied over to the new drive.   We will update the blog with expected outage times once we have further details.</p>
<p><strong>UPDATE</strong></p>
<p>Seems the drive failure(s) are due to a firmware bug in the hard drives..</p>
<p><a href="http://mswhs.com/2009/01/21/seagate-hard-drive-firmware-bug/">http://mswhs.com/2009/01/21/seagate-hard-drive-firmware-bug/</a></p>
<p>We&#8217;ve replaced drives in 2 servers so far (I replace drives yearly as a matter of principle), and still need to change another 2.<br />
Unfortunately as one of our other servers drives decided to crap out in sympathy, the 2 drives I had for replacements had to be used immediately in different machines (thank you very much Seagate for ruining my day)</p>
<p>61.129.88.213 and 61.129.88.233 have both been replaced with Western Digital drives<br />
61.129.88.121 and 61.129.49.190 both need to be replaced still.  This will get done as soon as I can arrange additional units this week (26th Jan+-).<br />
72.51.39.20 and 61.129.65.217 are not using Seagate drives, so don&#8217;t need to be changed thankfully!</p>
<p>We have also replaced the fan&#8217;s in all the servers while we were doing maintenance.<br />
Please bear with us while we complete our replacements.</p>
<p>Last time we buy Seagate&#8230;</p>
<p>Further reading -</p>
<p><a href="http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207931">http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207931</a></p>
<p><a href="http://hardware.slashdot.org/article.pl?sid=09%2F01%2F17%2F0115207&amp;from=rss">http://hardware.slashdot.org/article.pl?sid=09%2F01%2F17%2F0115207&amp;from=rss</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.computersolutions.cn/blog/2009/01/unscheduled-downtime-this-morning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Routing Issues &#8211; 8 / Jan / 2009 / 10am</title>
		<link>http://www.computersolutions.cn/blog/2009/01/routing-issues-8-jan-2009-10am/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=routing-issues-8-jan-2009-10am</link>
		<comments>http://www.computersolutions.cn/blog/2009/01/routing-issues-8-jan-2009-10am/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 03:03:24 +0000</pubDate>
		<dc:creator>Lawrence Sheed</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.computersolutions.cn/blog/?p=63</guid>
		<description><![CDATA[Shanghai Telecom is experiencing routing issues in some area&#8217;s to some of our servers. This is not/not a problem with our servers or service, but a routing issue at the telecom side (essentially some area&#8217;s don&#8217;t know how to talk to other area&#8217;s) Shanghai Telecom are working on it, and we will update when we [...]]]></description>
			<content:encoded><![CDATA[<p>Shanghai Telecom is experiencing routing issues in some area&#8217;s to some of our servers.<br />
This is not/not a problem with our servers or service, but a routing issue at the telecom side (essentially some area&#8217;s don&#8217;t know how to talk to other area&#8217;s)</p>
<p>Shanghai Telecom are working on it, and we will update when we have more information. [Resolved as of 9th Jan for all area's]</p>
<p>Affected clients are not able to access all of our servers from their location.<br />
Jing An, and Putuo area seem unaffected &#8211; no issues reported from those area&#8217;s.</p>
<p>People in affected area&#8217;s will have to wait until Shanghai Telecom resolves their core router issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computersolutions.cn/blog/2009/01/routing-issues-8-jan-2009-10am/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
