<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Fencepost Software &amp; Consulting</title>
	
	<link>http://www.fencepost.net</link>
	<description>Thoughts &amp; Resources on IT Consulting for Small Medical Practices</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:25:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/FencepostSoftwareConsulting" /><feedburner:info uri="fencepostsoftwareconsulting" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>(Fix) Postfix: Recipient address rejected: Domain not found</title>
		<link>http://feedproxy.google.com/~r/FencepostSoftwareConsulting/~3/4pDSwzQnb4s/</link>
		<comments>http://www.fencepost.net/2010/03/fix-postfix-recipient-address-rejected-domain-not-found/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 19:42:54 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Fixes & Troubleshooting]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Fixes]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.fencepost.net/?p=455</guid>
		<description><![CDATA[<p>We had a problem last weekend with Postfix not accepting email for a single domain when it was coming from outside our network, while messages from hosts on the local network were accepted and routed with no problems. Messages from outside the network were rejected with a 450 (temporary) code and the error message &#8220;Recipient [...]


Related posts:<ol><li><a href='http://www.fencepost.net/2010/02/email-marketing-use-a-service/' rel='bookmark' title='Permanent Link: Email Marketing &#8211; Use A Service'>Email Marketing &#8211; Use A Service</a> <small>I occasionally get requests from clients for assistance with sending...</small></li>
<li><a href='http://www.fencepost.net/2009/11/dns-fails-nslookup-works-fix/' rel='bookmark' title='Permanent Link: (Fix) When DNS and ping Fail but nslookup Works (Windows)'>(Fix) When DNS and ping Fail but nslookup Works (Windows)</a> <small>Spent some time recently with a laptop that would see...</small></li>
<li><a href='http://www.fencepost.net/2009/07/winlogon-cpu-offline-files-or-csc/' rel='bookmark' title='Permanent Link: Winlogon.exe at 50% or 100% CPU (Fix)'>Winlogon.exe at 50% or 100% CPU (Fix)</a> <small>There are apparently a variety of things that can cause...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>We had a problem last weekend with Postfix not accepting email for a single domain when it was coming from outside our network, while messages from hosts on the local network were accepted and routed with no problems. Messages from outside the network were rejected with a 450 (temporary) code and the error message &#8220;Recipient address rejected: Domain not found&#8221;. The cause did end up being a DNS problem (apparently the most common kind of issue with Postfix), but not one that I would have expected (a missing host entry for the top-level domain, so example.com wouldn&#8217;t resolve even though mail.example.com did). Finding the source of the problem was complicated because of a set of several changes during a weekend maintenance window.</p>
<p><span id="more-455"></span></p>
<p>We&#8217;re using a bundled virtual machine called <a href="http://www.global-domination.org/ESVA.php" target="_blank">ESVA for spam filtering</a>; it&#8217;s basically a prebuilt CentOS server preconfigured with Postfix, MailScanner, SQLGrey (for greylisting), MailWatch, etc.. It&#8217;s worked quite well for us for several years &#8211; on our site for filtering our inbound email and that for our hosted customers, and at several customer sites where they&#8217;re running Exchange. I highly recommend it as a drop-in spam filtering solution with good reporting and manageability, plus a fairly active user community that can generally answer any questions they haven&#8217;t already answered.</p>
<p>Our internal ESVA server was slightly out of date, so last weekend was a good time to update it to 2.0.5.9 (a simple process using &#8216;<span style="font-family: courier new,courier;">esva-update</span>&#8216;) and update a few packages such as ClamAV (&#8216;<span style="font-family: courier new,courier;">yum update</span>&#8216;). I ran the updates, verified that email messages were coming in correctly, and figured I was done with it. I also updated the nameserver entries in <span style="font-family: courier new,courier;">/etc/resolv.conf</span> to point to our new internal DNS servers.</p>
<blockquote><p>A brief digression on our network: We have external-facing DNS servers for domains that we host, but we also have internal servers that return internal addresses for some systems. Those internal servers report as authoritative because they are for the internal hosts that they serve. Thus from outside mail.example.com may resolve to 209.252.x.y but from inside it resolves to 10.3.4.5.</p></blockquote>
<p>After the update, message traffic was fine &#8211; messages were coming in and being passed along to the mail servers, obviously there were no problems. By Monday morning, though it became apparent that while our customers were receiving outside email, we were not. This was easy to miss initially because we&#8217;re a small company and quite frankly we&#8217;re not getting a lot of message traffic overnight on weekends. A quick test from inside the network (&#8216;<span style="font-family: courier new,courier;">telnet mail2.example.com 25</span>&#8216; and manually entering a message) worked just fine so it wasn&#8217;t a problem with the actual handling of email messages, email for other domains that we host was being accepted and routed appropriately so it wasn&#8217;t a problem with firewall configuration, etc.</p>
<p>After spending more time than I like to think about digging through postfix trying to determine why it would be rejecting messages for just one domain (and the primary domain for which ESVA was set up), the problem ended up being completely different:</p>
<p><strong>The new DNS servers didn&#8217;t have a host entry for the base domain example.com. </strong>All of the relevant subdomains were present (some with internal addresses, some with external ones depending on how they&#8217;re reached &#8211; they all have to be there since the DNS server thinks it&#8217;s <strong>the</strong> authoritative one for example.com and won&#8217;t forward queries for that domain. Thus example.com didn&#8217;t resolve (example.local did, which was what the domain was based on). Individual hosts had been set up in DNS (e.g. www.example.com, mail.example.com, mail2.example.com) but not a base record for the top-level domain itself.</p>
<p>Postfix accepted messages submitted from the internal network because it was a local network, and once it had those messages it had transport for the domain name so testing from an internal host worked. Messages from outside the local network were being checked to confirm that the top-level domain existed, but since it didn&#8217;t resolve from inside the network messages were being rejected with</p>
<blockquote><p><span style="font-family: courier new,courier;">Mar  1 15:12:36 mail2 postfix/smtpd[5578]: NOQUEUE: reject: RCPT from mta.sample.net[111.222.111.222]: 450 4.1.2 &lt;recipient@example.com&gt;: Recipient address rejected: Domain not found; from=&lt;bounce-1234567_HTML-1234567-1234567-12345-0@bounce.example.net&gt; to=&lt;recipient@example.com&gt; proto=ESMTP helo=&lt;mta.example.net&gt;</span></p></blockquote>
<p>The fix was simple &#8211; correct the internal DNS server to allow example.com to actually resolve to a hostname. It didn&#8217;t really matter what it was (we used the IP of the web server which is pretty standard), just that it resolved to something so Postfix wouldn&#8217;t reject it.</p>
<p>While I feel a bit foolish for having this bit of misconfiguration happen, in searching for others who&#8217;d experienced similar problems I found nothing particularly useful except comments (generally for the error &#8220;Sender address rejected; Domain not found&#8221;) that it was probably a DNS error. Hopefully this will help someone with the same problem in the future.</p>
[contact-form]
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F03%2Ffix-postfix-recipient-address-rejected-domain-not-found%2F&amp;linkname=%28Fix%29%20Postfix%3A%20Recipient%20address%20rejected%3A%20Domain%20not%20found" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F03%2Ffix-postfix-recipient-address-rejected-domain-not-found%2F&amp;linkname=%28Fix%29%20Postfix%3A%20Recipient%20address%20rejected%3A%20Domain%20not%20found" title="Digg" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F03%2Ffix-postfix-recipient-address-rejected-domain-not-found%2F&amp;linkname=%28Fix%29%20Postfix%3A%20Recipient%20address%20rejected%3A%20Domain%20not%20found" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F03%2Ffix-postfix-recipient-address-rejected-domain-not-found%2F&amp;linkname=%28Fix%29%20Postfix%3A%20Recipient%20address%20rejected%3A%20Domain%20not%20found" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F03%2Ffix-postfix-recipient-address-rejected-domain-not-found%2F&amp;linkname=%28Fix%29%20Postfix%3A%20Recipient%20address%20rejected%3A%20Domain%20not%20found" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F03%2Ffix-postfix-recipient-address-rejected-domain-not-found%2F&amp;linkname=%28Fix%29%20Postfix%3A%20Recipient%20address%20rejected%3A%20Domain%20not%20found" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F03%2Ffix-postfix-recipient-address-rejected-domain-not-found%2F&amp;linkname=%28Fix%29%20Postfix%3A%20Recipient%20address%20rejected%3A%20Domain%20not%20found">Share/Save</a>

<p>Related posts:<ol><li><a href='http://www.fencepost.net/2010/02/email-marketing-use-a-service/' rel='bookmark' title='Permanent Link: Email Marketing &#8211; Use A Service'>Email Marketing &#8211; Use A Service</a> <small>I occasionally get requests from clients for assistance with sending...</small></li>
<li><a href='http://www.fencepost.net/2009/11/dns-fails-nslookup-works-fix/' rel='bookmark' title='Permanent Link: (Fix) When DNS and ping Fail but nslookup Works (Windows)'>(Fix) When DNS and ping Fail but nslookup Works (Windows)</a> <small>Spent some time recently with a laptop that would see...</small></li>
<li><a href='http://www.fencepost.net/2009/07/winlogon-cpu-offline-files-or-csc/' rel='bookmark' title='Permanent Link: Winlogon.exe at 50% or 100% CPU (Fix)'>Winlogon.exe at 50% or 100% CPU (Fix)</a> <small>There are apparently a variety of things that can cause...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/FencepostSoftwareConsulting/~4/4pDSwzQnb4s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fencepost.net/2010/03/fix-postfix-recipient-address-rejected-domain-not-found/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.fencepost.net/2010/03/fix-postfix-recipient-address-rejected-domain-not-found/</feedburner:origLink></item>
		<item>
		<title>Configuring apcupsd on Linux for Multiple USB UPSes</title>
		<link>http://feedproxy.google.com/~r/FencepostSoftwareConsulting/~3/1_04TCkCJa4/</link>
		<comments>http://www.fencepost.net/2010/02/configuring-apcupsd-on-linux-for-multiple-usb-upses/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 17:18:04 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Office IT]]></category>
		<category><![CDATA[Battery Backup]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[UPS]]></category>

		<guid isPermaLink="false">http://www.fencepost.net/?p=446</guid>
		<description><![CDATA[<p>I recently needed to add monitoring of a UPS powering network equipment to a Linux server already monitoring one USB-connected UPS. Since the second UPS also uses a USB connection for monitoring apcpusd (the standard UPS management package for Linux systems) was not seeing it. This is not a fault of the software &#8211; it&#8217;s [...]


Related posts:<ol><li><a href='http://www.fencepost.net/2009/11/slow-startup-with-multiple-starting-services-after-malware/' rel='bookmark' title='Permanent Link: Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware'>Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware</a> <small>I had an interesting problem with a server (Windows 2003...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I recently needed to add monitoring of a UPS powering network equipment to a Linux server already monitoring one USB-connected UPS. Since the second UPS also uses a USB connection for monitoring <span style="font-family: courier new,courier;">apcpusd</span> (the standard UPS management package for Linux systems) was not seeing it. This is not a fault of the software &#8211; it&#8217;s designed to work pretty much seamlessly with detection of a single UPS and does so, but autodetectin multiple battery backups would still require some level of manual configuration &#8211; at the very least, which one(s) are powering the monitoring system in case it needs to shut down? The solution is to set up <span style="font-family: courier new,courier;">udev</span> rules to let the system recognize each attached UPS as a distinct device using the serial number of the UPS, then follow the instructions for managing multiple UPSes in the manual.<span id="more-446"></span></p>
<p>Managing multiple UPSes requires multiple instances of <span style="font-family: courier new,courier;">apcupsd</span> each running its own configuration. The relevant section of the manual does not mention one key step that&#8217;s covered elsewhere in the manual: how to identify each individual UPS. This is covered in the manual in the section on &#8220;Device Nodes&#8221; which are created in /dev (e.g. /dev/ups0, /dev/ups1) using <span style="font-family: courier new,courier;">udev</span> rules. Basically, those rules are run when new devices are plugged into the system and can be used to create specific device entries rather than a default &#8220;hiddev&#8221; device entry (UPSes are generally seen by the system as Human Interface Devices due to the communications format they use).</p>
<blockquote>
<p style="text-align: center;"><strong>Caution: Because each UPS is being identified by serial number, replacing a UPS requires modification of the <span style="font-family: courier new,courier;">udev</span> rules on the system in question to match the new serial number. Without that modification the UPS will not be recognized.</strong></p>
</blockquote>
[contact-form]
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F02%2Fconfiguring-apcupsd-on-linux-for-multiple-usb-upses%2F&amp;linkname=Configuring%20apcupsd%20on%20Linux%20for%20Multiple%20USB%20UPSes" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F02%2Fconfiguring-apcupsd-on-linux-for-multiple-usb-upses%2F&amp;linkname=Configuring%20apcupsd%20on%20Linux%20for%20Multiple%20USB%20UPSes" title="Digg" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F02%2Fconfiguring-apcupsd-on-linux-for-multiple-usb-upses%2F&amp;linkname=Configuring%20apcupsd%20on%20Linux%20for%20Multiple%20USB%20UPSes" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F02%2Fconfiguring-apcupsd-on-linux-for-multiple-usb-upses%2F&amp;linkname=Configuring%20apcupsd%20on%20Linux%20for%20Multiple%20USB%20UPSes" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F02%2Fconfiguring-apcupsd-on-linux-for-multiple-usb-upses%2F&amp;linkname=Configuring%20apcupsd%20on%20Linux%20for%20Multiple%20USB%20UPSes" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F02%2Fconfiguring-apcupsd-on-linux-for-multiple-usb-upses%2F&amp;linkname=Configuring%20apcupsd%20on%20Linux%20for%20Multiple%20USB%20UPSes" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F02%2Fconfiguring-apcupsd-on-linux-for-multiple-usb-upses%2F&amp;linkname=Configuring%20apcupsd%20on%20Linux%20for%20Multiple%20USB%20UPSes">Share/Save</a>

<p>Related posts:<ol><li><a href='http://www.fencepost.net/2009/11/slow-startup-with-multiple-starting-services-after-malware/' rel='bookmark' title='Permanent Link: Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware'>Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware</a> <small>I had an interesting problem with a server (Windows 2003...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/FencepostSoftwareConsulting/~4/1_04TCkCJa4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fencepost.net/2010/02/configuring-apcupsd-on-linux-for-multiple-usb-upses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.fencepost.net/2010/02/configuring-apcupsd-on-linux-for-multiple-usb-upses/</feedburner:origLink></item>
		<item>
		<title>(Fix) OpenOffice.org Hangs When I Start Typing</title>
		<link>http://feedproxy.google.com/~r/FencepostSoftwareConsulting/~3/N7usaSYvdKE/</link>
		<comments>http://www.fencepost.net/2010/02/fix-openoffice-org-hangs-when-i-start-typing/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 05:21:03 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Fixes & Troubleshooting]]></category>
		<category><![CDATA[Fixes]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.fencepost.net/?p=432</guid>
		<description><![CDATA[<p>I ran into a minor difficulty recently on a Linux desktop PC (CentOS 5.4) updated to the recently released OpenOffice.org 3.2, specifically the Go-Oo.org variant that includes some options and tweaks left out of the primary branch. OpenOffice.org 3.2 would start without difficulties, but as soon as I started to type the application would completely [...]


Related posts:<ol><li><a href='http://www.fencepost.net/2009/11/avoid-vbscript-for-web-apps/' rel='bookmark' title='Permanent Link: Avoid VBScript for Web Apps'>Avoid VBScript for Web Apps</a> <small>Earlier this week I spent some time troubleshooting a browser-based...</small></li>
<li><a href='http://www.fencepost.net/2009/10/investigating-r3953724-cn-malwareadware-redirections/' rel='bookmark' title='Permanent Link: (Fix) r3953724.cn Malware/Adware Redirections'>(Fix) r3953724.cn Malware/Adware Redirections</a> <small>Quick Fix: have a program named procmon.exe running (copy of...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I ran into a minor difficulty recently on a Linux desktop PC (<a href="http://centos.org/" target="_blank">CentOS 5.4</a>) updated to the recently released <a href="http://www.openoffice.org/" target="_blank">OpenOffice.org</a> 3.2, specifically the <a href="http://www.go-oo.org/" target="_blank">Go-Oo.org</a> variant that includes some options and tweaks left out of the primary branch. OpenOffice.org 3.2 would start without difficulties, but as soon as I started to type the application would completely freeze up or hang. I only checked this in Calc and Writer, but I suspect that it applies to all of the other components as well and from what I&#8217;ve read it&#8217;s not specific to CentOS (or other RedHat-derived distributions).</p>
<p>After a bit of searching, I ended up at this thread: <a href="http://user.services.openoffice.org/en/forum/viewtopic.php?f=16&amp;t=17902" target="_blank">OpenOffice-3.0.1 hangs if SCIM is active</a>. Boiled down to something for those not interested in the technical details, OpenOffice.org 3.x has problems with some configurations of <a href="http://en.wikipedia.org/wiki/Smart_Common_Input_Method" target="_blank">SCIM, the &#8220;Smart Common Input Method platform.&#8221;</a><br />
<span id="more-432"></span></p>
<h2>The Fix</h2>
<p>In this case, the conflict crops up when SCIM on the PC is configured to use en_US.UTF-8 (Unicode) rather than the older en_US. If you want to get into the technical side of it there&#8217;s assorted discussion of this scattered across many locations and several years; if you don&#8217;t care about that then simply edit the file <span style="font-family: courier new,courier;"><strong>/etc/scim/global</strong></span> and change the first line from</p>
<blockquote><p><span style="font-family: courier new,courier;">/SupportedUnicodeLocales = en_US.UTF-8</span></p></blockquote>
<p>to</p>
<blockquote><p><span style="font-family: courier new,courier;">/SupportedUnicodeLocales = en_US</span></p></blockquote>
<p>You&#8217;ll need to do that as an administrator since that file is not generally editable by normal users. Details of how to do that will vary depending on what Linux distribution you&#8217;re using and what text editors you&#8217;re familiar with, so if you&#8217;re not sure how to change that file ask for assistance.</p>
<p>It&#8217;s possible that making this change will have other effects if you&#8217;re using languages other than English, but I have no good way to test this as the only other languages I can even pretend to a rudimentary knowledge of use the same basic alphabet so SCIM isn&#8217;t really a requirement for me.</p>
<h2>Side Notes</h2>
<p>The system in question has been running OpenOffice.org 2.3, the version available from the standard CentOS repositories, but that&#8217;s quite a bit behind current developments &#8211; kind of like running Microsoft Office 2000 these days. There have been a lot of good changes since 2.3 was released. I used the Go-Oo.org version in part for convenience (it&#8217;s simple to install on systems that use &#8220;yum&#8221; for package management), in part because the main OpenOffice.org servers were down for maintenance last night (making it hard to download from them) and in part because of reported speed and functionality improvements.</p>
<p>SCIM and tools like it are important because they allow applications to accept text input in many languages with the  details of that input handled by SCIM rather than by the application  (in this case OpenOffice.org). By letting SCIM handle the input of  characters in languages such as Chinese, Japanese, Korean, Russian and  others, the application is both kept simpler since it doesn&#8217;t have to  deal with how those characters are input and made more useful because it  can work with a much wider range of languages.</p>
[contact-form]
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F02%2Ffix-openoffice-org-hangs-when-i-start-typing%2F&amp;linkname=%28Fix%29%20OpenOffice.org%20Hangs%20When%20I%20Start%20Typing" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F02%2Ffix-openoffice-org-hangs-when-i-start-typing%2F&amp;linkname=%28Fix%29%20OpenOffice.org%20Hangs%20When%20I%20Start%20Typing" title="Digg" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F02%2Ffix-openoffice-org-hangs-when-i-start-typing%2F&amp;linkname=%28Fix%29%20OpenOffice.org%20Hangs%20When%20I%20Start%20Typing" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F02%2Ffix-openoffice-org-hangs-when-i-start-typing%2F&amp;linkname=%28Fix%29%20OpenOffice.org%20Hangs%20When%20I%20Start%20Typing" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F02%2Ffix-openoffice-org-hangs-when-i-start-typing%2F&amp;linkname=%28Fix%29%20OpenOffice.org%20Hangs%20When%20I%20Start%20Typing" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F02%2Ffix-openoffice-org-hangs-when-i-start-typing%2F&amp;linkname=%28Fix%29%20OpenOffice.org%20Hangs%20When%20I%20Start%20Typing" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F02%2Ffix-openoffice-org-hangs-when-i-start-typing%2F&amp;linkname=%28Fix%29%20OpenOffice.org%20Hangs%20When%20I%20Start%20Typing">Share/Save</a>

<p>Related posts:<ol><li><a href='http://www.fencepost.net/2009/11/avoid-vbscript-for-web-apps/' rel='bookmark' title='Permanent Link: Avoid VBScript for Web Apps'>Avoid VBScript for Web Apps</a> <small>Earlier this week I spent some time troubleshooting a browser-based...</small></li>
<li><a href='http://www.fencepost.net/2009/10/investigating-r3953724-cn-malwareadware-redirections/' rel='bookmark' title='Permanent Link: (Fix) r3953724.cn Malware/Adware Redirections'>(Fix) r3953724.cn Malware/Adware Redirections</a> <small>Quick Fix: have a program named procmon.exe running (copy of...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/FencepostSoftwareConsulting/~4/N7usaSYvdKE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fencepost.net/2010/02/fix-openoffice-org-hangs-when-i-start-typing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.fencepost.net/2010/02/fix-openoffice-org-hangs-when-i-start-typing/</feedburner:origLink></item>
		<item>
		<title>Email Marketing – Use A Service</title>
		<link>http://feedproxy.google.com/~r/FencepostSoftwareConsulting/~3/B24eQ5Kfm0E/</link>
		<comments>http://www.fencepost.net/2010/02/email-marketing-use-a-service/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 04:52:12 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Office IT]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Free Services]]></category>
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.fencepost.net/?p=397</guid>
		<description><![CDATA[<p>I occasionally get requests from clients for assistance with sending out email marketing to their existing clients. My advice in these situations is always the same: Use A Service.</p>
<p>Every client that I&#8217;ve dealt with that&#8217;s interested in this kind of marketing starts out planning to do it using their regular email account, but there are [...]


Related posts:<ol><li><a href='http://www.fencepost.net/2009/06/never-give-out-your-password/' rel='bookmark' title='Permanent Link: NEVER Give Out Your Password'>NEVER Give Out Your Password</a> <small>IF support staff for a service you are using need...</small></li>
<li><a href='http://www.fencepost.net/2010/03/fix-postfix-recipient-address-rejected-domain-not-found/' rel='bookmark' title='Permanent Link: (Fix) Postfix: Recipient address rejected: Domain not found'>(Fix) Postfix: Recipient address rejected: Domain not found</a> <small>We had a problem last weekend with Postfix not accepting...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I occasionally get requests from clients for assistance with sending out email marketing to their existing clients. My advice in these situations is always the same: <strong>Use A Service.</strong></p>
<p>Every client that I&#8217;ve dealt with that&#8217;s interested in this kind of marketing starts out planning to do it using their regular email account, but there are good reasons not to do so. The reasons for using a service break down into three key areas: <strong>creation </strong>of your content, <strong>distribution </strong>of your content, and <strong>management</strong> of your address list. Keep reading for some notes on those.</p>
<p><span id="more-397"></span></p>
<h2>Creation</h2>
<p>While it&#8217;s possible to build a fancy graphic mailing in Word or a desktop publishing application, email isn&#8217;t print. What goes out in email will be HTML (unless you&#8217;re going to be mailing out PDFs with embedded fonts, which most people will never look at), probably with the images attached though they might be loaded from a remote server. The design tools that most of us have conveniently at hand and are experienced in using will frequently not produce the same effect that we&#8217;re trying to achieve when we create something, then convert it to HTML (assuming that conversion to even be available).</p>
<p>The services that provide email marketing, on the other hand, have invested in providing design tools and pre-built templates that can be used for mailings. The output of their tools should work well across a wide range of email readers &#8211; webmail, Outlook, Thunderbird, Mail.app, etc. At least one service provider (VistaPrint) can also coordinate the appearance of your campaign with letterhead, business cards and other materials ordered from them.</p>
<h2>Distribution</h2>
<p>There are three common ways that company email is set up: in-house servers that send email directly to the destination, in-house servers that route outbound email through an ISP or &#8220;upstream&#8221; mail server, and direct use of a mail server at an ISP or hosting provider. Larger companies will usually have the first setup, smaller companies may have any of the three. Very small companies may actually be using a webmail service such as Google&#8217;s GMail, MSN&#8217;s Hotmail/Windows Live Mail or Yahoo&#8217;s email (which is also used by some ISPs such as AT&amp;T/SBC).</p>
<p>No matter which of the configurations you&#8217;re using, there may be problems if you&#8217;re sending large volumes of bulk marketing email. Sending messages may consume all of your available bandwidth for hours causing delays in other email messages and other impact on other users. It might cause some of the larger mail providers (e.g. AOL, Comcast, Yahoo, Hotmail/Windows Live) to block your mail server as a source of spam. It might cause your ISP or hosting provider to shut down your outbound email for a time to keep the same thing from happening to them.</p>
<h3>Mail Delays</h3>
<p>If you&#8217;re using an in-house mail server, being just a little sloppy about the size of images or attachments can cause real problems if you&#8217;re sending to many email addresses. For example, if you include pictures that make each outbound message 1 megabyte (MB) in size, 2,000 messages comes up to 2 Gigabytes (GB) &#8211; not much for a current hard drive, but if you&#8217;re using a T-1 line at your office it&#8217;s going to be completely tied up for at least 3 hours to send that 2GB of data, slowing all other Internet traffic from your office. In addition, most mail servers operate on a first-in-first-out (FIFO) basis, which means that the very short very important email message that someone else is sending may be delayed until after <strong>all</strong> of your marketing messages have been sent.</p>
<p>I&#8217;ve encountered this from the small ISP side when a customer using our mail server started sending marketing messages with 3-4 MB of high-resolution images to several thousand customers; in addition to some user training on how to build appropriately-sized messages we also ended up adding prioritization rules on the mail server to keep their messages from interfering with other customer&#8217;s outbound email. The same kind of thing can happen if you&#8217;re using a hosting provider for email; this makes your service providers cranky and they may charge you for their cleanup efforts.</p>
<h3>Spammer!</h3>
<p>Even if you have permission forms signed in blood from everyone you&#8217;re sending messages to, some of your recipients will click the &#8220;This is Spam!&#8221; button when they get your message. Just a few of those can cause a provider like Comcast or AOL to block all of your messages, and their automated systems just don&#8217;t care about whether you really have permission. There are ways to get unblocked, but given how responsive their customer service departments can be, do you really want to be the person coming to them with a more technical issue of your messages being blocked?</p>
<h2>Management</h2>
<p>Finally, if you&#8217;re going to be running a mailing list you need to provide ways for people to get off of your list. In some places that&#8217;s just common courtesy, but in an increasing number of areas it&#8217;s actually legally required. The people trying to get you to purchase prescription drugs or stocks don&#8217;t follow those rules because by comparison to illegal drug sales and pump-and-dump stock marketing the penalties for abusing email are pretty low, but for <strong>your </strong>legitimate small (or large) business at a fixed address marketing to your existing customer base, those laws can have teeth &#8211; and even if they don&#8217;t, common courtesy should.</p>
<p>If you&#8217;re only doing a one-time mailing to thank customers for their past business and invite them to your going-out-of-business sale, you don&#8217;t need to worry about future mailings to people who&#8217;ve requested to be removed from your mailing list. <strong>Everyone else does.</strong> Maintaining the list in Excel, Outlook, or whatever other program you&#8217;re using still requires you to manually edit the list every time someone asks to be removed. If you&#8217;re sending to many people that can easily chew up some of your or your staffs&#8217; time every month, and you need to ask yourself whether the cost of that time is worth more than the cost of an email service &#8211; particularly if you also have someone spending a few hours a month preparing marketing materials that can be done faster using the online tools.</p>
<h2>Email Sending Programs</h2>
<p>There&#8217;s software available out there that will let you automate the management side of email marketing, but it&#8217;s still going to suffer from the creation and distribution issues I discussed above. While you would be making completely legitimate use of these programs you have no way of knowing how others are using them, and you don&#8217;t know if messages originating from your program are therefore classified as &#8220;spam&#8221; by mail filtering systems.</p>
<p>Some packages may even offer to handle the distribution of email using their &#8220;distributed networks of email sending computers.&#8221; Another way to phrase that is &#8220;we&#8217;ll use the virus-infested PCs that we&#8217;ve infected to send your email.&#8221; Stay away.</p>
<h2>Email Marketing Service Providers</h2>
<p>Here are three companies that provide email marketing services that I&#8217;ve either heard good things about, have done business with or know someone who has done business with them and been pleased.</p>
<ul>
<li><a href="http://eepurl.com/iUjr" target="_blank">MailChimp</a> &#8211; the smallest of the email marketing companies, MailChimp is a privately held Internet startup (since 2000) based in Atlanta, Georgia. They focus entirely on email marketing. They have the smallest product line (all email marketing plans), but if you don&#8217;t have many addresses then you can&#8217;t beat their free plan that&#8217;s valid for up to 500 email addresses and 3000 messages/month &#8211; beyond that level all of the providers have pretty much the same pricing.</li>
<li><a href="http://clickserve.cc-dt.com/link/tplclick?lid=41000000027881885&amp;pubid=21000000000253670" target="_blank">Vistaprint</a> &#8211; Vistaprint provides email marketing to complement their traditional business line of printed business products. They&#8217;re a larger company (on the NASDAQ as VPRT), and they have the big advantage of making your email marketing match your printed material &#8211; business cards, letterhead, etc. if you&#8217;ve also purchased it from them. I&#8217;ve used them for printed products and received excellent quality and value.</li>
<li><a href="http://www.constantcontact.com/" target="_blank">Constant Contact</a> &#8211; Constant Contact is probably the best known of the email marketing firms, in part because they advertise fairly widely (and not just with email). They&#8217;re publicly traded as CTCT (NASDAQ), and they provide some additional services such as online surveys (at additional cost) where with the others you need to use a third party such as <a href="http://www.surveygizmo.com">SurveyGizmo</a>.</li>
</ul>
<p>With the exception of MailChimp&#8217;s free account for under 500 addresses ($15 from the other companies), pricing from all three companies is pretty much the same &#8211; $30 for up to 2500, $50 for 5000, $75 for 10,000 addresses, etc. <strong>All three companies have free plans or free trials, </strong>so it&#8217;s worth signing up with all three and looking through their offerings and software tools in more depth.</p>
<p>Feedback from people who&#8217;ve used one or more of these companies for email marketing is very welcome &#8211; just comment below.</p>
[contact-form]
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F02%2Femail-marketing-use-a-service%2F&amp;linkname=Email%20Marketing%20%26%238211%3B%20Use%20A%20Service" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F02%2Femail-marketing-use-a-service%2F&amp;linkname=Email%20Marketing%20%26%238211%3B%20Use%20A%20Service" title="Digg" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F02%2Femail-marketing-use-a-service%2F&amp;linkname=Email%20Marketing%20%26%238211%3B%20Use%20A%20Service" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F02%2Femail-marketing-use-a-service%2F&amp;linkname=Email%20Marketing%20%26%238211%3B%20Use%20A%20Service" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F02%2Femail-marketing-use-a-service%2F&amp;linkname=Email%20Marketing%20%26%238211%3B%20Use%20A%20Service" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F02%2Femail-marketing-use-a-service%2F&amp;linkname=Email%20Marketing%20%26%238211%3B%20Use%20A%20Service" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2010%2F02%2Femail-marketing-use-a-service%2F&amp;linkname=Email%20Marketing%20%26%238211%3B%20Use%20A%20Service">Share/Save</a>

<p>Related posts:<ol><li><a href='http://www.fencepost.net/2009/06/never-give-out-your-password/' rel='bookmark' title='Permanent Link: NEVER Give Out Your Password'>NEVER Give Out Your Password</a> <small>IF support staff for a service you are using need...</small></li>
<li><a href='http://www.fencepost.net/2010/03/fix-postfix-recipient-address-rejected-domain-not-found/' rel='bookmark' title='Permanent Link: (Fix) Postfix: Recipient address rejected: Domain not found'>(Fix) Postfix: Recipient address rejected: Domain not found</a> <small>We had a problem last weekend with Postfix not accepting...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/FencepostSoftwareConsulting/~4/B24eQ5Kfm0E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fencepost.net/2010/02/email-marketing-use-a-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.fencepost.net/2010/02/email-marketing-use-a-service/</feedburner:origLink></item>
		<item>
		<title>Monochrome Laser Printer TCO/Cost – Preliminary Results</title>
		<link>http://feedproxy.google.com/~r/FencepostSoftwareConsulting/~3/CSntxmjfOjg/</link>
		<comments>http://www.fencepost.net/2009/12/mono-laser-printer-tco-cost-preliminary-results/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 00:44:58 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Printing]]></category>
		<category><![CDATA[Office IT]]></category>

		<guid isPermaLink="false">http://www.fencepost.net/?p=364</guid>
		<description><![CDATA[<p>I&#8217;m regularly asked by customers &#8220;Which laser printer should we get?&#8221; or &#8220;What&#8217;s the cheapest good laser printer?&#8221; Here&#8217;s an initial stab at answering those questions. I&#8217;ve been pulling together some numbers on the costs to purchase &#38; run assorted monochrome laser printers. While there&#8217;s still work to be done on tracking down some items [...]


Related posts:<ol><li><a href='http://www.fencepost.net/2009/11/calculating-printer-costs-and-tco/' rel='bookmark' title='Permanent Link: Calculating Printer Costs and TCO'>Calculating Printer Costs and TCO</a> <small>I&#8217;m currently working up an article on the total cost...</small></li>
<li><a href='http://www.fencepost.net/2009/11/choosing-printers-for-the-office/' rel='bookmark' title='Permanent Link: Choosing Printers for the Office'>Choosing Printers for the Office</a> <small>For many small businesses, when it&#8217;s time to add or...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m regularly asked by customers &#8220;Which laser printer should we get?&#8221; or &#8220;What&#8217;s the cheapest good laser printer?&#8221; Here&#8217;s an initial stab at answering those questions. I&#8217;ve been pulling together some numbers on the costs to purchase &amp; run assorted monochrome laser printers. While there&#8217;s still work to be done on tracking down some items like maintenance kit part numbers and prices, none of the outstanding information is likely to lower the Total Cost of Ownership (TCO) of a printer.</p>
<p>The preliminary numbers have surprised me quite a bit.</p>
<ul>
<li>Brother &#8211; a company I&#8217;ve always looked at as being a good choice for a home printer &#8211; is hands-down the winner on a pure cost standpoint over almost the entire range of print volumes.</li>
<li>Hewlett-Packard/HP, which I knew would command a price premium, is never even within 15% of the best TCO, with toner costs in its low- to mid-range LaserJet printers more than twice most other manufacturers.</li>
<li>Lexmark, another brand that I expected to be somewhat pricey, was within 15% of the best TCO only with one low-end printer under very light loads typical of household use.</li>
<li>Dell, while the numbers are incomplete, looks like a very solid value for higher-volume printing or over the long term (300,000+ pages)</li>
</ul>
<p>Read More for print volume numbers and some specific printers.</p>
<p><span id="more-364"></span></p>
<p>While there is some information I haven&#8217;t either found or determined not to exist (e.g. do the midline Dell printers require maintenance kits/fuser replacements and how much do they cost if so?), none of what&#8217;s missing is going to lower the calculated costs of running a printer. For the Brother printers that lead the pack, I either have all of the maintenance prices and intervals or I&#8217;ve used a guess at how long a printer will last and listed the full replacement cost as the &#8220;maintenance kit&#8221; price.</p>
<p>This information is comparing Brother, Dell, HP and Lexmark monochrome laser printers; I&#8217;m aware of Kyocera printers but pricing is hard to come by. I do not currently have multifunction copiers from any manufacturers, but I expect that I&#8217;ll be adding many of those multifunction devices in the future.  I may not include the truly high-end copier/printers since those are frequently leased rather than purchased and may have widely varying terms. That said, for very high volume printing you should definitely check on what your vendors can offer you &#8211; I only ran calculations out to 750,000 pages (still less than $9000 TCO).</p>
<p>All printers listed have network interfaces; I feel that for business environments the cost savings of cheaper non-networked printers disappears when you need to hook even one of them up to the network. Other than networking, the numbers presented here do not account for printer features or accessories such as extra trays &#8211; prices for those will probably not vary too much between brands.</p>
<blockquote><p>I&#8217;ve added links to many of these printers to the <a href="http://www.fencepost.net/store/" target="_blank">Fencepost Software Amazon Store</a>, and I&#8217;ll link to some of them from this article. I encourage you to read reviews of specific printers and shop around &#8211; Amazon has decent prices, free shipping for many items and a good reputation for dealing with returns, but it&#8217;s entirely possible that you&#8217;ll find some of these printers available for less. For the smaller printers, you may even find them on sale for less at office supply stores in your area if you&#8217;re not in a hurry.</p></blockquote>
<p>In the low-volume category, which I&#8217;ll count as anything under 5000 pages for the life of the printer, the <a href="http://www.amazon.com/gp/product/B0010Z3LGO?ie=UTF8&amp;tag=fencsoftcons-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0010Z3LGO">Brother HL-2170W</a> is a solid winner at $135-250 depending on volume and the need to replace the toner cartridge (it starts with a 1000-page &#8220;starter,&#8221; regular cartridges are 2600 pages for $49 or less which is ~1.9 cents/page). The <a href="http://www.amazon.com/gp/product/B000E7JVUO?ie=UTF8&amp;tag=fencsoftcons-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000E7JVUO">Lexmark E120N</a> is slightly higher but still fine for light usage &#8211; base price is similar, but it comes with only a 500-page starter cartridge &amp; replacement cartridges are 2000 pages for $74 or ~3.7 cents/page).</p>
<p>For higher-volume printing, the <a href="http://www.amazon.com/gp/product/B001XM9BV8?ie=UTF8&amp;tag=fencsoftcons-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001XM9BV8">Brother HL-5370DW</a> (or 2-tray <a href="http://www.amazon.com/gp/product/B0025KVK70?ie=UTF8&amp;tag=fencsoftcons-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0025KVK70">Brother HL-5370DWT</a>) has a very wide &#8220;sweet spot&#8221; from 10,000 up to 90,000 pages. No other printers are within 15% of the TCO except at specific narrow performance points or at the high end of the range. This is a combination of a low cost for the printer ($215) and toner at 1 cent/page (8000 pages for a $80 cartridge), plus low-cost drum replacements. I based this on an anticipated printer lifespan of 90,000-100,000 pages, but these are still the best TCO for the print volume even if you change the expected lifespan down to 75,000 or up to 150,000.</p>
<p>Starting around 100,000 pages and going up to around 300,000 pages, the <a href="http://www.amazon.com/gp/product/B000083JZ7?ie=UTF8&amp;tag=fencsoftcons-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000083JZ7">Brother HL-7050n</a> is your best performer, while from 300,000 up to 750,000 it alternates with the <a href="http://www.amazon.com/gp/product/B002UOKG2G?ie=UTF8&amp;tag=fencsoftcons-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B002UOKG2G">Dell 5330dn</a> (also at <a href="http://accessories.us.dell.com/sna/productdetail.aspx?c=us&amp;cs=04&amp;l=en&amp;s=bsd&amp;sku=224-2484" target="_blank">Dell</a>). Either should be a solid choice, but if you need duplexing go with the Dell &#8211; it&#8217;s included on that one where it isn&#8217;t included on the Brother.</p>
<h2>Raw Numbers</h2>
<p>In the <strong>attached spreadsheet PDF</strong> (see below), the cells with a green background have the lowest price for the number of pages printed. Cells with <strong>bold</strong> text are within 15% of the lowest cost. Cells with the numbers greyed out are either higher than the median cost for that number of pages or are more than $0.50/page &#8211; either way, that printer is overly expensive for that number of pages. Cells with no special formatting are less than the median cost, but are more than 15% higher than the lowest-cost option.</p>
<p>Some areas of the spreadsheet will be changing &#8211; for example, I&#8217;ll be adding an estimated lifetime number of pages for many of the printers and modifying the calculations to assume purchasing another of those printers when that lifetime is hit. Right now that is accomplished on a few printers by setting the maintenance kit cost to be the price of the printer itself, with the kit interval as the expected lifespan. Those cells are mostly highlighted in yellow.</p>
<p><strong><a href="http://www.fencepost.net/wp-content/fpuploads/Printer-TCO-Calculations-20091230.pdf">Printer TCO Calculations-20091230</a> (PDF Download)</strong></p>
<p>The printers compared in this spreadsheet are: Brother HL-2170W, Brother HL-5370DW, Brother HL-6050DN, Brother HL-7050N, Brother HL-8050N, Dell 2330dn, Dell 3330dn, Dell 5210dn, Dell 5330dn, Dell 7330dn, HP P1505n, HP P2035n, HP P2055dn, HP P3005n, HP P3015dn, HP P4014n, HP P4015n, HP P4515n, HP 5200tn, HP 9040dn, HP 9050n, Lexmark E120n, Lexmark E260dn, Lexmark E360dn, Lexmark E460dn, Lexmark T650n, Lexmark T652n, Lexmark T654n, Lexmark T656dne, Lexmark W840n</p>
<p><strong>Update:</strong> For many older printers, you may find the information at <a href="http://printerdb.com" target="_blank">PrinterDB.com</a> interesting. While I didn&#8217;t use their formulas in creating this page, I expect to check on their color calculations when I add color printers.</p>
<p><strong>Update 2:</strong> Revised links to go directly to the product pages (with reviews) at Amazon, plus one directly to Dell. If there are printers that you&#8217;re aware of that I have not included, feel free to ask me to add them to the list &#8211; I&#8217;ll be updating it with additional printer models including multi-function printers.</p>
[contact-form]
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F12%2Fmono-laser-printer-tco-cost-preliminary-results%2F&amp;linkname=Monochrome%20Laser%20Printer%20TCO%2FCost%20%26%238211%3B%20Preliminary%20Results" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F12%2Fmono-laser-printer-tco-cost-preliminary-results%2F&amp;linkname=Monochrome%20Laser%20Printer%20TCO%2FCost%20%26%238211%3B%20Preliminary%20Results" title="Digg" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F12%2Fmono-laser-printer-tco-cost-preliminary-results%2F&amp;linkname=Monochrome%20Laser%20Printer%20TCO%2FCost%20%26%238211%3B%20Preliminary%20Results" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F12%2Fmono-laser-printer-tco-cost-preliminary-results%2F&amp;linkname=Monochrome%20Laser%20Printer%20TCO%2FCost%20%26%238211%3B%20Preliminary%20Results" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F12%2Fmono-laser-printer-tco-cost-preliminary-results%2F&amp;linkname=Monochrome%20Laser%20Printer%20TCO%2FCost%20%26%238211%3B%20Preliminary%20Results" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F12%2Fmono-laser-printer-tco-cost-preliminary-results%2F&amp;linkname=Monochrome%20Laser%20Printer%20TCO%2FCost%20%26%238211%3B%20Preliminary%20Results" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F12%2Fmono-laser-printer-tco-cost-preliminary-results%2F&amp;linkname=Monochrome%20Laser%20Printer%20TCO%2FCost%20%26%238211%3B%20Preliminary%20Results">Share/Save</a>

<p>Related posts:<ol><li><a href='http://www.fencepost.net/2009/11/calculating-printer-costs-and-tco/' rel='bookmark' title='Permanent Link: Calculating Printer Costs and TCO'>Calculating Printer Costs and TCO</a> <small>I&#8217;m currently working up an article on the total cost...</small></li>
<li><a href='http://www.fencepost.net/2009/11/choosing-printers-for-the-office/' rel='bookmark' title='Permanent Link: Choosing Printers for the Office'>Choosing Printers for the Office</a> <small>For many small businesses, when it&#8217;s time to add or...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/FencepostSoftwareConsulting/~4/CSntxmjfOjg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fencepost.net/2009/12/mono-laser-printer-tco-cost-preliminary-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.fencepost.net/2009/12/mono-laser-printer-tco-cost-preliminary-results/</feedburner:origLink></item>
		<item>
		<title>Calculating Printer Costs and TCO</title>
		<link>http://feedproxy.google.com/~r/FencepostSoftwareConsulting/~3/CJMlWfyqPII/</link>
		<comments>http://www.fencepost.net/2009/11/calculating-printer-costs-and-tco/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 00:08:30 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Printing]]></category>
		<category><![CDATA[Office IT]]></category>

		<guid isPermaLink="false">http://www.fencepost.net/?p=353</guid>
		<description><![CDATA[<p>I&#8217;m currently working up an article on the total cost of ownership (TCO) for printers and choosing printers for your office, but while I work on the details (including researching costs for a variety of printers) here&#8217;s some information on the calculations involved. This is important for small to midsize offices because the variation in [...]


Related posts:<ol><li><a href='http://www.fencepost.net/2009/12/mono-laser-printer-tco-cost-preliminary-results/' rel='bookmark' title='Permanent Link: Monochrome Laser Printer TCO/Cost &#8211; Preliminary Results'>Monochrome Laser Printer TCO/Cost &#8211; Preliminary Results</a> <small>I&#8217;m regularly asked by customers &#8220;Which laser printer should we...</small></li>
<li><a href='http://www.fencepost.net/2009/11/choosing-printers-for-the-office/' rel='bookmark' title='Permanent Link: Choosing Printers for the Office'>Choosing Printers for the Office</a> <small>For many small businesses, when it&#8217;s time to add or...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently working up an article on the total cost of ownership (TCO) for printers and choosing printers for your office, but while I work on the details (including researching costs for a variety of printers) here&#8217;s some information on the calculations involved. This is important for small to midsize offices because the variation in cost between different printer manufacturers and between low-end, midrange and high-end printers can add up to thousands of dollars a year in consumables.</p>
<p>Currently I&#8217;m only focusing on monochrome/black &amp; white laser printers. The same calculations can be applied to color and multifunction/all-in-one printers as far as printing is concerned, but they don&#8217;t take into account the potential added value of the additional features (and volume of color printing will vary by office). I&#8217;m also not factoring in the cost of paper, since it&#8217;s effectively a constant &#8211; it&#8217;s unlikely that paper cost will vary based on which printer is chosen.</p>
<p><span id="more-353"></span></p>
<p>It&#8217;s important to do these calculations when you&#8217;re purchasing printers, because if you&#8217;re doing any significant amount of printing you may end up paying thousands of dollars more than needed over the course of just a couple of years. As a simple example, for printing 2000 pages/month (4 reams of paper, non-duplexed), a low-end printer may cost well over $2000 to use over the course of 2 years, while a slightly higher-end model may be under $1000 even with the higher initial cost of the printer factored in. At higher volumes the cost differences can be even more dramatic, and not just between low-end and midrange or high-end printers &#8211; price variations between midrange printers from different vendors can be thousands of dollars.</p>
<p>The basic information you need to do these calculations yourself are:</p>
<ul>
<li>The cost of the printer itself</li>
<li>Toner information: Cartridge price and pages/cartridge. Some printers can use high-capacity cartridges, but they&#8217;re not always cheaper per page&#8230;. The capacity of the cartridge that shipped with the printer may also be important for low-volume uses. <strong>Toner cost per page is the single most important item in determining printer cost in almost all situations.</strong> Toner cost can range from 0.4 cents per page to 4 cents per page &#8211; when you&#8217;re printing 100,000 pages, that&#8217;s $400 vs. $4,000.</li>
<li>Drum information: Some printers have the drum and toner cartridge as a single unit, some require that the drum be replaced separately. If the printer needs drum replacement, get drum price and lifespan (pages/drum)</li>
<li>Maintenance Kit information: Higher-volume printers often require a maintenance kit after 200-300 thousand pages. These kits frequently include a fuser unit and replacement rollers, and may cost several hundred dollars.</li>
</ul>
<p>Once you have all of those numbers, it&#8217;s just some basic arithmetic to calculate how many toner cartridges, drums and maintenance kits you&#8217;ll need based on the number of pages you expect to print, then add that to the price of the printer. If you&#8217;re not sure about how many pages you&#8217;ll be printing, think about how much paper you&#8217;re purchasing &#8211; each ream is 500 sheets, each box is 5000. If you&#8217;re going through a box of paper every two months (excluding copier usage), then you&#8217;re printing around 2500 pages/month or 30,000/year.</p>
<p>Doing these calculations by hand is fairly simple &#8211; for example, if a maintenance kit is good for 250,000 pages and you&#8217;re only calculating out to 120,000 pages then you need zero kits.</p>
<p>If you&#8217;re going to be putting this into a spreadsheet for comparing different printers, then things get a little stranger. The formula I&#8217;m using will be getting a bit more complicated, but for now it looks something like this:</p>
<blockquote><p>=PrinterPrice+<br />
(TRUNC((PagesPrinted-StarterPages)/TonerPages)+1)*TonerPrice+<br />
IF(AND(ISNUMBER(DrumPages), ISNUMBER(DrumPrice)),TRUNC(PagesPrinted/DrumPages)*DrumPrice,0)+<br />
IF(AND(ISNUMBER(KitPages),ISNUMBER(KitPrice)),TRUNC(PagesPrinted/KitPages)*KitPrice,0)</p></blockquote>
<p>That formula factors in the price of the printer, the price of toner (including the cartridge that ships with the printer), the price of replacement drum kits <strong>if </strong>needed and the price of maintenance kits <strong>if </strong>needed. Eventually it&#8217;s going to include a &#8220;maintenance kit&#8221; estimate for printers that don&#8217;t need them; that estimate will likely be a &#8220;printer lifespan&#8221; number based on the Maximum Monthly Duty Cycle number provided by all printer manufacturers and will operate on the expectation that instead of a maintenance kit the printer will simply be replaced.</p>
[contact-form]
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fcalculating-printer-costs-and-tco%2F&amp;linkname=Calculating%20Printer%20Costs%20and%20TCO" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fcalculating-printer-costs-and-tco%2F&amp;linkname=Calculating%20Printer%20Costs%20and%20TCO" title="Digg" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fcalculating-printer-costs-and-tco%2F&amp;linkname=Calculating%20Printer%20Costs%20and%20TCO" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fcalculating-printer-costs-and-tco%2F&amp;linkname=Calculating%20Printer%20Costs%20and%20TCO" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fcalculating-printer-costs-and-tco%2F&amp;linkname=Calculating%20Printer%20Costs%20and%20TCO" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fcalculating-printer-costs-and-tco%2F&amp;linkname=Calculating%20Printer%20Costs%20and%20TCO" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fcalculating-printer-costs-and-tco%2F&amp;linkname=Calculating%20Printer%20Costs%20and%20TCO">Share/Save</a>

<p>Related posts:<ol><li><a href='http://www.fencepost.net/2009/12/mono-laser-printer-tco-cost-preliminary-results/' rel='bookmark' title='Permanent Link: Monochrome Laser Printer TCO/Cost &#8211; Preliminary Results'>Monochrome Laser Printer TCO/Cost &#8211; Preliminary Results</a> <small>I&#8217;m regularly asked by customers &#8220;Which laser printer should we...</small></li>
<li><a href='http://www.fencepost.net/2009/11/choosing-printers-for-the-office/' rel='bookmark' title='Permanent Link: Choosing Printers for the Office'>Choosing Printers for the Office</a> <small>For many small businesses, when it&#8217;s time to add or...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/FencepostSoftwareConsulting/~4/CJMlWfyqPII" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fencepost.net/2009/11/calculating-printer-costs-and-tco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.fencepost.net/2009/11/calculating-printer-costs-and-tco/</feedburner:origLink></item>
		<item>
		<title>Slow Startup with Multiple ‘Starting’ Services After Malware</title>
		<link>http://feedproxy.google.com/~r/FencepostSoftwareConsulting/~3/lpeULX2trSg/</link>
		<comments>http://www.fencepost.net/2009/11/slow-startup-with-multiple-starting-services-after-malware/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 04:02:18 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Fixes & Troubleshooting]]></category>
		<category><![CDATA[Fixes]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Office IT]]></category>
		<category><![CDATA[Repair]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Virus]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.fencepost.net/?p=335</guid>
		<description><![CDATA[<p>I had an interesting problem with a server (Windows 2003 Standard) at a small business (6 users total) the other day &#8211; a very long startup time. The server in question is a standalone domain controller/DC as well as a database/application server and file/print server. Terminal Services is installed &#38; configured, but rarely used &#8211; [...]


Related posts:<ol><li><a href='http://www.fencepost.net/2009/07/fix-for-outlook-2007-trying-to-load-infopath-error-1605/' rel='bookmark' title='Permanent Link: Fix for Outlook 2007 Trying to Load InfoPath (Error 1605)'>Fix for Outlook 2007 Trying to Load InfoPath (Error 1605)</a> <small>Just ran into this situation after a client uninstalled &amp;...</small></li>
<li><a href='http://www.fencepost.net/2009/11/fix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000/' rel='bookmark' title='Permanent Link: (Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;'>(Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;</a> <small>Ran into an interesting problem this evening &#8211; I was...</small></li>
<li><a href='http://www.fencepost.net/2009/10/investigating-r3953724-cn-malwareadware-redirections/' rel='bookmark' title='Permanent Link: (Fix) r3953724.cn Malware/Adware Redirections'>(Fix) r3953724.cn Malware/Adware Redirections</a> <small>Quick Fix: have a program named procmon.exe running (copy of...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I had an interesting problem with a server (Windows 2003 Standard) at a small business (6 users total) the other day &#8211; a very long startup time. The server in question is a standalone domain controller/DC as well as a database/application server and file/print server. Terminal Services is installed &amp; configured, but rarely used &#8211; mostly for access from outside the office. Database and domain services/authentication were available fairly quickly, as were console logins (via <a href="http://uvnc.com/" target="_blank">UltraVNC/uVNC</a>) &#8211; probably 15-20 minutes to that stage, but more than an hour before terminal services/remote desktop was available.</p>
<p>Digging around on the console attempting to track down the source of the problems, I found multiple services listed as &#8220;Starting&#8221; &#8211; all of them malware-based, with the actual infection cleaned out. My suspicion is that these non-startable services were causing the startup of other services to be delayed, though in this case I&#8217;m not really planning on setting up a test system to verify that.</p>
<p>In the rest of this post I&#8217;ll give a bit more detail on the scenario, what I found, what was needed to clean it out, and a few more notes on what I suspect was happening.</p>
<p><span id="more-335"></span></p>
<h2>Scenario</h2>
<p>We haven&#8217;t been working with this client for very long, so I&#8217;m not sure when these infections were actually cleaned out; the antivirus software (<a href="http://www.sunbeltsoftware.com/sap/c/?aff_id=53567&amp;p=411" target="_blank">VIPRE Antivirus from Sunbelt Software</a>) was configured to only keep logs for a few weeks (now corrected) but it was at least a month ago. I&#8217;m not even certain whether the problems were cleared by the current antivirus package or by a CD-based virus scan when we first started working with them. I know they had a rash of Conficker in the office, so this may have been the aftermath of that.</p>
<p>VIPRE and other tools all showed the system as clean even with the service entries in place, because the files that were being referenced no longer existed, and I suspect that nobody&#8217;s noticed the slow startup times because A) the user-facing services (database, authentication) were up fairly quickly B) the system was generally not being restarted while staff was in the office and C) it&#8217;s a server, it&#8217;s really not restarted that often. In this case an overnight power outage had exceeded the available battery backup duration and the system was shut down when they arrived in the morning.</p>
<h2><strong>Findings</strong></h2>
<p>In general, I didn&#8217;t find any indications of specific causes for the slowdowns &#8211; nothing relevant in the event log, etc. The suspicious services were all running with &#8220;svchost -k netsvcs&#8221; which is not surprising &#8211; it&#8217;s the home for multiple services loaded from DLLs, see the TechNet article in the resources list at the end of this post. The list of services run as part of netsvcs is found at HKLM/SOFTWARE/Microsoft/Windows NT/CurrentVersion/SvcHost in the <span style="font-family: courier new,courier;">netsvcs</span> value (not in the subkey by the same name); the malware entries in my case were at the end of the list.</p>
<p>The short names for the services were randomly generated, but the descriptive names were reasonable-sounding fakes and the descriptions were pulled from other services. The services were hanging at stage &#8220;starting&#8221; and until they died other services weren&#8217;t starting even though there were no dependencies.</p>
<p>Setting the problem services to Disabled was not possible because access to the registry for them was denied. Similarly, the simple way to get rid of some services is with <a href="http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx" target="_blank">Sysinternals&#8217; Autoruns tool</a>, but because only the System account had access to those registry keys the version of Autoruns already on the system didn&#8217;t show the services (I have not checked whether newer versions will detect this problem).</p>
<h2>Resolution</h2>
<p>Identifying the specific service entries in the Registry wasn&#8217;t hard &#8211; I was looking for keys with no descendants (no plus sign next to them) and with randomly-generated names. It&#8217;s helpful to have a good feel for how names get shortened and abbreviated &#8211; just because a name doesn&#8217;t make sense at first doesn&#8217;t mean it&#8217;s actually random. The keys in question also all lacked values (hidden along with descendants by the lack of security permissions) and had permissions set to allow only System any level of access.</p>
<p>Removing the service entries from the registry manually was simple &#8211; it just required changing the security for the affected keys to allow Full Control to an administrative account; in this case the permissions were inherited all the way down. I have encountered situations in the past where security needed to be set on the key, then on the child keys separately. The names were also removed from the netsvcs value found in HKLM/SOFTWARE/Microsoft/Windows NT/CurrentVersion/SvcHost/ (they are in the value, not the key by the same name).</p>
<p>All &#8220;infection&#8221; keys were then exported and deleted.</p>
<h2>Resources</h2>
<p><a href="http://blogs.technet.com/askperf/archive/2008/01/11/getting-started-with-svchost-exe-troubleshooting.aspx" target="_blank">Getting Started with SVCHOST.EXE Troubleshooting</a> (Microsoft TechNet)</p>
<p><a href="http://support.microsoft.com/kb/962007" target="_blank">Virus alert about the Win32/Conficker worm</a> (Microsoft Support)</p>
<p><a href="http://forum.sysinternals.com/forum_posts.asp?TID=9326" target="_blank">Help with svchost.exe</a> (Sysinternals Forums)</p>
[contact-form]
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fslow-startup-with-multiple-starting-services-after-malware%2F&amp;linkname=Slow%20Startup%20with%20Multiple%20%26%238216%3BStarting%26%238217%3B%20Services%20After%20Malware" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fslow-startup-with-multiple-starting-services-after-malware%2F&amp;linkname=Slow%20Startup%20with%20Multiple%20%26%238216%3BStarting%26%238217%3B%20Services%20After%20Malware" title="Digg" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fslow-startup-with-multiple-starting-services-after-malware%2F&amp;linkname=Slow%20Startup%20with%20Multiple%20%26%238216%3BStarting%26%238217%3B%20Services%20After%20Malware" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fslow-startup-with-multiple-starting-services-after-malware%2F&amp;linkname=Slow%20Startup%20with%20Multiple%20%26%238216%3BStarting%26%238217%3B%20Services%20After%20Malware" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fslow-startup-with-multiple-starting-services-after-malware%2F&amp;linkname=Slow%20Startup%20with%20Multiple%20%26%238216%3BStarting%26%238217%3B%20Services%20After%20Malware" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fslow-startup-with-multiple-starting-services-after-malware%2F&amp;linkname=Slow%20Startup%20with%20Multiple%20%26%238216%3BStarting%26%238217%3B%20Services%20After%20Malware" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fslow-startup-with-multiple-starting-services-after-malware%2F&amp;linkname=Slow%20Startup%20with%20Multiple%20%26%238216%3BStarting%26%238217%3B%20Services%20After%20Malware">Share/Save</a>

<p>Related posts:<ol><li><a href='http://www.fencepost.net/2009/07/fix-for-outlook-2007-trying-to-load-infopath-error-1605/' rel='bookmark' title='Permanent Link: Fix for Outlook 2007 Trying to Load InfoPath (Error 1605)'>Fix for Outlook 2007 Trying to Load InfoPath (Error 1605)</a> <small>Just ran into this situation after a client uninstalled &amp;...</small></li>
<li><a href='http://www.fencepost.net/2009/11/fix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000/' rel='bookmark' title='Permanent Link: (Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;'>(Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;</a> <small>Ran into an interesting problem this evening &#8211; I was...</small></li>
<li><a href='http://www.fencepost.net/2009/10/investigating-r3953724-cn-malwareadware-redirections/' rel='bookmark' title='Permanent Link: (Fix) r3953724.cn Malware/Adware Redirections'>(Fix) r3953724.cn Malware/Adware Redirections</a> <small>Quick Fix: have a program named procmon.exe running (copy of...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/FencepostSoftwareConsulting/~4/lpeULX2trSg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fencepost.net/2009/11/slow-startup-with-multiple-starting-services-after-malware/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.fencepost.net/2009/11/slow-startup-with-multiple-starting-services-after-malware/</feedburner:origLink></item>
		<item>
		<title>Information Design and Graphics</title>
		<link>http://feedproxy.google.com/~r/FencepostSoftwareConsulting/~3/LqWO6NKk6Jo/</link>
		<comments>http://www.fencepost.net/2009/11/information-design-and-graphics/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 20:47:09 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[Medical]]></category>

		<guid isPermaLink="false">http://www.fencepost.net/?p=339</guid>
		<description><![CDATA[<p>While unrelated to most of the content of this site, I&#8217;d like to call your attention to David McCandless&#8217; blog Information Is Beautiful (about graphics and data visualization) and in particular to a very nice piece on What Makes Good Information Design? &#8211; in particular the key dimensions of Interestingness, Integrity, Function and Form. Obvious [...]


Related posts:<ol><li><a href='http://www.fencepost.net/2009/05/fencepost-software/' rel='bookmark' title='Permanent Link: Welcome to Fencepost Software'>Welcome to Fencepost Software</a> <small>Welcome to the Fencepost Software website and blog. Here you&#8217;ll...</small></li>
<li><a href='http://www.fencepost.net/2009/10/obligatory-website-color-tools-post/' rel='bookmark' title='Permanent Link: Obligatory Website Color Tools Post'>Obligatory Website Color Tools Post</a> <small>An assortment of website color selection tools, including web-smart options....</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>While unrelated to most of the content of this site, I&#8217;d like to call your attention to <a href="http://www.informationisbeautiful.net/" target="_blank">David McCandless&#8217; blog Information Is Beautiful</a> (about graphics and data visualization) and in particular to a very nice piece on <a href="http://www.informationisbeautiful.net/2009/interesting-easy-beautiful-true/" target="_blank">What Makes Good Information Design?</a> &#8211; in particular the key dimensions of Interestingness, Integrity, Function and Form. Obvious in some ways, but still worth considering. Read the comments as well &#8211; there&#8217;s some worthwhile discussion in there.</p>
<p>He also has a few items related to medical statistics, one of which I&#8217;ve passed along to customers: <a href="http://www.informationisbeautiful.net/2009/how-safe-is-the-hpv-vaccine/" target="_blank">How Safe is the HPV vaccine?</a> (admittedly a controversial subject, as reflected in the comments).</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Finformation-design-and-graphics%2F&amp;linkname=Information%20Design%20and%20Graphics" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Finformation-design-and-graphics%2F&amp;linkname=Information%20Design%20and%20Graphics" title="Digg" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Finformation-design-and-graphics%2F&amp;linkname=Information%20Design%20and%20Graphics" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Finformation-design-and-graphics%2F&amp;linkname=Information%20Design%20and%20Graphics" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Finformation-design-and-graphics%2F&amp;linkname=Information%20Design%20and%20Graphics" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Finformation-design-and-graphics%2F&amp;linkname=Information%20Design%20and%20Graphics" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Finformation-design-and-graphics%2F&amp;linkname=Information%20Design%20and%20Graphics">Share/Save</a>

<p>Related posts:<ol><li><a href='http://www.fencepost.net/2009/05/fencepost-software/' rel='bookmark' title='Permanent Link: Welcome to Fencepost Software'>Welcome to Fencepost Software</a> <small>Welcome to the Fencepost Software website and blog. Here you&#8217;ll...</small></li>
<li><a href='http://www.fencepost.net/2009/10/obligatory-website-color-tools-post/' rel='bookmark' title='Permanent Link: Obligatory Website Color Tools Post'>Obligatory Website Color Tools Post</a> <small>An assortment of website color selection tools, including web-smart options....</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/FencepostSoftwareConsulting/~4/LqWO6NKk6Jo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fencepost.net/2009/11/information-design-and-graphics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.fencepost.net/2009/11/information-design-and-graphics/</feedburner:origLink></item>
		<item>
		<title>(Fix) “Another Installation is Already In Progress’ installing Office 2007 over Office 2000′</title>
		<link>http://feedproxy.google.com/~r/FencepostSoftwareConsulting/~3/rxJ8BaxP0JE/</link>
		<comments>http://www.fencepost.net/2009/11/fix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 05:43:34 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Fixes & Troubleshooting]]></category>
		<category><![CDATA[Fixes]]></category>
		<category><![CDATA[MSOffice]]></category>
		<category><![CDATA[Repair]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.fencepost.net/?p=317</guid>
		<description><![CDATA[<p>Ran into an interesting problem this evening &#8211; I was helping someone who was having problems with installing Office 2007 on an XP system with Office 2000 (I believe Professional) installed. The problem was that when the actual installation process started, it would hang up because another installation was running.</p>
<p>The standard fix for that is [...]


Related posts:<ol><li><a href='http://www.fencepost.net/2009/07/fix-for-outlook-2007-trying-to-load-infopath-error-1605/' rel='bookmark' title='Permanent Link: Fix for Outlook 2007 Trying to Load InfoPath (Error 1605)'>Fix for Outlook 2007 Trying to Load InfoPath (Error 1605)</a> <small>Just ran into this situation after a client uninstalled &amp;...</small></li>
<li><a href='http://www.fencepost.net/2009/07/winlogon-cpu-offline-files-or-csc/' rel='bookmark' title='Permanent Link: Winlogon.exe at 50% or 100% CPU (Fix)'>Winlogon.exe at 50% or 100% CPU (Fix)</a> <small>There are apparently a variety of things that can cause...</small></li>
<li><a href='http://www.fencepost.net/2009/11/slow-startup-with-multiple-starting-services-after-malware/' rel='bookmark' title='Permanent Link: Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware'>Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware</a> <small>I had an interesting problem with a server (Windows 2003...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Ran into an interesting problem this evening &#8211; I was helping someone who was having problems with installing Office 2007 on an XP system with Office 2000 (I believe Professional) installed. The problem was that when the actual installation process started, it would hang up because another installation was running.</p>
<p>The standard fix for that is restarting the system to let the in-progress installation do the processing that it needs a system restart for, but in this case that wasn&#8217;t the issue.</p>
<p><span id="more-317"></span>Other options beyond that relate to removing the InProgress key from HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress, but that also wasn&#8217;t doing the trick so it wasn&#8217;t an existing installation &#8211; it was either something attempting an install behind the scenes (possible, but unlikely given the system setup) or it was something being triggered as part of the installation process.</p>
<p>Digging a bit, the .ipi file being referenced by that registry entry contained references to Office 2000 Professional Disk 2. That led to it being a problem with the uninstaller for the earlier version when started by the Office 2007 installer. Since it wasn&#8217;t critical to keep the other parts of Office 2000 on the system we went ahead and uninstalled that, but we received the same error attempting to uninstall Disk 2 (which contains Publisher and some Small Business Tools).</p>
<p>Since this was apparently an issue with the uninstall for that part of Office 2000, I did a bit of digging. It turns out that Microsoft has a cleanup utility designed to remove Office 2000 from a Windows 2000 (or earlier) system. It was last updated when Windows XP came out, and <strong>explicitly does not run</strong> on XP.</p>
<p>With that information, we ended up with Microsoft&#8217;s article <a href="http://support.microsoft.com/kb/247684/EN-US/" target="_blank">How to remove Office 2000 CD2</a>. This gives instructions on the files, directories and registry entries to remove <strong>after </strong>you&#8217;ve run the Disk 2 uninstallation (which was giving us problems all by itself).  Rather than individually remove all of the specified files, and since we had already removed the bulk of Office 2000, I took a bit of a shortcut.</p>
<p><strong>Final Solution:</strong> While this is a little messy (there are no-longer-needed files and shortcuts left behind), the quick solution to getting the Office 2007 installer to stop trying to uninstall Office 2000 was to back up (export) the entire HKLM\Software\Microsoft\Office\9.0\ branch then remove it since no parts of Office 2000 are going to be remaining. This allowed the Office 2007 install to complete with no issues.</p>
<p><strong>Followup</strong>: there are certainly files left behind that should be removed, but given the relative size of Publisher 2000 and modern hard drives I&#8217;m not too concerned about space consumed by the remaining files. There are some now-invalid shortcuts that should also be cleaned up, but since the user is above-average technically savvy she should be just fine cleaning those up herself.</p>
<p><strong>Second Followup</strong>: Applies only if Outlook is being uninstalled. It turns out that the user in question was using Outlook Express but was using Outlook for storing Contacts &#8211; this was available up to Office 2000 but was removed in Office 2003 except for upgrades. Since the new version being installed didn&#8217;t include Outlook, I ended up needing to export the contacts from her PST on another system so she could use them in Windows Address Book. If you&#8217;re doing this and using Outlook Express, check first to see if you&#8217;re using Outlook Contacts and export as needed before proceeding. Microsoft&#8217;s article <a href="http://office.microsoft.com/en-us/outlook/HA010920381033.aspx" target="_blank">Copy Outlook contacts to the Outlook Express address book</a> provides more information.</p>
[contact-form]
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Ffix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000%2F&amp;linkname=%28Fix%29%20%26%238220%3BAnother%20Installation%20is%20Already%20In%20Progress%26%238217%3B%20installing%20Office%202007%20over%20Office%202000%26%238242%3B" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Ffix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000%2F&amp;linkname=%28Fix%29%20%26%238220%3BAnother%20Installation%20is%20Already%20In%20Progress%26%238217%3B%20installing%20Office%202007%20over%20Office%202000%26%238242%3B" title="Digg" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Ffix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000%2F&amp;linkname=%28Fix%29%20%26%238220%3BAnother%20Installation%20is%20Already%20In%20Progress%26%238217%3B%20installing%20Office%202007%20over%20Office%202000%26%238242%3B" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Ffix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000%2F&amp;linkname=%28Fix%29%20%26%238220%3BAnother%20Installation%20is%20Already%20In%20Progress%26%238217%3B%20installing%20Office%202007%20over%20Office%202000%26%238242%3B" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Ffix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000%2F&amp;linkname=%28Fix%29%20%26%238220%3BAnother%20Installation%20is%20Already%20In%20Progress%26%238217%3B%20installing%20Office%202007%20over%20Office%202000%26%238242%3B" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Ffix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000%2F&amp;linkname=%28Fix%29%20%26%238220%3BAnother%20Installation%20is%20Already%20In%20Progress%26%238217%3B%20installing%20Office%202007%20over%20Office%202000%26%238242%3B" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Ffix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000%2F&amp;linkname=%28Fix%29%20%26%238220%3BAnother%20Installation%20is%20Already%20In%20Progress%26%238217%3B%20installing%20Office%202007%20over%20Office%202000%26%238242%3B">Share/Save</a>

<p>Related posts:<ol><li><a href='http://www.fencepost.net/2009/07/fix-for-outlook-2007-trying-to-load-infopath-error-1605/' rel='bookmark' title='Permanent Link: Fix for Outlook 2007 Trying to Load InfoPath (Error 1605)'>Fix for Outlook 2007 Trying to Load InfoPath (Error 1605)</a> <small>Just ran into this situation after a client uninstalled &amp;...</small></li>
<li><a href='http://www.fencepost.net/2009/07/winlogon-cpu-offline-files-or-csc/' rel='bookmark' title='Permanent Link: Winlogon.exe at 50% or 100% CPU (Fix)'>Winlogon.exe at 50% or 100% CPU (Fix)</a> <small>There are apparently a variety of things that can cause...</small></li>
<li><a href='http://www.fencepost.net/2009/11/slow-startup-with-multiple-starting-services-after-malware/' rel='bookmark' title='Permanent Link: Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware'>Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware</a> <small>I had an interesting problem with a server (Windows 2003...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/FencepostSoftwareConsulting/~4/rxJ8BaxP0JE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fencepost.net/2009/11/fix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.fencepost.net/2009/11/fix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000/</feedburner:origLink></item>
		<item>
		<title>Avoid VBScript for Web Apps</title>
		<link>http://feedproxy.google.com/~r/FencepostSoftwareConsulting/~3/NjDzkNRv5Es/</link>
		<comments>http://www.fencepost.net/2009/11/avoid-vbscript-for-web-apps/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 14:40:32 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Fixes & Troubleshooting]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office IT]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.fencepost.net/?p=306</guid>
		<description><![CDATA[<p>Earlier this week I spent some time troubleshooting a browser-based application that a client is using. The problem cropped up on a PC with a clean install of Windows XP SP3 after assorted system corruption that wasn&#8217;t worth the time to repair.</p>
<p>The application in question uses an ActiveX table control to display data provided as [...]


Related posts:<ol><li><a href='http://www.fencepost.net/2009/07/winlogon-cpu-offline-files-or-csc/' rel='bookmark' title='Permanent Link: Winlogon.exe at 50% or 100% CPU (Fix)'>Winlogon.exe at 50% or 100% CPU (Fix)</a> <small>There are apparently a variety of things that can cause...</small></li>
<li><a href='http://www.fencepost.net/2009/11/slow-startup-with-multiple-starting-services-after-malware/' rel='bookmark' title='Permanent Link: Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware'>Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware</a> <small>I had an interesting problem with a server (Windows 2003...</small></li>
<li><a href='http://www.fencepost.net/2009/11/fix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000/' rel='bookmark' title='Permanent Link: (Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;'>(Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;</a> <small>Ran into an interesting problem this evening &#8211; I was...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Earlier this week I spent some time troubleshooting a browser-based application that a client is using. The problem cropped up on a PC with a clean install of Windows XP SP3 after assorted system corruption that wasn&#8217;t worth the time to repair.</p>
<p><span id="more-306"></span>The application in question uses an ActiveX table control to display data provided as XML embedded in the body of the web page, and has assorted other components that need to be installed on the PC for it to work. After getting past the basic issues (the regular user of the PC isn&#8217;t a local administrator, so no ActiveX installs allowed), we had the page loading, the table control displaying, and no contents.</p>
<p>After removing, reinstalling and verifying the registration of the control and the supporting libraries, both I and the vendor&#8217;s support staff were stumped (and it got kicked around their offices for a day or so). I had glanced at the HTML enough to confirm that the data to be displayed was in fact present and we knew it wasn&#8217;t an account issue on their side since the same web-app login worked correctly from other systems, so it was something specific about that newly-built system.</p>
<p>After a bit more poking around on my own in the HTML to see what was happening, it occurred to me that the very first thing in the block of VBScript was the command to link the table control to the XML-formatted data in the page. Since that wasn&#8217;t executing, I figured that perhaps the VBScript support on the system was out of date. I remembered seeing an update for that a few years earlier (<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=C717D943-7E4B-4622-86EB-95A22B832CAA&amp;displaylang=en" target="_blank">Windows Script 5.6 for 2000/XP, 2007</a> and <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=47809025-d896-482e-a0d6-524e7e844d81" target="_blank">Windows Script 5.7 for XP, 2007</a>), and applying that did the trick.</p>
<p>I&#8217;m not sure whether it was a question of the scripting support being outdated or simply not being present at all in a new install. In theory 5.7 was supposed to be a part of SP3 and 5.8 is in Windows 7 and Server 2008 R2, but since it&#8217;s not based on .NET it&#8217;s clearly not the direction that Microsoft is headed &#8211; it&#8217;s legacy code. Since the .NET-based PowerShell is available for all current Microsoft operating systems, I&#8217;d expect that at some point in the not too distant future the older Windows Script Host is going to fall by the wayside. If you&#8217;re developing for the long term, I&#8217;d try to avoid falling with it.</p>
<p><strong>Note: </strong>Of course, this all ignores the fact that VBScript and .NET-based browser development will only run in Internet Explorer. If you&#8217;d like to have your application run in multiple browsers or be usable on Macs and Linux (and eventually on mobile devices like the iPhone, Android and probably even Windows Mobile), you should be working with JavaScript and some of the frameworks for it. ActiveX controls and IE-only scripting languages may add unnecessary constraints to your market.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Favoid-vbscript-for-web-apps%2F&amp;linkname=Avoid%20VBScript%20for%20Web%20Apps" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Favoid-vbscript-for-web-apps%2F&amp;linkname=Avoid%20VBScript%20for%20Web%20Apps" title="Digg" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Favoid-vbscript-for-web-apps%2F&amp;linkname=Avoid%20VBScript%20for%20Web%20Apps" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Favoid-vbscript-for-web-apps%2F&amp;linkname=Avoid%20VBScript%20for%20Web%20Apps" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Favoid-vbscript-for-web-apps%2F&amp;linkname=Avoid%20VBScript%20for%20Web%20Apps" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Favoid-vbscript-for-web-apps%2F&amp;linkname=Avoid%20VBScript%20for%20Web%20Apps" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Favoid-vbscript-for-web-apps%2F&amp;linkname=Avoid%20VBScript%20for%20Web%20Apps">Share/Save</a>

<p>Related posts:<ol><li><a href='http://www.fencepost.net/2009/07/winlogon-cpu-offline-files-or-csc/' rel='bookmark' title='Permanent Link: Winlogon.exe at 50% or 100% CPU (Fix)'>Winlogon.exe at 50% or 100% CPU (Fix)</a> <small>There are apparently a variety of things that can cause...</small></li>
<li><a href='http://www.fencepost.net/2009/11/slow-startup-with-multiple-starting-services-after-malware/' rel='bookmark' title='Permanent Link: Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware'>Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware</a> <small>I had an interesting problem with a server (Windows 2003...</small></li>
<li><a href='http://www.fencepost.net/2009/11/fix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000/' rel='bookmark' title='Permanent Link: (Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;'>(Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;</a> <small>Ran into an interesting problem this evening &#8211; I was...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/FencepostSoftwareConsulting/~4/NjDzkNRv5Es" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fencepost.net/2009/11/avoid-vbscript-for-web-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.fencepost.net/2009/11/avoid-vbscript-for-web-apps/</feedburner:origLink></item>
		<item>
		<title>(Fix) When DNS and ping Fail but nslookup Works (Windows)</title>
		<link>http://feedproxy.google.com/~r/FencepostSoftwareConsulting/~3/boT7kgdIFo4/</link>
		<comments>http://www.fencepost.net/2009/11/dns-fails-nslookup-works-fix/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 02:59:07 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Fixes & Troubleshooting]]></category>
		<category><![CDATA[Fixes]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Repair]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.fencepost.net/?p=302</guid>
		<description><![CDATA[<p>Spent some time recently with a laptop that would see networks fine (although IP address acquisition via DHCP seemed slower than I&#8217;d expect), but which was unable to resolve names with DNS. This was affecting IE, Firefox,  ping, basically anything that used the built-in Winsock calls such as gethostbyname(). NSLookup, on the other hand, worked [...]


Related posts:<ol><li><a href='http://www.fencepost.net/2010/03/fix-postfix-recipient-address-rejected-domain-not-found/' rel='bookmark' title='Permanent Link: (Fix) Postfix: Recipient address rejected: Domain not found'>(Fix) Postfix: Recipient address rejected: Domain not found</a> <small>We had a problem last weekend with Postfix not accepting...</small></li>
<li><a href='http://www.fencepost.net/2009/11/slow-startup-with-multiple-starting-services-after-malware/' rel='bookmark' title='Permanent Link: Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware'>Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware</a> <small>I had an interesting problem with a server (Windows 2003...</small></li>
<li><a href='http://www.fencepost.net/2009/11/fix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000/' rel='bookmark' title='Permanent Link: (Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;'>(Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;</a> <small>Ran into an interesting problem this evening &#8211; I was...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Spent some time recently with a laptop that would see networks fine (although IP address acquisition via DHCP seemed slower than I&#8217;d expect), but which was unable to resolve names with DNS. This was affecting IE, Firefox,  ping, basically anything that used the built-in Winsock calls such as gethostbyname(). NSLookup, on the other hand, worked just fine.</p>
<p>The first thing to do when facing any computer problem is to figure out where the problem lies, so it was time for a bit of sleuthing.</p>
<p><span id="more-302"></span>These days the <strong>first </strong>thing to run on any general-use computer with networking problems is standard <strong>anti-spyware / anti-malware / anti-virus</strong> software. Some malware infections wedge themselves into the network stack so they can intercept and redirect traffic, and redirecting DNS queries is one approach to send traffic to either advertising that they get paid for or phishing sites where they can steal banking or credit card information. Even if an infection has been cleaned, it&#8217;s possible that a part of it was left behind and could still be causing problems. Antivirus boot/rescue CDs are great for this for two reasons: first, they clean the system of many of the more obtrusive problems and second, if they&#8217;re able to update over the Internet then it indicates that there&#8217;s not a hardware problem &#8211; just a Windows problem. <strong>Result: Nothing Found, possibly because I wasn&#8217;t the first person to look at it.<br />
</strong></p>
<p>While those scans were running, I also checked whether it was a <strong>firewall </strong>issue though that seemed unlikely since nslookup was working. I have seen a major brand of &#8220;Internet Security Suite&#8221; decide to block DNS queries in the past, so I always check that. <strong>Result: Not the firewall</strong></p>
<p>Microsoft has a couple of options for doing repairs to the TCP/IP stack and Winsock, both of which can be damaged by some malware. Assuming that you&#8217;re reasonably up-to-date, you can look at <a href="http://support.microsoft.com/kb/299357" target="_blank">How to reset Internet Protocol (TCP/IP)</a> (KB299357) and <a href="http://support.microsoft.com/kb/811259" target="_blank">How to determine and to recover from Winsock2 corruption</a> (KB811259), both from Microsoft. Read the cautions in these, you may need to reinstall some software that works with the Internet after using these. <strong>Result: these didn&#8217;t help either.</strong></p>
<p>Windows does some caching (saving copies) of DNS lookup results, but the service that provides that isn&#8217;t critical &#8211; it just sometimes makes things faster. To see if that was the problem, I tried queries with the &#8220;DNS Client&#8221; service (as listed under Control Panel, Administrative Tools, Services) running and stopped. To start or stop it from the command line, use <strong><span style="font-family: courier new,courier;">net stop dnscache</span></strong> and <strong><span style="font-family: courier new,courier;">net start dnscache</span></strong>. <strong>Result: Not the DNS Client/dnscache</strong></p>
<p>In the category of things I don&#8217;t expect most people to try, I checked the network traffic to and from the PC using <a href="http://www.wireshark.org/" target="_blank">Wireshark</a> (formerly Ethereal, the portable version). The network traffic looked fine, but only DNS queries from nslookup were making it out &#8211; no other queries were being attempted. This is an advanced thing to check and for most users the results of using this tool will not make any sense, so unless you know what a packet sniffer is just ignore this step.</p>
<p>Finally, if nothing else has done the trick, you can <strong>try Winsock XP Fix</strong>. This depends on the fact that some important registry items are the same between different installations of Windows, so it&#8217;s able to completely remove those items and re-add them. In some ways this is a last resort because it&#8217;s kind of like taking a hammer to the problem, but it can do the trick when nothing else has worked. I&#8217;m also only going to suggest using it on Windows XP or older systems &#8211; it hasn&#8217;t been updated since before Windows Vista came out, so it&#8217;s quite possible that running it on Vista, Windows 7 or server operating systems would break things. Winsock XP Fix is available from multiple locations, including <a href="http://www.pcworld.com/downloads/userreviews/fid,25701/userreviews.html" target="_blank">Winsock XP Fix at PCWorld.com</a>, <a href="http://windowsxp.mvps.org/winsock.htm" target="_blank">Winsock XP Fix at Ramesh/MVPS</a>, or other locations by searching for the name. <strong>Result: This did the trick.</strong></p>
<h2>Update: What&#8217;s Happening?</h2>
<p>(Added November 29, 2009) Since I neglected to include details of what&#8217;s actually causing these symptoms, here are my suspicions.</p>
<p>All of the items that I tried for diagnosing the problem (including a simple Python program that I didn&#8217;t mention) are using the standard gethostbyname(name) call, which is part of the standard WinSock API. If you&#8217;re a developer you may note that it accepts only the name to be looked up with no way to specify name servers, because it uses the name servers specified for your current network connection. You can see what those name servers are by running the command &#8220;<span style="font-family: courier new,courier;">ipconfig /all</span>&#8221; from a command prompt.</p>
<p>NSLookup is a tool that allows you to check what results a specific name server returns, using the default name server(s) if you don&#8217;t specify one. The advantage of the tool is that if you&#8217;re in an environment with multiple name servers, you can use nslookup to confirm that Name Server B is actually returning the correct values when queried. &#8220;<span style="font-family: courier new,courier;">dig</span>&#8221; is another tool that can be used this way, but is not normally found on Windows systems.</p>
<p>Because nslookup allows you to specify what name server to use, it can&#8217;t just use the built-in gethostbyname() API call since that doesn&#8217;t allow you to specify a name server. For that reason, nslookup in effect has its own internal implementation of that same call which is unaffected by many problems with the WinSock portion of Windows as long as the lowest-level network communications are still working.</p>
<p>For a cooking analogy, nslookup always makes its own bread from scratch rather than buying a loaf at the bakery, so when the bakery&#8217;s oven fails nslookup is unaffected.</p>
[contact-form]
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">
<h1 class="title">How to reset Internet Protocol (TCP/IP)How to reset Internet Protocol (TCP/IP)</h1>
</div>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fdns-fails-nslookup-works-fix%2F&amp;linkname=%28Fix%29%20When%20DNS%20and%20ping%20Fail%20but%20nslookup%20Works%20%28Windows%29" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fdns-fails-nslookup-works-fix%2F&amp;linkname=%28Fix%29%20When%20DNS%20and%20ping%20Fail%20but%20nslookup%20Works%20%28Windows%29" title="Digg" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fdns-fails-nslookup-works-fix%2F&amp;linkname=%28Fix%29%20When%20DNS%20and%20ping%20Fail%20but%20nslookup%20Works%20%28Windows%29" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fdns-fails-nslookup-works-fix%2F&amp;linkname=%28Fix%29%20When%20DNS%20and%20ping%20Fail%20but%20nslookup%20Works%20%28Windows%29" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fdns-fails-nslookup-works-fix%2F&amp;linkname=%28Fix%29%20When%20DNS%20and%20ping%20Fail%20but%20nslookup%20Works%20%28Windows%29" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fdns-fails-nslookup-works-fix%2F&amp;linkname=%28Fix%29%20When%20DNS%20and%20ping%20Fail%20but%20nslookup%20Works%20%28Windows%29" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fdns-fails-nslookup-works-fix%2F&amp;linkname=%28Fix%29%20When%20DNS%20and%20ping%20Fail%20but%20nslookup%20Works%20%28Windows%29">Share/Save</a>

<p>Related posts:<ol><li><a href='http://www.fencepost.net/2010/03/fix-postfix-recipient-address-rejected-domain-not-found/' rel='bookmark' title='Permanent Link: (Fix) Postfix: Recipient address rejected: Domain not found'>(Fix) Postfix: Recipient address rejected: Domain not found</a> <small>We had a problem last weekend with Postfix not accepting...</small></li>
<li><a href='http://www.fencepost.net/2009/11/slow-startup-with-multiple-starting-services-after-malware/' rel='bookmark' title='Permanent Link: Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware'>Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware</a> <small>I had an interesting problem with a server (Windows 2003...</small></li>
<li><a href='http://www.fencepost.net/2009/11/fix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000/' rel='bookmark' title='Permanent Link: (Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;'>(Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;</a> <small>Ran into an interesting problem this evening &#8211; I was...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/FencepostSoftwareConsulting/~4/boT7kgdIFo4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fencepost.net/2009/11/dns-fails-nslookup-works-fix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.fencepost.net/2009/11/dns-fails-nslookup-works-fix/</feedburner:origLink></item>
		<item>
		<title>Choosing Printers for the Office</title>
		<link>http://feedproxy.google.com/~r/FencepostSoftwareConsulting/~3/3kEb2IDI0XM/</link>
		<comments>http://www.fencepost.net/2009/11/choosing-printers-for-the-office/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 06:17:05 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Printing]]></category>
		<category><![CDATA[Office IT]]></category>

		<guid isPermaLink="false">http://www.fencepost.net/?p=266</guid>
		<description><![CDATA[<p>For many small businesses, when it&#8217;s time to add or replace a printer in your office it&#8217;s easy to just go to an office supply store and buy whatever&#8217;s on sale. It&#8217;s also almost always a mistake.</p>
<p>It&#8217;s worth doing at least a little research when you&#8217;re purchasing technology items, particularly for items that you expect [...]


Related posts:<ol><li><a href='http://www.fencepost.net/2009/11/calculating-printer-costs-and-tco/' rel='bookmark' title='Permanent Link: Calculating Printer Costs and TCO'>Calculating Printer Costs and TCO</a> <small>I&#8217;m currently working up an article on the total cost...</small></li>
<li><a href='http://www.fencepost.net/2009/12/mono-laser-printer-tco-cost-preliminary-results/' rel='bookmark' title='Permanent Link: Monochrome Laser Printer TCO/Cost &#8211; Preliminary Results'>Monochrome Laser Printer TCO/Cost &#8211; Preliminary Results</a> <small>I&#8217;m regularly asked by customers &#8220;Which laser printer should we...</small></li>
<li><a href='http://www.fencepost.net/2009/11/fix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000/' rel='bookmark' title='Permanent Link: (Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;'>(Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;</a> <small>Ran into an interesting problem this evening &#8211; I was...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>For many small businesses, when it&#8217;s time to add or replace a printer in your office it&#8217;s easy to just go to an office supply store and buy whatever&#8217;s on sale. It&#8217;s also almost always a mistake.</p>
<p>It&#8217;s worth doing at least a little research when you&#8217;re purchasing technology items, particularly for items that you expect to last or that use consumables &#8211; specifically printers and fax machines. Because of the use of paper, toner or ink and possibly maintenance supplies, the up-front purchase price of a printer or fax machine is only a very small part of the total cost you&#8217;ll pay over several years of ownership. There may also be a surprisingly significant difference in setup costs between different pieces of equipment if you&#8217;re paying a third party to set up equipment and get it working for you.</p>
<p>This article leads off a series of occasional articles on purchasing printers for your office with a quick overview of some of the issues that I&#8217;ll examine in more detail in future articles.</p>
<p><span id="more-266"></span></p>
<p>Obviously the most important item is compatibility. If a printer that you purchase won&#8217;t work with your existing systems, it&#8217;s a waste of time and money dealing with it. While this isn&#8217;t a problem for most small companies, it might be an issue if you&#8217;re running unusual systems or are trying to use low-end consumer equipment with business-grade servers and operating systems.</p>
<p>Second is required features. Will you just be printing? Do you need to be receiving faxes? Scanning? Color or Black &amp; White (and how much of each?)? Will this device be replacing your copier as well?</p>
<p>Beyond basic compatibility and features, it&#8217;s important to consider the cost of owning and using your printer. While a low-end printer is less expensive to purchase, if you&#8217;re printing more than 100-200 pages a month you&#8217;ll likely end up paying more for it over just the course of two years. For significant mismatches, such as a low-end printer being used for 1-2000 pages a month, you may end up paying thousands of dollars more because of the higher cost of toner or ink. It&#8217;s very important to have an idea of your print volume and needs and the cost of materials.</p>
<p>An issue seldom considered is installation cost &#8211; not physical installation (though if you purchase something 3 inches higher or wider than your available space then that can be an issue) but software installation. Regardless of whether you&#8217;re doing it yourself or paying someone like me to do it, you&#8217;re going to need to have drivers installed and your systems communicating with your new printer. If you purchase a printer that&#8217;s a poor fit for your existing systems, you may end up spending more time or money getting your printer installed and configured than you would&#8217;ve spent on a more suitable printer.</p>
<p>All of the above are very general, which is why I&#8217;ll be going into more details on each in future articles. I may recommend specific printers or manufacturers, but my general focus is going to be on determining what you need rather than on suggesting specific solutions.</p>
<p>To close this out I&#8217;m going to make one strong suggestion: <strong>When deciding on a printer you should always get one with networking support </strong>unless you&#8217;re working with a single PC and will never be using that printer from any other system. Printers with wired or wireless networking support may cost a few dollars more ($10-100 depending on model &amp; overall printer cost), but built-in network support is far superior to networking added later with an external adapter and will almost always cost less than adding that adapter later. I&#8217;ll cover this a bit more in the future when talking about features.</p>
[contact-form]
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fchoosing-printers-for-the-office%2F&amp;linkname=Choosing%20Printers%20for%20the%20Office" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fchoosing-printers-for-the-office%2F&amp;linkname=Choosing%20Printers%20for%20the%20Office" title="Digg" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fchoosing-printers-for-the-office%2F&amp;linkname=Choosing%20Printers%20for%20the%20Office" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fchoosing-printers-for-the-office%2F&amp;linkname=Choosing%20Printers%20for%20the%20Office" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fchoosing-printers-for-the-office%2F&amp;linkname=Choosing%20Printers%20for%20the%20Office" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fchoosing-printers-for-the-office%2F&amp;linkname=Choosing%20Printers%20for%20the%20Office" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F11%2Fchoosing-printers-for-the-office%2F&amp;linkname=Choosing%20Printers%20for%20the%20Office">Share/Save</a>

<p>Related posts:<ol><li><a href='http://www.fencepost.net/2009/11/calculating-printer-costs-and-tco/' rel='bookmark' title='Permanent Link: Calculating Printer Costs and TCO'>Calculating Printer Costs and TCO</a> <small>I&#8217;m currently working up an article on the total cost...</small></li>
<li><a href='http://www.fencepost.net/2009/12/mono-laser-printer-tco-cost-preliminary-results/' rel='bookmark' title='Permanent Link: Monochrome Laser Printer TCO/Cost &#8211; Preliminary Results'>Monochrome Laser Printer TCO/Cost &#8211; Preliminary Results</a> <small>I&#8217;m regularly asked by customers &#8220;Which laser printer should we...</small></li>
<li><a href='http://www.fencepost.net/2009/11/fix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000/' rel='bookmark' title='Permanent Link: (Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;'>(Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;</a> <small>Ran into an interesting problem this evening &#8211; I was...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/FencepostSoftwareConsulting/~4/3kEb2IDI0XM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fencepost.net/2009/11/choosing-printers-for-the-office/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.fencepost.net/2009/11/choosing-printers-for-the-office/</feedburner:origLink></item>
		<item>
		<title>(Fix) r3953724.cn Malware/Adware Redirections</title>
		<link>http://feedproxy.google.com/~r/FencepostSoftwareConsulting/~3/4zIM1WraaZ4/</link>
		<comments>http://www.fencepost.net/2009/10/investigating-r3953724-cn-malwareadware-redirections/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 00:34:02 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Fixes & Troubleshooting]]></category>
		<category><![CDATA[Fixes]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Virus]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.fencepost.net/?p=292</guid>
		<description><![CDATA[<p>Quick Fix: have a program named procmon.exe running (copy of notepad.exe) to disable malware temporarily. This should let you run searches &#38; download fixes. This is only temporary while you clean the system. Read this post for more details and please let me know in comments if this does or does not work for you.</p>
<p>Update/Fix:</p>
<p>The [...]


Related posts:<ol><li><a href='http://www.fencepost.net/2009/11/slow-startup-with-multiple-starting-services-after-malware/' rel='bookmark' title='Permanent Link: Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware'>Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware</a> <small>I had an interesting problem with a server (Windows 2003...</small></li>
<li><a href='http://www.fencepost.net/2009/07/fix-for-outlook-2007-trying-to-load-infopath-error-1605/' rel='bookmark' title='Permanent Link: Fix for Outlook 2007 Trying to Load InfoPath (Error 1605)'>Fix for Outlook 2007 Trying to Load InfoPath (Error 1605)</a> <small>Just ran into this situation after a client uninstalled &amp;...</small></li>
<li><a href='http://www.fencepost.net/2009/11/dns-fails-nslookup-works-fix/' rel='bookmark' title='Permanent Link: (Fix) When DNS and ping Fail but nslookup Works (Windows)'>(Fix) When DNS and ping Fail but nslookup Works (Windows)</a> <small>Spent some time recently with a laptop that would see...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><strong>Quick Fix: </strong>have a program named procmon.exe running (copy of notepad.exe) to disable malware temporarily. This should let you run searches &amp; download fixes. <strong>This is only temporary while you clean the system. </strong>Read this post for more details and please let me know in comments if this does or does not work for you.</p>
<p><strong>Update/Fix:</strong></p>
<p>The system did indeed have a corrupted atapi.sys file as noted in the comments, though I did not end up using ComboFix to clean it &#8211; I was able to replace the file with the identically-sized but binary-different one from the most recent service pack (C:\Windows\ServicePackFiles\i386\atapi.sys) and have not seen the same problem recurring.</p>
<p>In addition, if you need to prevent it from redirecting while you download fixes, you may be able to simply copy notepad.exe (or another common executable) to the name procmon.exe and run that. Last night while I still had the infection active it did not seem to redirect while procmon was running under that name, possibly as a measure to avoid detection.</p>
<p>At this point (several days after initial infection, more than a week after initial reports in the wild) I suspect that many of the tools linked below are updated with definitions that cover this malware so you can probably get by with simply running updated versions of those.</p>
<p><strong><span id="more-292"></span>Original:</strong></p>
<p>I&#8217;m tracking an issue where a theoretically-clean PC is still being redirected from search results. I&#8217;ll be updating this post as I find more information.</p>
<p>I&#8217;m working on a PC that was infested with a variety of malware &#8211; I suspect a PDF exploit since it had an old version of Acrobat Reader and I cleaned at least one such exploit off, but there were a variety of things on there.</p>
<p>At this point the PC in question appears to be clear, however it still redirects search results from Google (and possibly others) to a failing domain r3953724.cn. It appears that this may be a redirection through other sites &#8211; it looks like there&#8217;s a jump from Google to another site (e.g. ecila.ceic.com, buffaloaviation.com, fashionvalleycoupons.com) to r3953724.cn. As I was writing this and testing it started directing not to the failing site but to other advertisments.</p>
<p>The cleaning tools I&#8217;ve used on it so far are <a href="http://free.avg.com" target="_blank">AVG 9.0</a>, <a href="http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;ved=0CAoQFjAA&amp;url=http%3A%2F%2Fwww.free-av.com%2Fen%2Ftools%2F12%2Favira_antivir_rescue_system.html&amp;ei=IOLoSqK_KsKylAe-1rSsDQ&amp;usg=AFQjCNHlNVzkxlGISkpRu3KDo1b3tD7szg&amp;sig2=LXZGookh8OPVB_G1r2Felg" target="_blank">Avira&#8217;s Rescue CD</a>, <a href="http://www.malwarebytes.org/" target="_blank">MalwareBytes Anti-Malware</a>, <a href="http://superantispyware.com" target="_blank">SuperAntiSpyware</a>, <a href="http://www.gmer.net/" target="_blank">GMER</a>, and the <a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" target="_blank">Sysinternals </a>tools.</p>
<p>An interesting note is that if <strong>Procmon.exe</strong> (from Sysinternals/Microsoft Technet) is running (or another program named to that) the redirection does not happen. Presumably this is an attempt to avoid detection. Similarly, if procmon.exe is renamed, redirection does happen.</p>
<p>This is not caused by an add-on in Internet Explorer &#8211; running with add-ons disabled still has the problem, and I&#8217;ve seen other reports that I believe indicated that Firefox was also affected, so this is presumably at the DNS or TCP/IP level.</p>
<p><strong>Update:</strong></p>
<p>No great luck in cleaning this out &#8211; it&#8217;s inconsistent in its behavior, but it does affect both IE and Firefox. I can see the DNS queries in Wireshark, but it&#8217;s not clear what&#8217;s triggering them. My suspicion is that something at the TCP/IP level is filtering the search engine results and replacing the expected redirection response with its own redirection response.</p>
<p>Unfortunately, I&#8217;ve more than run out of time to investigate it tonight, and taking the PC with me is not an option so I&#8217;ll have to return tomorrow.</p>
[contact-form]
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F10%2Finvestigating-r3953724-cn-malwareadware-redirections%2F&amp;linkname=%28Fix%29%20r3953724.cn%20Malware%2FAdware%20Redirections" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F10%2Finvestigating-r3953724-cn-malwareadware-redirections%2F&amp;linkname=%28Fix%29%20r3953724.cn%20Malware%2FAdware%20Redirections" title="Digg" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F10%2Finvestigating-r3953724-cn-malwareadware-redirections%2F&amp;linkname=%28Fix%29%20r3953724.cn%20Malware%2FAdware%20Redirections" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F10%2Finvestigating-r3953724-cn-malwareadware-redirections%2F&amp;linkname=%28Fix%29%20r3953724.cn%20Malware%2FAdware%20Redirections" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F10%2Finvestigating-r3953724-cn-malwareadware-redirections%2F&amp;linkname=%28Fix%29%20r3953724.cn%20Malware%2FAdware%20Redirections" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F10%2Finvestigating-r3953724-cn-malwareadware-redirections%2F&amp;linkname=%28Fix%29%20r3953724.cn%20Malware%2FAdware%20Redirections" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F10%2Finvestigating-r3953724-cn-malwareadware-redirections%2F&amp;linkname=%28Fix%29%20r3953724.cn%20Malware%2FAdware%20Redirections">Share/Save</a>

<p>Related posts:<ol><li><a href='http://www.fencepost.net/2009/11/slow-startup-with-multiple-starting-services-after-malware/' rel='bookmark' title='Permanent Link: Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware'>Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware</a> <small>I had an interesting problem with a server (Windows 2003...</small></li>
<li><a href='http://www.fencepost.net/2009/07/fix-for-outlook-2007-trying-to-load-infopath-error-1605/' rel='bookmark' title='Permanent Link: Fix for Outlook 2007 Trying to Load InfoPath (Error 1605)'>Fix for Outlook 2007 Trying to Load InfoPath (Error 1605)</a> <small>Just ran into this situation after a client uninstalled &amp;...</small></li>
<li><a href='http://www.fencepost.net/2009/11/dns-fails-nslookup-works-fix/' rel='bookmark' title='Permanent Link: (Fix) When DNS and ping Fail but nslookup Works (Windows)'>(Fix) When DNS and ping Fail but nslookup Works (Windows)</a> <small>Spent some time recently with a laptop that would see...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/FencepostSoftwareConsulting/~4/4zIM1WraaZ4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fencepost.net/2009/10/investigating-r3953724-cn-malwareadware-redirections/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.fencepost.net/2009/10/investigating-r3953724-cn-malwareadware-redirections/</feedburner:origLink></item>
		<item>
		<title>Obligatory Website Color Tools Post</title>
		<link>http://feedproxy.google.com/~r/FencepostSoftwareConsulting/~3/JHtpH-JZmAU/</link>
		<comments>http://www.fencepost.net/2009/10/obligatory-website-color-tools-post/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 19:08:59 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Color]]></category>
		<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://www.fencepost.net/?p=272</guid>
		<description><![CDATA[<p>An assortment of website color selection tools, including web-smart options. Web-smart color is a palette of 4096 colors that are likely to display well on almost all modern displays. It has largely supplanted the earlier &#8220;web-safe&#8221; colors, which were a set of 216 colors likely to display well on all displays running at 256 colors [...]


Related posts:<ol><li><a href='http://www.fencepost.net/2009/11/information-design-and-graphics/' rel='bookmark' title='Permanent Link: Information Design and Graphics'>Information Design and Graphics</a> <small>While unrelated to most of the content of this site,...</small></li>
<li><a href='http://www.fencepost.net/2009/07/compliment-comments-spam/' rel='bookmark' title='Permanent Link: Compliment Comments and Spam'>Compliment Comments and Spam</a> <small>Because of a standard configuration of many WordPress blogs, it&#8217;s...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>An assortment of website color selection tools, including web-smart options. Web-smart color is a palette of 4096 colors that are likely to display well on almost all modern displays. It has largely supplanted the earlier &#8220;web-safe&#8221; colors, which were a set of 216 colors likely to display well on all displays running at 256 colors or higher.</p>
<p>This post will be revised as I go through my bookmarks and with future tools and may end up changed into a reference page. More useful items are likely to end up higher up within the content of this post, and suggestions are welcome in the comments.</p>
<p><a href="http://www.pagetutor.com/colorpicker/index.html" target="_blank">Color Picker</a> is a simple web application that lets you use web-safe or web-smart colors and see how they&#8217;ll look.</p>
<p><a href="http://www.morecrayons.com/palettes/webSmart/" target="_blank">MoreCrayons Web-Smart Palette</a> tools has both a color cube (view interior of cube by unchecking boxes to hide the &#8220;layers&#8221; of color on the blue/Z axis) and a slider tool that only operates in the web-safe color ranges.</p>
<p>Adobe has a very nifty color theme tool called <a href="http://kuler.adobe.com/" target="_blank">Kuler</a>.</p>
<p>Sharebrain has a nice collection of <a href="http://sharebrain.info/resources/color/excellent-color-tools-color-schemes-and-resources/3161/" target="_blank">links to color resources</a>.</p>
<p><span id="more-272"></span></p>
<p>Giacomo Mazzocato has a very nice <a href="http://gmazzocato.altervista.org/colorwheel/wheel.php" target="_blank">Accessibility Color Wheel</a> that allows you to see how colors will appear to folks with some vision problems (various forms of &#8220;color blindness&#8221;).</p>
<p><a href="http://colorschemedesigner.com/" target="_blank">Color Scheme Designer</a> is a very powerful tool for picking a primary color and related colors that will work with that primary.</p>
<p>Acrovela has a listing of <a href="http://www.acrovela.com/color-tools/" target="_blank">color tools</a>.</p>
[contact-form]
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F10%2Fobligatory-website-color-tools-post%2F&amp;linkname=Obligatory%20Website%20Color%20Tools%20Post" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F10%2Fobligatory-website-color-tools-post%2F&amp;linkname=Obligatory%20Website%20Color%20Tools%20Post" title="Digg" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F10%2Fobligatory-website-color-tools-post%2F&amp;linkname=Obligatory%20Website%20Color%20Tools%20Post" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F10%2Fobligatory-website-color-tools-post%2F&amp;linkname=Obligatory%20Website%20Color%20Tools%20Post" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F10%2Fobligatory-website-color-tools-post%2F&amp;linkname=Obligatory%20Website%20Color%20Tools%20Post" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F10%2Fobligatory-website-color-tools-post%2F&amp;linkname=Obligatory%20Website%20Color%20Tools%20Post" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F10%2Fobligatory-website-color-tools-post%2F&amp;linkname=Obligatory%20Website%20Color%20Tools%20Post">Share/Save</a>

<p>Related posts:<ol><li><a href='http://www.fencepost.net/2009/11/information-design-and-graphics/' rel='bookmark' title='Permanent Link: Information Design and Graphics'>Information Design and Graphics</a> <small>While unrelated to most of the content of this site,...</small></li>
<li><a href='http://www.fencepost.net/2009/07/compliment-comments-spam/' rel='bookmark' title='Permanent Link: Compliment Comments and Spam'>Compliment Comments and Spam</a> <small>Because of a standard configuration of many WordPress blogs, it&#8217;s...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/FencepostSoftwareConsulting/~4/JHtpH-JZmAU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fencepost.net/2009/10/obligatory-website-color-tools-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.fencepost.net/2009/10/obligatory-website-color-tools-post/</feedburner:origLink></item>
		<item>
		<title>Fix for Outlook 2007 Trying to Load InfoPath (Error 1605)</title>
		<link>http://feedproxy.google.com/~r/FencepostSoftwareConsulting/~3/YkUXyRNzcnI/</link>
		<comments>http://www.fencepost.net/2009/07/fix-for-outlook-2007-trying-to-load-infopath-error-1605/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 02:45:30 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Fixes & Troubleshooting]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Fixes]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Repair]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.fencepost.net/?p=240</guid>
		<description><![CDATA[<p>Just ran into this situation after a client uninstalled &#38; reinstalled Office 2007 Pro. When Outlook was opened, it complained twice about being unable to open InfoPath because it wasn&#8217;t installed.</p>
<p>I found multiple other complaints about this, but no solutions (though some suggested removing and reinstalling Office). A bit of digging with SysInternals&#8217; Process Monitor, [...]


Related posts:<ol><li><a href='http://www.fencepost.net/2009/11/fix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000/' rel='bookmark' title='Permanent Link: (Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;'>(Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;</a> <small>Ran into an interesting problem this evening &#8211; I was...</small></li>
<li><a href='http://www.fencepost.net/2009/11/slow-startup-with-multiple-starting-services-after-malware/' rel='bookmark' title='Permanent Link: Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware'>Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware</a> <small>I had an interesting problem with a server (Windows 2003...</small></li>
<li><a href='http://www.fencepost.net/2009/11/dns-fails-nslookup-works-fix/' rel='bookmark' title='Permanent Link: (Fix) When DNS and ping Fail but nslookup Works (Windows)'>(Fix) When DNS and ping Fail but nslookup Works (Windows)</a> <small>Spent some time recently with a laptop that would see...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Just ran into this situation after a client uninstalled &amp; reinstalled Office 2007 Pro. When Outlook was opened, it complained twice about being unable to open InfoPath because it wasn&#8217;t installed.</p>
<p>I found multiple other complaints about this, but no solutions (though some suggested removing and reinstalling Office). A bit of digging with SysInternals&#8217; Process Monitor, turned up mention of not finding the somewhat promising value &#8220;DisableInfopathForms,&#8221; so I took a stab and created the value as a DWORD under the location ProcMon was reporting. Setting the value to 1 cleared the problem on Outlook startup.</p>
<p><span id="more-240"></span>Researching this at home later, I found very little mention of this value. The only useful mention is in <a href="http://my.safaribooksonline.com/0321410599/ch13lev1sec4" target="_blank"><span>Designing Forms for Microsoft Office InfoPath and Forms Services 2007</span></a> from O&#8217;Reilly, which also points out that the setting is available under Tools, Options, Other tab, Advanced Options button as a checkbox to disable InfoPath forms (as well as at HKCU\Software\Microsoft\Office\12.0\Outlook\Options\Mail where I created it).</p>
<p>According to the book this option is supposed to default to on (presumably treating a nonexistent registry value as &#8220;1&#8243; or true). I&#8217;m not sure what happened in this case since the registry value was absent and I&#8217;m not sure what the checkbox in the options display was showing.</p>
<p>I think it was probably easier to find this by using ProcMon to look for Outlook failures than by searching the options.</p>
[contact-form]
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Ffix-for-outlook-2007-trying-to-load-infopath-error-1605%2F&amp;linkname=Fix%20for%20Outlook%202007%20Trying%20to%20Load%20InfoPath%20%28Error%201605%29" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Ffix-for-outlook-2007-trying-to-load-infopath-error-1605%2F&amp;linkname=Fix%20for%20Outlook%202007%20Trying%20to%20Load%20InfoPath%20%28Error%201605%29" title="Digg" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Ffix-for-outlook-2007-trying-to-load-infopath-error-1605%2F&amp;linkname=Fix%20for%20Outlook%202007%20Trying%20to%20Load%20InfoPath%20%28Error%201605%29" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Ffix-for-outlook-2007-trying-to-load-infopath-error-1605%2F&amp;linkname=Fix%20for%20Outlook%202007%20Trying%20to%20Load%20InfoPath%20%28Error%201605%29" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Ffix-for-outlook-2007-trying-to-load-infopath-error-1605%2F&amp;linkname=Fix%20for%20Outlook%202007%20Trying%20to%20Load%20InfoPath%20%28Error%201605%29" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Ffix-for-outlook-2007-trying-to-load-infopath-error-1605%2F&amp;linkname=Fix%20for%20Outlook%202007%20Trying%20to%20Load%20InfoPath%20%28Error%201605%29" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Ffix-for-outlook-2007-trying-to-load-infopath-error-1605%2F&amp;linkname=Fix%20for%20Outlook%202007%20Trying%20to%20Load%20InfoPath%20%28Error%201605%29">Share/Save</a>

<p>Related posts:<ol><li><a href='http://www.fencepost.net/2009/11/fix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000/' rel='bookmark' title='Permanent Link: (Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;'>(Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;</a> <small>Ran into an interesting problem this evening &#8211; I was...</small></li>
<li><a href='http://www.fencepost.net/2009/11/slow-startup-with-multiple-starting-services-after-malware/' rel='bookmark' title='Permanent Link: Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware'>Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware</a> <small>I had an interesting problem with a server (Windows 2003...</small></li>
<li><a href='http://www.fencepost.net/2009/11/dns-fails-nslookup-works-fix/' rel='bookmark' title='Permanent Link: (Fix) When DNS and ping Fail but nslookup Works (Windows)'>(Fix) When DNS and ping Fail but nslookup Works (Windows)</a> <small>Spent some time recently with a laptop that would see...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/FencepostSoftwareConsulting/~4/YkUXyRNzcnI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fencepost.net/2009/07/fix-for-outlook-2007-trying-to-load-infopath-error-1605/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.fencepost.net/2009/07/fix-for-outlook-2007-trying-to-load-infopath-error-1605/</feedburner:origLink></item>
		<item>
		<title>Article on Open Source vs. Proprietary EMRs and Stimulus</title>
		<link>http://feedproxy.google.com/~r/FencepostSoftwareConsulting/~3/vtRzzPqfR84/</link>
		<comments>http://www.fencepost.net/2009/07/stimulus-open-source-vs-proprietary-emr/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 16:30:24 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[EMR]]></category>
		<category><![CDATA[Medical Records]]></category>
		<category><![CDATA[EHR]]></category>
		<category><![CDATA[Medical]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.fencepost.net/?p=238</guid>
		<description><![CDATA[<p>The July issue of Washington Monthly has an interesting article on the relative merits of open source (specifically VistA) electronic medical records and proprietary / closed-source systems (including mentions of Cerner and Epic Systems). It covers some of the advantages of having a good EMR system in place, particularly for hospitals and hospital networks.</p>
<p>It also [...]


Related posts:<ol><li><a href='http://www.fencepost.net/2009/05/fencepost-software/' rel='bookmark' title='Permanent Link: Welcome to Fencepost Software'>Welcome to Fencepost Software</a> <small>Welcome to the Fencepost Software website and blog. Here you&#8217;ll...</small></li>
<li><a href='http://www.fencepost.net/2009/11/information-design-and-graphics/' rel='bookmark' title='Permanent Link: Information Design and Graphics'>Information Design and Graphics</a> <small>While unrelated to most of the content of this site,...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>The July issue of Washington Monthly has an interesting article on the relative merits of open source (specifically VistA) electronic medical records and proprietary / closed-source systems (including mentions of Cerner and Epic Systems). It covers some of the advantages of having a good EMR system in place, particularly for hospitals and hospital networks.</p>
<p>It also covers an issue that has gotten a lot of attention in the open source medical software world since February &#8211; the $20 billion of funding to promote use of EMR systems in the American Recovery and Reinvestment Act of 2009, also known as the &#8220;stimulus bill.&#8221; That funding mandates &#8220;meaningful use&#8221; of &#8220;certified&#8221; EMR systems. Initial recommendations as to what &#8220;meaningful use&#8221; were released in mid-June, but the question of &#8220;certified&#8221; is still being fought since the only existing certification authority (CCHIT) is dominated by large software manufacturers and has costs that are prohibitive for small vendors and open source projects.</p>
<p>Read the article &#8220;<a href="http://www.washingtonmonthly.com/features/2009/0907.longman.html">Code Red &#8211; How software companies could screw up Obama’s health care reform</a>&#8221; at Washington Monthly.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Fstimulus-open-source-vs-proprietary-emr%2F&amp;linkname=Article%20on%20Open%20Source%20vs.%20Proprietary%20EMRs%20and%20Stimulus" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Fstimulus-open-source-vs-proprietary-emr%2F&amp;linkname=Article%20on%20Open%20Source%20vs.%20Proprietary%20EMRs%20and%20Stimulus" title="Digg" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Fstimulus-open-source-vs-proprietary-emr%2F&amp;linkname=Article%20on%20Open%20Source%20vs.%20Proprietary%20EMRs%20and%20Stimulus" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Fstimulus-open-source-vs-proprietary-emr%2F&amp;linkname=Article%20on%20Open%20Source%20vs.%20Proprietary%20EMRs%20and%20Stimulus" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Fstimulus-open-source-vs-proprietary-emr%2F&amp;linkname=Article%20on%20Open%20Source%20vs.%20Proprietary%20EMRs%20and%20Stimulus" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Fstimulus-open-source-vs-proprietary-emr%2F&amp;linkname=Article%20on%20Open%20Source%20vs.%20Proprietary%20EMRs%20and%20Stimulus" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Fstimulus-open-source-vs-proprietary-emr%2F&amp;linkname=Article%20on%20Open%20Source%20vs.%20Proprietary%20EMRs%20and%20Stimulus">Share/Save</a>

<p>Related posts:<ol><li><a href='http://www.fencepost.net/2009/05/fencepost-software/' rel='bookmark' title='Permanent Link: Welcome to Fencepost Software'>Welcome to Fencepost Software</a> <small>Welcome to the Fencepost Software website and blog. Here you&#8217;ll...</small></li>
<li><a href='http://www.fencepost.net/2009/11/information-design-and-graphics/' rel='bookmark' title='Permanent Link: Information Design and Graphics'>Information Design and Graphics</a> <small>While unrelated to most of the content of this site,...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/FencepostSoftwareConsulting/~4/vtRzzPqfR84" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fencepost.net/2009/07/stimulus-open-source-vs-proprietary-emr/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.fencepost.net/2009/07/stimulus-open-source-vs-proprietary-emr/</feedburner:origLink></item>
		<item>
		<title>Winlogon.exe at 50% or 100% CPU (Fix)</title>
		<link>http://feedproxy.google.com/~r/FencepostSoftwareConsulting/~3/XR37lqP5yfM/</link>
		<comments>http://www.fencepost.net/2009/07/winlogon-cpu-offline-files-or-csc/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 19:43:30 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Fixes & Troubleshooting]]></category>
		<category><![CDATA[Fixes]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.fencepost.net/?p=231</guid>
		<description><![CDATA[<p>There are apparently a variety of things that can cause the winlogon.exe process on Windows PCs to consume all available CPU, but I&#8217;ve found few references to this cause &#8211; corruption in Offline Files, even when Offline Files is disabled on the PC, on the server and on the domain (via Group Policy). Depending on [...]


Related posts:<ol><li><a href='http://www.fencepost.net/2009/11/fix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000/' rel='bookmark' title='Permanent Link: (Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;'>(Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;</a> <small>Ran into an interesting problem this evening &#8211; I was...</small></li>
<li><a href='http://www.fencepost.net/2009/11/slow-startup-with-multiple-starting-services-after-malware/' rel='bookmark' title='Permanent Link: Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware'>Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware</a> <small>I had an interesting problem with a server (Windows 2003...</small></li>
<li><a href='http://www.fencepost.net/2009/10/investigating-r3953724-cn-malwareadware-redirections/' rel='bookmark' title='Permanent Link: (Fix) r3953724.cn Malware/Adware Redirections'>(Fix) r3953724.cn Malware/Adware Redirections</a> <small>Quick Fix: have a program named procmon.exe running (copy of...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>There are apparently a variety of things that can cause the winlogon.exe process on Windows PCs to consume all available CPU, but I&#8217;ve found few references to this cause &#8211; corruption in Offline Files, even when Offline Files is disabled on the PC, on the server and on the domain (via Group Policy). Depending on the age of the PC, this will consume either 50% of the CPU (on newer dual-core systems) or 100% of the CPU (on older systems). This is the only non-malware winlogon.exe problem that I recall personally encountering.</p>
<p><strong>Update: </strong>The original title &amp; article indicated that this applied to Windows PCs on domains only, but Offline Files is available to non-domain PCs as well as long as Fast User Switching is not turned on.</p>
<p><span id="more-231"></span>I haven&#8217;t gone through to track exactly what&#8217;s causing the problem, just identified it as an Offline Files problem. We disable Offline Files for systems we&#8217;re configuring so individual PCs shouldn&#8217;t be caching them, but every once in a while a Windows XP box will decide that it needs to be doing something. The symptoms can include either all available disk space being consumed by the C:\Windows\CSC (technically, %windir%\CSC) or winlogon.exe going into a loop that interferes with use of the system.</p>
<p>While Microsoft provides instructions and a mechanism to <a href="http://support.microsoft.com/kb/230738">Re-initialize the offline files cache and database</a>, following those instructions has never worked for me &#8211; possibly because the systems I&#8217;m encountering are having problems despite Offline Files being disabled.</p>
<p>For me, the solution has been to do the unthinkable, go against all available instructions, and simply delete the entire contents of the C:\Windows\CSC directory (from Safe Mode if necessary).</p>
<p>Reportedly deleting the CSC folder&#8217;s contents breaks Offline Files in ways that can&#8217;t be recovered from, but that&#8217;s not a concern for me because we aren&#8217;t using that feature and have no expectation of doing so (also, I suspect that it actually is possible to recover from this without having to reinstall Windows &#8211; possibly as easily as dropping from the Domain &amp; rejoining). We have very few users with laptops, even fewer that need access to office files on laptops while outside the office, and none where having patient information on local laptop drives outside the office is a good idea.</p>
[contact-form]
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Fwinlogon-cpu-offline-files-or-csc%2F&amp;linkname=Winlogon.exe%20at%2050%25%20or%20100%25%20CPU%20%28Fix%29" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Fwinlogon-cpu-offline-files-or-csc%2F&amp;linkname=Winlogon.exe%20at%2050%25%20or%20100%25%20CPU%20%28Fix%29" title="Digg" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Fwinlogon-cpu-offline-files-or-csc%2F&amp;linkname=Winlogon.exe%20at%2050%25%20or%20100%25%20CPU%20%28Fix%29" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Fwinlogon-cpu-offline-files-or-csc%2F&amp;linkname=Winlogon.exe%20at%2050%25%20or%20100%25%20CPU%20%28Fix%29" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Fwinlogon-cpu-offline-files-or-csc%2F&amp;linkname=Winlogon.exe%20at%2050%25%20or%20100%25%20CPU%20%28Fix%29" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Fwinlogon-cpu-offline-files-or-csc%2F&amp;linkname=Winlogon.exe%20at%2050%25%20or%20100%25%20CPU%20%28Fix%29" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Fwinlogon-cpu-offline-files-or-csc%2F&amp;linkname=Winlogon.exe%20at%2050%25%20or%20100%25%20CPU%20%28Fix%29">Share/Save</a>

<p>Related posts:<ol><li><a href='http://www.fencepost.net/2009/11/fix-another-installation-is-already-in-progress-installing-office-2007-over-office-2000/' rel='bookmark' title='Permanent Link: (Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;'>(Fix) &#8220;Another Installation is Already In Progress&#8217; installing Office 2007 over Office 2000&#8242;</a> <small>Ran into an interesting problem this evening &#8211; I was...</small></li>
<li><a href='http://www.fencepost.net/2009/11/slow-startup-with-multiple-starting-services-after-malware/' rel='bookmark' title='Permanent Link: Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware'>Slow Startup with Multiple &#8216;Starting&#8217; Services After Malware</a> <small>I had an interesting problem with a server (Windows 2003...</small></li>
<li><a href='http://www.fencepost.net/2009/10/investigating-r3953724-cn-malwareadware-redirections/' rel='bookmark' title='Permanent Link: (Fix) r3953724.cn Malware/Adware Redirections'>(Fix) r3953724.cn Malware/Adware Redirections</a> <small>Quick Fix: have a program named procmon.exe running (copy of...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/FencepostSoftwareConsulting/~4/XR37lqP5yfM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fencepost.net/2009/07/winlogon-cpu-offline-files-or-csc/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.fencepost.net/2009/07/winlogon-cpu-offline-files-or-csc/</feedburner:origLink></item>
		<item>
		<title>Compliment Comments and Spam</title>
		<link>http://feedproxy.google.com/~r/FencepostSoftwareConsulting/~3/j5j8org7LcA/</link>
		<comments>http://www.fencepost.net/2009/07/compliment-comments-spam/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 15:03:33 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.fencepost.net/?p=227</guid>
		<description><![CDATA[<p>Because of a standard configuration of many WordPress blogs, it&#8217;s not uncommon to get comments containing nothing but a generic compliment. These frequently also have a site like google.com listed as the commenter&#8217;s website and/or an email address from China (.cn) or Russia (.ru).</p>
<p style="text-align: center;">These generic compliment comments are part one of a two-stage [...]


Related posts:<ol><li><a href='http://www.fencepost.net/2009/05/fencepost-software/' rel='bookmark' title='Permanent Link: Welcome to Fencepost Software'>Welcome to Fencepost Software</a> <small>Welcome to the Fencepost Software website and blog. Here you&#8217;ll...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Because of a standard configuration of many WordPress blogs, it&#8217;s not uncommon to get comments containing nothing but a generic compliment. These frequently also have a site like google.com listed as the commenter&#8217;s website and/or an email address from China (.cn) or Russia (.ru).</p>
<p style="text-align: center;"><strong>These generic compliment comments are part one of a two-stage spam attack.</strong></p>
<p><span id="more-227"></span>WordPress (and possibly other blog platforms) can be set up so that comments from first-time commenters must be manually approved, but after that first comment is approved the commenter (based on email address) is free to make additional comments. Those additional comments will be automatically posted unless they violate other rules such as having two or more links/URLs in them.</p>
<p>The basic sequence then is something like this:</p>
<ol>
<li>Spammer posts a generic comment complimenting the post. Nothing objectionable here.</li>
<li><em>Blog owner says &#8220;Awww, they like me! Approved!&#8221;</em></li>
<li>Spammer says &#8220;Great, now I can post spam to the blog!&#8221;</li>
<li>Spammer posts many spam comments with one link to their website or to whatever website they&#8217;re being paid to &#8216;advertise&#8217; for. Comments show up immediately.</li>
<li><em>Blog owner doesn&#8217;t pay much attention.</em></li>
<li>Someone points out spam to blog owner.</li>
<li><em>Blog owner says &#8220;How did this happen???&#8221; while deleting spam comments</em></li>
<li>Spammer comes back again. If the blog owner didn&#8217;t block the email address, continues to post freely.</li>
</ol>
<p>So, if you&#8217;re running a blog and see comments like that, don&#8217;t blindly approve them.</p>
<p>If you&#8217;re reading a blog and want to post a comment, please make it a comment about the post you&#8217;re responding to rather than a simple &#8220;I liked your post.&#8221;</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Fcompliment-comments-spam%2F&amp;linkname=Compliment%20Comments%20and%20Spam" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Fcompliment-comments-spam%2F&amp;linkname=Compliment%20Comments%20and%20Spam" title="Digg" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Fcompliment-comments-spam%2F&amp;linkname=Compliment%20Comments%20and%20Spam" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Fcompliment-comments-spam%2F&amp;linkname=Compliment%20Comments%20and%20Spam" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Fcompliment-comments-spam%2F&amp;linkname=Compliment%20Comments%20and%20Spam" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Fcompliment-comments-spam%2F&amp;linkname=Compliment%20Comments%20and%20Spam" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F07%2Fcompliment-comments-spam%2F&amp;linkname=Compliment%20Comments%20and%20Spam">Share/Save</a>

<p>Related posts:<ol><li><a href='http://www.fencepost.net/2009/05/fencepost-software/' rel='bookmark' title='Permanent Link: Welcome to Fencepost Software'>Welcome to Fencepost Software</a> <small>Welcome to the Fencepost Software website and blog. Here you&#8217;ll...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/FencepostSoftwareConsulting/~4/j5j8org7LcA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fencepost.net/2009/07/compliment-comments-spam/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.fencepost.net/2009/07/compliment-comments-spam/</feedburner:origLink></item>
		<item>
		<title>SETPWRCG.EXE – Dell Power Management component</title>
		<link>http://feedproxy.google.com/~r/FencepostSoftwareConsulting/~3/vQvGD8f_vwg/</link>
		<comments>http://www.fencepost.net/2009/06/setpwrcg-exe-dell-power-management/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 14:59:18 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Repair]]></category>
		<category><![CDATA[Virus]]></category>

		<guid isPermaLink="false">http://www.fencepost.net/?p=219</guid>
		<description><![CDATA[<p>My antivirus reported an infected file (setpwrcg.exe) this morning, with a file date of 7/19/2004.</p>
<p>There were a few things that struck me as odd about this:</p>

 It didn&#8217;t seem like a randomly-generated name,
Most viruses/worms don&#8217;t seem to bother to set their file dates, particularly not to 5 years ago,
I haven&#8217;t been doing anything likely to [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>My antivirus reported an infected file (setpwrcg.exe) this morning, with a file date of 7/19/2004.</p>
<p>There were a few things that struck me as odd about this:</p>
<ul>
<li> It didn&#8217;t seem like a randomly-generated name,</li>
<li>Most viruses/worms don&#8217;t seem to bother to set their file dates, particularly not to 5 years ago,</li>
<li>I haven&#8217;t been doing anything likely to get my system infected, and</li>
<li>I use a firewall that should&#8217;ve warned me if anything unusual was trying to make outbound connections from my computer (e.g. to try to spread an infection).</li>
</ul>
<p>Searches via Google &amp; Yahoo turned up nothing significant (mostly this file in lists of files and one warning that it had been found on infected systems), so I did a little more investigating at a very brute-force level.</p>
<p>The file in question doesn&#8217;t have any vendor information, version strings, etc. which is a bit suspicious, but looking at the actual content of the file, I found multiple strings tied to Dell power management configuration &#8211; hibernation, etc. Since this fits with the name &#8220;set pwr cg&#8221; I&#8217;m going to assume that the cg is short for something like &#8220;configuration&#8221; and that they were trying to stick with a DOS-style 8.3 name for this file. The reason it turns up on infected systems is that Dell computers get viruses too.</p>
<p>Almost certainly a harmless file, at least this version of it.</p>
[contact-form]
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F06%2Fsetpwrcg-exe-dell-power-management%2F&amp;linkname=SETPWRCG.EXE%20%26%238211%3B%20Dell%20Power%20Management%20component" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F06%2Fsetpwrcg-exe-dell-power-management%2F&amp;linkname=SETPWRCG.EXE%20%26%238211%3B%20Dell%20Power%20Management%20component" title="Digg" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F06%2Fsetpwrcg-exe-dell-power-management%2F&amp;linkname=SETPWRCG.EXE%20%26%238211%3B%20Dell%20Power%20Management%20component" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F06%2Fsetpwrcg-exe-dell-power-management%2F&amp;linkname=SETPWRCG.EXE%20%26%238211%3B%20Dell%20Power%20Management%20component" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F06%2Fsetpwrcg-exe-dell-power-management%2F&amp;linkname=SETPWRCG.EXE%20%26%238211%3B%20Dell%20Power%20Management%20component" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F06%2Fsetpwrcg-exe-dell-power-management%2F&amp;linkname=SETPWRCG.EXE%20%26%238211%3B%20Dell%20Power%20Management%20component" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F06%2Fsetpwrcg-exe-dell-power-management%2F&amp;linkname=SETPWRCG.EXE%20%26%238211%3B%20Dell%20Power%20Management%20component">Share/Save</a>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><hr />
<p><small>© Alan Miller/<a href="http://www.fencepost.net">Fencepost Software &amp; Consulting</a>, 2009. All Rights Reserved. |
<a href="http://www.fencepost.net/2009/06/setpwrcg-exe-dell-power-management/">Permalink & Comments</a> <br/>
Post tags: <a href="http://www.fencepost.net/tag/maintenance/" rel="tag">Maintenance</a>, <a href="http://www.fencepost.net/tag/repair/" rel="tag">Repair</a>, <a href="http://www.fencepost.net/tag/security/" rel="tag">Security</a>, <a href="http://www.fencepost.net/tag/virus/" rel="tag">Virus</a><br/>
</small></p><img src="http://feeds.feedburner.com/~r/FencepostSoftwareConsulting/~4/vQvGD8f_vwg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fencepost.net/2009/06/setpwrcg-exe-dell-power-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.fencepost.net/2009/06/setpwrcg-exe-dell-power-management/</feedburner:origLink></item>
		<item>
		<title>NEVER Give Out Your Password</title>
		<link>http://feedproxy.google.com/~r/FencepostSoftwareConsulting/~3/seRN2EqSXOA/</link>
		<comments>http://www.fencepost.net/2009/06/never-give-out-your-password/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 15:31:34 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Free Services]]></category>
		<category><![CDATA[Passwords]]></category>
		<category><![CDATA[Phishing]]></category>
		<category><![CDATA[Scams]]></category>

		<guid isPermaLink="false">http://www.fencepost.net/?p=215</guid>
		<description><![CDATA[<p style="text-align: center;">IF support staff for a service you are using need access to your account or information within it, they can get that access without needing your password. Nobody should be asking for your password.</p>
<p style="text-align: left;">This applies to email (e.g. Hotmail/Windows Live, Yahoo, Google and many others), social networking (Facebook, LinkedIn, MySpace, etc.), [...]


Related posts:<ol><li><a href='http://www.fencepost.net/2010/02/email-marketing-use-a-service/' rel='bookmark' title='Permanent Link: Email Marketing &#8211; Use A Service'>Email Marketing &#8211; Use A Service</a> <small>I occasionally get requests from clients for assistance with sending...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>IF support staff for a service you are using need access to your account or information within it, they can get that access without needing your password. Nobody should be asking for your password.</strong></p>
<p style="text-align: left;">This applies to email (e.g. Hotmail/Windows Live, Yahoo, Google and many others), social networking (Facebook, LinkedIn, MySpace, etc.), online photos (Flickr, etc.), and <strong>especially</strong> applies to your banking and finances. <strong>NO </strong>bank or financial services employee should ever ask for your password &#8211; bank policies generally prohibit them from doing so as a firing offense.</p>
<p style="text-align: left;">Think of someone asking for your password the same way you&#8217;d think about a stranger walking up to you on the street and saying &#8220;Hi, I&#8217;m with the village. I need your home address and your house keys.&#8221; No matter how friendly and professional looking, would you just give your keys to a stranger like that?</p>
<p style="text-align: left;"><span id="more-215"></span></p>
<p>I had a situation recently where a friend using a free email account ended up with his login credentials stolen. The thief then proceeded to send email to his contacts telling them that he was in England for a conference but needed $2000 as well as making other changes to his email account to try to get into other accounts.</p>
<p>In this case nobody fell for the scam and we were able to get him back into his account, but looking at some of the changes that were made to his account was informative.</p>
<ul>
<li>The scammers had changed his default signature (which appears at the bottom of messages he sends) to look like an &#8220;official&#8221; communication from the email provider requesting the recipient&#8217;s username and password. Every email he sent included an attempt to get passwords from people.</li>
<li>The scammers had set the &#8220;reply-to&#8221; value for messages to another account they controlled. That means that any replies to his messages would go to the scammers instead of to him. This was also part of the &#8220;official&#8221; request for login information.</li>
<li>The scammers had deleted all of the messages they sent from his account from the Sent Items folder, so there was no way to see exactly what had been sent or to whom.</li>
</ul>
<p>There wasn&#8217;t any sensitive or financial information in his email account, but in many cases there would be. Consider your email &#8211; do you have messages from utilities? Electronic bills? Account registration confirmations from websites that include your password? An account that has been broken into can be worth thousands of dollars to thieves if they can get into your banking information or just get your friends to send them money. Don&#8217;t let the victims be you and your friends.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F06%2Fnever-give-out-your-password%2F&amp;linkname=NEVER%20Give%20Out%20Your%20Password" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F06%2Fnever-give-out-your-password%2F&amp;linkname=NEVER%20Give%20Out%20Your%20Password" title="Digg" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F06%2Fnever-give-out-your-password%2F&amp;linkname=NEVER%20Give%20Out%20Your%20Password" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F06%2Fnever-give-out-your-password%2F&amp;linkname=NEVER%20Give%20Out%20Your%20Password" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F06%2Fnever-give-out-your-password%2F&amp;linkname=NEVER%20Give%20Out%20Your%20Password" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F06%2Fnever-give-out-your-password%2F&amp;linkname=NEVER%20Give%20Out%20Your%20Password" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.fencepost.net/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fencepost.net%2F2009%2F06%2Fnever-give-out-your-password%2F&amp;linkname=NEVER%20Give%20Out%20Your%20Password">Share/Save</a>

<p>Related posts:<ol><li><a href='http://www.fencepost.net/2010/02/email-marketing-use-a-service/' rel='bookmark' title='Permanent Link: Email Marketing &#8211; Use A Service'>Email Marketing &#8211; Use A Service</a> <small>I occasionally get requests from clients for assistance with sending...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/FencepostSoftwareConsulting/~4/seRN2EqSXOA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.fencepost.net/2009/06/never-give-out-your-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.fencepost.net/2009/06/never-give-out-your-password/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 5.100 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-11 15:51:09 --><!-- Compression = gzip -->
