<?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>Carl's Blog &#187; Tips &amp; Tricks</title>
	<atom:link href="http://www.css-networks.com/category/computer-stuff/tips-tricks-howtos/feed" rel="self" type="application/rss+xml" />
	<link>http://www.css-networks.com</link>
	<description>Carl's blog about stuff</description>
	<lastBuildDate>Thu, 27 May 2010 11:04:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Digita Accounts / Co Tax Stuff</title>
		<link>http://www.css-networks.com/2010/05/digita-accounts-co-tax-stuff.html</link>
		<comments>http://www.css-networks.com/2010/05/digita-accounts-co-tax-stuff.html#comments</comments>
		<pubDate>Thu, 27 May 2010 11:04:12 +0000</pubDate>
		<dc:creator>Carl Farrington</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.css-networks.com/?p=523</guid>
		<description><![CDATA[Digita Accounts / Co Tax Stuff]]></description>
			<content:encoded><![CDATA[<p>Accounts Pro uses SQL DMO, which is depreciated (other components use SMO and are OK), so if using SQL Server 2008 (R2), then download and install <a href="http://www.microsoft.com/downloads/details.aspx?familyid=228de03f-3b5a-428a-923f-58a033d316e1&#038;displaylang=en">Microsoft SQL Server 2005 Backward Compatibility Components</a> onto the Workstations.<br />
<a href="http://www.css-networks.com/wp-content/uploads/2010/05/Diagnostics-v2.exe">This tool (Diagnostics-v2.exe) </a>can be useful for repairing Integration settings, but it will enter an incorrect path for Accounts Pro, so fix that afterwards with the Configuration.exe located at:<br />
C:\Program Files\Common Files\Digita Shared\Integration\v2.00\Configuration.exe.<br />
Make sure location/path is correct, for the various apps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css-networks.com/2010/05/digita-accounts-co-tax-stuff.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BES Express 5 configuration for Exchange 2010, all running on Server 2008 R2 DC, (a.k.a &#8220;homebrew SBS 2010&#8243;)</title>
		<link>http://www.css-networks.com/2010/04/exchange-2010-configuration-for-bes-express-5.html</link>
		<comments>http://www.css-networks.com/2010/04/exchange-2010-configuration-for-bes-express-5.html#comments</comments>
		<pubDate>Wed, 07 Apr 2010 00:29:28 +0000</pubDate>
		<dc:creator>Carl Farrington</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.css-networks.com/?p=507</guid>
		<description><![CDATA[Notes relevant to Exchange 2010, taken from Blackberry Enterprise Server Express 5 install guide.]]></description>
			<content:encoded><![CDATA[<p>For my own reference..</p>
<p>Exchange 2010 BES Express 5 Configuration<br />
Exchage 2003 is same as for BES Express 4 / BPS, see <a href="http://www.css-networks.com/2008/12/blackberry-professional-server-for-exchange-quick-setup.html">here</a>.<br />
Exchange 2007 is a bit like 2010, see <a href="http://docs.blackberry.com/en/admin/deliverables/14347/Configuring_Exchange_2007_environ_280254_11.jsp">http://docs.blackberry.com/en/admin/deliverables/14347/Configuring_Exchange_2007_environ_280254_11.jsp</a></p>
<p>Download / Install Microsoft Exchange Server MAPI Client and CDO 1.2.1 from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=E17E7F31-079A-43A9-BFF2-0A110307611E&#038;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=E17E7F31-079A-43A9-BFF2-0A110307611E&#038;displaylang=en</a></p>
<p>Add User BESAdmin, with mailbox.<br />
Add BESAdmin to BUILTIN\Administrators group on BES machine</p>
<p>Get-MailboxDatabase | Add-ADPermission -User &#8220;BESAdmin&#8221; -AccessRights ExtendedRight -ExtendedRights Receive-As, ms-Exch-Store-Admin<br />
Add-RoleGroupMember &#8220;View-Only Organization Management&#8221; -Member &#8220;BESAdmin&#8221;<br />
Add-ADPermission -InheritedObjectType User -InheritanceType Descendents -ExtendedRights Send-As -User &#8220;BESAdmin&#8221; -Identity &#8220;CN=Users,DC=<strong>YOURDOMAIN</strong>,DC=<strong>local</strong>&#8221;</p>
<p>Get-ThrottlingPolicy | where {$_.IsDefault -eq $true} | Set-ThrottlingPolicy -RCAMaxConcurrency $null</p>
<p>New-ManagementRoleAssignment -Name &#8220;BES Admin EWS&#8221; -Role ApplicationImpersonation -User &#8220;BESAdmin&#8221;</p>
<p>Notepad \Program Files\Microsoft\Exchange Server\V14\Bin\microsoft.exchange.addressbook.sevice.exe.config, set MaxSessionsPerUser to 100000<br />
Restart Exchange Address book svc</p>
<p>Set-RpcClientAccess –Server <strong>YOUREXCHANGESERVER</strong> –EncryptionRequired $False</p>
<p>Manually create the GC hostname MAPI registry keys, as per <a href="http://www.blackberry.com/btsc/search.do?cmd=displayKC&#038;docType=kc&#038;externalId=KB03304">http://www.blackberry.com/btsc/search.do?cmd=displayKC&#038;docType=kc&#038;externalId=KB03304</a>, or use the two reg attached .reg files. This fixes the:<br />
<code>MailboxManager::InitializeProfile - OpenMsgStore (0x80040111)<br />
(followed by)<br />
MailboxManager::SubsystemInitialize - OpenMsgStore (0x80040111)<br />
(followed by)<br />
BlackBerry Messaging Agent Blackberry Agent 1 failed to start. Error code 5305</code><br />
errors</p>
<p>On Server 2008 x64, SQL Express (2005) will not be installed. Install SQL Express 2008 prior.</p>
<p>Log on as BESAdmin, do the install. BES Express 5 wants you to &#8220;name&#8221; the Blackberry server, and this should not be the same as the name of the computer itself.</p>
<p>Alternatively, buy an HTC Desire.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css-networks.com/2010/04/exchange-2010-configuration-for-bes-express-5.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SYSTEM.SAV, in-place upgrades / repair installs and disappearing registry modifications..</title>
		<link>http://www.css-networks.com/2010/02/system-sav-in-place-upgrades-repair-installs-and-disappearing-registry-modifications.html</link>
		<comments>http://www.css-networks.com/2010/02/system-sav-in-place-upgrades-repair-installs-and-disappearing-registry-modifications.html#comments</comments>
		<pubDate>Thu, 25 Feb 2010 22:52:46 +0000</pubDate>
		<dc:creator>Carl Farrington</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.css-networks.com/?p=443</guid>
		<description><![CDATA[SYSTEM.SAV and in place upgrades / repairs. Also how to fix "The file 'asms' is needed"]]></description>
			<content:encoded><![CDATA[<p>Many people know that there is a file called SYSTEM.SAV under \windows\system32\config, along with all the other registry hive files. Most people also know that this is a backup copy of the SYSTEM registry hive, from some time in the past &#8211; usually years ago, but when does this file become extremely important and useful, and when and why was it created ?</p>
<p>I thought I would write this blog post to describe some observed behaviour / patterns and how this file needs to be utilised for repairing some sometimes seen damage on XP computers.</p>
<p>The problem I sometimes run into is: Corrupt file system or Windows installation. A repair install is undertaken. After the text-mode part of the re-install, when the GUI starts, you are prompted with message &#8220;The file &#8216;Asms&#8217; on Windows XP Professional CD-ROM is needed. Type the path where the file is located, and then click OK.&#8221;</p>
<p>What is interesting here is that the Path in which setup is looking for the installation files is something like \\GLOBALROOT\CDROM\Blah. If you change it to D:\i386 this does not help.</p>
<p>So we hit CTRL-F10 for a command-prompt, then we type sysdm.cpl to fire up system properties, and we look in Device Manager. We can see that the CD-ROM device is broken. This is because of the common broken Upper / Lower filters problem. The cure for this is to enter the registry, under HKLM\System\CCS\Control\Class\4D36E965&#8230; (the one that says DVD/CD-ROM drives on the right), and remove the UpperFilters or LowerFilters (see <a href="http://support.microsoft.com/kb/314060">http://support.microsoft.com/kb/314060</a>), then reboot.</p>
<p>So we do the above, reboot (nicely, by clicking cancel on the &#8220;asms&#8221; prompt, or ending setup.exe through taskmgr). After the reboot, setup will automatically restart from the same point, and we hope that the CDROM drive will be working and setup will be able to find the installation files.</p>
<p>But it doesn&#8217;t work! We are back where we started! We hit CTRL-F10 and check in device manager, and in the registry, and the UpperFilters or LowerFilters are back! It&#8217;s like we&#8217;ve been working on a temporary copy of the registry and not the proper registry! Any changes we made were lost when we rebooted!</p>
<p>Well this is what SYSTEM.SAV is all about. It seems that during the in-place upgrade / repair install, Setup is moving the existing SYSTEM registry to SYSTEM.SAV, and it is dumping that into a new SYSTEM each time it is started, or something to that effect.</p>
<p>So, if we want to make registry changes during setup that will be effective upon reboot/restart of setup, we need to make the changes in SYSTEM.SAV. Go into regedit (CTRL-F10 -> regedit). File -> Load Hive. Find the file SYSTEM.SAV in \windows\system32\config, load it, enter &#8220;system.sav&#8221; for the name. It will show up under that name. Find the UpperFilters or LowerFilters or whatever you need to modify under the system.sav part that now appears in regedit, make the changes, then highlight system.sav again and go to File -> Unload hive.</p>
<p>Reboot, let setup restart, and watch it work*</p>
<p>*You may need to remove the CD-ROM drive from Device Manager (CTRL-F10 -> sysdm.cpl)  and then &#8220;Scan for hardware changes&#8221;..</p>
<p>So now you understand firstly what system.sav is, you also know when it is from and why this old file is there, and have a practical example of why this is useful to know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css-networks.com/2010/02/system-sav-in-place-upgrades-repair-installs-and-disappearing-registry-modifications.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NSS product code change on Nokia E72 caused bricked device.</title>
		<link>http://www.css-networks.com/2010/02/nss-product-code-change-on-nokia-e72-caused-bricked-device.html</link>
		<comments>http://www.css-networks.com/2010/02/nss-product-code-change-on-nokia-e72-caused-bricked-device.html#comments</comments>
		<pubDate>Tue, 09 Feb 2010 20:08:09 +0000</pubDate>
		<dc:creator>Carl Farrington</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.css-networks.com/?p=441</guid>
		<description><![CDATA[NSS product code change &#038; software update on Vodafone UK supplied E72 caused bricked phone. Hard reset cured it.]]></description>
			<content:encoded><![CDATA[<p>I picked up a Vodafone branded Nokia E72, because I was getting really fed up of my Palm Pre for loads of reasons.</p>
<p>The Vodafone UK supplied E72 doesn&#8217;t seem to be sim-locked and took my o2 sim card just fine, but I wasn&#8217;t happy with the Voda customised firmware, and I wanted the latest firmware update which isn&#8217;t available for the Voda product code.</p>
<p>As I have done many times before, I used Nemsis service suite to change the product code to 0573569, which is some EURO &#8211; BLACK product code. This product code had the latest firmware available anyway.</p>
<p>I then used Nokia Software Updater and it told me there was new firmware available and it did the upgrade.</p>
<p>That was over an hour ago and the phone has been bricked since, that is until I did a hard reset just now. Phew!</p>
<p>When the USB cable was plugged into the phone, the Nokia USB Flashing Parent device would be detected in device manager for about 10 seconds, then the phone would bleep and it would disappear. NSS, Nokia Software Updater, and Phoenix all couldn&#8217;t see an attached deviced.</p>
<p>I was getting ready to tell my supplier that I&#8217;d broke another phone (I had an E55 die after not very long ..)</p>
<p>I&#8217;m still not quite sure if it&#8217;s *, 3, Green/Dial that have to be held down on the full QWERTY Nokias, or if it was Shift, Space, Backspace. I think it was the latter. Anyway, the phone has sprung into life.</p>
<p>Update: It&#8217;s definitely Shift, Space &#038; Backspace. Thanks to everyone for the confirmation. Here is a picture of the keys that need to be held down for the hard reset/factory reset:</p>
<p><a href="http://www.css-networks.com/wp-content/uploads/2010/02/E72-002-e1270081940709.jpg"><img src="http://www.css-networks.com/wp-content/uploads/2010/02/E72-002-e1270081940709.jpg" alt="" title="E72 hard reset keys" width="600" height="450" class="alignleft size-full wp-image-503" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.css-networks.com/2010/02/nss-product-code-change-on-nokia-e72-caused-bricked-device.html/feed</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Unauthenticated network in Vista / 7.</title>
		<link>http://www.css-networks.com/2010/01/unauthenticated-domain-network-in-vista-7-the-cause.html</link>
		<comments>http://www.css-networks.com/2010/01/unauthenticated-domain-network-in-vista-7-the-cause.html#comments</comments>
		<pubDate>Wed, 13 Jan 2010 13:25:25 +0000</pubDate>
		<dc:creator>Carl Farrington</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.css-networks.com/?p=435</guid>
		<description><![CDATA[The &#8220;unauthenticated network&#8221; in Vista, which means RDP and many other things do not work (basically, it has broke kerberos) was in my case due to two computers having the same name.
I have no idea why I was allowed to join a Windows 7 laptop called Julian-PC to the domain when there was already a [...]]]></description>
			<content:encoded><![CDATA[<p>The &#8220;unauthenticated network&#8221; in Vista, which means RDP and many other things do not work (basically, it has broke kerberos) was in my case due to two computers having the same name.</p>
<p>I have no idea why I was allowed to join a Windows 7 laptop called Julian-PC to the domain when there was already a Vista desktop called Julian-PC on the domain.</p>
<p>There were no warnings of duplicate names on the network, but adding a new computer to the domain with the same name as an existing computer caused the existing computer&#8217;s Computer/Machine Account to be overwritten in active directory, and so the machine was no longer a working domain member and kerberos/authentication was broken. We were seeing &#8220;cds.local 2: unauthenticated network&#8221; instead of just &#8220;cds.local&#8221;.</p>
<p>Hope this helps others.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css-networks.com/2010/01/unauthenticated-domain-network-in-vista-7-the-cause.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More strange Internet Explorer script errors. Why doesn&#8217;t the site work!</title>
		<link>http://www.css-networks.com/2009/12/more-strange-internet-explorer-script-errors-why-doesnt-the-site-work.html</link>
		<comments>http://www.css-networks.com/2009/12/more-strange-internet-explorer-script-errors-why-doesnt-the-site-work.html#comments</comments>
		<pubDate>Sun, 13 Dec 2009 00:45:05 +0000</pubDate>
		<dc:creator>Carl Farrington</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.css-networks.com/?p=431</guid>
		<description><![CDATA[Try checking that MSXML 4.0 is installed. I spent many many hours tracing the source of a non-functioning finance lender&#8217;s system, which was due to MSXML 4.0 not being installed on some of the workstations.
]]></description>
			<content:encoded><![CDATA[<p>Try checking that MSXML 4.0 is installed. I spent many many hours tracing the source of a non-functioning finance lender&#8217;s system, which was due to MSXML 4.0 not being installed on some of the workstations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css-networks.com/2009/12/more-strange-internet-explorer-script-errors-why-doesnt-the-site-work.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avaya one-X 9650 Deskphone with FreeSWITCH or Asterisk.</title>
		<link>http://www.css-networks.com/2009/12/avaya-one-x-9650-deskphone-with-freeswitch-or-asterisk.html</link>
		<comments>http://www.css-networks.com/2009/12/avaya-one-x-9650-deskphone-with-freeswitch-or-asterisk.html#comments</comments>
		<pubDate>Sun, 13 Dec 2009 00:02:38 +0000</pubDate>
		<dc:creator>Carl Farrington</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.css-networks.com/?p=423</guid>
		<description><![CDATA[How to use the Avaya one-X 9650 IP phone with Asterisk or FreeSWITCH via SIP and text-based configuration files.]]></description>
			<content:encoded><![CDATA[<p>I took a chance on one of these phones from eBay. I was half expecting that they would be unusable without an Avaya system in place (Communication Manager, SIP Enablement Services (SES) etc.), and that they&#8217;d basically be Avaya-only.</p>
<p>As luck would have it, they work just fine with FreeSWITCH. I haven&#8217;t set up much though. I just called the FreeSWITCH test IVR on 5000, listened to some music on hold and an echo test from FreeSWITCH hosted on this laptop. I am looking forward to playing with the Exchange integration though.</p>
<p>The Avaya IP Telephone File Server application (MV_IPtel) is pretty horrible, and in the end I didn&#8217;t use that. I actually went through all the hassle of loading up a CentOS 5 virtual machine on this old pre-hardware-virtualization Ubuntu laptop, just so I could load up that app, and what a waste of time that was.</p>
<p>So, all that needs to be done is:</p>
<p>Firstly, the phone comes out of the box running H.323 firmware. You need to get into the phone&#8217;s settings by pressing # when first prompted. The default password is 27238 (CRAFT).<br />
In there you need to change the signalling from H.323 to SIP with the SIG option. This means that upon the next bootup, when the phone finds the 96xxupgrade.txt script, the script will direct it to download the sip firmware.</p>
<p>While you&#8217;re in the phone&#8217;s setup, set the &#8220;File Server&#8221; to the IP address of your web server where you will be putting the firmware &#038; config files. Also set the phones IP address if you&#8217;re not running a working DHCP server. The IP address of the file/web server should be settable as a DHCP option, I am not sure of the option number though.</p>
<p>You need to download the latest SIP firmware. As of this writing it is version 2.5. Download the firmware from <a href="http://support.avaya.com/css/appmanager/public/support/Downloads/P0553/SIP%202.5">here</a>. Download the zip file.<br />
While you are there, download the 46xxsettings.txt file, as this will become your configuration file where you will fill in the FreeSWITCH / Asterisk IP address/port, and any other options that interest you. Most options are there but commented out with &#8220;##&#8221;, so you just un-comment and alter accordingly.</p>
<p>Extract the contents of the firmware zip file, and place it, along with the 46xxsettings.txt file into the root of your web server &#8211; the 96xx phones use HTTP, not TFTP.</p>
<p>Edit the 46xxsettings.txt file: un-comment (remove the two ##&#8217;s from the beginning of) the SIP_CONTROLLER_LIST line (about line 2829 in my version of the config file), and edit the line according to the IP address and transport type of your SIP server. In my case, I am using plain SIP over TCP on port 5060, so that line looks like this:<br />
<code>SET SIP_CONTROLLER_LIST 192.168.1.1:5060;transport=tcp</code></p>
<p>Save that file, boot up the phone and let it do its stuff. When the phone asks you to log in, you just enter a valid extension number and password and you&#8217;re away. Now, I&#8217;d better go and buy some more of these phones before they&#8217;re all gone off eBay!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css-networks.com/2009/12/avaya-one-x-9650-deskphone-with-freeswitch-or-asterisk.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Exchange ActiveSync on SBS broken due to ExchangeVdir setting in registry.</title>
		<link>http://www.css-networks.com/2009/10/exchange-activesync-on-sbs-broken-due-to-exchangevdir-setting-in-registry.html</link>
		<comments>http://www.css-networks.com/2009/10/exchange-activesync-on-sbs-broken-due-to-exchangevdir-setting-in-registry.html#comments</comments>
		<pubDate>Mon, 26 Oct 2009 23:33:13 +0000</pubDate>
		<dc:creator>Carl Farrington</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.css-networks.com/?p=416</guid>
		<description><![CDATA[Exchange ActiveSync on SBS doesn't work after re-creating Exchange IIS virtual directories as per ms kb article.]]></description>
			<content:encoded><![CDATA[<p>This is the second time I have encountered this now. Both sites were completely unrelated and had different IT admins. In each case, for whatever reason EAS was not working, probably due to SSL problem or IP address restrictions, but in trying to fix the problem, the IT person left the machine with ExchangeVdir set to /exchange-oma, but no such virtual directory in IIS.<br />
To fix, I simply removed the ExchangeVdir registry entry, but according to <a href="http://support.microsoft.com/kb/817379">MS KB article 817379</a>, on SBS 2003 the key should indeed be set, and a virtual directory should exist called exchange-oma. Therefore, it seems that the IT person is doing the re-build of Exchange IIS virtual directories (as per the well known MS KB article where you do the metabase edit), but the re-build does not create the SBS-only non-standard exchange-oma directory. I am guessing that the CEICW recreates the exchange-oma virtual directory, otherwise it must be manually created as per <a href="http://support.microsoft.com/kb/817379">kb817379</a>.</p>
<p>In any case, this is something to look for when EAS does not work. The IIS logfiles show the requests for /exchange-oma, which does not exist.</p>
<p>The key issue here is that in attempting to fix a problem, the IT person compounds the problem with exactly the same symptoms but a totally different cause. They probably then move on and fix the initial cause of the problem, but it still doesn&#8217;t work because they just goofed up the ExchangeVdir stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css-networks.com/2009/10/exchange-activesync-on-sbs-broken-due-to-exchangevdir-setting-in-registry.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove Linux software RAID1 (md raid) on-the-fly so that VMWare Converter works</title>
		<link>http://www.css-networks.com/2009/10/how-to-remove-linux-software-raid1-md-raid-on-the-fly-so-that-vmware-converter-works.html</link>
		<comments>http://www.css-networks.com/2009/10/how-to-remove-linux-software-raid1-md-raid-on-the-fly-so-that-vmware-converter-works.html#comments</comments>
		<pubDate>Thu, 08 Oct 2009 10:08:20 +0000</pubDate>
		<dc:creator>Carl Farrington</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.css-networks.com/?p=413</guid>
		<description><![CDATA[Trying to do a physical to virtual conversion so that this blog can be put on the VMWare ESXi 4 box, and the little HP box can do Asterisk (VMWare didn&#8217;t play well with Asterisk).
After much frustration (need 32-bit libs on Fedora for the Converter to run), I still couldn&#8217;t quite fathom out why the [...]]]></description>
			<content:encoded><![CDATA[<p>Trying to do a physical to virtual conversion so that this blog can be put on the VMWare ESXi 4 box, and the little HP box can do Asterisk (VMWare didn&#8217;t play well with Asterisk).<br />
After much frustration (need 32-bit libs on Fedora for the Converter to run), I still couldn&#8217;t quite fathom out why the converted machine failed to boot (&#8220;cannot find root&#8221;), then it dawned on me that the VMWare converter was not finding the root filesystem because it was on a linux raid1 mirror partition, which the converter doesn&#8217;t support.</p>
<p>Rather than transferring manually, here&#8217;s what I did:<br />
fdisk<br />
change partition type of RAID partition from type fd (linux raid autodetect) to 83 (linux ext). This might not be necessary, but it should prevent the kernel from auto-configuring RAID for that partition.<br />
cd /etc<br />
mv mdadm.conf mdadm.conf.old (i.e. remove the mdadm.conf configuration file, but keep as a backup just in case).<br />
mkinitrd /boot/initrd-noraid-`uname -r`.img `uname -r`<br />
(basically we&#8217;re doing &#8220;mkinitrd /boot/initrd-noraid-2.2.15-el5.img 2.2.15-el5&#8243; if 2.2.15-el5 is your running kernel version.. the uname -r substitutes this for us.)<br />
cd /boot/grub<br />
edit grub.conf and change kernel boot parameter root= to reflect partition without raid, e.g. change from /dev/md0 to /dev/sda2, also change the initrd= line to /boot/initrd-noraid-x.x.x.img</p>
<p>Now the initial ramdisk has no mdadm.conf, and the partition type is no longer set to linux raid autodetect (type fd).<br />
Power down, remove one of the RAID1 disks, and the system should boot and run now off the other disk without RAID.</p>
<p>VMWare converter now works. Job&#8217;s a good &#8216;un.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css-networks.com/2009/10/how-to-remove-linux-software-raid1-md-raid-on-the-fly-so-that-vmware-converter-works.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Internet Explorer error pages blank and missing information, can&#8217;t click continue or more information.</title>
		<link>http://www.css-networks.com/2009/05/internet-explorer-error-pages-blank-and-missing-information-cant-click-continue-or-more-information.html</link>
		<comments>http://www.css-networks.com/2009/05/internet-explorer-error-pages-blank-and-missing-information-cant-click-continue-or-more-information.html#comments</comments>
		<pubDate>Thu, 07 May 2009 14:33:34 +0000</pubDate>
		<dc:creator>Carl Farrington</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.css-networks.com/?p=398</guid>
		<description><![CDATA[Internet Explorer 7 / 8 appear broken. Error pages such as &#8220;Certificate Error&#8221; do not display full information, lots of script errors, &#8220;more information&#8221; gives blank information, can&#8217;t click &#8220;continue&#8221; on certificate error pages (which means you can&#8217;t accept a self-signed cert).
Fix: (download subinacl first).
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
subinacl /subdirectories C:\ [...]]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer 7 / 8 appear broken. Error pages such as &#8220;Certificate Error&#8221; do not display full information, lots of script errors, &#8220;more information&#8221; gives blank information, can&#8217;t click &#8220;continue&#8221; on certificate error pages (which means you can&#8217;t accept a self-signed cert).</p>
<p>Fix: (download subinacl first).</p>
<p><code>subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f<br />
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f<br />
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f<br />
subinacl /subdirectories C:\ /grant=administrators=f<br />
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f<br />
subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f<br />
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f<br />
subinacl /subdirectories C:\ /grant=system=f</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.css-networks.com/2009/05/internet-explorer-error-pages-blank-and-missing-information-cant-click-continue-or-more-information.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
