<?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>Solutions Log</title> <atom:link href="http://solutions.unixsherpa.com/feed/" rel="self" type="application/rss+xml" /><link>http://solutions.unixsherpa.com</link> <description>by Dan Reiland</description> <lastBuildDate>Wed, 07 Mar 2012 18:29:01 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Compute SSH Public Key Fingerprint</title><link>http://solutions.unixsherpa.com/2012/03/07/compute-ssh-public-key-fingerprint/</link> <comments>http://solutions.unixsherpa.com/2012/03/07/compute-ssh-public-key-fingerprint/#comments</comments> <pubDate>Wed, 07 Mar 2012 18:29:01 +0000</pubDate> <dc:creator>Dan</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[sysadmin]]></category><guid
isPermaLink="false">http://solutions.unixsherpa.com/?p=373</guid> <description><![CDATA[1ssh-keygen -lf id_rsa.pub]]></description> <content:encoded><![CDATA[<div
class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><table
cellspacing="0" cellpadding="0"><tbody><tr><td
style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br
/></div></td><td><div
class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">ssh-keygen -lf id_rsa.pub</div></td></tr></tbody></table></div> ]]></content:encoded> <wfw:commentRss>http://solutions.unixsherpa.com/2012/03/07/compute-ssh-public-key-fingerprint/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Unable to Browse Windows Network Shares in Ubuntu</title><link>http://solutions.unixsherpa.com/2011/03/21/unable-to-browse-windows-network-shares-in-ubuntu/</link> <comments>http://solutions.unixsherpa.com/2011/03/21/unable-to-browse-windows-network-shares-in-ubuntu/#comments</comments> <pubDate>Tue, 22 Mar 2011 04:52:56 +0000</pubDate> <dc:creator>Dan</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[nautilus]]></category> <category><![CDATA[ubuntu]]></category><guid
isPermaLink="false">http://solutions.unixsherpa.com/?p=355</guid> <description><![CDATA[Issue: When attempting to browse Windows network shares from Gnome Nautilus, the window will become unresponsive and the operation will eventually timeout. Affects: Ubuntu 10.04 LTS Ubuntu 10.10 Cause: wins is not enabled as a host resolution mechanism in /etc/nsswitch.conf; winbind is not installed. Resolution: Open /etc/nsswitch.conf in your favorite editor and ensure the hosts [...]]]></description> <content:encoded><![CDATA[<p><strong>Issue:</strong><br
/> When attempting to browse Windows network shares from Gnome Nautilus, the window will become unresponsive and the operation will eventually timeout.</p><p><strong>Affects:</strong></p><ul><li>Ubuntu 10.04 LTS</li><li>Ubuntu 10.10</li></ul><p><strong>Cause:</strong><br
/> <em>wins</em> is not enabled as a host resolution mechanism in <em>/etc/nsswitch.conf</em>; <em>winbind</em> is not installed.</p><p><strong>Resolution:</strong><br
/> Open <em>/etc/nsswitch.conf</em> in your favorite editor and ensure the <em>hosts</em> line matches the precise order below (you are adding wins).</p><div
class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div
class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp;hosts: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;files mdns4_minimal [NOTFOUND=return] wins dns mdns4</div></div><p>Install <em>winbind</em></p><div
class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div
class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sudo apt-get install winbind</div></div><p><strong>References:</strong><br
/> <a
href="http://ubuntuforums.org/showthread.php?t=1169149">http://ubuntuforums.org/showthread.php?t=1169149</a></p> ]]></content:encoded> <wfw:commentRss>http://solutions.unixsherpa.com/2011/03/21/unable-to-browse-windows-network-shares-in-ubuntu/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Slow Remote Login on OpenSolaris</title><link>http://solutions.unixsherpa.com/2011/03/21/slow-login-on-opensolaris/</link> <comments>http://solutions.unixsherpa.com/2011/03/21/slow-login-on-opensolaris/#comments</comments> <pubDate>Tue, 22 Mar 2011 04:47:01 +0000</pubDate> <dc:creator>Dan</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Solaris]]></category><guid
isPermaLink="false">http://solutions.unixsherpa.com/?p=356</guid> <description><![CDATA[Issue: A delay is encountered when connecting to an OpenSolaris or Solaris 11 host via SSH before the login screen is presented. Cause: mdns is configured as a server lookup mechanism in /etc/nsswitch.conf Resolution: Remove msdns from nsswitch.conf Enable svc:/network/dns/multicast:default svcadm enable svc:/network/dns/multicast:default]]></description> <content:encoded><![CDATA[<p><strong>Issue:</strong><br
/> A delay is encountered when connecting to an OpenSolaris or Solaris 11 host via SSH before the login screen is presented.</p><p><strong>Cause:</strong><br
/> mdns is configured as a server lookup mechanism in <em>/etc/nsswitch.conf</em></p><p><strong>Resolution:</strong></p><ol><li>Remove msdns from nsswitch.conf</li><li>Enable <em>svc:/network/dns/multicast:default</em><div
class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div
class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">svcadm enable svc:/network/dns/multicast:default</div></div></li></ol> ]]></content:encoded> <wfw:commentRss>http://solutions.unixsherpa.com/2011/03/21/slow-login-on-opensolaris/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Empathy Reports Network Error When Connecting to MSN</title><link>http://solutions.unixsherpa.com/2011/03/21/empathy-reports-network-error-when-connecting-to-msn/</link> <comments>http://solutions.unixsherpa.com/2011/03/21/empathy-reports-network-error-when-connecting-to-msn/#comments</comments> <pubDate>Tue, 22 Mar 2011 04:33:10 +0000</pubDate> <dc:creator>Dan</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[ubuntu]]></category><guid
isPermaLink="false">http://solutions.unixsherpa.com/?p=352</guid> <description><![CDATA[Issue: telepathy-butterfly Affects: Ubuntu 10.04 LTS Ubuntu 10.10 Cause: A bug is present in the telepathy-butterfly package. Resolution: An update is pending approval and will be available for both Ubuntu 10.04 and 10.10. Informal patches are available, however, I prefer to stick to the mainline distribution as much as possible to avoid introducing tightly coupled [...]]]></description> <content:encoded><![CDATA[<p><strong>Issue:</strong><br
/> telepathy-butterfly</p><p><strong>Affects:</strong></p><ul><li>Ubuntu 10.04 LTS</li><li>Ubuntu 10.10</li></ul><p><strong>Cause:</strong><br
/> A bug is present in the <em>telepathy-butterfly</em> package.</p><p><strong>Resolution:</strong><br
/> An update is pending approval and will be available for both Ubuntu 10.04 and 10.10. Informal patches are available, however, I prefer to stick to the mainline distribution as much as possible to avoid introducing tightly coupled dependencies.</p><p>Remove telepathy-butterfly and its dependencies.</p><div
class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div
class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sudo killall telepathy-butterfly<br
/> sudo dpkg --purge telepathy-butterfly<br
/> sudo apt-get install telepathy-haze</div></div><p>Reconfigure your MSN connections and attempt to activate them. You should experience no additional issues.</p><p><strong>References:</strong><br
/> <a
href="https://bugs.launchpad.net/ubuntu/+source/telepathy-butterfly/+bug/513346">https://bugs.launchpad.net/ubuntu/+source/telepathy-butterfly/+bug/513346</a></p> ]]></content:encoded> <wfw:commentRss>http://solutions.unixsherpa.com/2011/03/21/empathy-reports-network-error-when-connecting-to-msn/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Updating rubygems on Ubuntu</title><link>http://solutions.unixsherpa.com/2011/02/28/updating-ruby-on-ubuntu/</link> <comments>http://solutions.unixsherpa.com/2011/02/28/updating-ruby-on-ubuntu/#comments</comments> <pubDate>Mon, 28 Feb 2011 17:37:25 +0000</pubDate> <dc:creator>Dan</dc:creator> <category><![CDATA[Language]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Ruby]]></category> <category><![CDATA[sysadmin]]></category> <category><![CDATA[ubuntu]]></category><guid
isPermaLink="false">http://solutions.unixsherpa.com/?p=348</guid> <description><![CDATA[If you have ever tried to update rubygems on a base Ubuntu 10.04 or 10.10 install you will have been greeted with: # gem update --system ERROR: &#160;While executing gem ... (RuntimeError) &#160; &#160; gem update --system is disabled on Debian. RubyGems can be updated using the official Debian repositories by aptitude or apt-get. You [...]]]></description> <content:encoded><![CDATA[<p>If you have ever tried to update rubygems on a base Ubuntu 10.04 or 10.10 install you will have been greeted with:</p><div
class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div
class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"># gem update --system<br
/> ERROR: &nbsp;While executing gem ... (RuntimeError)<br
/> &nbsp; &nbsp; gem update --system is disabled on Debian. RubyGems can be updated using the official Debian repositories by aptitude or apt-get.</div></div><p>You can work around this limitation:</p><div
class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div
class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"># gem install rubygems-update<br
/> # /var/lib/gems/1.8/bin/update_rubygems</div></div><p>You will now be able to update rubygems using the standard set of commands.</p><p>Reference:<br
/> <a
href="http://www.tinymission.com/blog/blogengine.web/post/2010/11/03/Updating-to-Rails-30-on-Ubuntu-1004.aspx">http://www.tinymission.com/blog/blogengine.web/post/2010/11/03/Updating-to-Rails-30-on-Ubuntu-1004.aspx</a></p> ]]></content:encoded> <wfw:commentRss>http://solutions.unixsherpa.com/2011/02/28/updating-ruby-on-ubuntu/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Add Certificate to Java Keystore on OS X</title><link>http://solutions.unixsherpa.com/2011/02/18/add-certificate-to-java-keystore-on-os-x/</link> <comments>http://solutions.unixsherpa.com/2011/02/18/add-certificate-to-java-keystore-on-os-x/#comments</comments> <pubDate>Fri, 18 Feb 2011 20:52:46 +0000</pubDate> <dc:creator>Dan</dc:creator> <category><![CDATA[Apple OSX]]></category> <category><![CDATA[java]]></category><guid
isPermaLink="false">http://solutions.unixsherpa.com/?p=344</guid> <description><![CDATA[This is something I find myself doing annually and always need to look it up. I am putting this here to save me a few searches. sudo keytool -importcert -alias dev -file certfile.cer -keystore /Library/Java/Home/lib/security/cacerts The password will either be changeme or changeit References: http://mattfleming.com/node/310 http://www.java-samples.com/showtutorial.php?tutorialid=669]]></description> <content:encoded><![CDATA[<p>This is something I find myself doing annually and always need to look it up. I am putting this here to save me a few searches.</p><div
class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div
class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sudo keytool -importcert -alias dev -file certfile.cer -keystore /Library/Java/Home/lib/security/cacerts</div></div><p>The password will either be <em>changeme</em> or <em>changeit</em></p><p>References:<br
/> <a
href="http://mattfleming.com/node/310">http://mattfleming.com/node/310</a><br
/> <a
href="http://www.java-samples.com/showtutorial.php?tutorialid=669">http://www.java-samples.com/showtutorial.php?tutorialid=669</a></p> ]]></content:encoded> <wfw:commentRss>http://solutions.unixsherpa.com/2011/02/18/add-certificate-to-java-keystore-on-os-x/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>rsyslog consumes excessive memory when forwarding logs with compression</title><link>http://solutions.unixsherpa.com/2011/01/13/rsyslog-consumes-excessive-memory-when-forwarding-logs-with-compression/</link> <comments>http://solutions.unixsherpa.com/2011/01/13/rsyslog-consumes-excessive-memory-when-forwarding-logs-with-compression/#comments</comments> <pubDate>Thu, 13 Jan 2011 22:10:49 +0000</pubDate> <dc:creator>Dan</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[sysadmin]]></category> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[forwarding]]></category> <category><![CDATA[rsyslog]]></category> <category><![CDATA[ubuntu]]></category><guid
isPermaLink="false">http://solutions.unixsherpa.com/?p=334</guid> <description><![CDATA[Issue: rsyslog consumed growing amounts of memory when forwarding over TCP with compression enabled. *.* @@(z1)hostname.domain.tld Cause: The compression flag causes the rsyslog process to allocate, and never release, memory. I have not determined root cause but the likely culprits are zlib or TLS (both involved when compression is enabled in this situation). Resolution: Do [...]]]></description> <content:encoded><![CDATA[<p><strong>Issue:</strong><br
/> rsyslog consumed growing amounts of memory when forwarding over TCP with compression enabled.</p><div
class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div
class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">*.* @@(z1)hostname.domain.tld</div></div><p><strong>Cause:</strong><br
/> The compression flag causes the rsyslog process to allocate, and never release, memory. I have not determined root cause but the likely culprits are zlib or TLS (both involved when compression is enabled in this situation).</p><p><strong>Resolution:</strong><br
/> Do not use compression when forwarding with rsyslog. With the compression flag dropped, I was unable to reproduce the errant behavior.</p><div
class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div
class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">*.* @@hostname.domain.tld</div></div><p><strong>References:</strong><br
/> <a
href="http://www.rsyslog.com/doc/rsyslog_conf_actions.html">http://www.rsyslog.com/doc/rsyslog_conf_actions.html</a></p> ]]></content:encoded> <wfw:commentRss>http://solutions.unixsherpa.com/2011/01/13/rsyslog-consumes-excessive-memory-when-forwarding-logs-with-compression/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>/etc/hosts entries not being used for non-root users</title><link>http://solutions.unixsherpa.com/2010/10/26/etchosts-entries-not-being-used-for-non-root-users/</link> <comments>http://solutions.unixsherpa.com/2010/10/26/etchosts-entries-not-being-used-for-non-root-users/#comments</comments> <pubDate>Tue, 26 Oct 2010 18:13:17 +0000</pubDate> <dc:creator>Dan</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[sysadmin]]></category> <category><![CDATA[gentoo]]></category><guid
isPermaLink="false">http://solutions.unixsherpa.com/?p=321</guid> <description><![CDATA[Issue: Non-root users are unable to resolve addresses for entries in /etc/hosts. user@gentoo ~ $ ping localhost ping: unknown host localhost Troubleshooting: Potential causes: Malformed content or improper permissions on /etc/hosts Malformed content or improper permissions on /etc/host.conf Malformed content or improper permissions on /etc/nsswitch.conf Diagnostics: One may consider nslookup or dig to be suitable [...]]]></description> <content:encoded><![CDATA[<p><strong>Issue:</strong><br
/> Non-root users are unable to resolve addresses for entries in /etc/hosts.</p><div
class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div
class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">user@gentoo ~ $ ping localhost<br
/> ping: unknown host localhost</div></div><p><strong>Troubleshooting:</strong></p><p><strong><em>Potential causes:</em></strong></p><ul><li> Malformed content or improper permissions on /etc/hosts</li><li> Malformed content or improper permissions on /etc/host.conf</li><li> Malformed content or improper permissions on /etc/nsswitch.conf</li></ul><p><strong><em>Diagnostics:</em></strong><br
/> One may consider nslookup or dig to be suitable diagnostic tools given the use case, however, they are applicable only when troubleshooting DNS server name resolution issues; these tools do not bother to look at /etc/hosts. <strong><a
href="http://linux.die.net/man/1/strace">strace</a></strong> is suitable given the diagnostic task at hand.</p><div
class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div
class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">user@gentoo ~ $ strace -e open ping localhost<br
/> open(&quot;/etc/ld.so.cache&quot;, O_RDONLY) &nbsp; &nbsp; &nbsp;= 3<br
/> open(&quot;/lib/libc.so.6&quot;, O_RDONLY) &nbsp; &nbsp; &nbsp; &nbsp;= 3<br
/> open(&quot;/etc/resolv.conf&quot;, O_RDONLY) &nbsp; &nbsp; &nbsp;= 3<br
/> open(&quot;/etc/resolv.conf&quot;, O_RDONLY) &nbsp; &nbsp; &nbsp;= 3<br
/> open(&quot;/etc/nsswitch.conf&quot;, O_RDONLY) &nbsp; &nbsp;= -1 EACCES (Permission denied)<br
/> open(&quot;/etc/ld.so.cache&quot;, O_RDONLY) &nbsp; &nbsp; &nbsp;= 3<br
/> open(&quot;/lib/libnss_dns.so.2&quot;, O_RDONLY) &nbsp;= 3<br
/> open(&quot;/lib/libresolv.so.2&quot;, O_RDONLY) &nbsp; = 3<br
/> open(&quot;/etc/host.conf&quot;, O_RDONLY) &nbsp; &nbsp; &nbsp; &nbsp;= 3<br
/> ping: unknown host localhost</div></div><p><strong>Cause:</strong><br
/> As reported by our strace diagnostic, our user has insufficient privileges to read /etc/nsswitch.conf resulting in the file never being utilized for name resolution. In our case, /etc/nsswitch.conf had a permission mode of 600, allowing only the owner (root in our case) read/write access.</p><p><strong>Steps to Reproduce:</strong><br
/> Change the mode of /etc/resolv.conf, /etc/host.conf, /etc/hosts to 600.</p><p><strong>Resolution:</strong><br
/> Change the mode of /etc/nsswitch.conf to 644.</p><div
class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div
class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">user@gentoo ~ $ sudo chomod 644 /etc/nsswitch.conf<br
/> user@gentoo ~ $ strace -e open ping localhost<br
/> open(&quot;/etc/ld.so.cache&quot;, O_RDONLY) &nbsp; &nbsp; &nbsp;= 3<br
/> open(&quot;/lib/libc.so.6&quot;, O_RDONLY) &nbsp; &nbsp; &nbsp; &nbsp;= 3<br
/> open(&quot;/etc/resolv.conf&quot;, O_RDONLY) &nbsp; &nbsp; &nbsp;= 3<br
/> open(&quot;/etc/resolv.conf&quot;, O_RDONLY) &nbsp; &nbsp; &nbsp;= 3<br
/> open(&quot;/etc/nsswitch.conf&quot;, O_RDONLY) &nbsp; &nbsp;= 3<br
/> open(&quot;/etc/ld.so.cache&quot;, O_RDONLY) &nbsp; &nbsp; &nbsp;= 3<br
/> open(&quot;/lib/libnss_files.so.2&quot;, O_RDONLY) = 3<br
/> open(&quot;/etc/host.conf&quot;, O_RDONLY) &nbsp; &nbsp; &nbsp; &nbsp;= 3<br
/> open(&quot;/etc/hosts&quot;, O_RDONLY|O_CLOEXEC) &nbsp;= 3<br
/> ping: icmp open socket: Operation not permitted<br
/> user@gentoo ~ $ ping -c 2 localhost<br
/> PING localhost (127.0.0.1) 56(84) bytes of data.<br
/> 64 bytes from localhost (127.0.0.1): icmp_req=1 ttl=64 time=0.066 ms<br
/> 64 bytes from localhost (127.0.0.1): icmp_req=2 ttl=64 time=0.056 ms<br
/> --- localhost ping statistics ---<br
/> 2 packets transmitted, 2 received, 0% packet loss, time 999ms<br
/> rtt min/avg/max/mdev = 0.056/0.061/0.066/0.005 ms</div></div><p><em>Note: We expect "ping: icmp open socket: Operation not permitted" -- non-root users are not allowed to open raw sockets.</em></p> ]]></content:encoded> <wfw:commentRss>http://solutions.unixsherpa.com/2010/10/26/etchosts-entries-not-being-used-for-non-root-users/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>The device, \Device\Ide\iaStor0, did not respond within the timeout period</title><link>http://solutions.unixsherpa.com/2010/03/25/the-device-deviceideiastor0-did-not-respond-within-the-timeout-period/</link> <comments>http://solutions.unixsherpa.com/2010/03/25/the-device-deviceideiastor0-did-not-respond-within-the-timeout-period/#comments</comments> <pubDate>Thu, 25 Mar 2010 16:38:21 +0000</pubDate> <dc:creator>Dan</dc:creator> <category><![CDATA[sysadmin]]></category> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[ICH10R]]></category> <category><![CDATA[intel]]></category> <category><![CDATA[seagate]]></category> <category><![CDATA[ST3500320AS]]></category> <category><![CDATA[troubleshooting]]></category> <category><![CDATA[windows 7]]></category><guid
isPermaLink="false">http://solutions.unixsherpa.com/?p=280</guid> <description><![CDATA[Issue: After an updated release of Intel's Matrix Storage Manager [v.8.9.0.1023] and chipset drivers for Windows, you experience unexpected system timeouts, lockups, pausing, or freezing. The following event is recorded in the System event log: Log Name: System Source: iaStor EventID: 9 Level: Error The device, \Device\Ide\iaStor0, did not respond within the timeout period. Cause: [...]]]></description> <content:encoded><![CDATA[<p><strong>Issue:</strong><br
/> After an updated release of Intel's Matrix Storage Manager [v.8.9.0.1023] and chipset drivers for Windows, you experience unexpected system timeouts, lockups, pausing, or freezing. The following event is recorded in the System event log:</p><div
class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div
class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Log Name: System<br
/> Source: iaStor<br
/> EventID: 9<br
/> Level: Error<br
/> The device, \Device\Ide\iaStor0, did not respond within the timeout period.</div></div><p><strong>Cause:</strong><br
/> The issue is the result of Aggressive Link State Power Management (ALPM) on the PCI-Express bus negotiating a lower power state for the link between the controller and disk when there is no activity. When ALPM works, disk requests are queued, the serial link revived, and the queued requests are sent to the relevant disk; this requires a disk that supports ALPM.</p><p><strong>Resolution:</strong><br
/> Modify the advanced settings of your active power management scheme in Windows to turn PCI Express Link State Power Management off.<br
/> <a
href="http://unixsherpa-solutions.s3.amazonaws.com/wp-content/uploads/2010/03/power-1.jpg"><img
src="http://unixsherpa-solutions.s3.amazonaws.com/wp-content/uploads/2010/03/power-1-300x224.jpg" alt="" title="Change Plan Settings" width="300" height="224" class="aligncenter size-medium wp-image-298" /></a><br
/> <a
href="http://unixsherpa-solutions.s3.amazonaws.com/wp-content/uploads/2010/03/power-2.jpg"><img
src="http://unixsherpa-solutions.s3.amazonaws.com/wp-content/uploads/2010/03/power-2-300x225.jpg" alt="" title="Change advanced power settings" width="300" height="225" class="aligncenter size-medium wp-image-295" /></a><br
/> <a
href="http://unixsherpa-solutions.s3.amazonaws.com/wp-content/uploads/2010/03/power-3.jpg"><img
src="http://unixsherpa-solutions.s3.amazonaws.com/wp-content/uploads/2010/03/power-3.jpg" alt="" title="PCI Express Link State Power Management" width="420" height="449" class="aligncenter size-full wp-image-294" /></a></p><p><strong>Commentary:</strong><br
/> Searching for a solution yielded a number of possibilities.</p><p>Setting the value of:</p><div
class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div
class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">HKLM\SYSTEM\CurrentControlSet\Services\iaSTOR\Parameters\PortN\LPMDSTATE &nbsp;0</div></div><p>as discussed by <a
href="http://derek858.blogspot.com/2009/01/windows-7-intel-sataahci-lockups.html">Derek Seaman</a> did not resolve my issue.</p><p>Renaming:</p><div
class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div
class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">HKLM\SYSTEM\CurrentControlSet\Services\iaSTOR\Parameters</div></div><p>to</p><div
class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div
class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">HKLM\SYSTEM\CurrentControlSet\Services\iaSTOR\Parameters.dist</div></div><p>as suggested by <a
href="http://www.paulscomputerservice.net/index.php?body=./os/intelSataError9.php">Paul's Computer Service</a> was also ineffective. At the time I was running the latest set of drivers for my <a
href="http://www.intel.com/products/desktop/chipsets/x58/x58-overview.htm">platform</a>. Caveat emptor: the solution I outlined in this article worked for me.</p><p><strong>References:</strong><br
/> <a
href="http://www.intel.com/support/chipsets/imsm/sb/cs-025783.htm">Intel CS-025783 - Possible issues with Windows Vista* and Intel® RAID</a><br
/> <a
href="http://derek858.blogspot.com/2009/01/windows-7-intel-sataahci-lockups.html">Windows 7 Intel SATA/AHCI Lockups</a><br
/> <a
href="http://www.paulscomputerservice.net/index.php?body=./os/intelSataError9.php">Intel® Matrix Storage Manager Bug</a></p> ]]></content:encoded> <wfw:commentRss>http://solutions.unixsherpa.com/2010/03/25/the-device-deviceideiastor0-did-not-respond-within-the-timeout-period/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Acronis True Image Home 2010 Freezes During Backup on Windows 7</title><link>http://solutions.unixsherpa.com/2010/03/04/acronis-true-image-home-2010-freezes-during-backup-on-windows-7/</link> <comments>http://solutions.unixsherpa.com/2010/03/04/acronis-true-image-home-2010-freezes-during-backup-on-windows-7/#comments</comments> <pubDate>Thu, 04 Mar 2010 17:02:15 +0000</pubDate> <dc:creator>Dan</dc:creator> <category><![CDATA[Backup]]></category> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[acronis]]></category> <category><![CDATA[windows 7]]></category> <category><![CDATA[x86_64]]></category><guid
isPermaLink="false">http://solutions.unixsherpa.com/?p=266</guid> <description><![CDATA[Issue: When running backup jobs in Acronis True Image Home 2010 under Windows Vista or Windows 7, the backup job appears to stall and the operating system becomes unresponsive. The system will encounter a bugcheck condition and recover with an unclean shutdown. Cause: From Acronis: Because of the latest major changes in Windows Vista and [...]]]></description> <content:encoded><![CDATA[<p><strong>Issue:</strong><br
/> When running backup jobs in <a
href="http://acronis.com">Acronis</a> <a
href="http://www.acronis.com/homecomputing/products/trueimage/">True Image Home 2010</a> under <a
href="http://www.microsoft.com/windows/">Windows</a> Vista or <a
href="http://www.microsoft.com/windows/">Windows</a> 7, the backup job appears to stall and the operating system becomes unresponsive. The system will encounter a <a
href="http://msdn.microsoft.com/en-us/library/ms789516.aspx">bugcheck</a> condition and recover with an unclean shutdown.</p><p><strong>Cause:</strong><br
/> From <a
href="http://acronis.com">Acronis</a>:</p><blockquote><p>Because of the latest major changes in Windows Vista and Windows 7 native snapshot driver (VolSnap), there were some modifications introduced in Acronis True Image Home 2010 (starting from Build 6029). The Acronis native snapshot driver (snapman) was moved from UpperFilters to LowerFilters to avoid conflicts with VolSnap (which could have lead to backups failure or data corruption in backups). This change may sometimes manifest itself in a freezing Windows Vista or Windows 7 operating system on machines with rare software and hardware configurations.</p></blockquote><p><strong>Resolution:</strong><br
/> Download an updated <a
href="http://kb.acronis.com/content/1512">SnapAPI</a> build from <a
href="http://acronis.com">Acronis</a>. Unpack it and install with the <em>Disable Logging</em> option set. See <a
href="http://kb.acronis.com/content/6529">Acronis KB6529</a> for the appropriate link.</p><p><strong>Commentary:</strong> My hardware configuration is not esoteric; my software configuration is equally banal: an Intel Core i7 X58 system with 6GB of RAM, RAID1 on an ICH10R, and Windows 7 Ultimate 64-bit.</p><p>Reference: <a
href="http://kb.acronis.com/content/6529">http://kb.acronis.com/content/6529</a></p> ]]></content:encoded> <wfw:commentRss>http://solutions.unixsherpa.com/2010/03/04/acronis-true-image-home-2010-freezes-during-backup-on-windows-7/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching using memcached
Object Caching 1462/1586 objects using memcached
Content Delivery Network via Amazon Web Services: S3: unixsherpa-solutions.s3.amazonaws.com

Served from: solutions.unixsherpa.com @ 2012-05-20 14:17:04 -->
