<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Things that don&#8217;t quite work right in Windows Vista</title>
	<atom:link href="http://www.nynaeve.net/index.php?feed=rss2&#038;p=109" rel="self" type="application/rss+xml" />
	<link>http://www.nynaeve.net/?p=109</link>
	<description>Adventures in Windows debugging and reverse engineering.</description>
	<lastBuildDate>Tue, 24 Aug 2010 12:05:39 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nynaeve &#187; Blog Archive &#187; How I ended up in the kernel debugger while trying to get PHP and Cacti working&#8230;</title>
		<link>http://www.nynaeve.net/?p=109&#038;cpage=1#comment-9917</link>
		<dc:creator>Nynaeve &#187; Blog Archive &#187; How I ended up in the kernel debugger while trying to get PHP and Cacti working&#8230;</dc:creator>
		<pubDate>Mon, 30 Apr 2007 03:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.nynaeve.net/?p=109#comment-9917</guid>
		<description>[...] A driver (or other kernel mode code in the I/O stack) is buggy and is not allowing I/O requests to be canceled or completed, or has deadlocked itself and is not able to complete an I/O request. (You might be familiar with the latter if you&#8217;ve tried to use the 1394 mass storage support in Windows for a non-trivial length of time.) Given that I had tentatively ruled out bad hardware, this would seem to be the most likely cause here. [...]</description>
		<content:encoded><![CDATA[<p>[...] A driver (or other kernel mode code in the I/O stack) is buggy and is not allowing I/O requests to be canceled or completed, or has deadlocked itself and is not able to complete an I/O request. (You might be familiar with the latter if you&#8217;ve tried to use the 1394 mass storage support in Windows for a non-trivial length of time.) Given that I had tentatively ruled out bad hardware, this would seem to be the most likely cause here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaycee</title>
		<link>http://www.nynaeve.net/?p=109&#038;cpage=1#comment-8890</link>
		<dc:creator>Jaycee</dc:creator>
		<pubDate>Thu, 05 Apr 2007 20:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.nynaeve.net/?p=109#comment-8890</guid>
		<description>I&#039;m also having an issue with Hybrid Sleep.  It takes my PC a few minutes to shut down and the hard drive has constant activity during this time.  I would say the hardware is fairly fast.  I have 2 GB of dual channel 800Mhz memory and 3 SATA drives in a RAID 5 config.  However, it still takes forever.  I also have issues when it wakes out of sleep.  Sometimes it works, other times it non-responsive, and sometimes it just restarts.  This is basically the last issue that I have with my Vista computer and it is very frustrating.</description>
		<content:encoded><![CDATA[<p>I&#8217;m also having an issue with Hybrid Sleep.  It takes my PC a few minutes to shut down and the hard drive has constant activity during this time.  I would say the hardware is fairly fast.  I have 2 GB of dual channel 800Mhz memory and 3 SATA drives in a RAID 5 config.  However, it still takes forever.  I also have issues when it wakes out of sleep.  Sometimes it works, other times it non-responsive, and sometimes it just restarts.  This is basically the last issue that I have with my Vista computer and it is very frustrating.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thx</title>
		<link>http://www.nynaeve.net/?p=109&#038;cpage=1#comment-3553</link>
		<dc:creator>Thx</dc:creator>
		<pubDate>Sun, 04 Mar 2007 14:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.nynaeve.net/?p=109#comment-3553</guid>
		<description>I&#039;ve seen this aditional issue consistently:  if Vista puts a desktop intoa low power state, on resume, it does NOT get an IP address from DHCP again and instead it gets the default &quot;I cant find a dhcp server to get an address&quot; address.  Opening a cmd prompt and issuign a ipconfig /renew fixes it.  This happens on Dell OptiPlex 745 Ultra Small Form factor machine with a Broadcom gig adapter.  I am wondering if the adapter is not waking up in time after the sleep?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen this aditional issue consistently:  if Vista puts a desktop intoa low power state, on resume, it does NOT get an IP address from DHCP again and instead it gets the default &#8220;I cant find a dhcp server to get an address&#8221; address.  Opening a cmd prompt and issuign a ipconfig /renew fixes it.  This happens on Dell OptiPlex 745 Ultra Small Form factor machine with a Broadcom gig adapter.  I am wondering if the adapter is not waking up in time after the sleep?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skywing</title>
		<link>http://www.nynaeve.net/?p=109&#038;cpage=1#comment-2080</link>
		<dc:creator>Skywing</dc:creator>
		<pubDate>Sun, 04 Feb 2007 08:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.nynaeve.net/?p=109#comment-2080</guid>
		<description>From further testing, it looks like Eric is correct; you don&#039;t need to supply a password, but you do have to give a username.

SF: I&#039;m sure that it&#039;s probably related to the relatively large amount of RAM the box has; still, I&#039;ve got a 7200RPM SATA HD, so it shouldn&#039;t be slower than a typical desktop hard drive nowadays.  It does certainly seem to be I/O (or seeking)-bound somewhere; though the hiberfil.sys doesn&#039;t appear to be fragmented sufficiently to account for that.  I wonder if the hibernate support also bothers persisting non-allocated (or those devoted to filesystem read caching) physical memory regions to disk; that might account for extra, possibly unnecessary time wasted during a hibernate/hybrid sleep cycle.

Still, given Vista&#039;s memory usage, I would expect that most users will be having non-small quantities of RAM on their new laptops.  I think this is where the new hybrid flash/magnetic hard drives are supposed to help out a bit, but they don&#039;t appear to have a great deal of market penetration at this point.

For now, I&#039;m probably just going to disable hybrid sleep and explicitly use hibernate when I really need to cut power (e.g. switching out batteries).</description>
		<content:encoded><![CDATA[<p>From further testing, it looks like Eric is correct; you don&#8217;t need to supply a password, but you do have to give a username.</p>
<p>SF: I&#8217;m sure that it&#8217;s probably related to the relatively large amount of RAM the box has; still, I&#8217;ve got a 7200RPM SATA HD, so it shouldn&#8217;t be slower than a typical desktop hard drive nowadays.  It does certainly seem to be I/O (or seeking)-bound somewhere; though the hiberfil.sys doesn&#8217;t appear to be fragmented sufficiently to account for that.  I wonder if the hibernate support also bothers persisting non-allocated (or those devoted to filesystem read caching) physical memory regions to disk; that might account for extra, possibly unnecessary time wasted during a hibernate/hybrid sleep cycle.</p>
<p>Still, given Vista&#8217;s memory usage, I would expect that most users will be having non-small quantities of RAM on their new laptops.  I think this is where the new hybrid flash/magnetic hard drives are supposed to help out a bit, but they don&#8217;t appear to have a great deal of market penetration at this point.</p>
<p>For now, I&#8217;m probably just going to disable hybrid sleep and explicitly use hibernate when I really need to cut power (e.g. switching out batteries).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShadowFlare</title>
		<link>http://www.nynaeve.net/?p=109&#038;cpage=1#comment-2056</link>
		<dc:creator>ShadowFlare</dc:creator>
		<pubDate>Sat, 03 Feb 2007 18:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.nynaeve.net/?p=109#comment-2056</guid>
		<description>The extra login prompt is more just for convenience, since then you do not need to wait for the login screen to be sent over the connect.  I do not think you even need to enter in a user name on it.  I have not seen the behavior that you mentioned; although, I am connecting to a Windows XP Pro system that is not on a domain (the difference could be one of those two).

As for hybrid sleep taking a long time; it could simply be a combination of having a large amount of memory and a slower hard drive (since laptop computers do have slower ones).  Also, if the file on the hard drive that it saves the memory contents onto is fragmented for some reason (it does happen sometimes), then that can further increase the amount of time it takes.</description>
		<content:encoded><![CDATA[<p>The extra login prompt is more just for convenience, since then you do not need to wait for the login screen to be sent over the connect.  I do not think you even need to enter in a user name on it.  I have not seen the behavior that you mentioned; although, I am connecting to a Windows XP Pro system that is not on a domain (the difference could be one of those two).</p>
<p>As for hybrid sleep taking a long time; it could simply be a combination of having a large amount of memory and a slower hard drive (since laptop computers do have slower ones).  Also, if the file on the hard drive that it saves the memory contents onto is fragmented for some reason (it does happen sometimes), then that can further increase the amount of time it takes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.nynaeve.net/?p=109&#038;cpage=1#comment-1855</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 30 Jan 2007 01:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.nynaeve.net/?p=109#comment-1855</guid>
		<description>Hybrid sleep takes maybe 4-6 seconds on my laptop - not sure what your issue is, and the RDP client doesn&#039;t require you to enter a password (and if you leave the password field blank it won&#039;t prepend the hostname to your login and you&#039;ll be taken to a &quot;normal&quot; rdp login prompt)</description>
		<content:encoded><![CDATA[<p>Hybrid sleep takes maybe 4-6 seconds on my laptop &#8211; not sure what your issue is, and the RDP client doesn&#8217;t require you to enter a password (and if you leave the password field blank it won&#8217;t prepend the hostname to your login and you&#8217;ll be taken to a &#8220;normal&#8221; rdp login prompt)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.357 seconds -->
