<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Computer Tips -Tech Info &#187; Tech Support</title>
	<atom:link href="http://www.averyjparker.com/category/computers/tech-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.averyjparker.com</link>
	<description>and Internet Security, Windows, Linux, Mac and other Tech Info from Avery J. Parker</description>
	<lastBuildDate>Mon, 21 Nov 2011 06:25:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ubuntu 9.04 Jaunty Netbook Remix on an Acer Aspire One ZG5 trackpad issues</title>
		<link>http://www.averyjparker.com/2009/06/03/ubuntu-904-jaunty-netbook-remix-on-an-acer-aspire-one-zg5-trackpad-issues/</link>
		<comments>http://www.averyjparker.com/2009/06/03/ubuntu-904-jaunty-netbook-remix-on-an-acer-aspire-one-zg5-trackpad-issues/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 15:09:59 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Software]]></category>
		<category><![CDATA[Linux Tech Support]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[acer]]></category>
		<category><![CDATA[acer aspire one]]></category>
		<category><![CDATA[acer aspire one zg4]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[netbook remix]]></category>
		<category><![CDATA[trackpad problem]]></category>
		<category><![CDATA[zg4]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/?p=2015</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
Recently I had the opportunity to work on an Acer Aspire One netbook. It&#8217;s rare that I get the chance to work on a linux desktop system for a client. Most of my desktop users that I support run Windows (although I primarily run linux on my machines.) I get to do a fair amount [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>Recently I had the opportunity to work on an Acer Aspire One netbook.  It&#8217;s rare that I get the chance to work on a linux desktop system for a client.  Most of my desktop users that I support run Windows (although I primarily run linux on my machines.)  I get to do a fair amount of server level work with linux variants, but this one, being a desktop install, intrigued me.</p>
<p>The issue was that the buttons on the trackpad didn&#8217;t work.  She also indicated that she had tried a usb mouse and those buttons didn&#8217;t work either.  As I looked at it, I had already spent some time browsing through bug reports getting ideas on what might be the issue.  It behaved exactly as she described and so then the real fun began.</p>
<p><span id="more-2015"></span></p>
<p>I looked at the xorg.conf file from /etc/X11/ &#8211; it looked normal (it was the default config file)  I first tried doing some edits to clearly specify the trackpad device (cursor movement with the trackpad had been working though, it was just the clicks that weren&#8217;t registering.</p>
<p>So, after making changes I restarted gdm (the greeter) ( /etc/init.d/gdm restart ) and gave a try.  Some things started working, tapping the trackpad substituted for the left click and the right click work.  The external mouse worked with both buttons.</p>
<p>So, I chipped away a bit more.  I verified that the files existed for some of the appropriate packages, some I reinstalled.  I uninstalled compiz (having read a bug report related to that) I reverted to an older version of xinput-synaptic and came back to current.  I tried mapping the mouse buttons with an .xmodmap file.</p>
<p>Nothing productive.</p>
<p>One thing that I did notice was that the right trackpad or both mouse buttons would work only when I had restarted gdm, not on a freshboot.  So, I started looking at the boot process and the output in /var/log/Xorg.0.log to see if there was anything significantly different being reported there.  Nothing useful.</p>
<p>I disabled the &#8220;dontzap&#8221; feature that&#8217;s new in jaunty.  If you read the release notes they have disabled the ability to &#8220;kill off&#8221; the graphical interface with ctl-alt-backspace&#8230; I essentially re-enabled that option so it&#8217;s quickly and easily possible to restart the gui.</p>
<p>The bottom line of what I found was this.  If you&#8217;re moving the mouse (trackpad) when gdm first starts, the mouse buttons will be usable (with the exception of the left button on the trackpad (!))  If you don&#8217;t move the mouse at the startup of gdm it get&#8217;s &#8220;stuck&#8221; in pointer mode&#8230; I can bring the cursor down over the &#8220;options&#8221; menu in the lower left corner of the greeter screen and it still holds it&#8217;s i-beam icon as though you are editing a text window, the options does not highlight on the mouseover and no right/left click/tapping will work until gdm is blown away and restarts with a ctl-alt-backspace.</p>
<p>After that everything works with the exception of the left trackpad button (although you can tap.)  I tried reversing the buttons and it&#8217;s still the one on the left that doesn&#8217;t function.</p>
<p>Wondering if I was missing something I tried an experiment.  I (using another computer) installed Jaunty 9.04 to a USB hard drive and brought it up to date with all the current updates.  I booted this usb hard drive on three or four systems and it worked marvelously (hardware detection &#8220;just worked&#8221; on each machine.)  The only one to exhibit any problems was this Acer Aspire One ZG5.  Guess what the problems were?  well&#8230;. if I didn&#8217;t move the mouse when the greeter screen first came up I wasn&#8217;t able to do any mouse clicking (the pointer seemed frozen in the i-beam cursor icon mode) and even if I did (or restarted gdm) the left button did not work.</p>
<p>I came to the conclusion that there were two different issues, one I suspected may be a software issue and an update could fix it (the initial boot problem with useless buttons.)  The second problem (left click not working) could just be a hardware issue &#8211; since it only affects the trackpad and not an external mouse.  As I think about it, I do wonder if the trackpad were faulty (left button) could it cause the other problem when it&#8217;s first initialized (?)</p>
<p>If I knew I would have access to the machine again I might have filed a bug report with Ubuntu to see if they could get someone to verify this as software issue (or not).  SInce I won&#8217;t have access to it, I wouldn&#8217;t be able to follow up with more information if they needed it, so instead of a bug report I&#8217;m posting here.</p>
<p>The only way to know for sure if it&#8217;s Ubuntu 9.04 or the netbook is to have an identical model to test, which I don&#8217;t.</p>
<p>So, does anyone out there have the same IDENTICAL model netbook &#8211; with jaunty 9.04 &#8211; are you seeing a similar problem or does it work just fine?  The updates on this machine were current as of June 1, 2009.</p>
<p>Comments are open in case anyone has some input on the issue.</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=2015&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2009/06/03/ubuntu-904-jaunty-netbook-remix-on-an-acer-aspire-one-zg5-trackpad-issues/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Strange Problem Made Simple &#124; Verizon DSL Modem confusion</title>
		<link>http://www.averyjparker.com/2009/02/09/strange-problem-made-simple-verizon-dsl-modem-confusion/</link>
		<comments>http://www.averyjparker.com/2009/02/09/strange-problem-made-simple-verizon-dsl-modem-confusion/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 17:22:40 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[actiontec]]></category>
		<category><![CDATA[actiontech]]></category>
		<category><![CDATA[dsl]]></category>
		<category><![CDATA[gt704awg]]></category>
		<category><![CDATA[verizon]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/?p=1771</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
I had a machine that I picked up to test internet connectivity. They were able to do email, but not visit web pages. My first thought was that internet explorer may have been a bit sideways, but when I got it to the workbench I figured I had solved the problem. No ethernet port. They&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>I had a machine that I picked up to test internet connectivity.  They were able to do email, but not visit web pages.  My first thought was that internet explorer may have been a bit sideways, but when I got it to the workbench I figured I had solved the problem.  No ethernet port.  They&#8217;ve been using USB then to connect to their DSL modem.  So, I plugged in a network card and tested and everything worked fine and scheduled the redelivery.  But, when I got it onsite things didn&#8217;t quite work out as smoothly.  Here&#8217;s the setup.  A DSL modem with built in switch had a laptop hooked up via ethernet (with absolutely NO connectivity problems) and this desktop which was hooked up first via USB and now via ethernet.</p>
<p><span id="more-1771"></span></p>
<p>What was really peculiar is SOME websites came up, others didn&#8217;t.  Mozilla.com came up, google.com came up, crucial.com mostly came up (page content loaded with one or two items missing.)  MSN.com wouldn&#8217;t come up.  bankofamerica.com, dell.com were missing in action too.  They would act like they were going to load and then take minutes trying.</p>
<p>I checked firewalls, disabled the entire security suite.  That made no difference.  I checked DNS settings &#8211; no difference.  I tuned the system for performance as best I could.  No difference.  I went through all the settings related to internet explorer and reset to defaults, no good.</p>
<p>It just didn&#8217;t make sense, they were going through the same router yet one was clearly not working the other was.  The one that was not working had worked fine on another network.  So, I switched the network cables, no joy.  Finally, not knowing what else to try (and not having the password for the dsl router/modem) I decided to just unplug the dsl router/modem and let it reset.</p>
<p>Uhm&#8230;</p>
<p>Right.</p>
<p>Everything perked up and started working.</p>
<p>The SCREWIEST DSL modem situation i think I&#8217;ve seen.</p>
<p>Two pc&#8217;s hooked up to the same router, the same way and one could pull up every single site mentioned above with no problems, the other could just pull up some of them and rebooting the router fixed it.  I&#8217;m wondering if there may have been some sort of ip address that the pc had maintained through the usb/ethernet cable switch over, but I really have no CLUE why that would be an issue.</p>
<p>Actiontec is the brand name on the modem btw.  Actiontec GT704AWG</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1771&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2009/02/09/strange-problem-made-simple-verizon-dsl-modem-confusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Plugins that are sure to Make Webmasters Hate You</title>
		<link>http://www.averyjparker.com/2008/10/24/firefox-plugins-that-are-sure-to-make-webmasters-hate-you/</link>
		<comments>http://www.averyjparker.com/2008/10/24/firefox-plugins-that-are-sure-to-make-webmasters-hate-you/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 20:13:49 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/?p=1762</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
I&#8217;ve run across this a few places, where a webmaster actually BEGS users NOT to use a firefox plugin or addon when visiting their site. So, I thought it might be interesting to compile a list of those plugins that will have webmasters really disliking you, hating you, banning your ip because of abuse and [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>I&#8217;ve run across this a few places, where a webmaster actually BEGS users NOT to use a firefox plugin or addon when visiting their site.  So, I thought it might be interesting to compile a list of those plugins that will have webmasters really disliking you, hating you, banning your ip because of abuse and otherwise marking you off their Christmas Card list.</p>
<p><span id="more-1762"></span></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/4810" class="broken_link" rel="nofollow">Speed Dial</a> &#8211; can reload a page frequently looking for the latest content.  Seriously &#8211; there&#8217;s something called the refresh button.  If it&#8217;s too hard to use you don&#8217;t need to know what the latest content is.  The problem &#8211; if people leave their browsers up and forget and leave this switched on&#8230; loading a page every 60 seconds can be annoying if it&#8217;s one person &#8211; imagine if it was 1000, 10000, etc.  Server melting&#8230;</p>
<p>Overaggressive Ad blocking plugins.  Let&#8217;s face it, if content is free online then the only way webmasters make money off of it is by advertising.  It&#8217;s the same thing with broadcast tv.  The ads pay for you to be able to see the content for free.  I found <a href="http://www.adblock.org/2004/09/adblock_webmaster_pledge/">this webmaster pledge</a> to not host annoying jiggling/bouncing/distracting ads to be an interesting read.  The truth is, without the motive to make a bit of money for the VAST hours of time people spend on their sites, many would dry up and quit.  Mozilla&#8217;s Adblock extension is listed as a GOOD example of configurable ad blocking software.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/9037" class="broken_link" rel="nofollow">Fasterfox</a> and any of it&#8217;s variations that use pre-fetching.  Bandwidth HOG.  One of the things this plugin does to make the internet faster is that it starts prefetching EVERY link on the page that you&#8217;re currently reading.  Which means on this site one page visit would equal about 260 page loads.  (One for each article link on the main page, categories, pages, up and down the sidebar, etc. etc. etc.)</p>
<p>As a general rule you can evaluate whether an add-on is going to put you on a blocklist from a webmaster by the following questions:  Does it load more than one page at once from the site?  Does it repeatedly load pages from the site?  Does it neuter advertising content without user control?  If the answer to any of these questions is YES, take a serious reconsideration about using the plugin.  Certainly there&#8217;s some grey area.  But I do know of some webmasters that ban users that 1)don&#8217;t allow the display of ads or 2) use excessive bandwidth.</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1762&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2008/10/24/firefox-plugins-that-are-sure-to-make-webmasters-hate-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exception OE Has Occured at 0028:C004EA3A in VxD VCACHE(01)</title>
		<link>http://www.averyjparker.com/2008/07/14/exception-oe-has-occured-at-0028c004ea3a-in-vxd-vcache01/</link>
		<comments>http://www.averyjparker.com/2008/07/14/exception-oe-has-occured-at-0028c004ea3a-in-vxd-vcache01/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 15:33:04 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Tech Support]]></category>
		<category><![CDATA[0028:c004ea3a]]></category>
		<category><![CDATA[exception 0e]]></category>
		<category><![CDATA[exception oe]]></category>
		<category><![CDATA[vxd vcache(01)]]></category>
		<category><![CDATA[vxd vcat(01)]]></category>
		<category><![CDATA[win 98]]></category>
		<category><![CDATA[win98]]></category>
		<category><![CDATA[windows 98]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/?p=1624</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
Ugh&#8230;. you hate to see those exception OE messages. This particular one happened on an old Windows 98 machine. (Yes, I know, but they want to keep it in service if possible.) The full details are as follows An Exception OE has Occured at 0028:C004EA3A in VxD VCACHE(01) + 0000019A. &#8230; Was Called From 0028:C004BD2E [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>Ugh&#8230;. you hate to see those exception OE messages.  This particular one happened on an old Windows 98 machine.  (Yes, I know, but they want to keep it in service if possible.)  The full details are as follows</p>
<p>An Exception OE has Occured at 0028:C004EA3A in VxD VCACHE(01) + 0000019A.  &#8230; Was Called From 0028:C004BD2E in VxD VFAT(01) + 00009CB6</p>
<p>For starters I loved the detail that got recorded by my client &#8211; you feel like you can sink your teeth into that much better than &#8220;my computer crashed &#8211; it gave some strange error message &#8211; could you fix it?&#8221;  Of course, when I looked at it I couldn&#8217;t reproduce the error and was told that it was maybe once per day.  </p>
<p><span id="more-1624"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>If I remember correctly the OE exceptions with address 0028 seem to be hardware related.  So, I see it refers to VCACHE and VFAT (Fat32 filesystem of course on win98) &#8211; so I do a few disk checks.  Scandisk says everything is okay, so I tried a smart test from a linux livecd.  That seemed to declare the hard drive healthy with no current/previous failures, so I moved onto a full read/write test to see if there were any badblocks on the drive.  Again, all came up as clean.</p>
<p>So, the message came up again and this time I turned my attention to the system memory.  I ran memtest and all was reported as being okay, then I ran the Windows Memory testing utility, again all came up as good and healthy.  The system had 64MB of memory.</p>
<p>Now, I&#8217;ve seen bad memory manage to pass the memory test utilities before.  With this system it sounded like the error message was more likely first thing in the day, then after a reboot it was fine, so I suspected there might be some &#8220;cold boot&#8221; issue with the memory that I wasn&#8217;t getting an opportunity to really test, so I decided the simplest thing to do was to swap the memory and just see if things happened again.</p>
<p>So, I had some used memory (128MB) that we had pulled from another machine there that I used in place of the 64MB installed.  It&#8217;s been a few months now and from what I hear there aren&#8217;t the random startup errors like we saw previously (and of course performance has improved.)</p>
<p>I had told them that if that didn&#8217;t solve things we&#8217;d just need to look at a replacement machine (which is still on the horizon, but now has been delayed a bit longer.)</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1624&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2008/07/14/exception-oe-has-occured-at-0028c004ea3a-in-vxd-vcache01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strange Google Calendar Glitch with Multiple Calendars</title>
		<link>http://www.averyjparker.com/2008/06/09/strange-google-calendar-glitch-with-multiple-calendars/</link>
		<comments>http://www.averyjparker.com/2008/06/09/strange-google-calendar-glitch-with-multiple-calendars/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 15:53:33 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[Google calendar problem]]></category>
		<category><![CDATA[multiple google calendars]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/?p=1630</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
I use Google Calendar for most everything I do. Since I have a number of different jobs I have a tendency to break things down into individual calendars. So I have my personal calendar events, my computer work, my piano schedule, Church. Each of these are in separate calendars within my Google Calendar account. So, [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>I use Google Calendar for most everything I do.  Since I have a number of different jobs I have a tendency to break things down into individual calendars.  So I have my personal calendar events, my computer work, my piano schedule, Church.  Each of these are in separate calendars within my Google Calendar account.  So, usually when I go to add an item I get a drop down box in the dialog  box that let&#8217;s me choose which calendar to put the task in.</p>
<p>Today that vanished.</p>
<p><span id="more-1630"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>I don&#8217;t know why and I don&#8217;t know where.  I worked with my calendar as normal today letting every new appointment go into my personal calendar which became quite annoying.</p>
<p>So, I started poking around the settings to see if something had changed.  Nothing seemed different.  I navigated to the list of calendars.  I didn&#8217;t want to share any of them.  I clicked on the Church calendar to see the dialog to change settings related to that and didn&#8217;t make a change.  I clicked to create an appointment again and the drop down list was back!!! &#8211; Only two calendars to choose from &#8211; Church and personal&#8230;. hmmm</p>
<p>So I went back to the calendar settings page and clicked to &#8220;look&#8221; at the settings for each calendar and now I&#8217;ve got all the choices back.</p>
<p>That was strange&#8230;.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1630&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2008/06/09/strange-google-calendar-glitch-with-multiple-calendars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mail Server Rejecting all Messages &#8211; Check your Blacklists relays.ordb.org is listing the WORLD</title>
		<link>http://www.averyjparker.com/2008/03/31/mail-server-rejecting-all-messages-check-your-blacklists-relaysordborg-is-listing-the-world/</link>
		<comments>http://www.averyjparker.com/2008/03/31/mail-server-rejecting-all-messages-check-your-blacklists-relaysordborg-is-listing-the-world/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 03:18:19 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[RBL]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[blacklist]]></category>
		<category><![CDATA[invalid recipient]]></category>
		<category><![CDATA[mailserver]]></category>
		<category><![CDATA[mdaemon]]></category>
		<category><![CDATA[open relay database]]></category>
		<category><![CDATA[ordb]]></category>
		<category><![CDATA[rejecting mail]]></category>
		<category><![CDATA[relays]]></category>
		<category><![CDATA[relays.ordb.org]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2008/03/31/mail-server-rejecting-all-messages-check-your-blacklists-relaysordborg-is-listing-the-world/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
It&#8217;s unusual for mail servers to suddenly start rejecting messages internally and from external sources. That&#8217;s exactly what I saw though over the weekend. A mailserver running mdaemon on Windows 2000 was rejected ALMOST every message that was sent it&#8217;s way whether it was an internal mail sender and recipient or external sender to internal [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>It&#8217;s unusual for mail servers to suddenly start rejecting messages internally and from external sources.  That&#8217;s exactly what I saw though over the weekend.  A mailserver running mdaemon on Windows 2000 was rejected ALMOST every message that was sent it&#8217;s way whether it was an internal mail sender and recipient or external sender to internal recipient.  The really interesting things was to see a message sporadically succeed.  This problem was with mdaemon, but could have occured with ANY mail server.  Here&#8217;s why&#8230;</p>
<p><span id="more-1617"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>It sounds like the problem started March 27th around 5 AM or so, as I was told.  I logged in remotely and manually attempted to send a message (telnet) and was immediately told invalid recipient after entering what I knew was a correct email address.  I tried a second time and it accepted the recipient.  Then, I tested further every further test failed.  So, I researched mdaemon, I discovered that it has an adaptive spam filtering which can be enabled that essentially locks out a mail sender after receiving attempts to deliver to 3 non-existent addresses from that sender.  (I was further informed that a system had been virus infected which made me suspicious that this could be what happened&#8230;)</p>
<p>Anyway, when I actually got to look at the server setup I saw the logging of mail transactions and started looking through.  It looked as though there were two blacklists setup, relays.ordb.org and bl.spamcop.net</p>
<p>Hmmm&#8230; I&#8217;ve used blacklists before and was thinking I haven&#8217;t been using relays.ordb.org (the open relay database) lately.  I wonder why&#8230; I can&#8217;t recall.  So, I googled and discovered that the ordb was shutting down.  But that was announced a year or so ago.  Why would that start causing trouble now?</p>
<p>I continued my search and found&#8230;. from <a href="http://www.dnsbl.com/2007/02/status-of-relaysordborg-dead.html">this site</a></p>
<blockquote><p>
3/26/08 Update: ORDB has &#8220;listed the entire world&#8221; &#8212; returning any query with a &#8220;listed&#8221; response. The result is that if you still have ORDB in your mail server config files, you&#8217;re now blocking 100% of your inbound mail. For anyone still trying to &#8220;use&#8221; ORDB, you&#8217;re not going to receive any inbound mail until you disable queries to it.</p></blockquote>
<p>Ah!  Disabled black list &#8211; restarted mail server &#8211; mail starts coming in. Now, I remember hurrying to remove it from all the mail servers that I administer when the news first came out.  (This is a machine that someone else setup/configured and took care of.)</p>
<p>So, moral of the story to those using blacklists &#8211; it is good to stay informed of their current status.  The occasional successful mail deliveries appeared to be caused by timeouts in looking up the sender in the database.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1617&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2008/03/31/mail-server-rejecting-all-messages-check-your-blacklists-relaysordborg-is-listing-the-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer Mandatory Update</title>
		<link>http://www.averyjparker.com/2008/02/04/internet-explorer-mandatory-update/</link>
		<comments>http://www.averyjparker.com/2008/02/04/internet-explorer-mandatory-update/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 13:48:05 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Software]]></category>
		<category><![CDATA[Windows Tech Support]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[Update Rollup Packages]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[Windows Genuine Validation]]></category>
		<category><![CDATA[WSUS]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2008/02/04/internet-explorer-mandatory-update/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
Internet Explorer 7 is going to be an automatic upgrade through WSUS (Windows Server Update Services) on February 12. This was announced last fall, but is now about to become reality. According to Microsoft there will no longer be a requirement to prove the copy of Windows installing IE7 is legitimate. Windows Genuine Validation would [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>Internet Explorer 7 is going to be an automatic upgrade through WSUS (Windows Server Update Services) on February 12.  This was announced last fall, but is now about to become reality.  According to Microsoft there will no longer be a requirement to prove the copy of Windows installing IE7 is legitimate.  Windows Genuine Validation would have prevented the install on copies of Windows that were not officially licensed.  Many of those &#8220;not officially licensed&#8221; copies are pirated, but there have been problems with the reliability of Windows Genuine Validation.  Some users have reported legitimate copies of Windows failing the test in the past.  So how do you avoid Internet Explorer 7?</p>
<p><span id="more-1589"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>Companies using WSUS that want to avoid the auto rollout will need to disable the auto-approval of Update Rollup Packages.  </p>
<p>Ultimately, the reason for the forced update is enhanced security.  Internet Explorer 7 is more secure than it&#8217;s predecessor.  So why would people want to decline the update?  I know many find the new user interface a bit disorienting, but there is a more significant reason some have avoided IE7.  The most crucial reason I&#8217;ve seen people avoid it is compatibility problems with their software.  At one point some versions of Quickbooks did not get along well with Internet Explorer 7 for example.  It&#8217;s always good to find a &#8220;test system&#8221; to test such updates on.  (Especially if you&#8217;re making upgrades to a business critical machine.)</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1589&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2008/02/04/internet-explorer-mandatory-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AT&amp;T rbl block inquiry site</title>
		<link>http://www.averyjparker.com/2008/01/21/att-rbl-block-inquiry-site/</link>
		<comments>http://www.averyjparker.com/2008/01/21/att-rbl-block-inquiry-site/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 13:39:45 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[RBL]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[DIRECTLY]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[the end]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2008/01/21/att-rbl-block-inquiry-site/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
First, I guess I should give a primer, what&#8217;s an RBL? RBL stands for Realtime Black List (or Realtime Block List depending on who you talk to.) The idea is there are machines that either 1) have no business DIRECTLY trying to deliver a mail message to a legitimate mail server or 2) are known [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>First, I guess I should give a primer, what&#8217;s an RBL?  RBL stands for Realtime Black List (or Realtime Block List depending on who you talk to.)  The idea is there are machines that either 1) have no business DIRECTLY trying to deliver a mail message to a legitimate mail server or 2) are known to spew out junk mail, or viruses or other bad content.  So, many service providers make use of blacklists to decline messages from suspect machines.  In some cases these lists are cultivated in house, in other cases people make use of various publicly available lists online.</p>
<p>But&#8230;</p>
<p><span id="more-1556"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "5441245651";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>These lists block IP addresses from sending mail, what if you&#8217;re webhost is simply forwarding mail on to your ISP account and the ISP then blames your webhost&#8217;s machine for this spam?  Or more likely, what if your website is sharing an IP address with other websites (Name based hosting) and one of those is sending out junk.  Or, even still&#8230; your ISP decides it&#8217;s time to launch a new outbound mail machine and they pull an address from a block of addresses that used to be reserved for dial up users.  In any of these cases, the end result is your mail doesn&#8217;t get from point A (you) to point B (your recipient), and the machine along the way rejects the message.</p>
<p>So&#8230; several weeks ago I ran into problems with mail FROM bellsouth(at&#038;t) mailservers getting blocked due to the ip&#8217;s of the mail servers formerly being in the dynamic ip space&#8230;. </p>
<p>well I also ran into problems with AT&#038;T (@bellsouth.net address) blocking inbound mail from a particular site and was lucky enough to be helped with the following link <a href="http://www.att.net/general-info/mail_info/block_inquiry.html" class="broken_link" rel="nofollow">where you can request delisting from AT&#038;T&#8217;s blacklist.</a>  It&#8217;s a handy link to have on hand.  I&#8217;ve needed it once again for another site since the first inquiry I sent to AT&#038;T.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>

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

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

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

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1579&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2007/12/07/hard-drive-testing-utilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home Asterisk system VOIP adding phone lines</title>
		<link>http://www.averyjparker.com/2007/12/07/home-asterisk-system-voip-adding-phone-lines/</link>
		<comments>http://www.averyjparker.com/2007/12/07/home-asterisk-system-voip-adding-phone-lines/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 22:42:08 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Software]]></category>
		<category><![CDATA[Linux Tech Support]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[VOIP]]></category>
		<category><![CDATA[Home Asterisk]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2007/12/07/home-asterisk-system-voip-adding-phone-lines/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
I&#8217;m tempted many times to setup an asterisk system at the house &#8211; and use VOIP for additional lines. Here&#8217;s an article on asterisk the easy way., telaisp has good deals on residential voip service.]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>I&#8217;m tempted many times to setup an asterisk system at the house &#8211; and use VOIP for additional lines.  <a href="http://www.freesoftwaremagazine.com/articles/asterisk_the_easy_way">Here&#8217;s an article on asterisk the easy way.</a>,  <a href="http://www.telasip.com/residential-voip-service.html">telaisp has good deals on residential voip service.</a></p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1578&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2007/12/07/home-asterisk-system-voip-adding-phone-lines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

