<?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 Tips -Tech Info &#187; Mac Tech Support</title>
	<atom:link href="http://www.averyjparker.com/category/mac-tech-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.averyjparker.com</link>
	<description>and Internet Security, Windows, Linux, Mac and other Tech Info from Avery J. Parker</description>
	<lastBuildDate>Mon, 21 Nov 2011 06:25:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Apple Mac OS X Not Accepting Login</title>
		<link>http://www.averyjparker.com/2008/11/12/apple-mac-os-x-not-accepting-login/</link>
		<comments>http://www.averyjparker.com/2008/11/12/apple-mac-os-x-not-accepting-login/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 02:40:21 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Mac Tech Support]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[cant login]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[mac os]]></category>
		<category><![CDATA[mac osx]]></category>
		<category><![CDATA[os X]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/?p=1825</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
So, there it is an Apple Mac configured to auto login is now showing a Login screen and it doesn&#8217;t seem to like any of the usernames and passwords that we could think of. In other words we&#8217;re locked out. I haven&#8217;t done an awful lot of Mac support, but I do know that it [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>So, there it is an Apple Mac configured to auto login is now showing a Login screen and it doesn&#8217;t seem to like any of the usernames and passwords that we could think of.  In other words we&#8217;re locked out.  I haven&#8217;t done an awful lot of Mac support, but I do know that it sits on top of a BSD core and because of this I knew we&#8217;d have some options.  So, of course, the first thing I did was a quick search to try and get started&#8230; <a href="http://www.macobserver.com/tip/2003/06/16.1.shtml">this post</a> has a lot of helpful info about what to do if you&#8217;ve lost your administrator password (setting it up so you don&#8217;t have to enter a password for administrative tasks.)  But most importantly it gave instructions for getting into single user mode.</p>
<p><span id="more-1825"></span></p>
<p>CMD+S while the Mac is booting will trigger single user mode.  If you see a black screen with a lot of text you&#8217;re in good.</p>
<p>The first thing I did was an fsck of the disk to try to determine if the drive was failing (my suspicion is that could be what caused the issue.  Problems on the disk found and corrected.  So, that sounds promising.</p>
<p>I browsed around to list the /user directory to make sure I knew the username for the primary user (ls /user ) and attempted to follow the instructions for starting Systemstarter which should launch NetInfo.  The only problem is I didn&#8217;t see any information that looked promising.  The instructions suggested to run niutil  -list . /users  but that didn&#8217;t return anything.  Neither did passwd username give any means of actually changing the username.  (That plugs into NetInfo.)</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "5441245651";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>So, I started suspecting that there was a problem with netinfo and found a logfile in /var/log for netinfo&#8230;. yes it had problems trying to retrieve entries from the database.</p>
<p>So&#8230; at this point I had read <a href="http://forums.macosxhints.com/showthread.php?t=1267">this thread as well</a> talking about problems with netinfo and the possibility of deleting (or renaming the netinfo folder), but I didn&#8217;t want to be so drastic to start with.  So, I thought the suggestion of keeping the database and making it go through the new user setup to add a user to the existing database might be worth trying.  My plan was to setup a new user and then from within the full running system try to change the password of the other user.</p>
<p>Well, I deleted /var/db/.AppleSetupDone and rebooted, walked through the setup of a new user and after the &#8220;getting more info&#8221; page it essentially hung and kept just a blank gray window on the page with a greyed out continue button and a back button.</p>
<p>So&#8230;. it was pretty convincing that the netinfo database was, to be technical, snarfed.</p>
<p>So, I went back into single user mode and this time I moved /var/db/local.nidb to /var/db/local.nidb.corrupted and rebooted.  I must say I held my breath a bit, but I knew the files were still there in the /user directory for this user and if there were permissions problems I could fix them back at the command line&#8230;</p>
<p>So&#8230; I setup a new user and then used that to add the old user back into the netinfo database.  It told me there was a folder with the same name and asked if I wanted to make use of that for the home for this user and again held my breath (afraid that it would wipe it clean&#8230;) but of course, it didn&#8217;t it just churned a few minutes and finished creating the user.  I logged out and back in as the old user and everything was there and in good shape.  Some things about the profile had reset to defaults (from what I had last seen.)  I went back in and reconfigured auto-login for the user and all seemed to be set.</p>
<p>Oh, and we talked about making backups to a USB memory stick because Mac hard drives can fail JUST the same as PC hard drives.</p>
<p>So, what caused it?  I have no clue&#8230;  There had been some updates installed the two days before, but I don&#8217;t know that they would have damaged the netinfo database.  I&#8217;m wondering if an abrupt power failure could have been the culprit, but I don&#8217;t know.</p>
<p>Here are a <a href="http://www.macosxhints.com/article.php?story=20021003061516722">few (systemstartup)</a> <a href="http://www.macobserver.com/tips/macosxcl101/2002/20020726.shtml">other (vim on mac reference)</a>, references I <a href="http://www.tech-faq.com/reenable-mac-os-x-automatic-login.shtml">made use of (automated login howto)</a>.</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1825&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2008/11/12/apple-mac-os-x-not-accepting-login/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac OS 7/8/9 troubleshooting</title>
		<link>http://www.averyjparker.com/2007/12/07/mac-os-789-troubleshooting/</link>
		<comments>http://www.averyjparker.com/2007/12/07/mac-os-789-troubleshooting/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 22:55:45 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Mac Tech Support]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2007/12/07/mac-os-789-troubleshooting/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
It&#8217;s an older platform, but there are still some around. I found this nice guide to troubleshooting startup issues on these versions of Mac&#8217;s OS.]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>It&#8217;s an older platform, but there are still some around.  I found this nice guide <a href="http://docs.info.apple.com/article.html?artnum=16473">to troubleshooting startup issues on these versions of Mac&#8217;s OS</a>.  </p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1582&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2007/12/07/mac-os-789-troubleshooting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hard drive testing utilities</title>
		<link>http://www.averyjparker.com/2007/12/07/hard-drive-testing-utilities/</link>
		<comments>http://www.averyjparker.com/2007/12/07/hard-drive-testing-utilities/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 22:44:54 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Data recovery]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Software]]></category>
		<category><![CDATA[Linux Tech Support]]></category>
		<category><![CDATA[Mac Software]]></category>
		<category><![CDATA[Mac Tech Support]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Software]]></category>
		<category><![CDATA[Windows Tech Support]]></category>
		<category><![CDATA[clip]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[smart]]></category>
		<category><![CDATA[TESTING]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2007/12/07/hard-drive-testing-utilities/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
Windows users know chkdsk, linux users know fsck&#8230; users of each MIGHT have heard of SMART. These are different ways of TESTING hard drives. Well, there&#8217;s also a utility called TestDisk that looks promising for recovering data&#8230; Here&#8217;s the clip from their site. &#8220;free data recovery software! It was primarily designed to help recover lost [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>Windows users know chkdsk, linux users know fsck&#8230; users of each MIGHT have heard of SMART.  These are different ways of TESTING hard drives.  Well, there&#8217;s also a utility called <a href="http://www.cgsecurity.org/wiki/TestDisk">TestDisk</a> that looks promising for recovering data&#8230; Here&#8217;s the clip from their site. &#8220;free data recovery software! It was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally deleting a Partition Table). Partition table recovery using TestDisk is really easy.&#8221;  It runs under a variety of OS&#8217;s and recognizes several different disk formats.</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1579&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2007/12/07/hard-drive-testing-utilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac/Linux/Windows usb wireless adapter D-link DWL-G122</title>
		<link>http://www.averyjparker.com/2007/01/08/maclinuxwindows-usb-wireless-adapter-d-link-dwl-g122/</link>
		<comments>http://www.averyjparker.com/2007/01/08/maclinuxwindows-usb-wireless-adapter-d-link-dwl-g122/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 01:48:51 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux Tech Support]]></category>
		<category><![CDATA[Mac Tech Support]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows Tech Support]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2007/01/08/maclinuxwindows-usb-wireless-adapter-d-link-dwl-g122/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
One of the tools I looked at having for my expanding kit has been a usb wireless adapter that would work with minimal install on Windows/Mac or Linux. As you can imagine&#8230;. it&#8217;s not as straightforward as just getting one that&#8217;s compatible with Windows&#8230;. well, after much searching I found the D-Link DWL-G122 802.11g Wireless [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>One of the tools I looked at having for my expanding kit has been a usb wireless adapter that would work with minimal install on Windows/Mac or Linux.  As you can imagine&#8230;. it&#8217;s not as straightforward as just getting one that&#8217;s compatible with Windows&#8230;. well, after much searching I found the D-Link DWL-G122 802.11g Wireless USB adapter&#8230;. (Revision B it seems is the one to get&#8230;)  Anyway, using a generic driver downloadable for the Mac it will work  (from ralink http://www.ralinktech.com).  On linux, you have choices (isn&#8217;t that the truth&#8230;)  anyway, there is a native driver (from ralink for the RT2571W/RT2671 chipset) and there&#8217;s the rt2x00 driver project and it&#8217;s also possible (and fairly easy) to install the Windows driver via ndiswrapper.</p>
<p><span id="more-1494"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>So, if you do support for two or three different operating systems, you might want to see if you can find one of these usb keys.  I managed to find this one on ebay and so far it&#8217;s been installed on a linux machine for a short period and now a Mac.  All seems to work well.  Next I&#8217;ll get to test it on a windows machine.</p>
<p>&#8211;update &#8211;<br />
yes it works on WIndows quite well too.  (I should note that although it&#8217;s a usb 2.0 wireless adapter it will work (although at a diminished speed) on a usb 1.1 port.</p>
<p>The revision I have that is supportable in all three is&#8230; H/W ver. B1</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1494&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2007/01/08/maclinuxwindows-usb-wireless-adapter-d-link-dwl-g122/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Live filesystem &#8220;capture&#8221; into a virtual disk image</title>
		<link>http://www.averyjparker.com/2006/11/05/live-filesystem-capture-into-a-virtual-disk-image/</link>
		<comments>http://www.averyjparker.com/2006/11/05/live-filesystem-capture-into-a-virtual-disk-image/#comments</comments>
		<pubDate>Mon, 06 Nov 2006 02:36:00 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux Tech Support]]></category>
		<category><![CDATA[Mac Tech Support]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows Tech Support]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[disk image]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[imaging]]></category>
		<category><![CDATA[LIVE]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/11/05/live-filesystem-capture-into-a-virtual-disk-image/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
ah&#8230; the joys of *nix utilities&#8230;. I&#8217;ve just successfully tested a &#8220;capture&#8221; of a live, running system into a virtual disk image. No, I don&#8217;t mean that I booted up with an imaging utility. I took a live, booted and logged in system and imaged the primary hard drive that it was living on, into [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>ah&#8230; the joys of *nix utilities&#8230;.  I&#8217;ve just successfully tested a &#8220;capture&#8221; of a live, running system into a virtual disk image.  No, I don&#8217;t mean that I booted up with an imaging utility.  I took a live, booted and logged in system and imaged the primary hard drive that it was living on, into a file on another machine.  (Yeah, I know, there are probably a few people reading this and saying they&#8217;ve done that and most people that would need to do this already know how&#8230;. sorry I missed the memo.)  Not too long ago, VMWare released a tool to do something like this (that tool is for windows&#8230;)  This should work on any platform that supports dd and netcat (although I&#8217;m not sure if piping output from one program to another works with a dos command shell &#8211; maybe cygwin would be a good environment to accomplish this with.)  Anyway&#8230; here are the details.</p>
<p><span id="more-1480"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>I&#8217;m putting the finishing touches on a backup server and wanted to have vmware server installed and setup on it &#8220;just in case&#8221;, because with all the storage it could certainly host a virtualized mail server or something in a pinch.  Well, my main concern was how to quickly and easily get an image file of a LIVE filesystem.  I know I could boot up to ghost4linux or ghost4unix or something and image over a network, but that increases the downtime.  Now, realistically if this were a live system you&#8217;d probably want to disable as many network services as possible first so that there wasn&#8217;t new information.  This method will start at bit 0 of the drive and progress straight through.  In other words, there&#8217;s no going back because something changed.</p>
<p>On the machine that will &#8220;receive&#8221; the image, here&#8217;s what you do&#8230;.  sudo nc -l -p 9998 | dd of=testimage.img  this starts netcat listening on port 9998 for data and anything it get&#8217;s will be written to testimage.img  *(my first attempt at port 9999 gave the following:: Can&#8217;t grab 0.0.0.0:9999 with bind :: I suspect something else was already using port 9999.)</p>
<p>Ok, now on the system to be imaged&#8230; with netcat installed (and dd)&#8230;   sudo dd if=/dev/hda | nc ipaddressofreceiversystem 9998  (in other words, we start up dd with the primary drive (drive to be imaged) as the input file and pipe it to netcat (telling netcat to connect to the address of our recipient system at the correct port (same as specified on the receiver.))</p>
<p>Now, for a 2GB test image this took, maybe 5 minutes, I didn&#8217;t time it, but it was not long.  I found someone estimating about like this&#8230;. &#8220;Typically 36GB drive may take 50 minutes over 100Mbps link.&#8221;  So, that might give you an idea of what kind of time to expect.</p>
<p>But, the file created here is not suitable for vmware to use&#8230; yet.  If you have qemu-img (from the qemu emulator) you can convert it like this&#8230;. qemu-img convert testimage.img -O vmdk testimage.vmdk and then vmware can use it as an existing disk image.  But if you don&#8217;t have qemu (it&#8217;s free/open source) you might download that, or try and see if vmware-vdiskmanager can convert to the vmdk from a raw image file.  Scratch that, I&#8217;ve just found the vmware forums for accomplishing this and they look messy &#8211; get <a href="http://fabrice.bellard.free.fr/qemu/download.html">qemu and use qemu-img for this</a> it will be much easier.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1480&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/11/05/live-filesystem-capture-into-a-virtual-disk-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vmware launches beta of real to virtual converter</title>
		<link>http://www.averyjparker.com/2006/10/03/vmware-launches-beta-of-real-to-virtual-converter/</link>
		<comments>http://www.averyjparker.com/2006/10/03/vmware-launches-beta-of-real-to-virtual-converter/#comments</comments>
		<pubDate>Tue, 03 Oct 2006 21:53:47 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux Tech Support]]></category>
		<category><![CDATA[Mac Tech Support]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows Tech Support]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[Microsoft Virtual Server]]></category>
		<category><![CDATA[mondoarchive]]></category>
		<category><![CDATA[REAL]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/10/03/vmware-launches-beta-of-real-to-virtual-converter/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
Vmware has launched a tool (windows only it seems) aimed to convert a REAL running system into a virtual machine. (For use with VMWare&#8217;s virtualization products. The converter also can convert images from competing virtual machine &#8220;platforms&#8221;(?) (Microsoft Virtual PC, Microsoft Virtual Server, Symantec Backup Exec System Recovery (formerly LiveState Recovery) and Norton Ghost9 (or [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p><a href="http://www.vmware.com/products/beta/converter/">Vmware has launched a tool</a> (windows only it seems) aimed to convert a REAL running system into a virtual machine.  (For use with VMWare&#8217;s virtualization products.  The converter also can convert images from competing virtual machine &#8220;platforms&#8221;(?)  (Microsoft Virtual PC, Microsoft Virtual Server, Symantec Backup Exec System Recovery (formerly LiveState Recovery) and Norton Ghost9 (or higher) to VMware virtual machine disk format.)</p>
<p><span id="more-1425"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>Which gets me to a realization I had about a system that backs up to DVD images using mondoarchive &#8211; it should be possible to use those images to build a vmware virtual machine that should look and act like the original.  Yes, I know,  &#8220;duh&#8221;&#8230;.  The only real limitation is likely disk space and with rapidly increasing hard drive sizes (and system boards with multiple disk i/o options like IDE AND SATA&#8230;.) the possibilities become interesting flexibility and options when it comes to giving small businesses a means of migration (or an emergency backup in the instance of severe hardware failure.)</p>
<p>Of course with Windows systems there is the challange of hardware detection, linux systems typically don&#8217;t have the same &#8220;trauma&#8221; that windows does when the drive is &#8220;transplanted&#8221; to a new system.  I continue to discover new ways to use virtualization (like vmware server.)  (Both in house for testing) and for my tech support services.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1425&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/10/03/vmware-launches-beta-of-real-to-virtual-converter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploits in wild for recent Apple vulnerabilities</title>
		<link>http://www.averyjparker.com/2006/10/03/exploits-in-wild-for-recent-apple-vulnerabilities/</link>
		<comments>http://www.averyjparker.com/2006/10/03/exploits-in-wild-for-recent-apple-vulnerabilities/#comments</comments>
		<pubDate>Tue, 03 Oct 2006 21:40:01 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Mac Software]]></category>
		<category><![CDATA[Mac Tech Support]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security-updates]]></category>
		<category><![CDATA[Security-Vulnerabilities]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/10/03/exploits-in-wild-for-recent-apple-vulnerabilities/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
If you&#8217;ve been delaying on updating with the recent Apple Mac OS X updates&#8230;. don&#8217;t, there are exploits in the wild now for at least one. It&#8217;s speculated that this code may have been in the wild before Apple released the security updates.]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>If you&#8217;ve been delaying on updating with the recent Apple Mac OS X updates&#8230;. <a href="http://www.betanews.com/article/Mac_OS_X_Exploit_Emerges_After_Patch/1159893722">don&#8217;t, there are exploits in the wild now for at least one.</a>  It&#8217;s speculated that this code may have been in the wild before Apple released the security updates.</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1424&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/10/03/exploits-in-wild-for-recent-apple-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple Apple updates as Mac goes to version 10.4.8</title>
		<link>http://www.averyjparker.com/2006/10/01/multiple-apple-updates-as-mac-goes-to-version-1048/</link>
		<comments>http://www.averyjparker.com/2006/10/01/multiple-apple-updates-as-mac-goes-to-version-1048/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 01:45:43 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Mac Software]]></category>
		<category><![CDATA[Mac Tech Support]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security-updates]]></category>
		<category><![CDATA[Security-Vulnerabilities]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Multiple Apple]]></category>
		<category><![CDATA[RAW]]></category>
		<category><![CDATA[security update]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/10/01/multiple-apple-updates-as-mac-goes-to-version-1048/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
Apple is fixing 15 security flaws with the 10.4.8 version upgrade of Mac OS X. (There is a second update as well&#8230;. Security Update 2006-006). In typical fashion there are a bundle of issues in these updates. Several address remotely exploitable vulnerabilities. According to Incidents.org 10.4.8 addresses the following&#8230;. - connecting to wireless networks using [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p><a href="http://blog.washingtonpost.com/securityfix/2006/10/apple_patches_15_security_flaw.html">Apple is fixing 15 security flaws</a> with the <a href="http://isc.sans.org/diary.php?storyid=1746">10.4.8 version upgrade of Mac OS X</a>.  (There is a second update as well&#8230;. Security Update 2006-006).  In typical fashion there are a bundle of issues in these updates.  Several address remotely exploitable vulnerabilities.</p>
<p><span id="more-1419"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />
According to Incidents.org 10.4.8 addresses the following&#8230;.</p>
<blockquote><p>
- connecting to wireless networks using the EAP-FAST protocol<br />
- Apple USB modem reliability<br />
- using OpenType fonts in Microsoft Word<br />
- compatibility with 3rd party USB hubs<br />
- scanner performance<br />
- RAW camera support<br />
- printing documents with Asian language names<br />
- performance of the Translation widget<br />
- broadband network performance
</p></blockquote>
<p>That didn&#8217;t sound too bad, but some of the bad issues are lumped in to the 2006-006 security update.</p>
<p>Some of the remotely exploitable vulnerabilities COULD be exploited merely by a user visiting a malicious website that was specially crafted to take advantage of the flaw.  Patch away.</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1419&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/10/01/multiple-apple-updates-as-mac-goes-to-version-1048/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some days you really want to slap someone at Microsoft&#8230;.</title>
		<link>http://www.averyjparker.com/2006/10/01/some-days-you-really-want-to-slap-someone-at-microsoft/</link>
		<comments>http://www.averyjparker.com/2006/10/01/some-days-you-really-want-to-slap-someone-at-microsoft/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 01:35:04 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac Tech Support]]></category>
		<category><![CDATA[Windows Software]]></category>
		<category><![CDATA[Windows Tech Support]]></category>
		<category><![CDATA[ENCOURAGE]]></category>
		<category><![CDATA[EXISTING]]></category>
		<category><![CDATA[GB]]></category>
		<category><![CDATA[HFS]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[NTFS]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/10/01/some-days-you-really-want-to-slap-someone-at-microsoft/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
So, I was formatting a drive the other day. It&#8217;s an external hard drive that will need to be readable AND writable by both Mac and Windows XP machines. So, the only choice (without paying for MacDrive to read/write to HFS+) is really FAT32. The drive is in the 250GB-300GB ballpark. So, I reference the [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>So, I was formatting a drive the other day.  It&#8217;s an external hard drive that will need to be readable AND writable by both Mac and Windows XP machines.  So, the only choice (without paying for MacDrive to read/write to HFS+) is really FAT32.  The drive is in the 250GB-300GB ballpark.  So, I reference the maximum filesystem size and see that FAT32 supports up to 2TB filesystems.  No problem.  I was doing this from the Windows XP machine that would be one of the drives &#8220;hosts&#8221; and after much scratching around created and attempted to format the FAT32 partition &#8211; a LONG verification process ensued 30 minutes &#8211; 1 hour.  After which&#8230;. &#8220;volume size too big&#8221;  eh?  Well&#8230; the format tool under Windows XP/2000 is crippled&#8230;</p>
<p><span id="more-1417"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><a href="http://www.allensmith.net/Storage/HDDlimit/FAT32.htm">32 GB is the largest FAT32 partition that you can create under XP/2000</a>.  (Although they can read any size EXISTING fat32 partition.)  Now, the reason they want to ENCOURAGE (force) you to use NTFS for large drives is the storage efficiency of NTFS compared to Fat32 on such large volumes.  (On a larger than 32GB partition, Fat32 wastes more space if you have lots of small files compared to a similarly sized NTFS partition.)</p>
<p>So&#8230; a 3rd party utility is needed to get things done (a Mac might be able to do the format as well, as long as it knows it needs to share the drive between Windows/Mac).  </p>
<p><a href="http://www.ridgecrop.demon.co.uk/index.htm?fat32format.htm">fat32format</a> is one downloadable option, but there are myriad gnu/linux boot cds with partitioning (and filesystem formatting software).  <a href="http://www.ranish.com">Ranish</a> is recommended too, as a good partition manager.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1417&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/10/01/some-days-you-really-want-to-slap-someone-at-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox zero-day vulnerability (or is it?)</title>
		<link>http://www.averyjparker.com/2006/10/01/firefox-zero-day-vulnerability/</link>
		<comments>http://www.averyjparker.com/2006/10/01/firefox-zero-day-vulnerability/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 00:53:53 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux Software]]></category>
		<category><![CDATA[Linux Tech Support]]></category>
		<category><![CDATA[Mac Software]]></category>
		<category><![CDATA[Mac Tech Support]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security-Vulnerabilities]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[Windows Software]]></category>
		<category><![CDATA[Windows Tech Support]]></category>
		<category><![CDATA[AOL]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Virtual Machine]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/10/01/firefox-zero-day-vulnerability/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
I saw a comment somewhere else that zero-day was overused and in essense ANY previously unknown vulnerability in open source software is technically zero day&#8230; the intent here though is to use the word in this context&#8230;. &#8220;vulnerability has been released without giving the vendor an opportunity to patch&#8230;&#8221; Yes, the fun vulnerability weekend seems [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>I saw a comment somewhere else that zero-day was overused and in essense ANY previously unknown vulnerability in open source software is technically zero day&#8230; the intent here though is to use the word in this context&#8230;. &#8220;vulnerability has been released without giving the vendor an opportunity to patch&#8230;&#8221;  Yes, the fun vulnerability weekend seems to be continuing &#8211; there&#8217;s a javascript  <a href="http://news.zdnet.com/2100-1009_22-6121608.html" class="broken_link" rel="nofollow">zdnet has coverage</a> it&#8217;s &#8220;impossible to patch&#8221;  (?) from the individuals that have publicized it.  The announcement came at Toorcon.</p>
<p><span id="more-1415"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>It affects firefox on all Operating Systems it looks like and can allow for remote code execution.  The only workarounds suggested are the noscript extension and the possibility of browsing in a Virtual Machine.</p>
<p>(10/2/06 update)</p>
<p>It&#8217;s starting to look like THIS story may be <a href="http://developer.mozilla.org/devnews/index.php/2006/10/02/update-possible-vulnerability-reported-at-toorcon">falling apart&#8230;.</a></p>
<blockquote><p>The main purpose of our talk was to be humorous.</p>
<p>As part of our talk we mentioned that there was a previously known Firefox vulnerability that could result in a stack overflow ending up in remote code execution. However, the code we presented did not in fact do this, and I personally have not gotten it to result in code execution, nor do I know of anyone who has.</p>
<p>I have not succeeded in making this code do anything more than cause a crash and eat up system resources, and I certainly haven’t used it to take over anyone else’s computer and execute arbitrary code.</p>
<p>I do not have 30 undisclosed Firefox vulnerabilities, nor did I ever make this claim. I have no undisclosed Firefox vulnerabilities. The person who was speaking with me made this claim, and I honestly have no idea if he has them or not.</p>
<p>I apologize to everyone involved, and I hope I have made everything as clear as possible.<br />
Sincerely,<br />
Mischa Spiegelmock</p></blockquote>
<p>So, currently &#8211; the only flaw seems to be a remote browser crash.  Still an issue, but not as bad as first claimed.  Stay tuned.</p>
<p>&#8211;Update 10/3/06&#8211;</p>
<p>Now, I&#8217;m not prepared to say don&#8217;t worry about this&#8230;. as incidents.org notes <a href="http://isc.sans.org/diary.php?storyid=1756">DoS attacks against IE in the past have had a tendency to resurface as remote code execution vulnerabities&#8230;. so I wouldn&#8217;t be quite content with where things stand at the moment.</a>  That much said, there are <a href="http://it.slashdot.org/article.pl?sid=06/10/03/1628257">many reports out now that this is a hoax.</a></p>
<p>Right now, I can say that the code presented at Toorcon apparently only leads to DoS and there have been no verifications of &#8220;30 exploits&#8221; for firefox&#8217;s javascript.</p>
<p>So, is firefox impervious to any and all web attacks &#8211; NO, just like any other software it has flaws, but the truth be told this does NOT appear to be the big problem we were initially led to believe.  <a href="http://blog.washingtonpost.com/securityfix/2006/10/zeroday_firefox_exploit_claime.html">The SecurityFix has an angle on this that isn&#8217;t being covered too many other outlets.</a>  &#8220;We pretty much just wanted to have fun up there&#8221; and some other notes about their presentation and &#8220;research&#8221; on the flaw.</p>
<p>This leads me to conclude that they&#8217;ve pretty much succeeded in some ways towards one thing that they apparently urged people to do&#8230;.</p>
<blockquote><p>They ardently urged those in attendance to use their knowledge to &#8220;ruin things&#8221; as much as possible for Internet users.</p></blockquote>
<p>The story of the boy that cried wolf comes to mind, ultimately crying wolf when there was none left the town defenseless when the wolf REALLY arrived.  The same with computer security, we all lead busy lives and it&#8217;s important that if there&#8217;s a security problem it&#8217;s not a &#8220;crying wolf&#8221; incident.  Too many incidents of JUST crying wolf over nothing and people ignore the warnings more and more.  In fact, I think one reason many &#8220;average&#8221; people have such a hard time keeping their computers updated/antivirus up-to-date is the fact that there is just TOO much to keep up with.  Windows, Office, Quicktime, Real player, Firefox, OpenOffice.org, AOL, Antivirus software, not to mention all the other add in toolbars and applications that people typically install.  ALL these need to be kept up with updates and for many users you&#8217;ll find AT LEAST the list above installed on the system.  Not to mention third party software that came with printers, digital cameras, etc.  MANY times those 3rd party applications will act as a web client of sorts as well (for update notifications or who KNOWS what.)  Add in to that the driver layer, like the Intel wireless drivers of recent note.</p>
<p>What they&#8217;ve done is muddy the waters and perhaps one more person has tuned out at this point, they found out firefox wasn&#8217;t safe and maybe it was a hoax, but many have the attitude they have nothing anyone would want to take anyway so they shouldn&#8217;t worry about computer security.</p>
<p>That much said, DoS vulnerabilities should be investigated and fixed, but this wasn&#8217;t quite the boogeyman it was built up to be.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1415&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/10/01/firefox-zero-day-vulnerability/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

