<?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>ITechLounge.net</title>
	<atom:link href="http://www.itechlounge.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itechlounge.net</link>
	<description>IT troubleshooting start here!</description>
	<lastBuildDate>Sat, 11 Feb 2012 19:03:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>VMware ESX : Failed to connect ethernet0</title>
		<link>http://www.itechlounge.net/2012/02/vmware-esx/</link>
		<comments>http://www.itechlounge.net/2012/02/vmware-esx/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 19:02:48 +0000</pubDate>
		<dc:creator>kgagnon@itechlounge.net</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.itechlounge.net/?p=409</guid>
		<description><![CDATA[You may encounter this error on VMware ESX / ESXi server on a guest event console (on vSphere Client) : Error message from host.domain.tld: Failed to connect ethernet0 Of course, the guest system have no functional network. This probably happen &#8230;<p class="read-more"><a href="http://www.itechlounge.net/2012/02/vmware-esx/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>You may encounter this error on VMware ESX / ESXi server on a guest event console (on vSphere Client) :</p>
<blockquote><p>Error message from host.domain.tld: Failed to connect ethernet0</p></blockquote>
<p>Of course, the guest system have no functional network.</p>
<p>This probably happen if <strong>you actually rename a Virtual Network that was previously used by the guest</strong>. Changes does not apply automatically on guests.</p>
<p>To solve this, simply do :</p>
<blockquote><p>- Go to Summary tab &gt; Click on Edit settings<br />
- Click on Network adapter 1 &gt; and select the proper Network label inside the Network connection section.</p></blockquote>

]]></content:encoded>
			<wfw:commentRss>http://www.itechlounge.net/2012/02/vmware-esx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux : Install Webmin from YUM repository</title>
		<link>http://www.itechlounge.net/2012/02/linux-install-webmin-from-yum-repository/</link>
		<comments>http://www.itechlounge.net/2012/02/linux-install-webmin-from-yum-repository/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 18:46:34 +0000</pubDate>
		<dc:creator>kgagnon@itechlounge.net</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">http://www.itechlounge.net/?p=407</guid>
		<description><![CDATA[Webmin and Usermin can be installed and updated directly through YUM. To achieve this, we need to setup manually the repository. First, create the .repo file for YUM : vi /etc/yum.repos.d/webmin.repo Copy, paste and save the following : [Webmin] name=Webmin &#8230;<p class="read-more"><a href="http://www.itechlounge.net/2012/02/linux-install-webmin-from-yum-repository/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Webmin and Usermin can be installed and updated directly through YUM. To achieve this, we need to setup manually the repository.</p>
<p>First, create the .repo file for YUM :</p>
<blockquote><p>vi /etc/yum.repos.d/webmin.repo</p></blockquote>
<p>Copy, paste and save the following :</p>
<blockquote><p>[Webmin]<br />
name=Webmin Distribution Neutral#baseurl=http://download.webmin.com/download/yum<br />
mirrorlist=http://download.webmin.com/download/yum/mirrorlist<br />
enabled=1</p></blockquote>
<p>Save the PGP key :</p>
<blockquote><p>wget http://www.webmin.com/jcameron-key.asc</p></blockquote>
<p>Import the key :</p>
<blockquote><p>rpm &#8211;import jcameron-key.asc</p></blockquote>
<p>You are now all set to install the software :</p>
<blockquote><p>yum install webmin</p>
<p>yum install usermin</p></blockquote>
<p>(Packages will be automatically updated each time you run a &#8220;yum update&#8221;)<br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itechlounge.net/2012/02/linux-install-webmin-from-yum-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenVPN : Unable to obtain Session ID</title>
		<link>http://www.itechlounge.net/2012/02/openvpn-unable-to-obtain-session-id/</link>
		<comments>http://www.itechlounge.net/2012/02/openvpn-unable-to-obtain-session-id/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 02:02:23 +0000</pubDate>
		<dc:creator>kgagnon@itechlounge.net</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">http://www.itechlounge.net/?p=404</guid>
		<description><![CDATA[Using OpenVPN Server on Linux as well as Windows machine, you may encounter this error trying to connect a client : Unable to obtain Session ID from &#8220;vpn.domain.tld&#8221;, port(s)=443: XML-RPC: TimeoutError This happen because HTTPS (SSL) port (TCP-443) is closed &#8230;<p class="read-more"><a href="http://www.itechlounge.net/2012/02/openvpn-unable-to-obtain-session-id/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Using OpenVPN Server on Linux as well as Windows machine, you may encounter this error trying to connect a client :</p>
<blockquote><p>Unable to obtain Session ID from &#8220;vpn.domain.tld&#8221;, port(s)=443: XML-RPC: TimeoutError</p></blockquote>
<p><strong>This happen because HTTPS (SSL) port (TCP-443) is closed either on the server or firewall (server-side).</strong></p>
<p>You also need the following ports open in order to get OpenVPN working :</p>
<blockquote><p>TCP-943<br />
TCP-1194<br />
UDP-1194</p></blockquote>

]]></content:encoded>
			<wfw:commentRss>http://www.itechlounge.net/2012/02/openvpn-unable-to-obtain-session-id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows : Microsoft.ACE.OLEDB provider is not registered on the local machine</title>
		<link>http://www.itechlounge.net/2012/02/microsoft-ace-oledb-provider-is-not-registered-on-the-local-machine/</link>
		<comments>http://www.itechlounge.net/2012/02/microsoft-ace-oledb-provider-is-not-registered-on-the-local-machine/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 16:43:47 +0000</pubDate>
		<dc:creator>kgagnon@itechlounge.net</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">http://www.itechlounge.net/?p=399</guid>
		<description><![CDATA[Trying to import Excel datasheet into MSSQL database using .NET application and get this error? The &#8216;Microsoft.ACE.OLEDB.12.0&#8242; provider is not registered on the local machine This indicate you are required to install the two following component on the server : &#8230;<p class="read-more"><a href="http://www.itechlounge.net/2012/02/microsoft-ace-oledb-provider-is-not-registered-on-the-local-machine/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Trying to import Excel datasheet into MSSQL database using .NET application and get this error?</p>
<blockquote><p>The &#8216;Microsoft.ACE.OLEDB.12.0&#8242; provider is not registered on the local machine</p></blockquote>
<p>This indicate you are required to install the two following component on the server :<strong> Access Database Engine</strong> as well as <strong>Excel</strong>.</p>
<p><a href="http://www.microsoft.com/download/en/details.aspx?id=13255">http://www.microsoft.com/download/en/details.aspx?id=13255</a><br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itechlounge.net/2012/02/microsoft-ace-oledb-provider-is-not-registered-on-the-local-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows : Asp.NET test page</title>
		<link>http://www.itechlounge.net/2012/01/windows-asp-net-test-page/</link>
		<comments>http://www.itechlounge.net/2012/01/windows-asp-net-test-page/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 05:22:42 +0000</pubDate>
		<dc:creator>kgagnon@itechlounge.net</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">http://www.itechlounge.net/?p=395</guid>
		<description><![CDATA[Just like php, you can create a test page in order to verify if .NET is installed and working properly. The following will also display the running version. Simply create plain text file using Notepad or your favorite text editor &#8230;<p class="read-more"><a href="http://www.itechlounge.net/2012/01/windows-asp-net-test-page/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Just like php, you can create a test page in order to verify if .NET is installed and working properly. The following will also display the running version.</p>
<p>Simply create plain text file using Notepad or your favorite text editor :</p>
<blockquote><p>test.aspx</p></blockquote>
<p>And insert this code :</p>
<blockquote><p>&lt;%@ Page Language=&#8221;VB&#8221; %&gt;</p>
<p>&lt;script runat=&#8221;server&#8221;&gt;<br />
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs)<br />
lblVersion.Text = &#8220;Your server is running ASP.NET and the version is &#8221; &amp; System.Environment.Version.ToString()<br />
End Sub<br />
&lt;/script&gt;</p>
<p>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;ASP.NET Version&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;form id=&#8221;form1&#8243; runat=&#8221;server&#8221;&gt;<br />
&lt;asp:Label ID=&#8221;lblVersion&#8221; runat=&#8221;server&#8221;&gt;&lt;/asp:Label&gt;<br />
&lt;/form&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p></blockquote>

]]></content:encoded>
			<wfw:commentRss>http://www.itechlounge.net/2012/01/windows-asp-net-test-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux : Increase maximum open file descriptors</title>
		<link>http://www.itechlounge.net/2012/01/linux-increase-maximum-open-file-descriptors/</link>
		<comments>http://www.itechlounge.net/2012/01/linux-increase-maximum-open-file-descriptors/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 05:17:50 +0000</pubDate>
		<dc:creator>kgagnon@itechlounge.net</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">http://www.itechlounge.net/?p=393</guid>
		<description><![CDATA[On most heavy usage servers, you probably need to override the maximum open file descriptors in order to handle the load! Do not play with this setting blindly, make sure you know what you&#8217;re doing! In most case, you will &#8230;<p class="read-more"><a href="http://www.itechlounge.net/2012/01/linux-increase-maximum-open-file-descriptors/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>On most heavy usage servers, you probably need to override the maximum open file descriptors in order to handle the load! Do not play with this setting blindly, make sure you know what you&#8217;re doing! In most case, you will be warned in log wit message like this : Too many open files</p>
<p>You may have a look at the current value using the following command :</p>
<blockquote><p>cat /proc/sys/fs/file-max</p></blockquote>
<p>To increase it right away without reboot the server simply type (replace the value according your needs) :</p>
<blockquote><p>sysctl -w fs.file-max=100000</p></blockquote>
<p>Okay, now you need to add it to sysctl in order to make your new setting permanent (the above command will actually not make the setting survive to reboot) :</p>
<blockquote><p>vi /etc/sysctl.conf</p></blockquote>
<p>And add :</p>
<blockquote><p>fs.file-max = 100000</p></blockquote>
<p>&nbsp;</p>
<p>The above was to set the maximum file descriptor system wide. Setting it for specific user is not much difficult.</p>
<p>Edit :</p>
<blockquote><p>/etc/security/limits.conf</p></blockquote>
<p>And add :</p>
<blockquote><p>user soft nofile 8192<br />
user hard nofile 16384</p></blockquote>
<p>(Replace &#8220;user&#8221; with the designated username and the number according your needs.)<br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itechlounge.net/2012/01/linux-increase-maximum-open-file-descriptors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows : How To clear Offline Files server list</title>
		<link>http://www.itechlounge.net/2012/01/windows-how-to-clear-offline-files-server-list/</link>
		<comments>http://www.itechlounge.net/2012/01/windows-how-to-clear-offline-files-server-list/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 20:02:40 +0000</pubDate>
		<dc:creator>kgagnon@itechlounge.net</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[PC]]></category>

		<guid isPermaLink="false">http://www.itechlounge.net/?p=391</guid>
		<description><![CDATA[You may get into trouble if you didn&#8217;t remove folder synchronization on network server before deleting a user account or unlink a computer from domain&#8230; File synchronization still effective even if the user is no longer on the computer or &#8230;<p class="read-more"><a href="http://www.itechlounge.net/2012/01/windows-how-to-clear-offline-files-server-list/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>You may get into trouble if you didn&#8217;t remove folder synchronization on network server before deleting a user account or unlink a computer from domain&#8230; File synchronization still effective even if the user is no longer on the computer or Active Directory.</p>
<p>The only way to get rid of old entries, is to do it manually through the registry.</p>
<p>First, open up the registry editor (Start &gt; Run) :</p>
<blockquote><p>regedit</p></blockquote>
<p>Go to :</p>
<blockquote><p>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\NetCache\</p></blockquote>
<p>Then, <strong>add a DWORD key</strong> named :</p>
<blockquote><p>FormatDatabase</p></blockquote>
<p>Reboot the computer and your done.<br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itechlounge.net/2012/01/windows-how-to-clear-offline-files-server-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux : mptbase ioc0 WARNING IOC is in FAULT state</title>
		<link>http://www.itechlounge.net/2012/01/linux-mptbase-ioc0-warning-ioc-is-in-fault-state/</link>
		<comments>http://www.itechlounge.net/2012/01/linux-mptbase-ioc0-warning-ioc-is-in-fault-state/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 16:27:44 +0000</pubDate>
		<dc:creator>kgagnon@itechlounge.net</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">http://www.itechlounge.net/?p=389</guid>
		<description><![CDATA[Inside system logs (/var/log/messages), you may see some message like this on a system running a RAID controller (this one is from a PERC 5/i on a Dell PowerEdge server) : mptbase: ioc0: WARNING &#8211; IOC is in FAULT state &#8230;<p class="read-more"><a href="http://www.itechlounge.net/2012/01/linux-mptbase-ioc0-warning-ioc-is-in-fault-state/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Inside system logs (/var/log/messages), you may see some message like this on a system running a RAID controller (this one is from a PERC 5/i on a Dell PowerEdge server) :</p>
<blockquote><p>mptbase: ioc0: WARNING &#8211; IOC is in FAULT state (1600h)!!!<br />
mptbase: ioc0: WARNING &#8211; Issuing HardReset from mpt_fault_reset_work!!<br />
mptbase: ioc0: Initiating recovery<br />
mptbase: ioc0: WARNING &#8211; IOC is in FAULT state!!!<br />
mptbase: ioc0: WARNING &#8211; FAULT code = 1600h<br />
mptbase: ioc0: Recovered from IOC FAULT<br />
mptbase: ioc0: WARNING &#8211; mpt_fault_reset_work: HardReset: success</p></blockquote>
<p><strong>This indicate either a drive is failing or a driver bug.</strong> May not be critical at all, but <strong>should be taken seriously</strong>! Some time the system may hang after displaying this.</p>
<p>If you see a failed message about the recovery/hard reset or a device offlined soon after this message, it&#8217;s definitely a failed hard disk. In any situation, have a look at the storage device manager for more information (in this case, since this is a Dell server, we may have a look at OpenManage).<br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itechlounge.net/2012/01/linux-mptbase-ioc0-warning-ioc-is-in-fault-state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux : Hardware Lister</title>
		<link>http://www.itechlounge.net/2012/01/linux-hardware-lister/</link>
		<comments>http://www.itechlounge.net/2012/01/linux-hardware-lister/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 15:59:22 +0000</pubDate>
		<dc:creator>kgagnon@itechlounge.net</dc:creator>
				<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://www.itechlounge.net/?p=386</guid>
		<description><![CDATA[Need to show full hardware contained inside a Linux machine (board, cpu, memory, pci slots, etc.) such as you do on Windows with AIDA, Sandra, etc? Hardware Lister (lshw) is the answer. http://ezix.org/project/wiki/HardwareLiSter [official site : external link] You can &#8230;<p class="read-more"><a href="http://www.itechlounge.net/2012/01/linux-hardware-lister/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Need to show full hardware contained inside a Linux machine (board, cpu, memory, pci slots, etc.) such as you do on Windows with AIDA, Sandra, etc?</p>
<blockquote><p><strong>Hardware Lister (lshw)</strong> is the answer.</p></blockquote>
<p><a title="Hardware Lister official site" href="http://ezix.org/project/wiki/HardwareLiSter" target="_blank">http://ezix.org/project/wiki/HardwareLiSter</a> [official site : external link]</p>
<p>You can shot the full output using the command</p>
<blockquote><p>lshw</p></blockquote>
<p>Or redirect the listing in a plain text file if too many information displayed using this command :</p>
<blockquote><p>lshw &gt; HardwareReport.txt</p></blockquote>
<p>You may also generate a HTML report :</p>
<blockquote><p>lshw -html &gt; HardwareReport.html</p></blockquote>

]]></content:encoded>
			<wfw:commentRss>http://www.itechlounge.net/2012/01/linux-hardware-lister/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web : zend_mm_heap corrupted</title>
		<link>http://www.itechlounge.net/2012/01/web-zend_mm_heap-corrupted/</link>
		<comments>http://www.itechlounge.net/2012/01/web-zend_mm_heap-corrupted/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 23:04:48 +0000</pubDate>
		<dc:creator>kgagnon@itechlounge.net</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.itechlounge.net/?p=384</guid>
		<description><![CDATA[You may notice this error in the Apache logs : zend_mm_heap corrupted Try to enable or increase this parameter either in your Apache config, htaccess or php.ini file : output_buffering = 4096]]></description>
			<content:encoded><![CDATA[<p>You may notice this error in the Apache logs : zend_mm_heap corrupted</p>
<p>Try to enable or increase this parameter either in your Apache config, htaccess or php.ini file :</p>
<blockquote><p>output_buffering = 4096</p></blockquote>

]]></content:encoded>
			<wfw:commentRss>http://www.itechlounge.net/2012/01/web-zend_mm_heap-corrupted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

