<?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>Simplysimple.info &#187; Troubleshooting</title>
	<atom:link href="http://www.simplysimple.info/category/computer-it-related-stuff/trouble-shooting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simplysimple.info</link>
	<description>Only few things really matter...</description>
	<lastBuildDate>Sat, 24 Dec 2011 08:11:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Recovering from a broken array : Ubuntu Software RAID</title>
		<link>http://www.simplysimple.info/recovering-broken-array-ubuntu-software-raid/</link>
		<comments>http://www.simplysimple.info/recovering-broken-array-ubuntu-software-raid/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 09:44:34 +0000</pubDate>
		<dc:creator>Benjy</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://simplysimple.info/?p=3419</guid>
		<description><![CDATA[Rebuilding your software RAID 1 array after replacing a failed disk<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.simplysimple.info/installing-ubuntu-server-hardware-raid/" rel="bookmark">Installing Ubuntu Server on hardware RAID</a><!-- (22.3)--></li>
		<li><a href="http://www.simplysimple.info/ubuntu-server-10-04-lts-installation/" rel="bookmark">Ubuntu Server 10.04 LTS Installation</a><!-- (17.1)--></li>
		<li><a href="http://www.simplysimple.info/syncing-data-ubuntu-servers-rsync/" rel="bookmark">Syncing data between two Ubuntu servers using rsync</a><!-- (14.1)--></li>
		<li><a href="http://www.simplysimple.info/what-is-a-server/" rel="bookmark">What is a server?</a><!-- (13.2)--></li>
		<li><a href="http://www.simplysimple.info/accelerated-browsing-squid-ubuntu/" rel="bookmark">Accelerated browsing through Squid on Ubuntu</a><!-- (13.1)--></li>
		<li><a href="http://www.simplysimple.info/setting-up-automated-backups-for-mysql-on-linux/" rel="bookmark">Setting up automated backups for MySQL on Linux</a><!-- (13)--></li>
		<li><a href="http://www.simplysimple.info/tomcat6-ubuntu-server-904/" rel="bookmark">Using Tomcat6 on Ubuntu Server</a><!-- (12.6)--></li>
		<li><a href="http://www.simplysimple.info/backing-up-your-data/" rel="bookmark">Backing up your data</a><!-- (11)--></li>
		<li><a href="http://www.simplysimple.info/installing-tata-photon-ubuntu-10/" rel="bookmark">Installing the Tata Photon plus on ubuntu 10</a><!-- (10.9)--></li>
		<li><a href="http://www.simplysimple.info/moving-your-wordpress-blog/" rel="bookmark">Moving your WordPress blog</a><!-- (10.8)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[
<!-- using Like-Button-Plugin-For-Wordpress [v4.5.2] | by Stefan Natter (http://www.gb-world.net) -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.simplysimple.info/recovering-broken-array-ubuntu-software-raid/&amp;layout=button_count&amp;show_faces=true&amp;width=250&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=100&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:250px; height:100px"></iframe>
<!-- using Like-Button-Plugin-For-Wordpress [v4.5.2] | by Stefan Natter (http://www.gb-world.net) -->
<p style="text-align: justify;">I have been using software RAID ( level 1) on our cheaper IBM tower servers which did not come with a RAID controller. This time when my ancient laptop failed for the umpteenth time, I gave up and decided to use one of our redundant servers which once ran Debian&#8217;s E-box as my Desktop.   This model is an IBM xSeries 206m tower with two 160Gb SATA drives. <span id="more-3419"></span>Since I&#8217;d be  doing a lot of experimenting with various server technologies, I chose to install Ubuntu 10.04 LTS Server on it. Since it needed to double up as my personal machine too, I did a<span style="color: #0000ff;"> <em>sudo apt-get install ubuntu-desktop</em></span> to get a GUI onto it. A couple of distribution updates later I had my desktop showing up as <span style="color: #ff6600;">Ubuntu 11.04 ,Natty Narwhal</span>.  However doing a <code><em><span style="color: #0000ff;">cat /etc/lsb-release</span></em> </code>shows&#8230;</p>
<p style="text-align: justify;"><span style="color: #ff6600;">DISTRIB_ID=Ubuntu<br />
DISTRIB_RELEASE=10.10<br />
DISTRIB_CODENAME=maverick<br />
DISTRIB_DESCRIPTION=&#8221;Ubuntu 10.10&#8243;</span></p>
<p style="text-align: justify;">&#8230;So I&#8217;m not sure which version of Ubuntu this post should be attributed to, anyway, when I came in this morning, my system was dead with one of the IBM hard disks making a clicking sound. I expected as usual to be presented with  something like &#8220;your RAID array has been degraded do you want to continue? y/n&#8221; but somehow, I was shown a blank screen -sometimes alternating with the Ubuntu GUI loader in horrible colors. By the time I was shown a y/n prompt, it had already timed out, defaulted to no and dropped me to a busy box. After a few reboots with the same result, I rebooted my &#8220;server-desktop&#8221; with the server installation disk in the drive.</p>
<p style="text-align: justify;">I booted to recovery mode from the Ubuntu Server CD and got to a shell and by running <em><span style="color: #3366ff;">cat /proc/mdstat</span></em> I figured out that out of my sda and sdb hard disks the sda disk had failed as it was missing from the list. So here is what you need to do to recover from a disk failure in one of your RAID  arrays or rather what worked for me.</p>
<p style="text-align: justify;">Run <em><span style="color: #0000ff;">mdadm &#8211;remove /dev/md1 /dev/sda</span></em> <span style="color: #008000;">[Replace the values <span style="color: #ff00ff;">md1</span> and <span style="color: #ff00ff;">sda</span> with that of your broken array and damaged disk ]</span></p>
<p style="text-align: justify;">Repeat this for any other array that uses the damaged disk (sda here) and then shut down the server</p>
<p style="text-align: justify;">Replace the damaged drive with an identical spare, boot to recovery mode using the server CD again and use fdisk to list the partitions on the disk containing your data.</p>
<p style="text-align: justify;"><em><span style="color: #3366ff;">fdisk /dev/sdb                             <span style="color: #008080;">[Replace <span style="color: #ff00ff;">sdb</span> with that of your old hard disk -the one containing your mirrored data]</span><br />
</span></em></p>
<p style="text-align: justify;"><em><span style="color: #3366ff;">p</span></em> (to dump the partition table)</p>
<p style="text-align: left;"><span style="color: #ff6600;">Disk /dev/sdb: 160.0 GB, 160041885696 bytes<br />
255 heads, 63 sectors/track, 19457 cylinders<br />
Units = cylinders of 16065 * 512 = 8225280 bytes<br />
Sector size (logical/physical): 512 bytes / 512 bytes<br />
I/O size (minimum/optimal): 512 bytes / 512 bytes<br />
Disk identifier: 0x7a4d7a4d</span></p>
<p style="text-align: left;"><span style="color: #ff0000;">Device          Boot      Start         End         Blocks              Id  System<br />
/dev/sdb1                  1                 973       7815591          fd  Linux raid autodetect<br />
/dev/sdb2      *         974           19457   148472730         fd  Linux raid autodetect</span></p>
<p style="text-align: justify;"><span style="color: #ff6600;"><span style="color: #ff0000;"><span style="color: #333333;">Note down the information corresponding to the information shown above in red. You will need it for the next step.</span></span></span></p>
<p style="text-align: justify;"><span style="color: #ff6600;"><span style="color: #ff0000;"><span style="color: #333333;">Next do a </span></span></span><em><span style="color: #0000ff;">fdisk /dev/sda</span> <span style="color: #008080;"> [Replace <span style="color: #ff00ff;">sda</span> here with your new hard disk]</span></em></p>
<p style="text-align: justify;">Create new partitions on the new hard disk by pressing <em><span style="color: #008000;">n</span></em> at the fdisk prompt.  Note down the partition numbers as you create them and use the same start/end blocks (which you noted down earlier) as that of your working older hard disk.</p>
<p style="text-align: justify;">Change the partition id by pressing <em><span style="color: #008000;">t</span></em> and type <span style="color: #008000;"><em>fd</em></span> so that the partition type matches that of your old disk.  Next press <em><span style="color: #008000;">a</span></em> to toggle the bootable flag of your partition that needs to be made bootable and give it the appropriate partition number (which you noted down when creating partitions).</p>
<p style="text-align: justify;">Press <span style="color: #0000ff;"><em>w</em></span> to write out the partition table and exit fdisk.</p>
<p style="text-align: justify;"><span style="color: #3366ff;"><span style="color: #333333;">Next do a</span> </span><em><span style="color: #3366ff;">fdisk /dev/sda </span> <span style="color: #008000;"> [Replace <span style="color: #ff00ff;">sda</span> with that of your new hard disk] </span></em><span style="color: #000000;">again</span><em><span style="color: #008000;"> </span></em><span style="color: #008000;"><span style="color: #333333;">and</span></span><em><span style="color: #008000;"> <span style="color: #0000ff;">p</span> </span></em><span style="color: #333333;">t</span><span style="color: #008000;"><span style="color: #333333;">o verify that the settings you put have been committed by fdisk and match that of your older working hard disk.You should find a <span style="color: #ff6600;">*</span> after the partition you set bootable.</span></span></p>
<p style="text-align: justify;">Now we can add the new disk to the array with the command <span style="color: #0000ff;"><em>mdadm &#8211;add /dev/md1 /dev/sda2</em></span> <span style="color: #339966;">[Replace <span style="color: #ff00ff;">md1 </span>and <span style="color: #ff00ff;">sda2</span> with the values of your previously broken array and damaged disk partition]</span></p>
<p style="text-align: justify;">Do this for any other RAID partitions that you have which were using the damaged disk and reboot.</p>
<p style="text-align: justify;">If your server does not start up, your bootloader was probably located on the MBR of the disk that you replaced. If this is the case, boot again through the recovery disk. At some point you will be asked whether you want to activate the existing RAID configuration. On choosing yes, you should see sustained hard disk activity, which indicates that the mirroring has started. From the recovery options, choose to rewrite the GRUB bootloader onto the MBR of your first hard disk. Rebooting now without the recovery disk should get your server up.</p>
<p style="text-align: justify;">Typing cat /proc/mdstat at a terminal should show you the progress of the mirroring process.</p>
<p style="text-align: justify;"><span style="color: #ff6600;"><span style="color: #800000;">benjy@rabid-rover:~$</span> <span style="color: #0000ff;">cat /proc/mdstat</span><br />
Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10]<br />
md2 : active raid1 sdb1[1]<br />
7815488 blocks [2/1] [_U]</span></p>
<p style="text-align: justify;"><span style="color: #ff6600;">md1 : active raid1 sdb2[1] sda2[2]<br />
148472640 blocks [2/1] [_U]<br />
<span style="color: #ff0000;">[=========&gt;...........]  recovery = 45.6% (67775488/148472640) finish=35.4min speed=37981K/sec</span></span></p>
<p style="text-align: justify;"><span style="color: #ff6600;">unused devices: &lt;none&gt;</span></p>
<p style="text-align: justify;"><span style="color: #ff6600;"><span style="color: #333333;">This is what worked for me. Hope it works for you too. I was glad to see my data and installed applications once again!</span></span></p>
<p style="text-align: justify;"><span style="color: #ff6600;"><span style="color: #333333;"><span style="color: #cc99ff;"><strong>Note :</strong></span> Once the mirroring is complete, the </span></span><span style="color: #ff00ff;">_U</span> showing in the line above the progress will change to <span style="color: #ff00ff;">U</span>. In my case I&#8217;ve left the swap partitions (which was using a RAID array too) degraded as I plan to activate them as discrete swap spaces with the same priority to obtain a high performance swap partition. There is no point mirroring the swap as there is no useful data in it from a users point of view.</p>
<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.simplysimple.info%2Frecovering-broken-array-ubuntu-software-raid%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=recommend&amp;colorscheme=light&amp;height=35' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:450px; height:35px' allowTransparency='true'></iframe><div class="evernoteSiteMemory"><a href="javascript:" onclick="Evernote.doClip({title: 'Recovering from a broken array : Ubuntu Software RAID on Simplysimple.info',url: 'http://www.simplysimple.info/recovering-broken-array-ubuntu-software-raid/',contentID: 'post-3419',suggestTags: 'Linux,open source,Server,software,ubuntu',providerName: 'Simplysimple.info',styling: 'text' });return false" class="evernoteSiteMemoryLink"><img src="http://static.evernote.com/article-clipper-remember.png" class="evernoteSiteMemoryButton" />
				</a>				<div class="evernoteSiteMemoryClear">&nbsp;</div>
</div><h3>Related Posts</h3>
<ol>
		<li><a href="http://www.simplysimple.info/installing-ubuntu-server-hardware-raid/" rel="bookmark">Installing Ubuntu Server on hardware RAID</a><!-- (22.3)--></li>
		<li><a href="http://www.simplysimple.info/ubuntu-server-10-04-lts-installation/" rel="bookmark">Ubuntu Server 10.04 LTS Installation</a><!-- (17.1)--></li>
		<li><a href="http://www.simplysimple.info/syncing-data-ubuntu-servers-rsync/" rel="bookmark">Syncing data between two Ubuntu servers using rsync</a><!-- (14.1)--></li>
		<li><a href="http://www.simplysimple.info/what-is-a-server/" rel="bookmark">What is a server?</a><!-- (13.2)--></li>
		<li><a href="http://www.simplysimple.info/accelerated-browsing-squid-ubuntu/" rel="bookmark">Accelerated browsing through Squid on Ubuntu</a><!-- (13.1)--></li>
		<li><a href="http://www.simplysimple.info/setting-up-automated-backups-for-mysql-on-linux/" rel="bookmark">Setting up automated backups for MySQL on Linux</a><!-- (13)--></li>
		<li><a href="http://www.simplysimple.info/tomcat6-ubuntu-server-904/" rel="bookmark">Using Tomcat6 on Ubuntu Server</a><!-- (12.6)--></li>
		<li><a href="http://www.simplysimple.info/backing-up-your-data/" rel="bookmark">Backing up your data</a><!-- (11)--></li>
		<li><a href="http://www.simplysimple.info/installing-tata-photon-ubuntu-10/" rel="bookmark">Installing the Tata Photon plus on ubuntu 10</a><!-- (10.9)--></li>
		<li><a href="http://www.simplysimple.info/moving-your-wordpress-blog/" rel="bookmark">Moving your WordPress blog</a><!-- (10.8)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.simplysimple.info/recovering-broken-array-ubuntu-software-raid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taking screenshots with Lightscreen</title>
		<link>http://www.simplysimple.info/taking-screenshots-lightscreen/</link>
		<comments>http://www.simplysimple.info/taking-screenshots-lightscreen/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 08:56:13 +0000</pubDate>
		<dc:creator>Benjy</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Window$]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://simplysimple.info/?p=2600</guid>
		<description><![CDATA[Screenshots are an important part of IT support. Whether it be for documentation from the IT persons end or the screenshot which an end user sends to the service technician which eases understanding of the problem or the error message as the scope for misunderstanding is reduced to zero. Taking screenshots however is not as [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.simplysimple.info/solved-jre-persistent-annoying-printing-prompt/" rel="bookmark">[Solved] JRE persistent printing prompt</a><!-- (11.5)--></li>
		<li><a href="http://www.simplysimple.info/installing-tata-photon-ubuntu-10/" rel="bookmark">Installing the Tata Photon plus on ubuntu 10</a><!-- (11.4)--></li>
		<li><a href="http://www.simplysimple.info/setting-pop-email-zimbra/" rel="bookmark">Setting up POP email on Zimbra</a><!-- (11.4)--></li>
		<li><a href="http://www.simplysimple.info/moving-your-wordpress-blog/" rel="bookmark">Moving your WordPress blog</a><!-- (10.9)--></li>
		<li><a href="http://www.simplysimple.info/resolving-dat-attachments-outlook-entourage/" rel="bookmark">Solved: Attachments sent from Outlook or Entourage show as .dat files</a><!-- (9.6)--></li>
		<li><a href="http://www.simplysimple.info/setting-pop-email-common-clients/" rel="bookmark">Setting up POP email in various email clients</a><!-- (9.2)--></li>
		<li><a href="http://www.simplysimple.info/backing-up-your-data/" rel="bookmark">Backing up your data</a><!-- (9)--></li>
		<li><a href="http://www.simplysimple.info/setting-up-email-in-windows-mail-pop/" rel="bookmark">Setting up email in Windows Mail (POP)</a><!-- (8.7)--></li>
		<li><a href="http://www.simplysimple.info/setting-up-email-in-evolution-pop/" rel="bookmark">Setting up email in Evolution (POP)</a><!-- (8.6)--></li>
		<li><a href="http://www.simplysimple.info/his-installation-docs/" rel="bookmark">HIS/HMS Installation Docs</a><!-- (8.4)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[
<!-- using Like-Button-Plugin-For-Wordpress [v4.5.2] | by Stefan Natter (http://www.gb-world.net) -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.simplysimple.info/taking-screenshots-lightscreen/&amp;layout=button_count&amp;show_faces=true&amp;width=250&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=100&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:250px; height:100px"></iframe>
<!-- using Like-Button-Plugin-For-Wordpress [v4.5.2] | by Stefan Natter (http://www.gb-world.net) -->
<p style="text-align: justify;"><img class="alignleft size-thumbnail wp-image-2602" title="Capture6" src="http://simplysimple.info/wp-content/uploads/2010/09/Capture6-150x141.jpg" alt="" width="86" height="81" />Screenshots are an important part of IT support. Whether it be for documentation from the IT persons end or the screenshot which an end user sends to the service technician which eases understanding of the problem or the error message as the scope for misunderstanding is reduced to zero. Taking screenshots however is not as simple as it seems. <span id="more-2600"></span></p>
<div id="attachment_2604" class="wp-caption alignright" style="width: 191px"><img class="size-full wp-image-2604" title="Capture5" src="http://simplysimple.info/wp-content/uploads/2010/09/Capture5.jpg" alt="" width="181" height="120" /><p class="wp-caption-text">Run Lightscreen, Click on Options to configure and hide to minimize this window.</p></div>
<p style="text-align: justify;">In my IT career I&#8217;ve seen them all. Its not just the end users who submit unproductive screenshots, I&#8217;ve had my share of receiving screenshots from fellow IT managers which filled up my mailbox as each screenshot was around 5MB each. This was true especially when Windows had no screenshot tool and people pressed the appropriate key to take a screenshot and then pasted it into Microsoft Paint which saved it as a massive .bmp file by default. Some of the others  sent it pasted in a Word document which left me squinting as there was no reliable way of enlarging the embedded image to view the error message.</p>
<div id="attachment_2606" class="wp-caption alignleft" style="width: 289px"><img class="size-full wp-image-2606 " title="Capture" src="http://simplysimple.info/wp-content/uploads/2010/09/Capture.jpg" alt="" width="279" height="218" /><p class="wp-caption-text">The General Tab, where you specify the folder to save your screenshots. It is best to leave these at their default values</p></div>
<p style="text-align: justify;">On Linux it has been easy to take a screenshot. When you press either the printscreen key to take a screenshot of your full desktop, or the Alt + Printscreen key for taking the screenshot of an active window, the appropriate screenshot tool pops up by itself so all you need to do is save it in the format of your choice.</p>
<p style="text-align: justify;">For Windows, even though Vista and 7 have the  Snipping Tool for selecting an area of the screen to copy, in spite of it having erasing and highlighting features, I prefer using an Opensource tool called Lightscreen. Also the Home editions of Windows do not seem to come with the snipping tool. Lightscreen comes either packaged in a Windows installer or in the form of a stand alone zip file which can be run from any media without installation or the requiring of administrative priviliges on the system.</p>
<p style="text-align: justify;">You can download lightscreen from <a href="http://lightscreen.sourceforge.net/download" target="_blank">here</a>. Once you have downloaded the appropriate version install and run it.</p>
<div id="attachment_2608" class="wp-caption alignright" style="width: 235px"><img class="size-full wp-image-2608" title="Capture2" src="http://simplysimple.info/wp-content/uploads/2010/09/Capture2.jpg" alt="" width="225" height="176" /><p class="wp-caption-text">The Hot Keys Tab, Used to activate the keyboard shortcuts used to communicate with Lightscreen</p></div>
<p style="text-align: justify;">Once it is running, you should see a screen like the first screenshot. We need to configure Lightscreen once though, so click the  <span style="color: #ff6600;">options <span style="color: #000000;">button</span></span>.</p>
<p style="text-align: justify;">On the <span style="color: #ff6600;">General </span>Tab on the <span style="color: #ff6600;">Options </span>screen, Leave the default settings as they are. In case you want Lightscreen to startup with Windows, then you can select the checkbox <span style="color: #ff6600;">Run Lightscreen at system startup</span>.</p>
<p style="text-align: justify;">On the <span style="color: #ff6600;">Hotkeys </span>Tab, I usually selct all the check boxes. The text next to the checkboxes is self explanatory. Remember that the &#8220;<span style="color: #ff6600;">Print</span>&#8221; stands for the Print Screen button on the top right hand side of your keyboard.</p>
<p style="text-align: justify;">On the <span style="color: #ff6600;">Options </span>and the <span style="color: #ff6600;">Advanced </span>tabs, you can select the options that you are comfortable with. I usually do a lot of documentation, so I choose <span style="color: #ff6600;">Include the mouse cursor in the screenshot</span> in the <span style="color: #ff6600;">advanced </span>settings</p>
<p style="text-align: justify;">Thats it. Click on the <span style="color: #ff6600;">hide </span>button and you are good to go. Pressing the appropriate keys will now save the screenshot in your selected folder. No more annoying save prompts. All you now need to do is email them to the concerned person.</p>
<div id="attachment_2609" class="wp-caption aligncenter" style="width: 624px"><img class="size-full wp-image-2609 " title="screenshot.80" src="http://simplysimple.info/wp-content/uploads/2010/09/screenshot.80.jpg" alt="" width="614" height="461" /><p class="wp-caption-text">Here is what happens when you press the printscreen key - The whole of the screen is captured...</p></div>
<div id="attachment_2610" class="wp-caption aligncenter" style="width: 533px"><img class="size-full wp-image-2610" title="screenshot.8" src="http://simplysimple.info/wp-content/uploads/2010/09/screenshot.8.jpg" alt="" width="523" height="268" /><p class="wp-caption-text">The same screenshot with Alt + Printscreen. Note that only the active window was captured!</p></div>
<p style="text-align: justify;">
<p style="text-align: justify;">
<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.simplysimple.info%2Ftaking-screenshots-lightscreen%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=recommend&amp;colorscheme=light&amp;height=35' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:450px; height:35px' allowTransparency='true'></iframe><div class="evernoteSiteMemory"><a href="javascript:" onclick="Evernote.doClip({title: 'Taking screenshots with Lightscreen on Simplysimple.info',url: 'http://www.simplysimple.info/taking-screenshots-lightscreen/',contentID: 'post-2600',suggestTags: 'Linux,software,Windows',providerName: 'Simplysimple.info',styling: 'text' });return false" class="evernoteSiteMemoryLink"><img src="http://static.evernote.com/article-clipper-remember.png" class="evernoteSiteMemoryButton" />
				</a>				<div class="evernoteSiteMemoryClear">&nbsp;</div>
</div><h3>Related Posts</h3>
<ol>
		<li><a href="http://www.simplysimple.info/solved-jre-persistent-annoying-printing-prompt/" rel="bookmark">[Solved] JRE persistent printing prompt</a><!-- (11.5)--></li>
		<li><a href="http://www.simplysimple.info/installing-tata-photon-ubuntu-10/" rel="bookmark">Installing the Tata Photon plus on ubuntu 10</a><!-- (11.4)--></li>
		<li><a href="http://www.simplysimple.info/setting-pop-email-zimbra/" rel="bookmark">Setting up POP email on Zimbra</a><!-- (11.4)--></li>
		<li><a href="http://www.simplysimple.info/moving-your-wordpress-blog/" rel="bookmark">Moving your WordPress blog</a><!-- (10.9)--></li>
		<li><a href="http://www.simplysimple.info/resolving-dat-attachments-outlook-entourage/" rel="bookmark">Solved: Attachments sent from Outlook or Entourage show as .dat files</a><!-- (9.6)--></li>
		<li><a href="http://www.simplysimple.info/setting-pop-email-common-clients/" rel="bookmark">Setting up POP email in various email clients</a><!-- (9.2)--></li>
		<li><a href="http://www.simplysimple.info/backing-up-your-data/" rel="bookmark">Backing up your data</a><!-- (9)--></li>
		<li><a href="http://www.simplysimple.info/setting-up-email-in-windows-mail-pop/" rel="bookmark">Setting up email in Windows Mail (POP)</a><!-- (8.7)--></li>
		<li><a href="http://www.simplysimple.info/setting-up-email-in-evolution-pop/" rel="bookmark">Setting up email in Evolution (POP)</a><!-- (8.6)--></li>
		<li><a href="http://www.simplysimple.info/his-installation-docs/" rel="bookmark">HIS/HMS Installation Docs</a><!-- (8.4)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.simplysimple.info/taking-screenshots-lightscreen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vista Graphic drivers for the Intel D845EPI/D845 GVSR Motherboard</title>
		<link>http://www.simplysimple.info/vista-graphic-drivers-intel-d845epid845-gvsr-motherboard/</link>
		<comments>http://www.simplysimple.info/vista-graphic-drivers-intel-d845epid845-gvsr-motherboard/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 06:05:49 +0000</pubDate>
		<dc:creator>Benjy</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Window$]]></category>
		<category><![CDATA[Driver]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://simplysimple.info/?p=2508</guid>
		<description><![CDATA[Installing Graphic drivers for the Intel D845EPI/D845 GVSR Motherboard on Windows Vista<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.simplysimple.info/installing-hp-network-laser-vista/" rel="bookmark">Installing an HP Network Laser on Vista without using HP&#8217;s installer</a><!-- (17.8)--></li>
		<li><a href="http://www.simplysimple.info/drivers-hp-dv2214tu/" rel="bookmark">Drivers for the HP DV2214TU</a><!-- (12.4)--></li>
		<li><a href="http://www.simplysimple.info/installing-tata-photon-ubuntu-10/" rel="bookmark">Installing the Tata Photon plus on ubuntu 10</a><!-- (12)--></li>
		<li><a href="http://www.simplysimple.info/how-a-computer-works/" rel="bookmark">How a computer works</a><!-- (11.9)--></li>
		<li><a href="http://www.simplysimple.info/setting-pop-email-zimbra/" rel="bookmark">Setting up POP email on Zimbra</a><!-- (11)--></li>
		<li><a href="http://www.simplysimple.info/suppressing-read-receipts-outlook-2003/" rel="bookmark">Suppressing read receipts in Outlook 2003</a><!-- (10.7)--></li>
		<li><a href="http://www.simplysimple.info/outlook-express-6-restore/" rel="bookmark">Outlook Express 6 Restore</a><!-- (10.2)--></li>
		<li><a href="http://www.simplysimple.info/moving-your-wordpress-blog/" rel="bookmark">Moving your WordPress blog</a><!-- (10.1)--></li>
		<li><a href="http://www.simplysimple.info/solved-error-accessing-shared-folder-windows-xp-computers/" rel="bookmark">Solved: Error accessing a shared folder between two Windows computers</a><!-- (10)--></li>
		<li><a href="http://www.simplysimple.info/backing-up-and-restoring-outlook-2007/" rel="bookmark">Backing up and restoring Outlook 2003 &#038; 2007</a><!-- (9.8)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[
<!-- using Like-Button-Plugin-For-Wordpress [v4.5.2] | by Stefan Natter (http://www.gb-world.net) -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.simplysimple.info/vista-graphic-drivers-intel-d845epid845-gvsr-motherboard/&amp;layout=button_count&amp;show_faces=true&amp;width=250&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=100&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:250px; height:100px"></iframe>
<!-- using Like-Button-Plugin-For-Wordpress [v4.5.2] | by Stefan Natter (http://www.gb-world.net) -->
<p>Hardware and Software vendors push you to keep updating your hardware and software. Time and again business users, who have no interest in playing this catch up game, but in maximizing their investment get caught up in this net. Non profit organizations fall into this same category. When we upgraded  our last remaining pentium 4 computer from Windows XP to Vista Business, I didn&#8217;t know that I was in a for a nasty VGA surprise. ..<span id="more-2508"></span>When I went to Intel&#8217;s site, the drivers were available only for XP. I sincerely hoped that Vista would figure out what to do and have a compatible generic VGA driver which would give me at least an 800 x 600 resolution with a decent number of colors. This apparently did not happen. It would either display in 640 x 480 at 16 colors or at 800 x 600 which was even worse that 16 colors and not even the borders of the buttons were visible anymore, so operating the computer was more of click and miss. I was left with 5 options&#8230;</p>
<ul>
<li>Downgrade Windows to Windows XP</li>
<li>Buy a new motherboard or Desktop</li>
<li>Try and find a compatible driver</li>
<li>Buy a PCI or AGP card for the board</li>
<li>Switch to Ubuntu Linux</li>
</ul>
<p>The first was not very feasible as that meant spending a lot of money + tax on a new copy of Windows XP. (It isn&#8217;t very comforting to know that we need to buy a FPP -read as more expensive)</p>
<p>The second was the last &#8220;fail-safe&#8221; option -plan B. The third option was the only one left out as the accounting package that needed to be run would not run on Linux and finding a compatible graphics card would be an equally daunting task.  Step 3 is documented here in the hope that some other user not wanting to upgrade this Intel board could use them. So here we go!</p>
<p>Right click &#8220;<span style="color: #008080;">My Computer</span>&#8220;, click on <span style="color: #008080;">Properties </span>and then &#8220;<span style="color: #008080;">Device Manager</span>&#8221;</p>
<p style="text-align: center;">
<div id="attachment_2510" class="wp-caption aligncenter" style="width: 624px"><img class="size-full wp-image-2510  " title="Untitled2" src="http://simplysimple.info/wp-content/uploads/2010/09/Untitled2.jpg" alt="" width="614" height="492" /><p class="wp-caption-text">Right click your &quot;Standard VGA&quot; device under Display adapters and click on properties. Select the Driver Tab and click on Update driver.</p></div>
<div id="attachment_2511" class="wp-caption aligncenter" style="width: 627px"><img class="size-full wp-image-2511" title="Untitled3" src="http://simplysimple.info/wp-content/uploads/2010/09/Untitled3.jpg" alt="" width="617" height="443" /><p class="wp-caption-text">Select, &quot;Browse my computer for Driver software&quot;</p></div>
<div id="attachment_2512" class="wp-caption aligncenter" style="width: 633px"><img class="size-full wp-image-2512" title="Untitled4" src="http://simplysimple.info/wp-content/uploads/2010/09/Untitled4.jpg" alt="" width="623" height="455" /><p class="wp-caption-text">Select, &quot;Let me pick from alist of Device Drivers on my computer&quot;</p></div>
<div id="attachment_2513" class="wp-caption aligncenter" style="width: 634px"><img class="size-full wp-image-2513" title="Untitled5" src="http://simplysimple.info/wp-content/uploads/2010/09/Untitled5.jpg" alt="" width="624" height="452" /><p class="wp-caption-text">Un-check &quot;Show compatible Hardware&quot; and Click on Intel Corporation in the Left Pane and the &quot;82852/82855 GM/GME Graphics controller &quot; Driver in the right pane and click Next</p></div>
<div id="attachment_2514" class="wp-caption aligncenter" style="width: 635px"><img class="size-full wp-image-2514" title="Untitled6" src="http://simplysimple.info/wp-content/uploads/2010/09/Untitled6.jpg" alt="" width="625" height="451" /><p class="wp-caption-text">Finish the Driver install and restart your computer</p></div>
<div id="attachment_2515" class="wp-caption aligncenter" style="width: 547px"><img class="size-full wp-image-2515" title="Untitled" src="http://simplysimple.info/wp-content/uploads/2010/09/Untitled.jpg" alt="" width="537" height="212" /><p class="wp-caption-text">Your Display Adapter name should now have changed and it should now show you the new driver you installed</p></div>
<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.simplysimple.info%2Fvista-graphic-drivers-intel-d845epid845-gvsr-motherboard%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=recommend&amp;colorscheme=light&amp;height=35' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:450px; height:35px' allowTransparency='true'></iframe><div class="evernoteSiteMemory"><a href="javascript:" onclick="Evernote.doClip({title: 'Vista Graphic drivers for the Intel D845EPI/D845 GVSR Motherboard on Simplysimple.info',url: 'http://www.simplysimple.info/vista-graphic-drivers-intel-d845epid845-gvsr-motherboard/',contentID: 'post-2508',suggestTags: 'Driver,installation,Setup,Windows',providerName: 'Simplysimple.info',styling: 'text' });return false" class="evernoteSiteMemoryLink"><img src="http://static.evernote.com/article-clipper-remember.png" class="evernoteSiteMemoryButton" />
				</a>				<div class="evernoteSiteMemoryClear">&nbsp;</div>
</div><h3>Related Posts</h3>
<ol>
		<li><a href="http://www.simplysimple.info/installing-hp-network-laser-vista/" rel="bookmark">Installing an HP Network Laser on Vista without using HP&#8217;s installer</a><!-- (17.8)--></li>
		<li><a href="http://www.simplysimple.info/drivers-hp-dv2214tu/" rel="bookmark">Drivers for the HP DV2214TU</a><!-- (12.4)--></li>
		<li><a href="http://www.simplysimple.info/installing-tata-photon-ubuntu-10/" rel="bookmark">Installing the Tata Photon plus on ubuntu 10</a><!-- (12)--></li>
		<li><a href="http://www.simplysimple.info/how-a-computer-works/" rel="bookmark">How a computer works</a><!-- (11.9)--></li>
		<li><a href="http://www.simplysimple.info/setting-pop-email-zimbra/" rel="bookmark">Setting up POP email on Zimbra</a><!-- (11)--></li>
		<li><a href="http://www.simplysimple.info/suppressing-read-receipts-outlook-2003/" rel="bookmark">Suppressing read receipts in Outlook 2003</a><!-- (10.7)--></li>
		<li><a href="http://www.simplysimple.info/outlook-express-6-restore/" rel="bookmark">Outlook Express 6 Restore</a><!-- (10.2)--></li>
		<li><a href="http://www.simplysimple.info/moving-your-wordpress-blog/" rel="bookmark">Moving your WordPress blog</a><!-- (10.1)--></li>
		<li><a href="http://www.simplysimple.info/solved-error-accessing-shared-folder-windows-xp-computers/" rel="bookmark">Solved: Error accessing a shared folder between two Windows computers</a><!-- (10)--></li>
		<li><a href="http://www.simplysimple.info/backing-up-and-restoring-outlook-2007/" rel="bookmark">Backing up and restoring Outlook 2003 &#038; 2007</a><!-- (9.8)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.simplysimple.info/vista-graphic-drivers-intel-d845epid845-gvsr-motherboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Solved] JRE persistent printing prompt</title>
		<link>http://www.simplysimple.info/solved-jre-persistent-annoying-printing-prompt/</link>
		<comments>http://www.simplysimple.info/solved-jre-persistent-annoying-printing-prompt/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 09:46:35 +0000</pubDate>
		<dc:creator>Benjy</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Window$]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://simplysimple.info/?p=2003</guid>
		<description><![CDATA[Fix for Jre prompt,"The applet has requested access to the printer, Do you want to allow this action?"<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.simplysimple.info/resolving-dat-attachments-outlook-entourage/" rel="bookmark">Solved: Attachments sent from Outlook or Entourage show as .dat files</a><!-- (17)--></li>
		<li><a href="http://www.simplysimple.info/solved-error-accessing-shared-folder-windows-xp-computers/" rel="bookmark">Solved: Error accessing a shared folder between two Windows computers</a><!-- (15.5)--></li>
		<li><a href="http://www.simplysimple.info/taking-screenshots-lightscreen/" rel="bookmark">Taking screenshots with Lightscreen</a><!-- (14)--></li>
		<li><a href="http://www.simplysimple.info/solved-wordpress-fatal-error-allowed-memory-size-33554432-bytes-exhausted/" rel="bookmark">Solved: wordpress Fatal error: Allowed memory size of 33554432 bytes exhausted</a><!-- (11.6)--></li>
		<li><a href="http://www.simplysimple.info/backing-up-your-data/" rel="bookmark">Backing up your data</a><!-- (11)--></li>
		<li><a href="http://www.simplysimple.info/solved-send-outgoing-gmail-evolution/" rel="bookmark">Solved: Cannot send outgoing Gmail in Evolution</a><!-- (10.8)--></li>
		<li><a href="http://www.simplysimple.info/dealing-windows-xps-dumb-automatic-restarts/" rel="bookmark">Dealing with Windows XP&#8217;s dumb automatic restarts</a><!-- (10.3)--></li>
		<li><a href="http://www.simplysimple.info/installing-tata-photon-ubuntu-10/" rel="bookmark">Installing the Tata Photon plus on ubuntu 10</a><!-- (10.1)--></li>
		<li><a href="http://www.simplysimple.info/what-is-a-server/" rel="bookmark">What is a server?</a><!-- (9.8)--></li>
		<li><a href="http://www.simplysimple.info/moving-your-wordpress-blog/" rel="bookmark">Moving your WordPress blog</a><!-- (9.7)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[
<!-- using Like-Button-Plugin-For-Wordpress [v4.5.2] | by Stefan Natter (http://www.gb-world.net) -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.simplysimple.info/solved-jre-persistent-annoying-printing-prompt/&amp;layout=button_count&amp;show_faces=true&amp;width=250&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=100&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:250px; height:100px"></iframe>
<!-- using Like-Button-Plugin-For-Wordpress [v4.5.2] | by Stefan Natter (http://www.gb-world.net) -->
<p style="text-align: justify;"><img class="alignleft size-full wp-image-2007" title="images" src="http://simplysimple.info/wp-content/uploads/2010/08/images.jpg" alt="" width="120" height="144" /></p>
<p style="text-align: right;"><a href="http://simplysimple.info/his-installation-docs/" target="_self">Back to HIS Installation Home</a></p>
<p style="text-align: justify;">We&#8217;ve had this annoying problem when printing from an applet from our web based HIS software. The applet security window pops up (we&#8217;re using Firefox) with the prompt, &#8220;<span style="color: #ff6600;">The applet has requested access to the printer. Do you want to allow this action?</span>&#8220;  It also has a check box for &#8220;<span style="color: #ff6600;">always allowing this applet to access the printer</span>&#8221; . <span id="more-2003"></span>This however is never remembered and the same prompt is presented every time the applet runs which takes either  two clicks of the mouse or two keystrokes (spacebar and enter) to dismiss. This is highly annoying as it is used for displaying/printing the bill which happens roughly once or twice every minute. The right way to go would be to sign the applet. <a href="http://java.sun.com/developer/onlineTraining/Programming/JDCBook/signed.html" target="_blank">Here is a link</a> to Sun&#8217;s (Now Oracle) online resource.  As usual our developers took a shortcut. This might however help others who have similar problems but cannot sign the applet for various reasons.</p>
<h2 style="text-align: justify;"><span style="text-decoration: underline;"><span style="color: #99cc00;">For Windows:</span></span></h2>
<div id="attachment_2009" class="wp-caption aligncenter" style="width: 524px"><img class="size-full wp-image-2009  " title="ss1" src="http://simplysimple.info/wp-content/uploads/2010/08/ss1.jpg" alt="" width="514" height="216" /><p class="wp-caption-text">The annoying java security window. </p></div>
<p>Change over to the security folder of your JRE installtion -default is <span style="color: #ff6600;"><em>C:\Program Files\Java\jre6\lib\security</em></span></p>
<p>Next, open the file <span style="color: #ff6600;">java.policy</span> for editing in <span style="color: #ff6600;">Wordpad </span>(Do not use Notepad).  Scroll to the end of the file.</p>
<div id="attachment_2010" class="wp-caption aligncenter" style="width: 693px"><img class="size-full wp-image-2010" title="ss3" src="http://simplysimple.info/wp-content/uploads/2010/08/ss3.jpg" alt="" width="683" height="106" /><p class="wp-caption-text">This is how the end of the file should look after modificaton.</p></div>
<p style="text-align: left;">Press enter after the semicolon on the line just above the <span style="color: #ff6600;">};</span> and properly indent and type in the following <span style="color: #339966;">line&#8230;</span></p>
<p><span style="color: #339966;">permission java.lang.RuntimePermission &#8220;queuePrintJob&#8221;;</span><br />
Restart your computer and you are done!  This was tested on Windows XP Profession SP3.</p>
<h2><span style="color: #99cc00;"><span style="text-decoration: underline;">For Linux:</span></span></h2>
<p><span style="color: #99cc00;"><span style="color: #333333;">The<span style="color: #ff6600;"> java.policy</span> file in Ubuntu 10.04 is found in the<span style="color: #ff6600;"> /etc/java-6-sun/security</span> folder. The same change as for Windows (Shown in the above screenshot) needs to be done.</span></span></p>
<p><span style="color: #99cc00;"><span style="color: #333333;">In a Terminal window, type the following command (<span style="color: #3366ff;"><span style="color: #333333;">The Terminal is found in the</span> Applications <span style="color: #ff0000;">&gt;</span> Accessories <span style="color: #ff0000;">&gt;</span> Terminal <span style="color: #333333;">menu</span></span>)<br />
</span></span></p>
<p><span style="color: #ff00ff;">sudo nano /etc/java-6-sun/security/java.policy</span></p>
<p><span style="color: #99cc00;"><span style="color: #333333;">Insert the line, </span></span><span style="color: #008000;">permission  java.lang.RuntimePermission &#8220;queuePrintJob&#8221;;</span> just above the closing <span style="color: #ff6600;">}; <span style="color: #333333;">(Refer to the above screenshot)</span><br />
</span></p>
<p>Press <span style="color: #ff9900;">Ctrl + X</span> and save and exit</p>
<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.simplysimple.info%2Fsolved-jre-persistent-annoying-printing-prompt%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=recommend&amp;colorscheme=light&amp;height=35' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:450px; height:35px' allowTransparency='true'></iframe><div class="evernoteSiteMemory"><a href="javascript:" onclick="Evernote.doClip({title: '[Solved] JRE persistent printing prompt on Simplysimple.info',url: 'http://www.simplysimple.info/solved-jre-persistent-annoying-printing-prompt/',contentID: 'post-2003',suggestTags: 'Linux,software,ubuntu,Windows',providerName: 'Simplysimple.info',styling: 'text' });return false" class="evernoteSiteMemoryLink"><img src="http://static.evernote.com/article-clipper-remember.png" class="evernoteSiteMemoryButton" />
				</a>				<div class="evernoteSiteMemoryClear">&nbsp;</div>
</div><h3>Related Posts</h3>
<ol>
		<li><a href="http://www.simplysimple.info/resolving-dat-attachments-outlook-entourage/" rel="bookmark">Solved: Attachments sent from Outlook or Entourage show as .dat files</a><!-- (17)--></li>
		<li><a href="http://www.simplysimple.info/solved-error-accessing-shared-folder-windows-xp-computers/" rel="bookmark">Solved: Error accessing a shared folder between two Windows computers</a><!-- (15.5)--></li>
		<li><a href="http://www.simplysimple.info/taking-screenshots-lightscreen/" rel="bookmark">Taking screenshots with Lightscreen</a><!-- (14)--></li>
		<li><a href="http://www.simplysimple.info/solved-wordpress-fatal-error-allowed-memory-size-33554432-bytes-exhausted/" rel="bookmark">Solved: wordpress Fatal error: Allowed memory size of 33554432 bytes exhausted</a><!-- (11.6)--></li>
		<li><a href="http://www.simplysimple.info/backing-up-your-data/" rel="bookmark">Backing up your data</a><!-- (11)--></li>
		<li><a href="http://www.simplysimple.info/solved-send-outgoing-gmail-evolution/" rel="bookmark">Solved: Cannot send outgoing Gmail in Evolution</a><!-- (10.8)--></li>
		<li><a href="http://www.simplysimple.info/dealing-windows-xps-dumb-automatic-restarts/" rel="bookmark">Dealing with Windows XP&#8217;s dumb automatic restarts</a><!-- (10.3)--></li>
		<li><a href="http://www.simplysimple.info/installing-tata-photon-ubuntu-10/" rel="bookmark">Installing the Tata Photon plus on ubuntu 10</a><!-- (10.1)--></li>
		<li><a href="http://www.simplysimple.info/what-is-a-server/" rel="bookmark">What is a server?</a><!-- (9.8)--></li>
		<li><a href="http://www.simplysimple.info/moving-your-wordpress-blog/" rel="bookmark">Moving your WordPress blog</a><!-- (9.7)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.simplysimple.info/solved-jre-persistent-annoying-printing-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving your WordPress blog</title>
		<link>http://www.simplysimple.info/moving-your-wordpress-blog/</link>
		<comments>http://www.simplysimple.info/moving-your-wordpress-blog/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 06:02:11 +0000</pubDate>
		<dc:creator>Benjy</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://simplysimple.info/?p=1977</guid>
		<description><![CDATA[Ever have your Wordpress blog stop working with a database connectivity problem when you shifted hosting or changed the IP address of your server?<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.simplysimple.info/setting-up-automated-backups-for-mysql-on-linux/" rel="bookmark">Setting up automated backups for MySQL on Linux</a><!-- (18.2)--></li>
		<li><a href="http://www.simplysimple.info/webhosting-data/" rel="bookmark">Webhosting and your MYSQL data</a><!-- (16.9)--></li>
		<li><a href="http://www.simplysimple.info/solved-wordpress-fatal-error-allowed-memory-size-33554432-bytes-exhausted/" rel="bookmark">Solved: wordpress Fatal error: Allowed memory size of 33554432 bytes exhausted</a><!-- (16.8)--></li>
		<li><a href="http://www.simplysimple.info/ubuntu-server-10-04-lts-installation/" rel="bookmark">Ubuntu Server 10.04 LTS Installation</a><!-- (16.4)--></li>
		<li><a href="http://www.simplysimple.info/syncing-data-ubuntu-servers-rsync/" rel="bookmark">Syncing data between two Ubuntu servers using rsync</a><!-- (16.1)--></li>
		<li><a href="http://www.simplysimple.info/networking-basics/" rel="bookmark">Networking basics</a><!-- (16.1)--></li>
		<li><a href="http://www.simplysimple.info/wordpress-warning-unexpected-character-input-ascii39-state1-home/" rel="bookmark">WordPress Warning: Unexpected character in input: &#8221;&#8217; (ASCII=39) state=1 in /home/</a><!-- (14.9)--></li>
		<li><a href="http://www.simplysimple.info/components-network/" rel="bookmark">Components of a Network</a><!-- (14.4)--></li>
		<li><a href="http://www.simplysimple.info/how-it-connects-together/" rel="bookmark">How it connects together</a><!-- (14)--></li>
		<li><a href="http://www.simplysimple.info/simple-networking/" rel="bookmark">Networking Simplified</a><!-- (13.9)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[
<!-- using Like-Button-Plugin-For-Wordpress [v4.5.2] | by Stefan Natter (http://www.gb-world.net) -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.simplysimple.info/moving-your-wordpress-blog/&amp;layout=button_count&amp;show_faces=true&amp;width=250&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=100&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:250px; height:100px"></iframe>
<!-- using Like-Button-Plugin-For-Wordpress [v4.5.2] | by Stefan Natter (http://www.gb-world.net) -->
<p style="text-align: justify;"><img class="alignleft size-full wp-image-1981" title="image" src="http://simplysimple.info/wp-content/uploads/2010/08/image.jpg" alt="" width="115" height="107" />Ever have your WordPress blog stop working with a database connectivity problem when you shifted hosting or changed the IP address of your server? This has happened to me numerous times -especially when using WordPress as a platform for an Intranet. Changing the IP address of the server for any reason has devastating consequences. This post deals with self hosted instances of WordPress on your own Linux server or on that of your web host. I have used MySQL query browser to access the WordPress database. You can also do this through PHPmyadmin or any other database editing tool. If you are proficient with MySQL commands, you can do this instead from the MYSQL command prompt on the server console or through SSH. In addition to this you need FTP or SSH access to your server for editing the WordPress configuration file <span style="color: #008000;">wp-config.php</span>.<span id="more-1977"></span></p>
<div id="attachment_1984" class="wp-caption aligncenter" style="width: 635px"><img class="size-full wp-image-1984" title="untitled3" src="http://simplysimple.info/wp-content/uploads/2010/08/untitled31.jpg" alt="" width="625" height="419" /><p class="wp-caption-text">Edit the &#39;wp-config.php&#39; in the root of your WordPress installation directory. In this screenshot I am using Winscp (from a Windows machine). You can also use SSH (Putty from Windows) or FTP for the same.</p></div>
<p style="text-align: justify;">As shown in the above screenshot, replace your old host name with the new one. In my case, the host name is an IP address. Remember that this host name is not necessarily the link to your website -unless both your database and web server are running on the  same machine. This hostname is the name/IP address of your database (MySQL ) server. So you should change this only if you&#8217;ve changed your database server as well. In my case, everything is running on a single server, so when I change its IP address, I need to change the database host here too.</p>
<p style="text-align: justify;">From here onwards, I am using the MySQL query browser for editing the WordPress database options table.  As mentioned before, you can also do this through   phpmyadmin or through the MySQL command prompt or any other tool which lets you connect either locally or remotely to your MySQL server. The MySQL query browser has been now replaced by the  MYSQL Workbench, but is still easier to use that the more comprehensive MySQL Workbench.</p>
<p style="text-align: justify;">Connect to the server with a user account that has read/write access to the database.</p>
<p style="text-align: center;">
<div id="attachment_1985" class="wp-caption aligncenter" style="width: 623px"><a href="http://simplysimple.info/wp-content/uploads/2010/08/untitled4.jpg"><img class="size-full wp-image-1985 " title="untitled4" src="http://simplysimple.info/wp-content/uploads/2010/08/untitled4.jpg" alt="" width="613" height="440" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p style="text-align: center;">
<ol>
<li>In the right pane under your database name, expand <span style="color: #008000;">wp_options</span> and then <span style="color: #008000;">option_value</span></li>
<li>Click on the <span style="color: #008000;">Execute </span>button</li>
<li>Click on the <span style="color: #008000;">Edit </span>button</li>
<li>Change the option_value for option_name <span style="color: #008000;">siteurl </span>to whatever your new site URL is (again in my case, it is an IP address. <span style="color: #ff0000;">You will need to change this only if you are changing your domain name too.</span> If you are shifting hosting, you will need to change only the database server name as shown in the first screenshot)</li>
</ol>
<p>Now you need to scroll down until you come to the option_name <span style="color: #008000;">home</span>.</p>
<p style="text-align: center;">
<div id="attachment_1986" class="wp-caption aligncenter" style="width: 624px"><a href="http://simplysimple.info/wp-content/uploads/2010/08/untitled2.jpg"><img class="size-full wp-image-1986  " title="untitled2" src="http://simplysimple.info/wp-content/uploads/2010/08/untitled2.jpg" alt="" width="614" height="439" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p>For the option_name  <span style="color: #008000;">home</span>, repeat what you did in  Step 4  above, and then click on the Apply Changes button (next to the Edit button) to save your changes.</p>
<p>This should get your WordPress blog up and running again <img src='http://www.simplysimple.info/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.simplysimple.info%2Fmoving-your-wordpress-blog%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=recommend&amp;colorscheme=light&amp;height=35' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:450px; height:35px' allowTransparency='true'></iframe><div class="evernoteSiteMemory"><a href="javascript:" onclick="Evernote.doClip({title: 'Moving your WordPress blog on Simplysimple.info',url: 'http://www.simplysimple.info/moving-your-wordpress-blog/',contentID: 'post-1977',suggestTags: 'installation,Linux,MySQL,Networking,Office,open source,Server,Setup,software,ubuntu,web,Wordpress',providerName: 'Simplysimple.info',styling: 'text' });return false" class="evernoteSiteMemoryLink"><img src="http://static.evernote.com/article-clipper-remember.png" class="evernoteSiteMemoryButton" />
				</a>				<div class="evernoteSiteMemoryClear">&nbsp;</div>
</div><h3>Related Posts</h3>
<ol>
		<li><a href="http://www.simplysimple.info/setting-up-automated-backups-for-mysql-on-linux/" rel="bookmark">Setting up automated backups for MySQL on Linux</a><!-- (18.2)--></li>
		<li><a href="http://www.simplysimple.info/webhosting-data/" rel="bookmark">Webhosting and your MYSQL data</a><!-- (16.9)--></li>
		<li><a href="http://www.simplysimple.info/solved-wordpress-fatal-error-allowed-memory-size-33554432-bytes-exhausted/" rel="bookmark">Solved: wordpress Fatal error: Allowed memory size of 33554432 bytes exhausted</a><!-- (16.8)--></li>
		<li><a href="http://www.simplysimple.info/ubuntu-server-10-04-lts-installation/" rel="bookmark">Ubuntu Server 10.04 LTS Installation</a><!-- (16.4)--></li>
		<li><a href="http://www.simplysimple.info/syncing-data-ubuntu-servers-rsync/" rel="bookmark">Syncing data between two Ubuntu servers using rsync</a><!-- (16.1)--></li>
		<li><a href="http://www.simplysimple.info/networking-basics/" rel="bookmark">Networking basics</a><!-- (16.1)--></li>
		<li><a href="http://www.simplysimple.info/wordpress-warning-unexpected-character-input-ascii39-state1-home/" rel="bookmark">WordPress Warning: Unexpected character in input: &#8221;&#8217; (ASCII=39) state=1 in /home/</a><!-- (14.9)--></li>
		<li><a href="http://www.simplysimple.info/components-network/" rel="bookmark">Components of a Network</a><!-- (14.4)--></li>
		<li><a href="http://www.simplysimple.info/how-it-connects-together/" rel="bookmark">How it connects together</a><!-- (14)--></li>
		<li><a href="http://www.simplysimple.info/simple-networking/" rel="bookmark">Networking Simplified</a><!-- (13.9)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.simplysimple.info/moving-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solved: Error accessing a shared folder between two Windows computers</title>
		<link>http://www.simplysimple.info/solved-error-accessing-shared-folder-windows-xp-computers/</link>
		<comments>http://www.simplysimple.info/solved-error-accessing-shared-folder-windows-xp-computers/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 06:20:19 +0000</pubDate>
		<dc:creator>Benjy</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Window$]]></category>
		<category><![CDATA[Error]]></category>

		<guid isPermaLink="false">http://simplysimple.info/?p=1885</guid>
		<description><![CDATA[This has been one of the oldest computer problems to plague me on a regular basis. On a peer to peer network, file and print sharing mostly works out of the box and computers can see and access each others shared resources without any problems. Sometimes something goes wrong and do what you might, the [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.simplysimple.info/solved-jre-persistent-annoying-printing-prompt/" rel="bookmark">[Solved] JRE persistent printing prompt</a><!-- (14.4)--></li>
		<li><a href="http://www.simplysimple.info/solved-wordpress-fatal-error-allowed-memory-size-33554432-bytes-exhausted/" rel="bookmark">Solved: wordpress Fatal error: Allowed memory size of 33554432 bytes exhausted</a><!-- (12.5)--></li>
		<li><a href="http://www.simplysimple.info/dealing-windows-xps-dumb-automatic-restarts/" rel="bookmark">Dealing with Windows XP&#8217;s dumb automatic restarts</a><!-- (12.4)--></li>
		<li><a href="http://www.simplysimple.info/repairing-windows-xpok-2007-2/" rel="bookmark">Repairing Windows XP</a><!-- (12.3)--></li>
		<li><a href="http://www.simplysimple.info/wordpress-error-upgrade-ver-28-backup-folder-visible-public/" rel="bookmark">WordPress error : &#8220;Your backup folder might be visible to the public&#8221;</a><!-- (12.2)--></li>
		<li><a href="http://www.simplysimple.info/setting-hp-network-laser-dynamic-ip-address-windows/" rel="bookmark">Setting up an HP Network Laser with a dynamic IP address on Windows</a><!-- (12.2)--></li>
		<li><a href="http://www.simplysimple.info/resolving-dat-attachments-outlook-entourage/" rel="bookmark">Solved: Attachments sent from Outlook or Entourage show as .dat files</a><!-- (11.6)--></li>
		<li><a href="http://www.simplysimple.info/moving-email-linux-windows/" rel="bookmark">Moving your email from Linux to Windows</a><!-- (11.2)--></li>
		<li><a href="http://www.simplysimple.info/backing-up-and-restoring-windows-mai/" rel="bookmark">Backing up and restoring Windows Mail 7</a><!-- (10.7)--></li>
		<li><a href="http://www.simplysimple.info/timed-shutdown-windows-2000-server/" rel="bookmark">Timed shutdown of Windows 2000 server</a><!-- (10.5)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[
<!-- using Like-Button-Plugin-For-Wordpress [v4.5.2] | by Stefan Natter (http://www.gb-world.net) -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.simplysimple.info/solved-error-accessing-shared-folder-windows-xp-computers/&amp;layout=button_count&amp;show_faces=true&amp;width=250&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=100&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:250px; height:100px"></iframe>
<!-- using Like-Button-Plugin-For-Wordpress [v4.5.2] | by Stefan Natter (http://www.gb-world.net) -->
<p style="text-align: justify;"><img class="alignleft size-thumbnail wp-image-1890" title="peer" src="http://simplysimple.info/wp-content/uploads/2010/07/peer-150x150.gif" alt="" width="150" height="150" />This has been one of the oldest computer problems to plague me on a regular basis. On a peer to peer network, file and print sharing mostly works out of the box and computers can see and access each others shared resources without any problems. Sometimes something goes wrong and do what you might, the computers can no longer see each other when you search for them by their NETBIOS names. This can happen between any two windows versions. I have had endless nightmares when this happened between two Windows XP computers or between a Windows XP computer and another with Windows Vista. These are my conclusions after trying to tackle these problems over the last 5 to 6 years.<span id="more-1885"></span></p>
<p style="text-align: justify;">This can happen due to a few things that you can readily check, or you can have all of those things done and still stay stuck. It is a bit of a mystery, so I have usually solved it by workarounds, since many a time some computer just stops showing after an update, or a computer  stops seeing the other computers. Searching Google shows that there are numerous other users suffering from the same problem. Here are some of the possible solutions.</p>
<ul>
<li>One of the earliest solutions that worked for me was to have an account with the same username and password on both/all of the machines. This however worked well during the reign of Windows XP until service pack 1. Since Service Pack 2, this solution has worked only intermittently.</li>
<li>Some Internet security software written by paranoid people, block browsing your local network by default and you need to add an exception so that it doesn&#8217;t block your needed network resource.</li>
<li>Vista and Windows 7 also have this feature, and you can easily change this setting from their &#8216;Network and sharing center&#8217;</li>
<li>Your Computer browser service might be turned off or have been set up not to start automatically.  You can check/change this from Control Panel &gt; Administrative Tools &gt; Services &gt; Computer Browser</li>
<li>Enable NETBIOS over TCP/IP in your Network Adapter Properties.  This can be done by viewing your Network adapter properties &gt; <span style="color: #ff6600;">TCP/IP (ver. 4)</span> Properties &gt; <span style="color: #ff6600;">Advanced </span>&gt; <span style="color: #ff6600;">WINS </span>and selecting the radio button, &#8220;<span style="color: #ff6600;">Enable NETBIOS over TCP/IP</span>&#8220;</li>
<li>Plan B : Assign a static IP address to the computer hosting the share and access it by IP address rather than by its NETBIOS name.</li>
</ul>
<p style="text-align: justify;">If you get an authentication problem, then you can try the first solution. If that does not work, you can change settings for that particular share. (This cannot be done on the Home editions of Windows) This can be done from<span style="color: #ff6600;"> Control Panel</span> &gt; <span style="color: #ff6600;">Administrative Tools</span> &gt; <span style="color: #ff6600;">Local Security Policy </span>.</p>
<p style="text-align: justify;">In the<span style="color: #ff6600;"> Local Security Settings</span>, under<span style="color: #ff6600;"> Security settings</span> in the Left Pane&#8230; <span style="color: #ff6600;">Local Policies </span>&gt; <span style="color: #ff6600;">Security Options</span>&#8230; double click &#8216;<span style="color: #ff6600;">Network Access: Shares that can be accessed anonymously</span>&#8216; . Here you can add your share name and click <span style="color: #ff6600;">OK</span>.</p>
<p style="text-align: center;">
<div id="attachment_1893" class="wp-caption aligncenter" style="width: 701px"><img class="size-full wp-image-1893  " title="untitled" src="http://simplysimple.info/wp-content/uploads/2010/07/untitled.jpg" alt="" width="691" height="487" /><p class="wp-caption-text">Enabling Anonymous access to Shares</p></div>
<div id="attachment_1894" class="wp-caption aligncenter" style="width: 413px"><img class="size-full wp-image-1894 " title="untitled2" src="http://simplysimple.info/wp-content/uploads/2010/07/untitled2.jpg" alt="" width="403" height="350" /><p class="wp-caption-text">Add your share name here</p></div>
<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.simplysimple.info%2Fsolved-error-accessing-shared-folder-windows-xp-computers%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=recommend&amp;colorscheme=light&amp;height=35' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:450px; height:35px' allowTransparency='true'></iframe><div class="evernoteSiteMemory"><a href="javascript:" onclick="Evernote.doClip({title: 'Solved: Error accessing a shared folder between two Windows computers on Simplysimple.info',url: 'http://www.simplysimple.info/solved-error-accessing-shared-folder-windows-xp-computers/',contentID: 'post-1885',suggestTags: 'Error',providerName: 'Simplysimple.info',styling: 'text' });return false" class="evernoteSiteMemoryLink"><img src="http://static.evernote.com/article-clipper-remember.png" class="evernoteSiteMemoryButton" />
				</a>				<div class="evernoteSiteMemoryClear">&nbsp;</div>
</div><h3>Related Posts</h3>
<ol>
		<li><a href="http://www.simplysimple.info/solved-jre-persistent-annoying-printing-prompt/" rel="bookmark">[Solved] JRE persistent printing prompt</a><!-- (14.4)--></li>
		<li><a href="http://www.simplysimple.info/solved-wordpress-fatal-error-allowed-memory-size-33554432-bytes-exhausted/" rel="bookmark">Solved: wordpress Fatal error: Allowed memory size of 33554432 bytes exhausted</a><!-- (12.5)--></li>
		<li><a href="http://www.simplysimple.info/dealing-windows-xps-dumb-automatic-restarts/" rel="bookmark">Dealing with Windows XP&#8217;s dumb automatic restarts</a><!-- (12.4)--></li>
		<li><a href="http://www.simplysimple.info/repairing-windows-xpok-2007-2/" rel="bookmark">Repairing Windows XP</a><!-- (12.3)--></li>
		<li><a href="http://www.simplysimple.info/wordpress-error-upgrade-ver-28-backup-folder-visible-public/" rel="bookmark">WordPress error : &#8220;Your backup folder might be visible to the public&#8221;</a><!-- (12.2)--></li>
		<li><a href="http://www.simplysimple.info/setting-hp-network-laser-dynamic-ip-address-windows/" rel="bookmark">Setting up an HP Network Laser with a dynamic IP address on Windows</a><!-- (12.2)--></li>
		<li><a href="http://www.simplysimple.info/resolving-dat-attachments-outlook-entourage/" rel="bookmark">Solved: Attachments sent from Outlook or Entourage show as .dat files</a><!-- (11.6)--></li>
		<li><a href="http://www.simplysimple.info/moving-email-linux-windows/" rel="bookmark">Moving your email from Linux to Windows</a><!-- (11.2)--></li>
		<li><a href="http://www.simplysimple.info/backing-up-and-restoring-windows-mai/" rel="bookmark">Backing up and restoring Windows Mail 7</a><!-- (10.7)--></li>
		<li><a href="http://www.simplysimple.info/timed-shutdown-windows-2000-server/" rel="bookmark">Timed shutdown of Windows 2000 server</a><!-- (10.5)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.simplysimple.info/solved-error-accessing-shared-folder-windows-xp-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solved: wordpress Fatal error: Allowed memory size of 33554432 bytes exhausted</title>
		<link>http://www.simplysimple.info/solved-wordpress-fatal-error-allowed-memory-size-33554432-bytes-exhausted/</link>
		<comments>http://www.simplysimple.info/solved-wordpress-fatal-error-allowed-memory-size-33554432-bytes-exhausted/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 10:37:18 +0000</pubDate>
		<dc:creator>Benjy</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://simplysimple.info/?p=1760</guid>
		<description><![CDATA[I&#8217;m trying out WordPress 3 as a platform for our office Intranet/Extranet. Setting it up on a LAMP installation of the 64 bit version of Ubuntu Server (Lucid), I could login only once to the wp-admin page. Whenever I tried again, I got the following error message: wordpress Fatal error: Allowed memory size of 33554432 [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.simplysimple.info/wordpress-error-upgrade-ver-28-backup-folder-visible-public/" rel="bookmark">WordPress error : &#8220;Your backup folder might be visible to the public&#8221;</a><!-- (21.8)--></li>
		<li><a href="http://www.simplysimple.info/wordpress-warning-unexpected-character-input-ascii39-state1-home/" rel="bookmark">WordPress Warning: Unexpected character in input: &#8221;&#8217; (ASCII=39) state=1 in /home/</a><!-- (18.7)--></li>
		<li><a href="http://www.simplysimple.info/moving-your-wordpress-blog/" rel="bookmark">Moving your WordPress blog</a><!-- (14.7)--></li>
		<li><a href="http://www.simplysimple.info/solved-error-accessing-shared-folder-windows-xp-computers/" rel="bookmark">Solved: Error accessing a shared folder between two Windows computers</a><!-- (13.4)--></li>
		<li><a href="http://www.simplysimple.info/solved-jre-persistent-annoying-printing-prompt/" rel="bookmark">[Solved] JRE persistent printing prompt</a><!-- (11.9)--></li>
		<li><a href="http://www.simplysimple.info/tomcat-error-jar-not-loaded-servlet-spec-23-section-972-offending-class-javaxservletservletclass/" rel="bookmark">Tomcat6 error : jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class</a><!-- (9.1)--></li>
		<li><a href="http://www.simplysimple.info/solved-send-outgoing-gmail-evolution/" rel="bookmark">Solved: Cannot send outgoing Gmail in Evolution</a><!-- (8.5)--></li>
		<li><a href="http://www.simplysimple.info/resolving-dat-attachments-outlook-entourage/" rel="bookmark">Solved: Attachments sent from Outlook or Entourage show as .dat files</a><!-- (8.4)--></li>
		<li><a href="http://www.simplysimple.info/webhosting-data/" rel="bookmark">Webhosting and your MYSQL data</a><!-- (7.7)--></li>
		<li><a href="http://www.simplysimple.info/instructions-setting-reliance-huawei-ec121-usb-modem-ubuntu-904-jaunty-jackalope/" rel="bookmark">Setting up the Reliance Huawei EC121 USB Modem in Ubuntu 9.04</a><!-- (5.8)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[
<!-- using Like-Button-Plugin-For-Wordpress [v4.5.2] | by Stefan Natter (http://www.gb-world.net) -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.simplysimple.info/solved-wordpress-fatal-error-allowed-memory-size-33554432-bytes-exhausted/&amp;layout=button_count&amp;show_faces=true&amp;width=250&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=100&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:250px; height:100px"></iframe>
<!-- using Like-Button-Plugin-For-Wordpress [v4.5.2] | by Stefan Natter (http://www.gb-world.net) -->
<p><img class="alignleft size-full wp-image-1765" title="images" src="http://simplysimple.info/wp-content/uploads/2010/07/images.jpg" alt="" width="126" height="119" />I&#8217;m trying out WordPress 3 as a platform for our office Intranet/Extranet. Setting it up on a LAMP installation of the 64 bit version of Ubuntu Server (Lucid), I could login only once to the wp-admin page. Whenever I tried again, I got the following error message:</p>
<h3><span style="color: #339966;">wordpress Fatal error: Allowed memory size of 33554432 bytes exhausted (In xyz file)<span id="more-1760"></span></span></h3>
<p>Initially I thought that our server being low on memory was at fault since there were other applications running using the same MYSQL server. I unsuccessfully restarted the machine twice after shutting down some services like Zope hoping to free some memory and solve the problem.</p>
<p>The solution (after a bit of trial and error) is to ftp to your webserver, change over to your WordPress installation directory and edit the wp-config.php file.</p>
<p>Add the following line (on a new line) after the other lines beginning with &#8220;define&#8221;</p>
<h1><span style="color: #ff6600;">define(&#8216;WP_MEMORY_LIMIT&#8217;, &#8217;64M&#8217;);</span></h1>
<p>Hope this helped <img src='http://www.simplysimple.info/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.simplysimple.info%2Fsolved-wordpress-fatal-error-allowed-memory-size-33554432-bytes-exhausted%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=recommend&amp;colorscheme=light&amp;height=35' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:450px; height:35px' allowTransparency='true'></iframe><div class="evernoteSiteMemory"><a href="javascript:" onclick="Evernote.doClip({title: 'Solved: wordpress Fatal error: Allowed memory size of 33554432 bytes exhausted on Simplysimple.info',url: 'http://www.simplysimple.info/solved-wordpress-fatal-error-allowed-memory-size-33554432-bytes-exhausted/',contentID: 'post-1760',suggestTags: 'Error,Wordpress',providerName: 'Simplysimple.info',styling: 'text' });return false" class="evernoteSiteMemoryLink"><img src="http://static.evernote.com/article-clipper-remember.png" class="evernoteSiteMemoryButton" />
				</a>				<div class="evernoteSiteMemoryClear">&nbsp;</div>
</div><h3>Related Posts</h3>
<ol>
		<li><a href="http://www.simplysimple.info/wordpress-error-upgrade-ver-28-backup-folder-visible-public/" rel="bookmark">WordPress error : &#8220;Your backup folder might be visible to the public&#8221;</a><!-- (21.8)--></li>
		<li><a href="http://www.simplysimple.info/wordpress-warning-unexpected-character-input-ascii39-state1-home/" rel="bookmark">WordPress Warning: Unexpected character in input: &#8221;&#8217; (ASCII=39) state=1 in /home/</a><!-- (18.7)--></li>
		<li><a href="http://www.simplysimple.info/moving-your-wordpress-blog/" rel="bookmark">Moving your WordPress blog</a><!-- (14.7)--></li>
		<li><a href="http://www.simplysimple.info/solved-error-accessing-shared-folder-windows-xp-computers/" rel="bookmark">Solved: Error accessing a shared folder between two Windows computers</a><!-- (13.4)--></li>
		<li><a href="http://www.simplysimple.info/solved-jre-persistent-annoying-printing-prompt/" rel="bookmark">[Solved] JRE persistent printing prompt</a><!-- (11.9)--></li>
		<li><a href="http://www.simplysimple.info/tomcat-error-jar-not-loaded-servlet-spec-23-section-972-offending-class-javaxservletservletclass/" rel="bookmark">Tomcat6 error : jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class</a><!-- (9.1)--></li>
		<li><a href="http://www.simplysimple.info/solved-send-outgoing-gmail-evolution/" rel="bookmark">Solved: Cannot send outgoing Gmail in Evolution</a><!-- (8.5)--></li>
		<li><a href="http://www.simplysimple.info/resolving-dat-attachments-outlook-entourage/" rel="bookmark">Solved: Attachments sent from Outlook or Entourage show as .dat files</a><!-- (8.4)--></li>
		<li><a href="http://www.simplysimple.info/webhosting-data/" rel="bookmark">Webhosting and your MYSQL data</a><!-- (7.7)--></li>
		<li><a href="http://www.simplysimple.info/instructions-setting-reliance-huawei-ec121-usb-modem-ubuntu-904-jaunty-jackalope/" rel="bookmark">Setting up the Reliance Huawei EC121 USB Modem in Ubuntu 9.04</a><!-- (5.8)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.simplysimple.info/solved-wordpress-fatal-error-allowed-memory-size-33554432-bytes-exhausted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repairing Windows XP</title>
		<link>http://www.simplysimple.info/repairing-windows-xpok-2007-2/</link>
		<comments>http://www.simplysimple.info/repairing-windows-xpok-2007-2/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 03:44:57 +0000</pubDate>
		<dc:creator>Benjy</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Window$]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://simplysimple.info/repairing-windows-xpok-2007-2/</guid>
		<description><![CDATA[Repairing Windows XP from the recovery console or re-installing XP to an unclean target<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.simplysimple.info/backing-up-and-restoring-windows-mai/" rel="bookmark">Backing up and restoring Windows Mail 7</a><!-- (13.2)--></li>
		<li><a href="http://www.simplysimple.info/solved-error-accessing-shared-folder-windows-xp-computers/" rel="bookmark">Solved: Error accessing a shared folder between two Windows computers</a><!-- (11.7)--></li>
		<li><a href="http://www.simplysimple.info/dealing-windows-xps-dumb-automatic-restarts/" rel="bookmark">Dealing with Windows XP&#8217;s dumb automatic restarts</a><!-- (11)--></li>
		<li><a href="http://www.simplysimple.info/curing-a-pen-drive-that-will-not-open-in-my-computer/" rel="bookmark">Curing a USB drive that does not open in Windows</a><!-- (10.4)--></li>
		<li><a href="http://www.simplysimple.info/moving-email-linux-windows/" rel="bookmark">Moving your email from Linux to Windows</a><!-- (10)--></li>
		<li><a href="http://www.simplysimple.info/backing-up-your-data/" rel="bookmark">Backing up your data</a><!-- (9.7)--></li>
		<li><a href="http://www.simplysimple.info/timed-shutdown-windows-2000-server/" rel="bookmark">Timed shutdown of Windows 2000 server</a><!-- (9.6)--></li>
		<li><a href="http://www.simplysimple.info/email-backup-restore-pop/" rel="bookmark">Email: Backup &#038; Restore (POP)</a><!-- (9.5)--></li>
		<li><a href="http://www.simplysimple.info/setting-up-email-in-windows-mail-pop/" rel="bookmark">Setting up email in Windows Mail (POP)</a><!-- (8.7)--></li>
		<li><a href="http://www.simplysimple.info/backing-up-and-restoring-outlook-2007/" rel="bookmark">Backing up and restoring Outlook 2003 &#038; 2007</a><!-- (8.6)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[
<!-- using Like-Button-Plugin-For-Wordpress [v4.5.2] | by Stefan Natter (http://www.gb-world.net) -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.simplysimple.info/repairing-windows-xpok-2007-2/&amp;layout=button_count&amp;show_faces=true&amp;width=250&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=100&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:250px; height:100px"></iframe>
<!-- using Like-Button-Plugin-For-Wordpress [v4.5.2] | by Stefan Natter (http://www.gb-world.net) -->
<p><img class="size-full wp-image-1622 alignleft" title="images" src="http://simplysimple.info/wp-content/uploads/2010/04/images1.jpeg" alt="" width="116" height="116" /></p>
<p><em><span style="color: #ff6600;"> Ref : EHA/End User Self Help/Common IT Services setup<span style="color: #000000;"> </span></span></em></p>
<p><span style="color: #ff6600;"><span style="color: #000000;">Windows XP is a bit low on security compared to Windows 7 and Vista -since both of them have implemented the sudo concept of Ubuntu and the Mac. Windows XP however  did have the concept of standard/restricted users and users with full administrative rights but these features and the &#8216;run as&#8217; command were seldom used as users continued to use the system with administrator rights like it was in the days of Windows ME, 98 and before.</span></span></p>
<p><span style="color: #ff6600;"><span style="color: #000000;">The result of such use (or misuse) has been a highly unstable Operating system due to the fact that the system was now open to attack </span></span>as <span style="color: #ff6600;"><span style="color: #000000;">every piece of malicious code would now run with administrative privileges and rule over all areas of the system. Add to this the common use of unlicensed software and the accompanying aversion to enabling automatic updates and unlicensed/un-updated anti virus software has led to un-patched security vulnerabilities and thus a &#8216;crash &#8211; format &#8211; reinstall &#8211; crash&#8217; cycle keeps repeating. We are covering best practices for installing/maintaining Windows somewhere else, so we will have a look at how to get an existing  system up and running with minimum   effort. The last option is of course a format of the system -which is at best tedious as you will need to install drivers, setup printers and all application software which if done properly can take more than a day!<br />
</span></span></p>
<p><span id="more-1620"></span></p>
<p>We will be looking at 5 different methods of recovery failing which you will be left with no option but to do a clean install of Windows and the tedious installation of drivers and application software</p>
<ol>
<li><span style="color: #ff6600;">Running a disk check</span></li>
<li><span style="color: #ff6600;">System restore</span></li>
<li><span style="color: #ff6600;">Last Known good Configuration</span></li>
<li><span style="color: #ff6600;">Using the recovery console</span></li>
<li><span style="color: #ff6600;">Installation in repair mode</span></li>
</ol>
<h2><span style="text-decoration: underline;"><span style="color: #99cc00;"><strong>Running a disk check:</strong></span></span></h2>
<p>This is one of the easier things to do when you have intermittent problems on a Windows XP computer -You can perform a disk check by right clicking your <span style="color: #0000ff;">C: </span>drive in <span style="color: #0000ff;">MY COMPUTER</span> &gt; <span style="color: #0000ff;">Properties </span>&gt; <span style="color: #0000ff;">Tools</span> and clicking on the <span style="color: #0000ff;">Check now </span>button.</p>
<p>Personally though I prefer that the disk check takes place with the disks unmounted, so click on Start &gt; Run and type in<span style="color: #0000ff;"> chkdsk c: /f </span>and press <span style="color: #0000ff;">Enter</span> or click <span style="color: #0000ff;">OK</span>.  It should prompt you to schedule the disk check to run when your computer restarts. Type <span style="color: #0000ff;">y</span> and press <span style="color: #0000ff;">Enter</span> and then restart your computer.</p>
<h2><span style="text-decoration: underline;"><span style="color: #99cc00;">Using System restore:</span></span></h2>
<p>There are two instances where you might want to run system restore:</p>
<ol>
<li>When your computer is acting abnormally &#8211; Click on <span style="color: #0000ff;">START</span><span style="color: #0000ff;"> </span> &gt; <span style="color: #0000ff;">Programs</span> &gt; <span style="color: #0000ff;">Accessories</span> &gt; <span style="color: #0000ff;">System Tools</span> &gt; <span style="color: #0000ff;">System Restore</span></li>
<li>When your computer fails to boot normally and you are forced to enter Safe mode, or you voluntarily choose to enter safe mode by pressing <span style="color: #0000ff;">F8</span> during system startup.</li>
</ol>
<p>In both the cases, you are presented with an option either to restore the system to a previous date (which are highlighted in bold) or to undo a previous restoration. However don&#8217;t expect to be able to restore your system to the date when you bought your Desktop. many times when critical changes have been made to your system, System restore might be unable to complete the restoration.</p>
<p>If you have a branded computer, it would have its own restore program in addition to Windows System restore -but <span style="color: #ff0000;">be careful and back up your data! If you make a mistake and your computer gets restored to factory settings you might loose all your data!!</span></p>
<h2><span style="color: #99cc00;"><span style="text-decoration: underline;">Last Known good configuration:</span></span></h2>
<p>Sometimes you will be diverted to a black screen with lines of selectable text with options like <span style="color: #0000ff;">Safe mode</span>, <span style="color: #0000ff;">Safe mode with networking</span> etc&#8230; This usually happens if your computer failed to bootup the last time it was switched on.</p>
<p>This can also happen if you added some software or hardware  which needed a change in some system settings. the solution here is pretty straight forward. Use the UP/Down arrow key to select <span style="color: #0000ff;">Last Known Good Configuration (your most recent settings that worked)</span> and press <span style="color: #0000ff;">Enter</span>.</p>
<h2><span style="color: #99cc00;"><span style="text-decoration: underline;">Using the recovery console:</span></span></h2>
<p>If you need to use this, then your computer never even reached the above black screen. Usually Windows will complain that some required files are missing and prompt you to use the windows CD.</p>
<div id="attachment_1624" class="wp-caption alignleft" style="width: 410px"><img class="size-full wp-image-1624 " title="press any key" src="http://simplysimple.info/wp-content/uploads/2010/04/press-any-key.jpg" alt="" width="400" height="222" /><p class="wp-caption-text">Press any Key... If you don&#39;t, the installer on CD will transfer control over to the boot loader an the disk and boot normally</p></div>
<div id="attachment_1623" class="wp-caption alignleft" style="width: 410px"><img class="size-full wp-image-1623" title="rc" src="http://simplysimple.info/wp-content/uploads/2010/04/rc.jpg" alt="" width="400" height="220" /><p class="wp-caption-text">Press &#39;r&#39; to enter the recovery console</p></div>
<p>You will be asked for the Administrator password. if you don&#8217;t know what it is, probably it was never set (a security risk). Press Enter and it should drop you to a command prompt. If it says the password is wrong and you don&#8217;t know what it is then you will have no option to do a repair install (which resets the administrator password or do a fresh install after a format!</p>
<p>Among others, there are two easy operations which a user can perform. I will not cover the other complicated commands.</p>
<ol>
<li><span style="color: #ff6600;">Run a disk check/fix on computers that wont boot and&#8230;</span></li>
<li><span style="color: #ff6600;">Restore a damaged MBR (<span style="text-decoration: underline;"><strong>M</strong></span>aster <span style="text-decoration: underline;"><strong>B</strong></span>oot <span style="text-decoration: underline;"><strong>R</strong></span>ecord)</span></li>
</ol>
<p>I suggest you do both as there is no harm in doing so as it takes quite along time to get to the recovery console from CD, so if you tried the disk check and it didn&#8217;t work,  you will need to re-do the boot from CD exercise and loose another 15-20 minutes.</p>
<p>The syntax for running the disk check is different in the recovery console. Chkdsk does not support the /f switch here. So to run a disk check from here, type the following at the command prompt&#8230;</p>
<p><span style="color: #0000ff;">chkdsk c: /p</span></p>
<p>You should see several lines scroll past saying that<span style="color: #0000ff;"> chkdsk id performing addition checking or recovery</span>. Once chkdsk exits, write a new MBR to your primary hard disk using the command <span style="color: #0000ff;">fixmbr</span></p>
<p>Restart the computer. If the problem was not resolved proceed to method No. 5</p>
<h2><span style="text-decoration: underline;"><span style="color: #99cc00;">Installing Windows XP in repair mode:</span></span></h2>
<p>A few important things to remember before carrying out this proceedure&#8230;</p>
<ul>
<li>Back up all your data to a portable hard disk. if your system is unbootable, you may need to use a Live CD of Ubuntu/Knoppix to boot from and salvage your data -copy your whole user folder(s) under your Document and settings folder (Normally <span style="color: #0000ff;">c:\documents and settings\username</span>) <span style="color: #ff0000;">Caution: If you ever renamed your username, your folder wil still be called by the old username -so be careful!!!</span></li>
<li>Keep your Windows product code ready You will be prompted for it during the install.</li>
<li>You will likely not be allowed to login (a Microsoft feature <img src='http://www.simplysimple.info/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> ) without activating your computer unless you have an Internet connection that is always on your network/modem supports DHCP! Keep the Microsoft activation phone numbers handy&#8230;get it from the net as the ones shown on screen might not work!!!</li>
</ul>
<div id="attachment_1626" class="wp-caption alignleft" style="width: 410px"><img class="size-full wp-image-1626" title="Select your Windows installation and press 'r' to repair" src="http://simplysimple.info/wp-content/uploads/2010/04/ri.jpg" alt="" width="400" height="220" /><p class="wp-caption-text">Select your Windows installation and press &#39;r&#39; to  repair</p></div>
<p>Follow the steps above till you come to the screen where you press &#8216;<span style="color: #0000ff;">r</span>&#8216; to enter the recovery console. Instead of pressing &#8216;<span style="color: #0000ff;">r</span>&#8216; here, press Enter to move to the next screen.</p>
<p>Accept the license agreement by pressing <span style="color: #0000ff;">F8.</span></p>
<p>If windows was installed more than once (In different folders), then there will be as many Windows installations displayed here. Normally there would be only one installation as shown here and it will be selected by default. If it not, select the installation in question using the up/down arrow keys and press &#8216;r&#8217; to begin the repair.</p>
<p>This will basically do a complete installation of Windows without disturbing your files, applications and settings.</p>
<p>After this is successfully done and Windows starts up normally, you might need to reinstall and update your anti virus software. All service packs and security updates for Windows also will need to be installed -even if you had done so before. Basically what we did was replace the  Windows files in your Windows folder with the original (older) copies that came on your Windows CD.</p>
<p>If this fails, then you need to format and do a fresh install&#8230;. after  copying your data of course  <img src='http://www.simplysimple.info/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<h2><em><span style="color: #008000;"> </span></em></h2>
<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.simplysimple.info%2Frepairing-windows-xpok-2007-2%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=recommend&amp;colorscheme=light&amp;height=35' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:450px; height:35px' allowTransparency='true'></iframe><div class="evernoteSiteMemory"><a href="javascript:" onclick="Evernote.doClip({title: 'Repairing Windows XP on Simplysimple.info',url: 'http://www.simplysimple.info/repairing-windows-xpok-2007-2/',contentID: 'post-1620',suggestTags: 'Backup,email',providerName: 'Simplysimple.info',styling: 'text' });return false" class="evernoteSiteMemoryLink"><img src="http://static.evernote.com/article-clipper-remember.png" class="evernoteSiteMemoryButton" />
				</a>				<div class="evernoteSiteMemoryClear">&nbsp;</div>
</div><h3>Related Posts</h3>
<ol>
		<li><a href="http://www.simplysimple.info/backing-up-and-restoring-windows-mai/" rel="bookmark">Backing up and restoring Windows Mail 7</a><!-- (13.2)--></li>
		<li><a href="http://www.simplysimple.info/solved-error-accessing-shared-folder-windows-xp-computers/" rel="bookmark">Solved: Error accessing a shared folder between two Windows computers</a><!-- (11.7)--></li>
		<li><a href="http://www.simplysimple.info/dealing-windows-xps-dumb-automatic-restarts/" rel="bookmark">Dealing with Windows XP&#8217;s dumb automatic restarts</a><!-- (11)--></li>
		<li><a href="http://www.simplysimple.info/curing-a-pen-drive-that-will-not-open-in-my-computer/" rel="bookmark">Curing a USB drive that does not open in Windows</a><!-- (10.4)--></li>
		<li><a href="http://www.simplysimple.info/moving-email-linux-windows/" rel="bookmark">Moving your email from Linux to Windows</a><!-- (10)--></li>
		<li><a href="http://www.simplysimple.info/backing-up-your-data/" rel="bookmark">Backing up your data</a><!-- (9.7)--></li>
		<li><a href="http://www.simplysimple.info/timed-shutdown-windows-2000-server/" rel="bookmark">Timed shutdown of Windows 2000 server</a><!-- (9.6)--></li>
		<li><a href="http://www.simplysimple.info/email-backup-restore-pop/" rel="bookmark">Email: Backup &#038; Restore (POP)</a><!-- (9.5)--></li>
		<li><a href="http://www.simplysimple.info/setting-up-email-in-windows-mail-pop/" rel="bookmark">Setting up email in Windows Mail (POP)</a><!-- (8.7)--></li>
		<li><a href="http://www.simplysimple.info/backing-up-and-restoring-outlook-2007/" rel="bookmark">Backing up and restoring Outlook 2003 &#038; 2007</a><!-- (8.6)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.simplysimple.info/repairing-windows-xpok-2007-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solved: Cannot send outgoing Gmail in Evolution</title>
		<link>http://www.simplysimple.info/solved-send-outgoing-gmail-evolution/</link>
		<comments>http://www.simplysimple.info/solved-send-outgoing-gmail-evolution/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 07:09:17 +0000</pubDate>
		<dc:creator>Benjy</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://simplysimple.info/?p=1288</guid>
		<description><![CDATA[Solved: Cannot send outgoing Gmail in Evolution<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.simplysimple.info/backing-up-and-restoring-evolution/" rel="bookmark">Backing up and restoring Evolution</a><!-- (14.2)--></li>
		<li><a href="http://www.simplysimple.info/setting-up-email-in-evolution-pop/" rel="bookmark">Setting up email in Evolution (POP)</a><!-- (13.8)--></li>
		<li><a href="http://www.simplysimple.info/resolving-dat-attachments-outlook-entourage/" rel="bookmark">Solved: Attachments sent from Outlook or Entourage show as .dat files</a><!-- (11.5)--></li>
		<li><a href="http://www.simplysimple.info/setting-pop-email-common-clients/" rel="bookmark">Setting up POP email in various email clients</a><!-- (9.6)--></li>
		<li><a href="http://www.simplysimple.info/solved-jre-persistent-annoying-printing-prompt/" rel="bookmark">[Solved] JRE persistent printing prompt</a><!-- (9.4)--></li>
		<li><a href="http://www.simplysimple.info/email-backup-restore-pop/" rel="bookmark">Email: Backup &#038; Restore (POP)</a><!-- (8.5)--></li>
		<li><a href="http://www.simplysimple.info/setting-pop-email-zimbra/" rel="bookmark">Setting up POP email on Zimbra</a><!-- (8)--></li>
		<li><a href="http://www.simplysimple.info/solved-error-accessing-shared-folder-windows-xp-computers/" rel="bookmark">Solved: Error accessing a shared folder between two Windows computers</a><!-- (7.3)--></li>
		<li><a href="http://www.simplysimple.info/solved-wordpress-fatal-error-allowed-memory-size-33554432-bytes-exhausted/" rel="bookmark">Solved: wordpress Fatal error: Allowed memory size of 33554432 bytes exhausted</a><!-- (7.1)--></li>
		<li><a href="http://www.simplysimple.info/moving-email-linux-windows/" rel="bookmark">Moving your email from Linux to Windows</a><!-- (6.2)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[
<!-- using Like-Button-Plugin-For-Wordpress [v4.5.2] | by Stefan Natter (http://www.gb-world.net) -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.simplysimple.info/solved-send-outgoing-gmail-evolution/&amp;layout=button_count&amp;show_faces=true&amp;width=250&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=100&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:250px; height:100px"></iframe>
<!-- using Like-Button-Plugin-For-Wordpress [v4.5.2] | by Stefan Natter (http://www.gb-world.net) -->
<p style="text-align: justify;"><img class="alignleft size-full wp-image-1290" title="images" src="http://simplysimple.info/wp-content/uploads/2010/02/images.jpeg" alt="" width="127" height="95" />Last week I sent an email from  my Gmail account which I had setup in Evolution on my home computer.  Two days later I was surprised to find it still in the Outbox. I deleted the email as it was of no use now and made a mental To do to fix the problem as I was busy with other  important things  to be done -besides it still did work from my notebook -or I thought it did. A few days later I replied to a personal email from my notebook via my Gmail account and it is still lying in my outbox. This confirmed the fact that some settings had changed an Gmail&#8217;s end.</p>
<p style="text-align: justify;">I was surprised at not receiving an email from Google to this effect, but gave them the benefit of doubt as I receive vast amounts of email and I could have easily  have missed something from Gmail thinking it was some uninteresting email message like the various automated mails I receive from numerous bots whose websites I have subscribed to.<span id="more-1288"></span>Today I forwarded an interesting link to a friend and found it stuck in my outbox again which finally got my goat. A quick Google search revealed the usual mix of fixes -from the real ,to the imagined and to outright stupid. The secret to searching Google is the ability to distinguish between useful information and nonsense. As you get better at it, there will be a lot of links that you will not even bother to click.</p>
<p style="text-align: justify;">Then there are those half truths&#8230;Someone said that Gmail had changed its outgoing port number and had not updated their How To docs&#8230;. believable, but its unlike Google not  updating their docs and so I went to check out Gmail&#8217;s own help pages. I could not find  Evolution listed there, but found some unintelligible hyper technical trash so I clicked on the link to Thunderbird and scrolled through the screenshots. The same stuff applies for Evolution as well.</p>
<p>Open Evolution and click on <span style="color: #ff6600;">Edit</span> &gt; <span style="color: #ff6600;">Preferences</span>. Click on <span style="color: #ff6600;">Mail Accounts</span> and then select your Gmail account.</p>
<p>Click <span style="color: #ff6600;">Edit</span> and then on the <span style="color: #ff6600;">sending email</span> Tab. If you had a working Gmail account setup, You should see the following settings.</p>
<p><span style="color: #ff6600;">Server</span> smtp.gmail.com:<span style="color: #ff0000;">465</span></p>
<p>The checkbox on <span style="color: #ff6600;">My Server requires authentication</span> ticked</p>
<p><span style="color: #ff6600;">Security</span> : <span style="color: #ff6600;">Use secure connection</span> <span style="color: #ff0000;"> SSL encryption</span></p>
<p>and your full email (gmail) address as your  <span style="color: #ff6600;">username</span></p>
<p>All you now need to do is change the port number for the outgoing smtp server smtp.gmail.com to  <span style="color: #ff0000;">587</span> instead of 465 and then select <span style="color: #ff0000;">TLS</span> encryption instead of SSL!  Now that I have done my good deed for the day, I  can go ahead with my schedule for today afternoon/evening &#8211; A photo shoot of the Surajkund Annual Crafts mela (fair) <img src='http://www.simplysimple.info/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  The focus is on Rajasthan this year! Read more about it <a href="http://www.aryabhatt.com/fast_fair_festival/Fairs/Surajkund_Crafts_Mela.htm" target="_blank">here</a></p>
<p style="text-align: center;">
<div id="attachment_1292" class="wp-caption aligncenter" style="width: 548px"><a href="http://simplysimple.info/wp-content/uploads/2010/02/Screenshot-1.png"><img class="size-full wp-image-1292  " title="Evolution-SMTP-Gmail" src="http://simplysimple.info/wp-content/uploads/2010/02/Screenshot-1.png" alt="" width="538" height="430" /></a><p class="wp-caption-text">SMTP Settings for Gmail in Evolution</p></div>
<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.simplysimple.info%2Fsolved-send-outgoing-gmail-evolution%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=recommend&amp;colorscheme=light&amp;height=35' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:450px; height:35px' allowTransparency='true'></iframe><div class="evernoteSiteMemory"><a href="javascript:" onclick="Evernote.doClip({title: 'Solved: Cannot send outgoing Gmail in Evolution on Simplysimple.info',url: 'http://www.simplysimple.info/solved-send-outgoing-gmail-evolution/',contentID: 'post-1288',suggestTags: 'Linux,open source',providerName: 'Simplysimple.info',styling: 'text' });return false" class="evernoteSiteMemoryLink"><img src="http://static.evernote.com/article-clipper-remember.png" class="evernoteSiteMemoryButton" />
				</a>				<div class="evernoteSiteMemoryClear">&nbsp;</div>
</div><h3>Related Posts</h3>
<ol>
		<li><a href="http://www.simplysimple.info/backing-up-and-restoring-evolution/" rel="bookmark">Backing up and restoring Evolution</a><!-- (14.2)--></li>
		<li><a href="http://www.simplysimple.info/setting-up-email-in-evolution-pop/" rel="bookmark">Setting up email in Evolution (POP)</a><!-- (13.8)--></li>
		<li><a href="http://www.simplysimple.info/resolving-dat-attachments-outlook-entourage/" rel="bookmark">Solved: Attachments sent from Outlook or Entourage show as .dat files</a><!-- (11.5)--></li>
		<li><a href="http://www.simplysimple.info/setting-pop-email-common-clients/" rel="bookmark">Setting up POP email in various email clients</a><!-- (9.6)--></li>
		<li><a href="http://www.simplysimple.info/solved-jre-persistent-annoying-printing-prompt/" rel="bookmark">[Solved] JRE persistent printing prompt</a><!-- (9.4)--></li>
		<li><a href="http://www.simplysimple.info/email-backup-restore-pop/" rel="bookmark">Email: Backup &#038; Restore (POP)</a><!-- (8.5)--></li>
		<li><a href="http://www.simplysimple.info/setting-pop-email-zimbra/" rel="bookmark">Setting up POP email on Zimbra</a><!-- (8)--></li>
		<li><a href="http://www.simplysimple.info/solved-error-accessing-shared-folder-windows-xp-computers/" rel="bookmark">Solved: Error accessing a shared folder between two Windows computers</a><!-- (7.3)--></li>
		<li><a href="http://www.simplysimple.info/solved-wordpress-fatal-error-allowed-memory-size-33554432-bytes-exhausted/" rel="bookmark">Solved: wordpress Fatal error: Allowed memory size of 33554432 bytes exhausted</a><!-- (7.1)--></li>
		<li><a href="http://www.simplysimple.info/moving-email-linux-windows/" rel="bookmark">Moving your email from Linux to Windows</a><!-- (6.2)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.simplysimple.info/solved-send-outgoing-gmail-evolution/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Tomcat6 error : jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class</title>
		<link>http://www.simplysimple.info/tomcat-error-jar-not-loaded-servlet-spec-23-section-972-offending-class-javaxservletservletclass/</link>
		<comments>http://www.simplysimple.info/tomcat-error-jar-not-loaded-servlet-spec-23-section-972-offending-class-javaxservletservletclass/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 10:01:46 +0000</pubDate>
		<dc:creator>Benjy</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://simplysimple.info/?p=1183</guid>
		<description><![CDATA[This is with reference to my previous post here where I had to use a workaround to deploy a .war file for our Hospital Management Software. However as our date to go live approached, I was forced to do additional reading and experiment on the same and here are my conclusions. For your information, we are using Ubuntu Server 9.1 (Selecting LAMP + Tomcat Java Server from tasksel after the base install). the problem is still not sorted out but hopefully will soon be.  The war file was deployed in /var/lib/tomcat6/webapps/. The logs are found at /var/log/tomcat6/<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.simplysimple.info/tomcat6-ubuntu-server-904/" rel="bookmark">Using Tomcat6 on Ubuntu Server</a><!-- (9.3)--></li>
		<li><a href="http://www.simplysimple.info/wordpress-error-upgrade-ver-28-backup-folder-visible-public/" rel="bookmark">WordPress error : &#8220;Your backup folder might be visible to the public&#8221;</a><!-- (6.6)--></li>
		<li><a href="http://www.simplysimple.info/solved-error-accessing-shared-folder-windows-xp-computers/" rel="bookmark">Solved: Error accessing a shared folder between two Windows computers</a><!-- (6.5)--></li>
		<li><a href="http://www.simplysimple.info/solved-wordpress-fatal-error-allowed-memory-size-33554432-bytes-exhausted/" rel="bookmark">Solved: wordpress Fatal error: Allowed memory size of 33554432 bytes exhausted</a><!-- (6.4)--></li>
		<li><a href="http://www.simplysimple.info/solved-send-outgoing-gmail-evolution/" rel="bookmark">Solved: Cannot send outgoing Gmail in Evolution</a><!-- (5)--></li>
		<li><a href="http://www.simplysimple.info/moving-your-wordpress-blog/" rel="bookmark">Moving your WordPress blog</a><!-- (5)--></li>
		<li><a href="http://www.simplysimple.info/recovering-broken-array-ubuntu-software-raid/" rel="bookmark">Recovering from a broken array : Ubuntu Software RAID</a><!-- (5)--></li>
		<li><a href="http://www.simplysimple.info/glossary-botanical-section/" rel="bookmark">Glossary for the Botanical section</a><!-- (4.9)--></li>
		<li><a href="http://www.simplysimple.info/instructions-setting-reliance-huawei-ec325-usb-modem-ubuntu-904-jaunty-jackalope/" rel="bookmark">Instructions for setting up the Reliance Huawei EC325 USB Modem in Ubuntu 9.04 (Jaunty Jackalope)</a><!-- (4)--></li>
		<li><a href="http://www.simplysimple.info/what-is-a-server/" rel="bookmark">What is a server?</a><!-- (4)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[
<!-- using Like-Button-Plugin-For-Wordpress [v4.5.2] | by Stefan Natter (http://www.gb-world.net) -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.simplysimple.info/tomcat-error-jar-not-loaded-servlet-spec-23-section-972-offending-class-javaxservletservletclass/&amp;layout=button_count&amp;show_faces=true&amp;width=250&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=100&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:250px; height:100px"></iframe>
<!-- using Like-Button-Plugin-For-Wordpress [v4.5.2] | by Stefan Natter (http://www.gb-world.net) -->
<p style="text-align: justify;"><img class="alignleft size-full wp-image-1190" title="tomcat2" src="http://simplysimple.info/wp-content/uploads/2010/01/tomcat2.gif" alt="" width="130" height="92" /></p>
<p style="text-align: justify;">This is with reference to my previous post <a href="http://simplysimple.info/tomcat6-ubuntu-server-904/" target="_blank">here</a> where I had to use a workaround to deploy a .war file for our Hospital Management Software. However as our date to go live approached, I was forced to do additional reading and experiment on the same and here are my conclusions. For your information, we are using Ubuntu Server 9.1 (Selecting LAMP + Tomcat Java Server from tasksel after the base install). the problem is still not sorted out but hopefully will soon be.  The war file was deployed in <span style="color: #ff0000;"><em>/var/lib/tomcat6/webapps/</em></span>. The logs are found at <em><span style="color: #ff0000;">/var/log/tomcat6/</span></em></p>
<p><span id="more-1183"></span>These are the error messages from the Catalinaxxxx.log.</p>
<p><span style="color: #ff0000;">jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class</span></p>
<p><span style="color: #ff0000;">jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet-api.class</span></p>
<p>The war file when copied to the <span style="color: #ff0000;">/var/lib/tomcat6/</span> folder did not deploy. Trying to access it from the browser resulted in a 404  resource not found error</p>
<p>On Googling this error online, I came across the following description for<span style="color: #000000;"> Servlet Spec 2.3, section 9.7.2.</span></p>
<p style="text-align: justify;"><span style="color: #ff9900;"><strong>Servlet spec 2.3 sec 9.7.2</strong></span> recommends &#8230; <span style="color: #339966;">The classloader that a container uses to load a servlet in a WAR must allow the developer to load any resources contained in library JARs within the WAR following normal J2SE semantics using getResource. It must not allow the WAR to override J2SE or Java servlet API classes. It is further recommended that the loader not allow servlets in the WAR access to the web container’s implementation classes. It is recommended also that the application class loader be implemented so that classes and resources packaged within the WAR are loaded in preference to classes and resources residing in container-wide library JARs.</span></p>
<p style="text-align: justify;">There were several solutions posted around the net and I am listing them out below.</p>
<ol style="text-align: justify;">
<li>The most common solution peddled online was to delete the offending file(s) from the<em><span style="color: #ff0000;"> WEB-INF/lib/</span></em> folder and ignore the error message. This seems to have worked for at least a few people. In our case, deleting the files did not enable the app to deploy properly. In fact we were rewarded with the  -SEVERE: Error listenerStart error.</li>
<li>Other possible problems&#8230;That our developers had included the servlet-api.jar in the runtime library (in the .WAR) &#8211; and that it was only needed during build time. (They had)</li>
<li>Remove the jar from <em><span style="color: #ff0000;">WEB-INF/lib</span></em>, and update your build script to point to the new location. This too seems to be a possible solution, but this was out of my hands, and the solution was therefore passed on to the developers at JKT. (who just ignored it)</li>
<li>The problem could be that we had some other jar files which were not supposed to be in our war as they were bundled with the container(tomcat). To quote from another source, &#8220;It is a common mistake to keep these jars in <em><span style="color: #ff0000;">WEB-INF/lib</span></em> folder for compilation and ship it with the war file as these are only required for compiling your app (notably servlet-api.jar or j2ee.jar), but they should not be deployed as part of the webapp.&#8221; Another possibility -and conveyed to our developers with the same result as above&#8230; zzzz</li>
<li>&#8220;This is when you don’t have servlet-api.jar in class path. check that servlet-api.jar is in tomcat6/lib&#8221; -once again could be part of a possible problem but I have no access to the source code to verify this.</li>
<li>From yet another source, &#8220;the Servlet Spec 2.3, section 9.7.2 being referred to says that the Servlet Container (E.g. Tomcat) will supply the implementation class of the J2EE spec. The j2ee.jar (servlet-api.jar in our case?) in your <em><span style="color: #ff0000;">WEB-INF/lib</span></em> directory is trying to supply the same info. Having application specific implementations is a stability and security problem that is disallowed by the spec 2.3 and by Tomcat.&#8221; (Seems highly likely!!)</li>
<li>Here is an incomplete list of  jar files (listed below) which are not supposed to be included in the war file but in the container’s lib directory.</li>
</ol>
<p style="text-align: justify;">j2ee.jar, jasper-*.jar, jsp-api.jar, rt.jar,tools.jar, servlet.jar, servlet-api.jar, xerce.jar, xerces.jar and xercesImpl.jar, jboss.jar, gwt-user.jar, gwt-dev-linux.jar, gwt-dev-windows.jar, standard.jar,</p>
<p style="text-align: justify;">Unfortunately for us, I found information online which said that using  servlet.jar &amp; the servlet-api.jar for compiling is passe and compiling should preferably be done by using j2ee.jar instead. I&#8217;m still waiting for a reply from them  (our developers) and have refused to deploy our software from a folder using a standalone copy of Tomcat. I received an email saying that there was no difference in both the methods -however they  have been unable to deploy with the bundled version of Tomcat 6 in Ubuntu server, -how then were they able to compare both methods when they haven&#8217;t been able to set it up is anybody&#8217;s guess -divine guidance perhaps? Visions?</p>
<p style="text-align: justify;">As a systems guy, for me the logic is simple. When anything is installed from a repository, the system administrator is assured of a centralized update and also automatically installed security updates (if opted for) -this is all the more important for us as we would ultimately be deploying around 20 servers running Ubuntu Server edition in primarily rural locations with no proper IT support -let alone Linux administrators. In addition to that we would use this system at least for the next 8-10 years so the technology used must be current. If I use the method propounded by our developers, (because doing it the optimal way would be additional work for them -incidentally they also prefer to always run as root) then I&#8217;d be running tomcat6 for the next 8-10 years and also the existing servlet-api.jar (among others). On the other hand, if I choose to run the Tomcat sever installed using tasksel or apt and the developers used the servlets bundled with it, then (its current servlet-api.jar in<span style="color: #ff0000;"> /usr/share/tomcat6/lib/</span> is a symlink to servlet-api-2.5.jar)  I can get updates without breaking the app as any references to <em><span style="color: #ff0000;">/usr/share/tomcat6/lib/servlet-api.jar</span></em> gets pointed to its latest bug fixed/enhanced avatar, currently <span style="color: #ff0000;">/usr/share/tomcat6/lib/</span><em><span style="color: #ff0000;">servlet-api-2.5.jar</span></em>. Since I am not a developer I and do not have access to the programming/compiling details or the source code, I cannot come to any definite conclusion for now but will append to this post as soon as I have more information on the same.</p>
<p style="text-align: justify;"><span style="color: #339966;">Posted some months later&#8230;</span></p>
<p style="text-align: justify;">I tried a few experiments but couldn&#8217;t do much as I did not have access to the source code. The solution seems to build the package on the Eclipse Java EE IDE for Linux. It is available from the Eclipse <a href="http://www.eclipse.org/downloads/" target="_blank">Website</a>. Download, extract and run.</p>
<p style="text-align: justify;">Here is a screenshot of the screen after I imported the WAR file. It clearly states that<span style="color: #ff6600;"> &#8221; Unselected libraries will be imported into the WEB-INF/lib folder as jar files&#8221; </span>and that seems to be the most likely solution to the problem&#8230; build on Linux and select the libraries so that they don&#8217;t get included in your WEB-INF/lib folder! ( i.e. they won&#8217;t get included in your build and the copies that install along with Tomcat6 on the production server will be used) I&#8217;ve marked the libraries that are causing us issues with big red dots. The best way would be to select all so that Tomcat&#8217;s (on the production server) own libraries are used.</p>
<div id="attachment_1253" class="wp-caption alignleft" style="width: 500px"><img class="size-full wp-image-1253" title="Screenshot-1" src="http://simplysimple.info/wp-content/uploads/2010/01/Screenshot-1.png" alt="" width="490" height="442" /><p class="wp-caption-text">Importing a WAR into the Eclipse Java EE IDE on Linux</p></div>
<p style="text-align: justify;"><span style="color: #339966;">Posted a few months later:</span></p>
<p style="text-align: justify;">In our case, what did work out finally was to set <span style="color: #ff00ff;">TOMCAT6_SECURITY=no</span> in /etc/init.d/tomcat6 (The default is yes). <span style="color: #008000;"><em>Note:</em></span> In Ubuntu Server 10.04 Lucid Lynx, the default is already set to no, so our HIS software works without a hitch. However the same error still shows up in the log files. It does not seem to affect any of its functionality though.</p>
<p style="text-align: justify;">This is a stop gap &#8220;solution&#8221; from our software developers, JK Technosoft.  who have designed the software. (knowing them, read that as a permanent solution) Can&#8217;t expect local Windows programmers to understand or care about the nitty-gritties of Linux security or trouble themselves even with Windows security for that matter. The last time I met them, their actions convinced me that they were not keen to explore the dilemma of their custom libraries residing in <span style="color: #ff0000;">/WEB-INF/lib</span> . I&#8217;m convinced that only third party libraries must make it into the <span style="color: #ff0000;">/WEB-INF/lib</span> folder -I could be wrong though, but if I was one of them, I&#8217;d avoid bundling the web libraries that are in any case automatically installed by default along with Tomcat. Its like bundling DLLs in a Windows application that Windows already has by default. The logic is simple, even in Tomcat on Linux as in Windows. The DLLs in the System folders in Windows are protected, secure and automatically updated, the dupes that the software developer has provided with the software that&#8217;s installing, might at best be outdated or at worst compromised! The only problem I see on using the system DLL&#8217;s would be that your app might break as part of a Windows or Linux update! Well that&#8217;s not supposed to happen (or happen only rarely) if you coded right in the first place!</p>
<p style="text-align: justify;">In our case, the problem was point No. 6 among the possibilities listed above. However our developers continued to ignore our feedback. You can now read how the whole software story ended in <a title="Review: HIS/HMS software : JK Technosoft" href="http://www.simplysimple.info/review-his-hms-software-jk-technosoft/" target="_blank">this post</a>. It wasn&#8217;t just a Tomcat problem, its just that they continued with their same callous attitude in all areas of their software.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;"><!-- 		@page { margin: 2cm } 		TD P { margin-bottom: 0cm } 		P { margin-bottom: 0.21cm } -->remove the jar from WEB-INF/lib, and update your build script to point to the new location</div>
<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.simplysimple.info%2Ftomcat-error-jar-not-loaded-servlet-spec-23-section-972-offending-class-javaxservletservletclass%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=recommend&amp;colorscheme=light&amp;height=35' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:450px; height:35px' allowTransparency='true'></iframe><div class="evernoteSiteMemory"><a href="javascript:" onclick="Evernote.doClip({title: 'Tomcat6 error : jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class on Simplysimple.info',url: 'http://www.simplysimple.info/tomcat-error-jar-not-loaded-servlet-spec-23-section-972-offending-class-javaxservletservletclass/',contentID: 'post-1183',suggestTags: 'Linux,open source',providerName: 'Simplysimple.info',styling: 'text' });return false" class="evernoteSiteMemoryLink"><img src="http://static.evernote.com/article-clipper-remember.png" class="evernoteSiteMemoryButton" />
				</a>				<div class="evernoteSiteMemoryClear">&nbsp;</div>
</div><h3>Related Posts</h3>
<ol>
		<li><a href="http://www.simplysimple.info/tomcat6-ubuntu-server-904/" rel="bookmark">Using Tomcat6 on Ubuntu Server</a><!-- (9.3)--></li>
		<li><a href="http://www.simplysimple.info/wordpress-error-upgrade-ver-28-backup-folder-visible-public/" rel="bookmark">WordPress error : &#8220;Your backup folder might be visible to the public&#8221;</a><!-- (6.6)--></li>
		<li><a href="http://www.simplysimple.info/solved-error-accessing-shared-folder-windows-xp-computers/" rel="bookmark">Solved: Error accessing a shared folder between two Windows computers</a><!-- (6.5)--></li>
		<li><a href="http://www.simplysimple.info/solved-wordpress-fatal-error-allowed-memory-size-33554432-bytes-exhausted/" rel="bookmark">Solved: wordpress Fatal error: Allowed memory size of 33554432 bytes exhausted</a><!-- (6.4)--></li>
		<li><a href="http://www.simplysimple.info/solved-send-outgoing-gmail-evolution/" rel="bookmark">Solved: Cannot send outgoing Gmail in Evolution</a><!-- (5)--></li>
		<li><a href="http://www.simplysimple.info/moving-your-wordpress-blog/" rel="bookmark">Moving your WordPress blog</a><!-- (5)--></li>
		<li><a href="http://www.simplysimple.info/recovering-broken-array-ubuntu-software-raid/" rel="bookmark">Recovering from a broken array : Ubuntu Software RAID</a><!-- (5)--></li>
		<li><a href="http://www.simplysimple.info/glossary-botanical-section/" rel="bookmark">Glossary for the Botanical section</a><!-- (4.9)--></li>
		<li><a href="http://www.simplysimple.info/instructions-setting-reliance-huawei-ec325-usb-modem-ubuntu-904-jaunty-jackalope/" rel="bookmark">Instructions for setting up the Reliance Huawei EC325 USB Modem in Ubuntu 9.04 (Jaunty Jackalope)</a><!-- (4)--></li>
		<li><a href="http://www.simplysimple.info/what-is-a-server/" rel="bookmark">What is a server?</a><!-- (4)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.simplysimple.info/tomcat-error-jar-not-loaded-servlet-spec-23-section-972-offending-class-javaxservletservletclass/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

