<?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>Saul Cozens' Web Technology Blog &#187; sys admin</title>
	<atom:link href="http://saulcozens.co.uk/category/sys-admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://saulcozens.co.uk</link>
	<description>Musings and dabblings in anything vaguely related to the web</description>
	<lastBuildDate>Fri, 30 Jul 2010 11:48:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>check point FDE: as secure as a brick!</title>
		<link>http://saulcozens.co.uk/2009/07/28/as-secure-as-a-brick/</link>
		<comments>http://saulcozens.co.uk/2009/07/28/as-secure-as-a-brick/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 22:47:33 +0000</pubDate>
		<dc:creator>saul</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[sys admin]]></category>

		<guid isPermaLink="false">http://saulcozens.co.uk/?p=92</guid>
		<description><![CDATA[I&#8217;m as mad as hell at Check Point.  They&#8217;ve managed to turn my MacBookPro into a brick. This evening I decided to get around to encrypting my MacBook&#8217;s harddisk in accordance with our company security standards.  When we bought this first batch of MacBooks we thought hard about how we woud maintain the security standards [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m as mad as hell at Check Point.  They&#8217;ve managed to turn my MacBookPro into a brick.</p>
<p>This evening I decided to get around to encrypting my MacBook&#8217;s harddisk in accordance with our company security standards.  When we bought this first batch of MacBooks we thought hard about how we woud maintain the security standards we have in place for our Windows and Linux based laptops.  We concluded that in order to do this we would have to pay for encryption software (we use an Open Source package on Windows/Linux platforms), but security is worth paying for.</p>
<p>So I followed the instructions and installed Check Point Full Disk Encyption for Mac on my lovely shiny new MacBookPro.  Everything seemed fine and I was happy to see the &#8216;restart your computer now&#8217; button appear quite quickly.</p>
<p>Unfortunately, 5 seconds after clicking that restart button I was greeting with a console error message:</p>
<blockquote><p>Couldn&#8217;t init Graphic!</p>
<p>FATAL ERROR</p></blockquote>
<p>Nothing would boot any further.  Eeek!  Quickly I get onto my desktop PC and start googling.  Low and behold there is a <a href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;solutionid=sk36483&amp;js_peid=P-114a7bc3b09-10006&amp;partition=Gold/Platinum&amp;product=Endpoint">known issue</a> with new MacBookPros and Check Point FDE 3.0. It doesn&#8217;t work!</p>
<p>Okay &#8211; at least it&#8217;s a known problem, so there must be a fix available.  After 5 minutes of registering on Check Point&#8217;s website to see the solution, I am informed that &#8216;<span class="HomeText"><strong>To view this solution, Advanced access is required.&#8217;<strong><br />
</strong></strong></span></p>
<p>So Check Point release a product that silently bricks my MacBook and then tell me that in order to find out how to fix the problem I must pay for a support contract.  Nice!</p>
<p>Maybe I should go round to their house, shit on their carpet and ask them for money to clear it up!</p>
<p><span class="HomeText"><strong><strong></strong></strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://saulcozens.co.uk/2009/07/28/as-secure-as-a-brick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>prevent locking yourself out</title>
		<link>http://saulcozens.co.uk/2008/10/02/prevent-locking-yourself-out/</link>
		<comments>http://saulcozens.co.uk/2008/10/02/prevent-locking-yourself-out/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 22:37:00 +0000</pubDate>
		<dc:creator>saulcozens</dc:creator>
				<category><![CDATA[openWRT]]></category>
		<category><![CDATA[sys admin]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[la fonera]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://saulcozens.co.uk/?p=3</guid>
		<description><![CDATA[I&#8217;m playing with openWRT on a La Fonera 2100 and I kept locking myself out of the device by screwing up the netwrok configuration &#8211; the only way out of this is to re-flash the root file system &#8211; not difficult but a pain in the arse! Then I found this: http://www.ecshi.net/cat/linux/site/howtos/howto/fonera-openwrt which suggests a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m playing with openWRT on a La Fonera 2100 and I kept locking myself out of the device by screwing up the netwrok configuration &#8211; the only way out of this is to re-flash the root file system &#8211; not difficult but a pain in the arse!</p>
<p>Then I found this:<br />
<a href="http://www.ecshi.net/cat/linux/site/howtos/howto/fonera-openwrt"> http://www.ecshi.net/cat/linux/site/howtos/howto/fonera-openwrt</a></p>
<p>which suggests a natty trick of automatically restoring your working network config after 2 minutes unless you stop it:</p>
<pre>`sleep 120 &amp;&amp; cp /tmp/backup /etc/config/network &amp;&amp; /etc/init.d/network restart`&amp;</pre>
<p>Nice one Christian!</p>
]]></content:encoded>
			<wfw:commentRss>http://saulcozens.co.uk/2008/10/02/prevent-locking-yourself-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
