<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Aparnam&#039;s Blog</title>
	<atom:link href="http://aparnam.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://aparnam.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 17 Dec 2011 08:07:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='aparnam.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Aparnam&#039;s Blog</title>
		<link>http://aparnam.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aparnam.wordpress.com/osd.xml" title="Aparnam&#039;s Blog" />
	<atom:link rel='hub' href='http://aparnam.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Differences between TCP and UDP Protocol</title>
		<link>http://aparnam.wordpress.com/2011/11/17/differences-between-tcp-and-udp-protocol/</link>
		<comments>http://aparnam.wordpress.com/2011/11/17/differences-between-tcp-and-udp-protocol/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 17:29:03 +0000</pubDate>
		<dc:creator>Aparna Murthy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aparnam.wordpress.com/?p=356</guid>
		<description><![CDATA[If you want to know the exact difference between TCP and UDP protocol, lets have a look below : Firstly, What is TCP and UDP protocol : Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) are the major protocols operating at Transport Layer. Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) operate very [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnam.wordpress.com&amp;blog=8082979&amp;post=356&amp;subd=aparnam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want to know the exact difference between TCP and UDP protocol, lets have a look below :</p>
<p>Firstly, What is TCP and UDP protocol :</p>
<p>Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) are the major protocols operating at Transport Layer. Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) operate very differently and you can choose Transmission Control Protocol (TCP) or User Datagram Protocol (UDP) depending on your requirement.</p>
<p>1.<strong> TCP Protocol :</strong> TCP stands for Transmission Control Protocol and it guarantees delivery of data packets. This protocol provides extensive error checking mechanisms such as flow control and acknowledgment of data. Transmission Control Protocol (TCP) is a connection oriented protocol. Before transmitting data, a connection must be established between the devices participating in data transmission. If your Application require guaranteed delivery of data, then you must choose TCP as the Transport layer protocol.</p>
<p>2. <strong>UDP Protocol :</strong> UDP stands for User Datagram protocol and it operates in Datagram mode. The main difference you should notice here is User Datagram Protocol (UDP) is a connection-less protocol. User Datagram protocol (UDP) has only the basic error checking mechanism using checksums.</p>
<p>Now I assume that you under stand what is TCP and UDP protocol more than there long forms <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   Now see Difference between Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) below :</p>
<p><strong>        Transmission Control Protocol (TCP)</strong></p>
<p>1) Transmission Control Protocol (TCP) is a connection oriented protocol, which means the devices should open a connection before transmitting data and should close the connection gracefully after transmitting the data.</p>
<p>2) Transmission Control Protocol (TCP) assure reliable delivery of data to the destination.</p>
<p>3) Transmission Control Protocol (TCP) protocol provides extensive error checking mechanisms such as flow control and acknowledgment of data.</p>
<p>4) Sequencing of data is a feature of Transmission Control Protocol (TCP).</p>
<p>5) Delivery of data is guaranteed if you are using Transmission Control Protocol (TCP).</p>
<p>6) Transmission Control Protocol (TCP) is comparatively slow because of these extensive error checking mechanisms</p>
<p>7) Multiplexing and Demultiplexing is possible in Transmission Control Protocol (TCP) using TCP port numbers.</p>
<p> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Retransmission of lost packets is possible in Transmission Control Protocol (TCP).</p>
<p><strong>    User Datagram Protocol (UDP)</strong></p>
<p>1) User Datagram Protocol (UDP) is Datagram oriented protocol with no overhead for opening, maintaining, and closing a connection.</p>
<p>2) User Datagram Protocol (UDP) is efficient for broadcast/multicast transmission.</p>
<p>3) User Datagram protocol (UDP) has only the basic error checking mechanism using checksums.</p>
<p>4) There is no sequencing of data in User Datagram protocol (UDP) .</p>
<p>5) The delivery of data cannot be guaranteed in User Datagram protocol (UDP) .</p>
<p>6) User Datagram protocol (UDP) is faster, simpler and more efficient than TCP. However, User Datagram protocol (UDP) it is less robust then TCP</p>
<p>7) Multiplexing and Demultiplexing is possible in User Datagram Protcol (UDP) using UDP port numbers.</p>
<p> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> There is no retransmission of lost packets in User Datagram Protcol (UDP).</p>
<p>Cheers!!!! <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ;)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aparnam.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aparnam.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aparnam.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aparnam.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aparnam.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aparnam.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aparnam.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aparnam.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aparnam.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aparnam.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aparnam.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aparnam.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aparnam.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aparnam.wordpress.com/356/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnam.wordpress.com&amp;blog=8082979&amp;post=356&amp;subd=aparnam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aparnam.wordpress.com/2011/11/17/differences-between-tcp-and-udp-protocol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8dd07640dc12e67410c774717804ebee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Aparna</media:title>
		</media:content>
	</item>
		<item>
		<title>How to install extension Managers on Cpanel Server</title>
		<link>http://aparnam.wordpress.com/2011/08/05/how-to-install-extension-managers-on-cpanel-server/</link>
		<comments>http://aparnam.wordpress.com/2011/08/05/how-to-install-extension-managers-on-cpanel-server/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 08:52:38 +0000</pubDate>
		<dc:creator>Aparna Murthy</dc:creator>
				<category><![CDATA[Cpanel/WHM]]></category>

		<guid isPermaLink="false">http://aparnam.wordpress.com/?p=346</guid>
		<description><![CDATA[Installing extension managers like Zend Optimizer or Ion Cube loader without compiling apache on cPanel server is so easy, you can install them using just one script, and the script is located under the normal /scripts directory on Cpanel servers : /scripts/phpextensionmgr It provides the options to list, check status , install or remove any [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnam.wordpress.com&amp;blog=8082979&amp;post=346&amp;subd=aparnam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Installing extension managers like Zend Optimizer or Ion Cube loader without compiling apache on cPanel server is so easy, you can install them using just one script, and the script is located under the normal /scripts directory on Cpanel servers :</p>
<p>/scripts/phpextensionmgr</p>
<p>It provides the options to list, check status , install or remove any of the extensions.</p>
<p>Using below command you can get the list of extension managers available for installation :</p>
<p>root@CpanelServer[~]# /scripts/phpextensionmgr list<br />
Available Extensions:<br />
EAccelerator<br />
IonCubeLoader<br />
Zendopt<br />
SourceGuardian<br />
PHPSuHosin</p>
<p>Now you can check status of any extension using the below command :</p>
<p>root@CpanelServer[~]# /scripts/phpextensionmgr status IonCubeLoader<br />
Determining status of IonCubeLoader<br />
IonCubeLoader extension is NOT installed<br />
root@CpanelServer[~]#</p>
<p>Now I can see that IonCubeLoader is not installed, To install the extension see below :</p>
<p>root@CpanelServer[~]# /scripts/phpextensionmgr install IonCubeLoader<br />
Installing IonCubeLoader<br />
Determining PHP version<br />
Installing IonCube Loader binaries<br />
Activating IonCube Loader extension in /usr/local/lib/php.ini<br />
IonCube Loader extension activated</p>
<p>Now you can check status of any extension using the below command :</p>
<p>root@CpanelServer[~]# /scripts/phpextensionmgr status IonCubeLoader<br />
Determining status of IonCubeLoader<br />
IonCubeLoader extension is installed</p>
<p>Also you can check php version to check if its get complied with php.</p>
<p>Now you can see the required installation is installed.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aparnam.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aparnam.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aparnam.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aparnam.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aparnam.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aparnam.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aparnam.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aparnam.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aparnam.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aparnam.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aparnam.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aparnam.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aparnam.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aparnam.wordpress.com/346/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnam.wordpress.com&amp;blog=8082979&amp;post=346&amp;subd=aparnam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aparnam.wordpress.com/2011/08/05/how-to-install-extension-managers-on-cpanel-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8dd07640dc12e67410c774717804ebee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Aparna</media:title>
		</media:content>
	</item>
		<item>
		<title>How to install the GeoIP plugin to show country information in Awstats cPanel</title>
		<link>http://aparnam.wordpress.com/2011/06/26/how-to-install-the-geoip-plugin-to-show-country-information-in-awstats-cpanel/</link>
		<comments>http://aparnam.wordpress.com/2011/06/26/how-to-install-the-geoip-plugin-to-show-country-information-in-awstats-cpanel/#comments</comments>
		<pubDate>Sun, 26 Jun 2011 17:09:02 +0000</pubDate>
		<dc:creator>Aparna Murthy</dc:creator>
				<category><![CDATA[Cpanel/WHM]]></category>

		<guid isPermaLink="false">http://aparnam.wordpress.com/?p=334</guid>
		<description><![CDATA[Follow these instructions to install and enable the GeoIP plugin in awstats: Requirement : 1.Root access to server (ssh access) 2. Install GNU Compiler Collection (gcc) 3.Install the GeoIP by executing the following commands in SSH: Commands : # wget http://maxmind.com/download/geoip/api/c/GeoIP.tar.gz # tar xzvf GeoIP.tar.gz # cd GeoIP* # ./configure &#38;&#38; make &#38;&#38; make install [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnam.wordpress.com&amp;blog=8082979&amp;post=334&amp;subd=aparnam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Follow these instructions to install and enable the GeoIP plugin in awstats:</p>
<p><strong>Requirement :</strong></p>
<p>1.Root access to server (ssh access)<br />
2. Install GNU Compiler Collection (gcc)<br />
3.Install the GeoIP by executing the following commands in SSH:<br />
Commands :</p>
<p># wget http://maxmind.com/download/geoip/api/c/GeoIP.tar.gz<br />
# tar xzvf GeoIP.tar.gz<br />
# cd GeoIP*<br />
# ./configure &amp;&amp; make &amp;&amp; make install</p>
<p><strong>Install the GeoIP Perl module using CPAN</strong> :</p>
<p>command :</p>
<p># cpan</p>
<p>NOTE:  If this is the first time you&#8217;re using CPAN, you will be prompted about automatic setup. If you see &#8220;Are you ready for manual configuration? [yes]&#8221; &#8212; type no. If you see &#8220;Would you like me to configure as much as possible automatically? [yes]&#8221; &#8212; type yes.</p>
<p>Then installed the GEoIP per module by executing the below command :</p>
<p>Command :</p>
<p># install Geo::IP</p>
<p>Then</p>
<p>Command:</p>
<p># quit</p>
<p>to exit the CPAN shell.</p>
<p>Once installed enable the plugin in the awstats.conf as below :<br />
Command :<br />
# vi /usr/local/cpanel/etc/awstats.conf</p>
<p>Insert this code end of the file :</p>
<p>LoadPlugin=&#8221;geoip GEOIP_STANDARD /usr/local/share/GeoIP/GeoIP.dat&#8221;</p>
<p>Save File.</p>
<p>To enable it for a specfic user then follow the insturction as below :</p>
<p>Command :</p>
<p># vi /home/username/tmp/awstats/awstats.domainname.conf</p>
<p>NOTE: username and domainname will be replaced by your username and domainname.</p>
<p>Add the code end of the file :</p>
<p>LoadPlugin=&#8221;geoip GEOIP_STANDARD /usr/local/share/GeoIP/GeoIP.dat&#8221;</p>
<p>Save file.</p>
<p>Once done. Update the weblogs via executing command :</p>
<p>Command:</p>
<p># /scripts/runweblogs username</p>
<p>Note : username will be replaced by your username.</p>
<p>You&#8217;re done now!!!!! You will be able to see the GeoIP in your stats page.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aparnam.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aparnam.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aparnam.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aparnam.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aparnam.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aparnam.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aparnam.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aparnam.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aparnam.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aparnam.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aparnam.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aparnam.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aparnam.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aparnam.wordpress.com/334/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnam.wordpress.com&amp;blog=8082979&amp;post=334&amp;subd=aparnam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aparnam.wordpress.com/2011/06/26/how-to-install-the-geoip-plugin-to-show-country-information-in-awstats-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8dd07640dc12e67410c774717804ebee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Aparna</media:title>
		</media:content>
	</item>
		<item>
		<title>cPanel error &#8220;not a reference at /usr/local/cpanel/Cpanel/DIp/MainIP.pm line 198, Carp::croak(&#8216;not a reference&#8217;) called at /usr/lib/perl5/site_perl/5.6.2/x86_64-linux/Storable.pm line 76&#8243;</title>
		<link>http://aparnam.wordpress.com/2011/04/16/cpanel-error-not-a-reference-at-usrlocalcpanelcpaneldipmainip-pm-line-198-carpcroaknot-a-reference-called-at-usrlibperl5site_perl5-6-2x86_64-linuxstorable-pm-line-76/</link>
		<comments>http://aparnam.wordpress.com/2011/04/16/cpanel-error-not-a-reference-at-usrlocalcpanelcpaneldipmainip-pm-line-198-carpcroaknot-a-reference-called-at-usrlibperl5site_perl5-6-2x86_64-linuxstorable-pm-line-76/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 18:41:05 +0000</pubDate>
		<dc:creator>Aparna Murthy</dc:creator>
				<category><![CDATA[Cpanel/WHM]]></category>

		<guid isPermaLink="false">http://aparnam.wordpress.com/?p=329</guid>
		<description><![CDATA[Today I encountered an  error when I log into cpanel and click on &#8220;expand stats&#8221; as below : Error : ========================================================== not a reference at /usr/local/cpanel/Cpanel/DIp/MainIP.pm line 198 Carp::croak(&#8216;not a reference&#8217;) called at /usr/lib/perl5/site_perl/5.6.2/x86_64-linux/Storable.pm line 76 Storable::logcroak(&#8216;not a reference&#8217;) called at /usr/lib/perl5/site_perl/5.6.2/x86_64-linux/Storable.pm line 244 ========================================================= Solution : Run and check the permission for &#8220;/&#8221;  &#8220;/sbin/&#8221;  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnam.wordpress.com&amp;blog=8082979&amp;post=329&amp;subd=aparnam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I encountered an  error when I log into cpanel and click on &#8220;expand stats&#8221; as below :</p>
<p><strong>Error :</strong></p>
<p>==========================================================<br />
not a reference at /usr/local/cpanel/Cpanel/DIp/MainIP.pm line 198<br />
Carp::croak(&#8216;not a reference&#8217;) called at /usr/lib/perl5/site_perl/5.6.2/x86_64-linux/Storable.pm line 76<br />
Storable::logcroak(&#8216;not a reference&#8217;) called at /usr/lib/perl5/site_perl/5.6.2/x86_64-linux/Storable.pm line 244<br />
=========================================================</p>
<p><strong>Solution :</strong></p>
<p>Run and check the permission for &#8220;/&#8221;  &#8220;/sbin/&#8221;  &#8220;/sbin/ifconfig&#8221; file :</p>
<p># stat / /sbin/ /sbin/ifconfig | egrep -i &#8220;File:|(Access|Mode):.*id.*&#8221;<br />
You will see output somwhat like below :<br />
==============<br />
# stat / /sbin/ /sbin/ifconfig | egrep -i &#8220;File:|(Access|Mode):.*id.*&#8221;<br />
File: `/&#8217;<br />
Access: (0711/drwx&#8211;x&#8211;x)  Uid: (    0/    root)   Gid: (    0/    root)<br />
File: `/sbin/&#8217;<br />
Access: (0711/drwx&#8211;x&#8211;x)  Uid: (    0/    root)   Gid: (    0/    root)<br />
File: `/sbin/ifconfig&#8217;<br />
Access: (0700/-rwx&#8212;&#8212;)  Uid: (    0/    root)   Gid: (    0/    root)<br />
==============<br />
try resetting permission for the /sbin/ifconfig to 711 as below :</p>
<p># chmod -vv 0711 /sbin/ifconfig</p>
<p>and restart cPanel</p>
<p># service cpanel restart.</p>
<p>Error should be fixed now!!!!!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aparnam.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aparnam.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aparnam.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aparnam.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aparnam.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aparnam.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aparnam.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aparnam.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aparnam.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aparnam.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aparnam.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aparnam.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aparnam.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aparnam.wordpress.com/329/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnam.wordpress.com&amp;blog=8082979&amp;post=329&amp;subd=aparnam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aparnam.wordpress.com/2011/04/16/cpanel-error-not-a-reference-at-usrlocalcpanelcpaneldipmainip-pm-line-198-carpcroaknot-a-reference-called-at-usrlibperl5site_perl5-6-2x86_64-linuxstorable-pm-line-76/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8dd07640dc12e67410c774717804ebee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Aparna</media:title>
		</media:content>
	</item>
		<item>
		<title>Set custom error pages in IIS 7 for .aspx extension</title>
		<link>http://aparnam.wordpress.com/2011/04/04/set-custom-error-pages-in-iis-7-for-aspx-extension/</link>
		<comments>http://aparnam.wordpress.com/2011/04/04/set-custom-error-pages-in-iis-7-for-aspx-extension/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 08:34:54 +0000</pubDate>
		<dc:creator>Aparna Murthy</dc:creator>
				<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://aparnam.wordpress.com/?p=325</guid>
		<description><![CDATA[Today I came across with an error while adding custom error pages in IIS 7, While adding custom error pages for 404 I found every extension is working just fine while adding except .aspx extension, It is come out with the error as follows : Error : ========================= Server Error &#8220;/&#8221; Application The resource can not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnam.wordpress.com&amp;blog=8082979&amp;post=325&amp;subd=aparnam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I came across with an error while adding custom error pages in IIS 7, While adding custom error pages for 404 I found every extension is working just fine while adding except .aspx extension, It is come out with the error as follows :</p>
<p><strong>Error :</strong></p>
<p>=========================</p>
<p>Server Error &#8220;/&#8221; Application The resource can not be found</p>
<p>=========================</p>
<p><strong>Cause : </strong></p>
<p>Because the custom error pages in IIS7 do not work for .aspx.</p>
<p>&nbsp;</p>
<p><strong>Solution :</strong></p>
<p>You need to setup the .NET Error Pages for it as follows :</p>
<p>Start &gt;&gt; Administrative Tool &gt;&gt; IIS &gt;&gt; Websites &gt;&gt; Domain name &gt;&gt; Click on .NET error pages and add it.</p>
<p>&nbsp;</p>
<p>Once it is added, Error will be gone!!!!</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aparnam.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aparnam.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aparnam.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aparnam.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aparnam.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aparnam.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aparnam.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aparnam.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aparnam.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aparnam.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aparnam.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aparnam.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aparnam.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aparnam.wordpress.com/325/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnam.wordpress.com&amp;blog=8082979&amp;post=325&amp;subd=aparnam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aparnam.wordpress.com/2011/04/04/set-custom-error-pages-in-iis-7-for-aspx-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8dd07640dc12e67410c774717804ebee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Aparna</media:title>
		</media:content>
	</item>
		<item>
		<title>ModSecurity: Rule execution error – PCRE limits exceeded (-8)</title>
		<link>http://aparnam.wordpress.com/2010/12/08/modsecurity-rule-execution-error-%e2%80%93-pcre-limits-exceeded-8/</link>
		<comments>http://aparnam.wordpress.com/2010/12/08/modsecurity-rule-execution-error-%e2%80%93-pcre-limits-exceeded-8/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 07:55:47 +0000</pubDate>
		<dc:creator>Aparna Murthy</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Cpanel/WHM]]></category>

		<guid isPermaLink="false">http://aparnam.wordpress.com/?p=319</guid>
		<description><![CDATA[Today while working on one of client&#8217;s issue of getting blank page while browsing the website and apache error logs were showing following logs (tail -f /usr/local/apache/logs/error_log): Error : ==============================================================================[Wed 08 12:15:37 2010] [error] [client XX.XX.XX.XX] ModSecurity: Rule execution error – PCRE limits exceeded (-8): (null). [hostname "www.testing.com"] [uri "/forum/login.php"] [unique_id "TDMQWW3LaKoAAGiQ0EYAAAAP"] ============================================================================== Solution : [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnam.wordpress.com&amp;blog=8082979&amp;post=319&amp;subd=aparnam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today while working on one of client&#8217;s issue of getting blank page while browsing the website and apache error logs were showing following logs (tail -f /usr/local/apache/logs/error_log):</p>
<p><strong>Error :</strong></p>
<p>==============================================================================[Wed 08 12:15:37 2010] [error] [client XX.XX.XX.XX] ModSecurity: Rule execution error – PCRE limits exceeded (-8): (null). [hostname "www.testing.com"] [uri "/forum/login.php"] [unique_id "TDMQWW3LaKoAAGiQ0EYAAAAP"]</p>
<p>==============================================================================</p>
<p><strong>Solution :</strong></p>
<p>In order to solve this error I followed the steps given below :</p>
<p>1) Login to the server as root.</p>
<p>2)Go to directory /usr/local/apache/conf.</p>
<p>Run :</p>
<p># [root@server~] # cd /usr/local/apache/conf<br />
3)Then Create a file &#8220;pcre_modsecurity_exceeded_limits.conf&#8221; and paste following lines in it.</p>
<p>Run :</p>
<p># [root@server conf]# vi pcre_modsecurity_exceeded_limits.conf</p>
<p>Code need to be paste :</p>
<p>#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>SecPcreMatchLimit 150000</p>
<p>SecPcreMatchLimitRecursion 150000</p>
<p>#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
4) Save and quit the file.(Esc+:wq!)</p>
<p>5) Make sure that the permissions assigned for the file are 600.</p>
<p>Run :</p>
<p>#[root@server ~]# chmod 600 /usr/local/apache/conf/pcre_modsecurity_exceeded_limits.conf</p>
<p>6) Now open the file /usr/local/apachec/conf/modsec2.user.conf .</p>
<p>Run :</p>
<p># [root@server ~]# vi /usr/local/apachec/conf/modsec2.user.conf</p>
<p>7) Find the line “&lt;IfModule mod_security2.c&gt;“</p>
<p>8 ) Add following line just below the above mentioned line that is “&lt;IfModule mod_security2.c&gt;“<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Include “/usr/local/apache/conf/pcre_modsecurity_exceeded_limits.conf”</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>9)Save and quit the file.(Esc+:wq!)</p>
<p>10) Now just restart your apache and mysql service.</p>
<p>Run :</p>
<p># [root@server ~]# /etc/init.d/httpd restart</p>
<p># [root@server ~]# /etc/init.d/mysqld restart<br />
The issue should be fixed now.</p>
<p><strong><br />
</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aparnam.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aparnam.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aparnam.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aparnam.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aparnam.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aparnam.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aparnam.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aparnam.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aparnam.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aparnam.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aparnam.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aparnam.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aparnam.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aparnam.wordpress.com/319/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnam.wordpress.com&amp;blog=8082979&amp;post=319&amp;subd=aparnam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aparnam.wordpress.com/2010/12/08/modsecurity-rule-execution-error-%e2%80%93-pcre-limits-exceeded-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8dd07640dc12e67410c774717804ebee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Aparna</media:title>
		</media:content>
	</item>
		<item>
		<title>Error connecting to MySQL: Access denied for user: &#8216;da_admin@localhost&#8217; (Using password: YES):</title>
		<link>http://aparnam.wordpress.com/2010/12/05/error-connecting-to-mysql-access-denied-for-user-da_adminlocalhost-using-password-yes/</link>
		<comments>http://aparnam.wordpress.com/2010/12/05/error-connecting-to-mysql-access-denied-for-user-da_adminlocalhost-using-password-yes/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 06:41:37 +0000</pubDate>
		<dc:creator>Aparna Murthy</dc:creator>
				<category><![CDATA[Direct-Admin]]></category>

		<guid isPermaLink="false">http://aparnam.wordpress.com/?p=313</guid>
		<description><![CDATA[Today When connecting to the MySQL in DirectAdmin , I got this error and that would indicated that the &#8220;da_admin&#8221; user has not been setup correctly. To resolve this I did following: 1) You need to Make sure the root mysql password works. If you know it, Go to mysql,  If you don&#8217;t..  then mysql [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnam.wordpress.com&amp;blog=8082979&amp;post=313&amp;subd=aparnam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today When connecting to the MySQL in DirectAdmin , I got this error and that would indicated that the &#8220;da_admin&#8221; user has not been setup correctly. To resolve this I did following:</p>
<p>1) You need to Make sure the root mysql password works. If you know it, Go to mysql,  If you don&#8217;t..  then mysql root password can be found in the /usr/local/directadmin/scripts/setup.txt , if it has not been deleted.</p>
<p>It&#8217;s under the header &#8220;mysql=&#8221;.</p>
<p>If it cannot be found, then mysqld will have to be restarted with the &#8211;skip-grant-tables option as follows :</p>
<p>==========================================</p>
<p># [root@test ~]# service mysqld stop</p>
<p># [root@test ~]# mysqld_safe &#8211;skip-grant-tables &amp;</p>
<p>===========================================</p>
<p>This will  start up mysql without the need for a root password. Then run</p>
<p># [root@test ~]# mysql</p>
<p>You must be enetered to mysql prompt without password, Now run the following command once you&#8217;re in:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p># mysql &gt; use mysql</p>
<p># mysql &gt; UPDATE user SET password=PASSWORD(&#8216;newpass&#8217;) WHERE user=&#8217;root&#8217;;</p>
<p># mysql &gt; FLUSH PRIVILEGES;</p>
<p># mysql &gt; quit</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>That will reset the root password for you.</p>
<p>killl all process of mysqld and restart the mysqld<br />
# [root@test ~]# killall -9 mysqld_safe</p>
<p># [root@test ~]# killall -9 mysqld</p>
<p>and start it again :</p>
<p># [root@test ~]# /sbin/service mysqld start</p>
<p>Now next<br />
2)Once the root mysql password is set, then you can start resetting the da_admin mysql user.</p>
<p>Run :</p>
<p>#  [root@test ~]# mysql -uroot -p</p>
<p>Then press enter. You&#8217;ll be asked for the password. Enter the password that you&#8217;ve reset in step 1. Once in mysql,</p>
<p>Run:</p>
<p># mysql &gt; GRANT ALL PRIVILEGES ON *.* TO da_admin@localhost IDENTIFIED BY &#8216;newdapass&#8217; WITH GRANT OPTION;</p>
<p>#  mysql &gt; FLUSH PRIVILEGES;</p>
<p># mysql &gt; quit</p>
<p>This will  set the password for da_admin in mysql.</p>
<p>Next in step  3) Now you need to make sure it&#8217;s setup correctly for Direct Admin to use.</p>
<p>Edit /usr/local/directadmin/conf/mysql.conf and enter</p>
<p>===================</p>
<p>user=da_admin</p>
<p>passwd=newdapass</p>
<p>===================</p>
<p>4) Now test it in DirectAdmin. It should be fixed now!!!!!!!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aparnam.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aparnam.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aparnam.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aparnam.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aparnam.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aparnam.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aparnam.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aparnam.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aparnam.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aparnam.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aparnam.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aparnam.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aparnam.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aparnam.wordpress.com/313/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnam.wordpress.com&amp;blog=8082979&amp;post=313&amp;subd=aparnam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aparnam.wordpress.com/2010/12/05/error-connecting-to-mysql-access-denied-for-user-da_adminlocalhost-using-password-yes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8dd07640dc12e67410c774717804ebee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Aparna</media:title>
		</media:content>
	</item>
		<item>
		<title>yum upgade/update &#8220;Transaction Check Error:&#8221;</title>
		<link>http://aparnam.wordpress.com/2010/12/05/yum-upgadeupdate-transaction-check-error/</link>
		<comments>http://aparnam.wordpress.com/2010/12/05/yum-upgadeupdate-transaction-check-error/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 06:17:27 +0000</pubDate>
		<dc:creator>Aparna Murthy</dc:creator>
				<category><![CDATA[Cpanel/WHM]]></category>

		<guid isPermaLink="false">http://aparnam.wordpress.com/?p=308</guid>
		<description><![CDATA[Today While updating yum on one of Centos server I got the following error : Error : &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- Transaction Check Error:file /usr/share/man/man1/xdelta.1.gz from install of xdelta-1.1.4-1.el5.rf.x86_64 conflicts with file from package xdelta-1.1.3-20.i386 Error Summary &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- I&#8217;ve checked the xdelta package on the server by running the following command : &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- [root@server~]# rpm -qa &#124; grep [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnam.wordpress.com&amp;blog=8082979&amp;post=308&amp;subd=aparnam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today While updating yum on one of Centos server I got the following error :</p>
<p><strong>Error : </strong></p>
<p><strong> </strong>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Transaction Check Error:file /usr/share/man/man1/xdelta.1.gz from install of xdelta-1.1.4-1.el5.rf.x86_64 conflicts with file from package xdelta-1.1.3-20.i386</p>
<p>Error Summary</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>I&#8217;ve checked the xdelta package on the server by running the following command :</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
[root@server~]# rpm -qa | grep xdelta</p>
<p>xdelta-1.1.3-20</p>
<p>xdelta-1.1.3-20</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
I found two pacakages were installed, I tried to remove one xdelta package but I got the error as below :</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>[root@server  ~]# rpm &#8211;erase xdelta-1.1.3-20</p>
<p>error: &#8220;xdelta-1.1.3-20&#8243; specifies multiple packages</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
I&#8217;ve tried following to resolve this by running following commands :</p>
<p>[root@server ~]# rpm -q xdelta</p>
<p>xdelta-1.1.3-20.x86_64</p>
<p>xdelta-1.1.3-20.i386</p>
<p>&nbsp;</p>
<p>[root@server ~]# rpm -q &#8211;qf &#8220;%{NAME} %{VERSION} %{RELEASE} %{ARCH} %{VENDOR}\n&#8221; xdelta</p>
<p>xdelta 1.1.3 20 x86_64 CentOS</p>
<p>xdelta 1.1.3 20 i386 CentOS</p>
<p>And then removed unwanted rpm by running below command :</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
[root@server ~]# rpm -e xdelta-1.1.3-20.i386</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>And then again run<br />
[root@server ~]# yum update</p>
<p>&nbsp;</p>
<p>Its resolved. cheers!!!!!! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aparnam.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aparnam.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aparnam.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aparnam.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aparnam.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aparnam.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aparnam.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aparnam.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aparnam.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aparnam.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aparnam.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aparnam.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aparnam.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aparnam.wordpress.com/308/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnam.wordpress.com&amp;blog=8082979&amp;post=308&amp;subd=aparnam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aparnam.wordpress.com/2010/12/05/yum-upgadeupdate-transaction-check-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8dd07640dc12e67410c774717804ebee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Aparna</media:title>
		</media:content>
	</item>
		<item>
		<title>Fatal error: Call to undefined function mb_strtolower() on cPanel server</title>
		<link>http://aparnam.wordpress.com/2010/12/05/fatal-error-call-to-undefined-function-mb_strtolower-on-cpanel-server/</link>
		<comments>http://aparnam.wordpress.com/2010/12/05/fatal-error-call-to-undefined-function-mb_strtolower-on-cpanel-server/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 06:10:12 +0000</pubDate>
		<dc:creator>Aparna Murthy</dc:creator>
				<category><![CDATA[Cpanel/WHM]]></category>

		<guid isPermaLink="false">http://aparnam.wordpress.com/?p=304</guid>
		<description><![CDATA[I was facing following error on my site : ======================================================= Fatal error: Call to undefined function mb_strtolower() in ======================================================= Cause : The error was due to mbstring php module  was not installed. Solution: To resolve this issue need to recompile apache with Multibye string(mbstring) module. Once apache is compiled your error should be gone&#8230;Cheers!!!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnam.wordpress.com&amp;blog=8082979&amp;post=304&amp;subd=aparnam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was facing following error on my site :</p>
<p>=======================================================</p>
<p>Fatal error: Call to undefined function mb_strtolower() in</p>
<p>=======================================================</p>
<p><strong>Cause : </strong></p>
<p>The error was due to mbstring php module  was not installed.</p>
<p><strong>Solution:</strong></p>
<p>To resolve this issue need to recompile apache with Multibye string(mbstring) module.</p>
<p>Once apache is compiled your error should be gone&#8230;Cheers!!! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aparnam.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aparnam.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aparnam.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aparnam.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aparnam.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aparnam.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aparnam.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aparnam.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aparnam.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aparnam.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aparnam.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aparnam.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aparnam.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aparnam.wordpress.com/304/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnam.wordpress.com&amp;blog=8082979&amp;post=304&amp;subd=aparnam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aparnam.wordpress.com/2010/12/05/fatal-error-call-to-undefined-function-mb_strtolower-on-cpanel-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8dd07640dc12e67410c774717804ebee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Aparna</media:title>
		</media:content>
	</item>
		<item>
		<title>Error While installing FFMPEG on CentOS server &#8220;ffmpeg: error while loading shared libraries: libavdevice.so.52:&#8221;</title>
		<link>http://aparnam.wordpress.com/2010/12/05/error-while-installing-ffmpeg-on-centos-server-ffmpeg-error-while-loading-shared-libraries-libavdevice-so-52/</link>
		<comments>http://aparnam.wordpress.com/2010/12/05/error-while-installing-ffmpeg-on-centos-server-ffmpeg-error-while-loading-shared-libraries-libavdevice-so-52/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 06:02:15 +0000</pubDate>
		<dc:creator>Aparna Murthy</dc:creator>
				<category><![CDATA[VPS/Dedicated server]]></category>

		<guid isPermaLink="false">http://aparnam.wordpress.com/?p=299</guid>
		<description><![CDATA[After  installing FFMPEG on one of my client server,  I faced following error : Error : =========================================================================================root@ip[~]#  ffmpegffmpeg: error while loading shared libraries: libavdevice.so.52: cannot open shared object file: No such file or directory ========================================================================================= Solution : Solution on the issue is very simple as follows, Just change your library path by running  below command [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnam.wordpress.com&amp;blog=8082979&amp;post=299&amp;subd=aparnam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After  installing FFMPEG on one of my client server,  I faced following error :</p>
<p><strong>Error :</strong></p>
<p>=========================================================================================root@ip[~]#  ffmpegffmpeg: error while loading shared libraries: libavdevice.so.52: cannot open shared object file: No such file or directory</p>
<p>=========================================================================================</p>
<p><strong>Solution : </strong><br />
Solution on the issue is very simple as follows, Just change your library path by running  below command :<br />
=========================================================================================root@ip[~]#</p>
<p>root@ip[~]# export LD_LIBRARY_PATH=/usr/local/lib/</p>
<p>=========================================================================================<br />
Its done!!!!! Cheers!!!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aparnam.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aparnam.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aparnam.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aparnam.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aparnam.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aparnam.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aparnam.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aparnam.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aparnam.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aparnam.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aparnam.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aparnam.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aparnam.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aparnam.wordpress.com/299/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnam.wordpress.com&amp;blog=8082979&amp;post=299&amp;subd=aparnam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aparnam.wordpress.com/2010/12/05/error-while-installing-ffmpeg-on-centos-server-ffmpeg-error-while-loading-shared-libraries-libavdevice-so-52/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8dd07640dc12e67410c774717804ebee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Aparna</media:title>
		</media:content>
	</item>
	</channel>
</rss>
