<?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>MohdAzam</title>
	<atom:link href="http://blog.mohdazam.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mohdazam.com</link>
	<description>Knowledge talks, wisdom listens...</description>
	<lastBuildDate>Thu, 04 Mar 2010 08:47:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SSH &#8211; last login information</title>
		<link>http://blog.mohdazam.com/lastlogin-information-bash-error</link>
		<comments>http://blog.mohdazam.com/lastlogin-information-bash-error#comments</comments>
		<pubDate>Thu, 04 Mar 2010 08:47:35 +0000</pubDate>
		<dc:creator>CrusheD_LameR</dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[webserver]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[last login information]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://blog.mohdazam.com/?p=361</guid>
		<description><![CDATA[Yesterday I tried to install Dimdim on my centos box. But unsuccessfull since I am trying to install only the webapss, and not the whole package which means included the red5 server. Since I already have the red5 server somewhere and try to install the Dimdim on another server, and this server will connect to [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I tried to install Dimdim on my centos box. But unsuccessfull since I am trying to install only the webapss, and not the whole package which means included the red5 server. Since I already have the red5 server somewhere and try to install the Dimdim on another server, and this server will connect to external red5 server&#8230;</p>
<p>naah I am still trying to figure out how to install this&#8230;lets forget first about the Dimdim!.</p>
<p>I am not talking about the Dimdim problem, but I want to share what happened to my ssh login information on my box..</p>
<p>after successfully uninstalled and removed all the Dimdim things, I got below error whenever I log in to my server&#8230;</p>
<blockquote><p>root@xxx.xxx.xxx.xxx&#8217;s password:<br />
Last login: Thu Mar  4 12:33:24 2010 from xxx.xxx.xxx.xxx<br />
-bash: /usr/local/dimdim-4.5/Dimdim_env_set.sh: No such file or directory<br />
-bash: /usr/local/dimdim-4.5/Dimdim_env_set.sh: No such file or directory<br />
root@box [~]#</p></blockquote>
<p><span id="more-361"></span>Try looking for solutions over the net, seems like no one bother to answer for this problem, and I have seen so many people asking for solutions, but not exactly like my error.&lt;!&#8211; adman &#8211;&gt;</p>
<blockquote><p>Last login: Wed Feb 3 23:48:15 2010 from c-24-9-203-1.hsd1.co.comcast.net<br />
-bash: ‘export: command not found<br />
-bash: ‘export: command not found<br />
-bash: ‘export: command not found<br />
-bash: ‘export: command not found<br />
[root@BeheardCentOS2 ~]# /etc/init.d/red5 start<br />
-bash: /etc/init.d/red5: Permission denied<br />
[root@BeheardCentOS2 ~]# sudo /etc/init.d/red5 start<br />
sudo: /etc/init.d/red5: command not found</p></blockquote>
<p>It is not the same as mine, but the solutions is same&#8230;If you experiencing this problem, relax, do not panic&#8230;</p>
<p>Solutions:</p>
<p>first, go to your profile folder</p>
<blockquote><p># cd ~</p></blockquote>
<p>and edit a file</p>
<blockquote><p># nano .bashrc</p></blockquote>
<p>and delete / comment the line of (check your error)</p>
<blockquote><p># source /usr/local/dimdim-4.5/Dimdim_env_set.sh<br />
# source /usr/local/dimdim-4.5/Dimdim_env_set.sh</p></blockquote>
<p>if it is not there, you also can check inside .cshrc or .profiles or&#8230;naah try to look inside &#8220;.* &#8221; files&#8230;</p>
<p>**** You also might want to modify /etc/motd</p>
<p>/etc/motd, is intended to provide the greeting displayed whenever a user logs in. By default, this file is empty. /etc/motd is an ordinary text file, so the system administrator can change the message by editing the file with a text editor&#8230;Don&#8217;t you want to greet yourself / other users when they logged in to the server?.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mohdazam.com/lastlogin-information-bash-error/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red5 Server Installation on Centos &#8211; step by step</title>
		<link>http://blog.mohdazam.com/red5-server-installation-on-centos</link>
		<comments>http://blog.mohdazam.com/red5-server-installation-on-centos#comments</comments>
		<pubDate>Thu, 04 Mar 2010 03:48:26 +0000</pubDate>
		<dc:creator>CrusheD_LameR</dc:creator>
				<category><![CDATA[ant]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[red5 on centos]]></category>

		<guid isPermaLink="false">http://blog.mohdazam.com/?p=357</guid>
		<description><![CDATA[Yesterday I installed RED5 server on Centos kernel version 2.6.18-164.el5, RED5 is open source flash server written in java supports streaming audio / video, recording client streams, share objects, live stream publishing and so on.
If you follow the step by step on this page, I am very sure that you will be able to operate [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I installed RED5 server on Centos kernel version 2.6.18-164.el5, RED5 is open source flash server written in java supports streaming audio / video, recording client streams, share objects, live stream publishing and so on.</p>
<p>If you follow the step by step on this page, I am very sure that you will be able to operate the RED5 server on your own, I am pretty confident by using this step by step because I failed to install a few times, and I managed to installed it (a few times too..!). In this tutorial, I am using Centos with kernel version 2.6.18-164.el5.</p>
<p>First, you must fulfill the server&#8217;s requirements</p>
<p>Step 1 # Download and Install Java<br />
<!-- adman --><br />
RED5 server depends on Java. CentOS.</p>
<blockquote><p># yum -y install java-1.6.0-openjdk java-1.6.0-openjdk-devel</p></blockquote>
<p>Step 2 # Download and Install Ant (Apache Project)</p>
<p>Ant will be used to compile RED5 server code. Ant comes in binary form, so just download and install it in /usr/local directory. (ant also can be install using yum, but as of this article being wrote, only ant version 1.6 available on yum repos, you will need atleast ant version 1.7 for newer RED5 server). And you can download it to any folder you want, in this case I am downloading ant to my folder at /home/mohdazam/</p>
<blockquote><p># cd /home/mohdazam<br />
# wget http://apache.mirrors.redwire.net/ant/binaries/apache-ant-1.8.0-bin.tar.gz<br />
# tar xvfz apache-ant-1.8.0-bin.tar.gz<br />
# mv apache-ant-1.8.0 /usr/local/ant</p></blockquote>
<p><span id="more-357"></span>Step 3 # Export Variables for Ant and Java</p>
<p>In this step, set the variables for the ant and java, ant will be installed using this step. <img src='http://blog.mohdazam.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  its real easy..!</p>
<blockquote><p># export ANT_HOME=/usr/local/ant<br />
# export JAVA_HOME=/usr/lib/jvm/java<br />
# export PATH=$PATH:/usr/local/ant/bin<br />
# export CLASSPATH=.:$JAVA_HOME/lib/classes.zip</p></blockquote>
<p>to test if your ant is installed, you can try run the command below</p>
<blockquote><p># ant</p></blockquote>
<p>If the result shows like below</p>
<blockquote><p>Buildfile: build.xml does not exist!<br />
Build failed</p></blockquote>
<p>Then ant is successfully installed.</p>
<p>use the command</p>
<blockquote><p># ant -version</p></blockquote>
<p>to check the ant version</p>
<p>example result:</p>
<blockquote><p>Apache Ant version 1.8.0 compiled on February 1 2010</p></blockquote>
<p>To make above variables for every user login or for any terminal opens (you will only be able to use ant only in terminal which you set the variables), follow this step, this step is optional.</p>
<blockquote><p># echo ‘export ANT_HOME=/usr/local/ant’ &gt;&gt; /etc/bashrc<br />
# echo ‘export JAVA_HOME=/usr/lib/jvm/java’ &gt;&gt; /etc/bashrc<br />
# echo ‘export PATH=$PATH:/usr/local/ant/bin’ &gt;&gt; /etc/bashrc<br />
# echo ‘export CLASSPATH=.:$JAVA_HOME/lib/classes.zip’ &gt;&gt; /etc/bashrc</p></blockquote>
<p>Step 4 #  Download and Install RED5 Server</p>
<p>In this step, I tried to download and install from tarball, seems like all latest package on the site is broken (got missing files). I suggest you download it from google code using svn. You wil need subversion on your box in order to use the svn. You can check my previous post on how to install subversion.</p>
<blockquote><p># cd /usr/src<br />
# svn checkout http://red5.googlecode.com/svn/java/server/trunk/ red5<br />
# mv red5 /usr/local/<br />
# cd /usr/local/red5<br />
# ant prepare<br />
# ant dist</p></blockquote>
<p>you will see a ton of lines, but you should get at last</p>
<blockquote><p>BUILD SUCCESSFUL</p></blockquote>
<p>that’s mean you have successfully compiled the RED5 server code, the command of &#8220;ant dist&#8221; will generate / compile the configuration of your RED5 inside the &#8220;dist&#8221; folder in you RED5 directory (in this case it is inside /usr/local/red5/). Now what you need to do is, just copy the conf/ folder inside /usr/local/red5/dist/ to /usr/local/red5/.</p>
<blockquote><p># cp -r dist/conf .</p></blockquote>
<p>to start the RED5 service, run below command. (or proceed creating init.d script)</p>
<blockquote><p># ./red5.sh</p></blockquote>
<p>If it shows Installer service created in the last then everything is fine here, press ctrl+c and move to next step to create init script.</p>
<p>Step 5 # Init Script</p>
<p>Create init script for red5 to start, stop and restart easily.</p>
<blockquote><p># nano /etc/init.d/red5</p></blockquote>
<p>Copy and paste it inside the /etc/init.d/red5</p>
<blockquote><p>#!/bin/sh<br />
# For Centos / Redhat:<br />
# chkconfig: 2345 85 85<br />
# description: Red5<br />
# processname: red5</p>
<p>PROG=red5<br />
RED5_HOME=/usr/local/red5<br />
DAEMON=$RED5_HOME/$PROG.sh<br />
PIDFILE=/var/run/$PROG.pid</p>
<p># Source function library<br />
. /etc/rc.d/init.d/functions</p>
<p>[ -r /etc/sysconfig/red5 ] &amp;&amp; . /etc/sysconfig/red5</p>
<p>RETVAL=0</p>
<p>case “$1? in<br />
start)<br />
echo -n $”Starting $PROG: ”<br />
cd $RED5_HOME<br />
$DAEMON &gt;/dev/null 2&gt;/dev/null &amp;<br />
RETVAL=$?<br />
if [ $RETVAL -eq 0 ]; then<br />
echo $! &gt; $PIDFILE<br />
touch /var/lock/subsys/$PROG</p>
<p>fi<br />
[ $RETVAL -eq 0 ] &amp;&amp; success $”$PROG startup” || failure $”$PROG startup”<br />
echo<br />
;;<br />
stop)<br />
echo -n $”Shutting down $PROG: ”<br />
killproc -p $PIDFILE<br />
RETVAL=$?<br />
echo<br />
[ $RETVAL -eq 0 ] &amp;&amp; rm -f /var/lock/subsys/$PROG<br />
;;<br />
restart)<br />
$0 stop<br />
$0 start<br />
;;<br />
status)<br />
status $PROG -p $PIDFILE<br />
RETVAL=$?<br />
;;<br />
*)<br />
echo $”Usage: $0 {start|stop|restart|status}”<br />
RETVAL=1<br />
esac</p>
<p>exit $RETVAL</p></blockquote>
<p>You can now start | restart | stop | status the RED5 service</p>
<blockquote><p># /etc/init.d/red5 start<br />
# /etc/init.d/red5 stop<br />
# /etc/init.d/red5 restart<br />
# /etc/init.d/red5 status</p></blockquote>
<p>Step 6 # Test your RED5 server</p>
<p>Now test the RED5 installation by opening following URL in browser</p>
<blockquote><p>http://your.red5.ip.address:5080/</p></blockquote>
<p>OR</p>
<blockquote><p>http://www.yourdomain.com:5080/</p></blockquote>
<p>you should see your red5 default page on your browser&#8230;! <img src='http://blog.mohdazam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  If you are accessing this port using internet, make sure the port is not blocked!</p>
<p>Step 7 # Configure your red5</p>
<p>If you need to configure your red5 server, just edit the file /usr/local/red5/conf/red5.properties</p>
<blockquote><p># nano  /usr/local/red5/conf/red5.properties</p></blockquote>
<p>In this file you can configure your IP / Port number / and so on..after you configure it, restart your red5 server in order to make the changes take effect..</p>
<blockquote><p># /etc/init.d/red5 restart</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.mohdazam.com/red5-server-installation-on-centos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Subversion? yum install subversion doesn&#8217;t works?</title>
		<link>http://blog.mohdazam.com/no-subversion-yum-install-subversion-doesnt-works</link>
		<comments>http://blog.mohdazam.com/no-subversion-yum-install-subversion-doesnt-works#comments</comments>
		<pubDate>Wed, 03 Mar 2010 02:51:18 +0000</pubDate>
		<dc:creator>CrusheD_LameR</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://blog.mohdazam.com/?p=344</guid>
		<description><![CDATA[This solutions is being used when yum install subversion cannot be install (see error on the article)]]></description>
			<content:encoded><![CDATA[<blockquote><p>root@box [/home]# yum install subversion mod_dav_svn</p>
<p>Loaded plugins: dellsysid, fastestmirror</p>
<p>Loading mirror speeds from cached hostfile</p>
<p>* addons: centos.maulvi.net</p>
<p>* base: centos.maulvi.net</p>
<p>* extras: centos.maulvi.net</p>
<p>* updates: centos.maulvi.net</p>
<p>Excluding Packages in global exclude list</p>
<p>Finished</p>
<p>Setting up Install Process</p>
<p>Resolving Dependencies</p>
<p>–&gt; Running transaction check</p>
<p>—&gt; Package mod_dav_svn.x86_64 0:1.4.2-4.el5_3.1 set to be updated</p>
<p>–&gt; Processing Dependency: httpd-mmn = 20051115 for package: mod_dav_svn</p>
<p>—&gt; Package subversion.i386 0:1.4.2-4.el5_3.1 set to be updated</p>
<p>–&gt; Processing Dependency: perl(URI) &gt;= 1.17 for package: subversion</p>
<p>–&gt; Processing Dependency: neon &gt;= 0.25.5-6.el5 for package: subversion</p>
<p>–&gt; Processing Dependency: libneon.so.25 for package: subversion</p>
<p>–&gt; Processing Dependency: libapr-1.so.0 for package: subversion</p>
<p>–&gt; Processing Dependency: libaprutil-1.so.0 for package: subversion</p>
<p>—&gt; Package subversion.x86_64 0:1.4.2-4.el5_3.1 set to be updated</p>
<p>–&gt; Processing Dependency: perl(URI) &gt;= 1.17 for package: subversion</p>
<p>–&gt; Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion</p>
<p>–&gt; Processing Dependency: libapr-1.so.0()(64bit) for package: subversion</p>
<p>–&gt; Running transaction check</p>
<p>—&gt; Package apr.i386 0:1.2.7-11.el5_3.1 set to be updated</p>
<p>—&gt; Package apr.x86_64 0:1.2.7-11.el5_3.1 set to be updated</p>
<p>—&gt; Package apr-util.i386 0:1.2.7-7.el5_3.2 set to be updated</p>
<p>–&gt; Processing Dependency: libpq.so.4 for package: apr-util</p>
<p>—&gt; Package apr-util.x86_64 0:1.2.7-7.el5_3.2 set to be updated</p>
<p>–&gt; Processing Dependency: libpq.so.4()(64bit) for package: apr-util</p>
<p>—&gt; Package mod_dav_svn.x86_64 0:1.4.2-4.el5_3.1 set to be updated</p>
<p>–&gt; Processing Dependency: httpd-mmn = 20051115 for package: mod_dav_svn</p>
<p>—&gt; Package neon.i386 0:0.25.5-10.el5_4.1 set to be updated</p>
<p>—&gt; Package neon.x86_64 0:0.25.5-10.el5_4.1 set to be updated</p>
<p>—&gt; Package subversion.i386 0:1.4.2-4.el5_3.1 set to be updated</p>
<p>–&gt; Processing Dependency: perl(URI) &gt;= 1.17 for package: subversion</p>
<p>—&gt; Package subversion.x86_64 0:1.4.2-4.el5_3.1 set to be updated</p>
<p>–&gt; Processing Dependency: perl(URI) &gt;= 1.17 for package: subversion</p>
<p>–&gt; Running transaction check</p>
<p>—&gt; Package mod_dav_svn.x86_64 0:1.4.2-4.el5_3.1 set to be updated</p>
<p>–&gt; Processing Dependency: httpd-mmn = 20051115 for package: mod_dav_svn</p>
<p>—&gt; Package postgresql-libs.i386 0:8.1.18-2.el5_4.1 set to be updated</p>
<p>—&gt; Package postgresql-libs.x86_64 0:8.1.18-2.el5_4.1 set to be updated</p>
<p>—&gt; Package subversion.i386 0:1.4.2-4.el5_3.1 set to be updated</p>
<p>–&gt; Processing Dependency: perl(URI) &gt;= 1.17 for package: subversion</p>
<p>—&gt; Package subversion.x86_64 0:1.4.2-4.el5_3.1 set to be updated</p>
<p>–&gt; Processing Dependency: perl(URI) &gt;= 1.17 for package: subversion</p>
<p>–&gt; Finished Dependency Resolution</p>
<p>subversion-1.4.2-4.el5_3.1.i386 from base has depsolving problems</p>
<p>–&gt; Missing Dependency: perl(URI) &gt;= 1.17 is needed by package subversion-1.4.2-4.el5_3.1.i386 (base)</p>
<p>subversion-1.4.2-4.el5_3.1.x86_64 from base has depsolving problems</p>
<p>–&gt; Missing Dependency: perl(URI) &gt;= 1.17 is needed by package subversion-1.4.2-4.el5_3.1.x86_64 (base)</p>
<p>mod_dav_svn-1.4.2-4.el5_3.1.x86_64 from base has depsolving problems</p>
<p>–&gt; Missing Dependency: httpd-mmn = 20051115 is needed by package mod_dav_svn-1.4.2-4.el5_3.1.x86_64 (base)</p>
<p>Error: Missing Dependency: perl(URI) &gt;= 1.17 is needed by package subversion-1.4.2-4.el5_3.1.i386 (base)</p>
<p>Error: Missing Dependency: perl(URI) &gt;= 1.17 is needed by package subversion-1.4.2-4.el5_3.1.x86_64 (base)</p>
<p>Error: Missing Dependency: httpd-mmn = 20051115 is needed by package mod_dav_svn-1.4.2-4.el5_3.1.x86_64 (base)</p>
<p>You could try using –skip-broken to work around the problem</p>
<p>You could try running: package-cleanup –problems</p>
<p>package-cleanup –dupes</p>
<p>rpm -Va –nofiles –nodigest</p>
<p>The program package-cleanup is found in the yum-utils package.</p></blockquote>
<p>It has been two days of my time wasted, trying to install red5 using subversion, but the problem is not the red5 installation got problem, but I cannot install subversion  using yum on centos box! as you guys can see above!<span id="more-344"></span></p>
<p>Solutions:</p>
<p>1st make a copy of yum.conf</p>
<blockquote><p>cp /etc/yum.conf /etc/yum-mohdazam.conf</p></blockquote>
<p>2nd, modify the copy of your yum config file, (in this case im using nano, use your preferred editor program)</p>
<blockquote><p>nano /etc/yum-mohdazam.conf</p></blockquote>
<p>3rd, comment(just add # add the beginning of the line) the whole line of</p>
<blockquote><p>#exclude=apache* bind-chroot courier* dovecot* exim* httpd* mod_ssl* mysql* nsd* perl* php* proftpd* pure-ftpd* ruby* spamassassin* squirrelmail* wget*</p></blockquote>
<p>4th, run yum installation using below command</p>
<blockquote><p>root@box [/home]# cp /etc/yum.conf /etc/yum-mohdazam.conf</p></blockquote>
<p>and now you are done…!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mohdazam.com/no-subversion-yum-install-subversion-doesnt-works/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why does a simple phpinfo  causes 500 internal server error</title>
		<link>http://blog.mohdazam.com/why-does-a-simple-phpinfo-causes-500-internal-server-error</link>
		<comments>http://blog.mohdazam.com/why-does-a-simple-phpinfo-causes-500-internal-server-error#comments</comments>
		<pubDate>Tue, 02 Mar 2010 16:14:49 +0000</pubDate>
		<dc:creator>CrusheD_LameR</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[webserver]]></category>
		<category><![CDATA[500 error]]></category>
		<category><![CDATA[phpinfo]]></category>

		<guid isPermaLink="false">http://blog.mohdazam.com/?p=342</guid>
		<description><![CDATA[While doing some testing for web conference and playing with whm,  Im encounter problem with my php pages never hosted any php file), my first script for web conference cannot be display, and the server keep giving me 500 internal server error!. At first I thought it was my .htaccess problem, tried few times modifying [...]]]></description>
			<content:encoded><![CDATA[<p>While doing some testing for web conference and playing with whm,  Im encounter problem with my php pages never hosted any php file), my first script for web conference cannot be display, and the server keep giving me 500 internal server error!. At first I thought it was my .htaccess problem, tried few times modifying the file, the server keep giving me 500 error code.</p>
<p>I wrote a very basic phpinfo file:</p>
<blockquote>
<pre dir="ltr">&lt;?PHP
phpinfo();
?&gt;</pre>
</blockquote>
<p>The server cannot display the php information page, and still giving me 500 error code..</p>
<p>I logged in to my WHM, and see that the php5 handler is set to suphp, I change the php5 handler to CGI and walla&#8230;!</p>
<p>the problem is solved..!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mohdazam.com/why-does-a-simple-phpinfo-causes-500-internal-server-error/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Specific Operating System Search Engine</title>
		<link>http://blog.mohdazam.com/google-specific-operating-system-search</link>
		<comments>http://blog.mohdazam.com/google-specific-operating-system-search#comments</comments>
		<pubDate>Fri, 05 Feb 2010 02:51:11 +0000</pubDate>
		<dc:creator>CrusheD_LameR</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google bsd]]></category>
		<category><![CDATA[google linux]]></category>
		<category><![CDATA[google mac]]></category>
		<category><![CDATA[google microsoft]]></category>

		<guid isPermaLink="false">http://blog.mohdazam.com/?p=336</guid>
		<description><![CDATA[Anyone ever tried this before?
www.google.com/linux
www.google.com/microsoft
www.google.com/bsd
www.google.com/mac
It seems to be a search engine optismised for linux, windows, bsd and mac. For example, if you search for &#8220;word processor&#8221;, it will return results for word processors available to Linux.  This is not new, but seems like people still doesn&#8217;t know the existence of this service by google&#8230;
Well, if [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone ever tried this before?<br />
<a href="http://www.google.com/linux" target="_blank">www.google.com/linux</a><br />
<a href="http://www.google.com/microsoft" target="_blank">www.google.com/microsoft</a><br />
<a href="http://www.google.com/bsd" target="_blank">www.google.com/bsd</a><br />
<a href="http://www.google.com/mac" target="_blank">www.google.com/mac</a></p>
<p>It seems to be a search engine optismised for linux, windows, bsd and mac. For example, if you search for &#8220;word processor&#8221;, it will return results for word processors available to Linux.  This is not new, but seems like people still doesn&#8217;t know the existence of this service by google&#8230;</p>
<p>Well, if you want to search some specific operating systems based thingy, you can try to use above links</p>
<p>The search result is not the same like normal google search engine..its cool..!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mohdazam.com/google-specific-operating-system-search/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Garmin nuvi 205 Reviews &#8211; Portable GPS Navigator</title>
		<link>http://blog.mohdazam.com/garmin-nuvi-205-reviews-portable-gps-navigator</link>
		<comments>http://blog.mohdazam.com/garmin-nuvi-205-reviews-portable-gps-navigator#comments</comments>
		<pubDate>Wed, 06 May 2009 06:23:44 +0000</pubDate>
		<dc:creator>CrusheD_LameR</dc:creator>
		
		<guid isPermaLink="false">http://blog.mohdazam.com/?p=331</guid>
		<description><![CDATA[Garmin has sophisticated upon their primary 200 sequence of gps navigation apparatus by injecting the garmin nuvi 2 x 5 types by supplementing top of line characteristics to their submission  degree device. Not only did they add these top of the line characteristics but they furthermore made some foremost improvements with this garmin nuvi [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom: 0in;">Garmin has sophisticated upon their primary 200 sequence of gps navigation apparatus by injecting the garmin nuvi 2 x 5 types by supplementing top of line characteristics to their submission  degree device. Not only did they add these top of the line characteristics but they furthermore made some foremost improvements with this garmin nuvi 205 portable gps navigator. Let&#8217;s get started and start notes all the large improvements.</p>
<p style="margin-bottom: 0in; text-align: center;"><a class="flickr-image aligncenter" title="Nuvi 205" href="http://www.flickr.com/photos/crushed_lamer/3506127563/" target="_blank"><img class="aligncenter" src="http://farm4.static.flickr.com/3322/3506127563_8e06ceb280_t.jpg" alt="Nuvi 205" width="75" height="75" /></a><a class="flickr-image aligncenter" title="phpFRiknQ" href="http://www.flickr.com/photos/crushed_lamer/3506939264/" target="_blank"><img src="http://farm4.static.flickr.com/3244/3506939264_ed99a93346_t.jpg" alt="phpFRiknQ" /></a></p>
<p style="margin-bottom: 0in;"><strong>Improved Interface</strong>: This one enhancement has many customers leaping for joy. For starters the new interface exhibitions expanse to and major heading of your next turn, name of the road you need to turn up on, the approximated time of look, your present stride and stride limits. To top it all off, you effortlessly proceed in in a location journeyed to and the garmin nuvi 205 portable gps navigator will take you there with turn by turn voice directions. Now you can pay more vigilance to the road.</p>
<p><span id="more-331"></span></p>
<p style="margin-bottom: 0in;"><strong>Satellite Ephemeris Data Prediction</strong>: This hotfix allows the garmin gps navigator to recall the location of all satellites it is following when the apparatus is turned off. It furthermore calculates their movements so it outlook where they should be the next time you use your garmin gps navigator device. This endows the apparatus to find the satellites much quicker which allows you to start navigating much faster.</p>
<p style="margin-bottom: 0in;"><strong>Navigate by Photo: </strong>You can use images as your navigation direct by downloading images to your garmin nuvi 205 from garmin adhere photos. This service is provided by Google&#8217;s panorama image circulating community.</p>
<p style="margin-bottom: 0in;"><strong>3D Terrain Maps</strong>: These journals are in the shadow and brandish you when to foresee high surrounds, high grounds and other natural features. These journals are furthermore viewable utilising the 2D birds eye view.</p>
<p style="margin-bottom: 0in;"><strong>Faster 333 Mhz Processor</strong>: This much quicker processor allows for smoother journal drawing and vehicle icon move through turns. This new attribute makes for a more charming navigation experience.</p>
<p style="margin-bottom: 0in;"><strong>Send Addresses Directly To Your GPS apparatus from Google Maps or Mapquest</strong>: If you snare up your garmin gps apparatus to your usb dock on your computer, then search for places and move the address precisely to your gps navigation device. This new attribute desires a little close in which you can get a garmin&#8217;s website.</p>
<p style="margin-bottom: 0in;">As you can glimpse garmin has made their gps portable navigation apparatus even better so the purchaser can have a very very very easy time getting to their destinations in a defended and timely manor. Garmin is one managers in making top worth gps products.</p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">
]]></content:encoded>
			<wfw:commentRss>http://blog.mohdazam.com/garmin-nuvi-205-reviews-portable-gps-navigator/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Story of big squirrel and a baby squirrel</title>
		<link>http://blog.mohdazam.com/story-of-big-squirrel-and-a-baby-squirrel</link>
		<comments>http://blog.mohdazam.com/story-of-big-squirrel-and-a-baby-squirrel#comments</comments>
		<pubDate>Fri, 01 May 2009 06:02:47 +0000</pubDate>
		<dc:creator>CrusheD_LameR</dc:creator>
		
		<guid isPermaLink="false">http://blog.mohdazam.com/?p=324</guid>
		<description><![CDATA[
Sorry, the quality of this video is not really good&#8230;the big squirrel and a baby squirrel try  their best to climb the wall&#8230;~!
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/1jByfWOLmjo&amp;rel=0&amp;color1=0xd6d6d6&amp;color2=0xf0f0f0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/1jByfWOLmjo&amp;rel=0&amp;color1=0xd6d6d6&amp;color2=0xf0f0f0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></object></p>
<p>Sorry, the quality of this video is not really good&#8230;the big squirrel and a baby squirrel try  their best to climb the wall&#8230;~!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mohdazam.com/story-of-big-squirrel-and-a-baby-squirrel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mount /home to its own partition</title>
		<link>http://blog.mohdazam.com/mount-home-to-its-own-partition</link>
		<comments>http://blog.mohdazam.com/mount-home-to-its-own-partition#comments</comments>
		<pubDate>Tue, 28 Apr 2009 02:00:38 +0000</pubDate>
		<dc:creator>CrusheD_LameR</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mount home partition]]></category>
		<category><![CDATA[ubuntu linux]]></category>

		<guid isPermaLink="false">http://blog.mohdazam.com/?p=314</guid>
		<description><![CDATA[Yesterday, I formatted my laptop from Ubuntu 8.04 to Ubuntu 9.04, luckily i don&#8217;t have to backup all of my files, as I stored my files under the /home partition&#8230;Having the “/home” directory tree on it’s own partition has several advantages, the most common known advantages perhaps we can reinstall OS or even a different [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, I formatted my laptop from Ubuntu 8.04 to Ubuntu 9.04, luckily i don&#8217;t have to backup all of my files, as I stored my files under the /home partition&#8230;Having the “/home” directory tree on it’s own partition has several advantages, the most common known advantages perhaps we can reinstall OS or even a different distro of Linux without loosing all the data. We can done this by keeping the /home partition unchanged and reinstalling the OS which goes in the &#8220;/&#8221; which means root directory, the root directory also can be on a seperate partition.</p>
<p>It is real simple to move the &#8220;/home&#8221; to it&#8217;s own partition. What we need to do is:-</p>
<p><strong>1#</strong></p>
<p>Create a partition of sufficient size for your “/home” directory. You may have to use new hard drive, or adjust/resize the existing partition on your current hard-drive to do this. Im sure you know what it means..so let we skip this.</p>
<p><strong>2#</strong></p>
<p>After you upgraded your Linux OS, you will notice that new / directory with new /home are made, what you need to do is change the current /home on new OS to /home_old</p>
<blockquote><p>$sudo mv home/ home_old/</p></blockquote>
<p><strong>3#</strong></p>
<p>Next, create new home on / directory</p>
<blockquote><p>$sudo mkdir home</p></blockquote>
<p><span id="more-314"></span><strong>4#</strong></p>
<blockquote><p>$sudo mount -t ext3 /dev/sda5  /mnt/Windows</p></blockquote>
<p>Please note that, sda1 on my laptop is my OS partition, and sda5 is my &#8220;/home&#8221; directory, and also sda3 is partition for my Windows XP</p>
<p><strong>5#</strong></p>
<p>And next, we need to update the /etc/fstab, just add the following line on /etc/fstab</p>
<blockquote><p>/dev/sda5 /home ext3 nodev,nosuid 0 5</p></blockquote>
<p>the /dev/sda5 is my /home partition to be mounted on /home using ext3 filesystem, &#8216;0&#8242; means my harddisk and &#8216;5&#8242; means my partition for /home</p>
<p><strong>6#</strong></p>
<p>After you done all the setting above, and you confirm that you&#8217;re correct, then you can delete home_old</p>
<blockquote><p>$sudo rm -r home_old/</p></blockquote>
<p><strong>7#</strong></p>
<p>Next, reboot your machine, and you will get your old bookmark, desktop setting, home/ files and folders..</p>
<p>Good Luck&#8230;~!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mohdazam.com/mount-home-to-its-own-partition/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fakta Menarik &#8211; Tahukah Anda?</title>
		<link>http://blog.mohdazam.com/fakta-menarik-tahukah-anda</link>
		<comments>http://blog.mohdazam.com/fakta-menarik-tahukah-anda#comments</comments>
		<pubDate>Fri, 24 Apr 2009 14:09:38 +0000</pubDate>
		<dc:creator>CrusheD_LameR</dc:creator>
		
		<guid isPermaLink="false">http://blog.mohdazam.com/?p=310</guid>
		<description><![CDATA[Just a compilation of facts which I wrote on another forum before&#8230;an also credit to &#8216;USD&#8217; for his facts&#8230;
- Dizaman Rome, Air kencing lelaki diniagakan sebagai produk pewarna rambut, dan ade ketika mereka menggunakan air kencing manusia sebagai ubat gigi.
- planet uranus mempunyai 27 bulan
- Viking, setelah membunuh musuhnya, mereka menggunakan tengkorak kepala sebagai alat [...]]]></description>
			<content:encoded><![CDATA[<p>Just a compilation of facts which I wrote on another forum before&#8230;an also credit to &#8216;USD&#8217; for his facts&#8230;</p>
<p>- Dizaman Rome, Air kencing lelaki diniagakan sebagai produk pewarna rambut, dan ade ketika mereka menggunakan air kencing manusia sebagai ubat gigi.<br />
- planet uranus mempunyai 27 bulan<br />
- Viking, setelah membunuh musuhnya, mereka menggunakan tengkorak kepala sebagai alat untuk minum.<br />
- Seorang wanita yang mengandung mempunyai deria yang lebih sensitif.<br />
- wanita lebih kerap berkelip mata dari lelaki iaitu hampir sekali ganda.<br />
- degupan jantung wanita lebih laju dari lelaki.<br />
- Wanita lebih kerap senyum dari lelaki.<br />
- wanita mengambil masa hampir 3 kali ganda dari lelaki apabila menggunakan tandas.<br />
- wanita yang minum kopi lebih dari dua cawan dalam sehari mempunyai lebih peluang untuk mendapat osteoprosis.<br />
- ketepatan menghidu anda adalah 1/20 dari anjing<br />
- anda boleh menghantar poskad dari &#8216;hell&#8217;, terdapat sebuah pekan kecil bernama &#8216;hell&#8217;di kepulauan cayman.<br />
- terdapat spesis burung yang menyalak seperti anjing, burung ini dipanggil Antpitta avis canis Ridgley.<br />
- terdapat 43,687 kes kemalangan di US pada 1996 yang melibatkan kemalangan tandas.<br />
- Tiger Woods telah diperkenalkan dengan golf pada usia 9 bulan oleh bapanya.<br />
- harimau mempunyai kulit yang berbelang, dan bukan sahaja bulunye yang berbelang.<br />
- untuk menghasilkan sebuah kereta, 148,000 liter air digunakan.<br />
- kura-kura boleh bernafas menerusi bontotnya..huhu<br />
- 2 juta sel darah merah mati setiap saat.<br />
- tidak seperti katak, kodok tidak boleh melompat.<span id="more-310"></span><br />
- tidak seperti haiwan berkaki empat yang lain, kangaroo tidak boleh jalan mengundur.<br />
- terdapat 6,800 bahasa didunia.<br />
- ayam adalah lebih banyak dimuka bumi berbanding manusia.<br />
- Kebanyakkan debu yang berterbangan di dalam rumah datangnya dari sel-sel kulit kita yang mati.<br />
- kandungan emas di laut adalah 200 kali ganda lebih banyak berbanding di daratan.<br />
- Di Albania, menggelengkan kepala bermaksud &#8216;ya&#8217; dan menggangguk bermaksud tidak.<br />
- Manusia bernafas kira-kira 23,000 kali dalam tempoh 24 jam.<br />
- Hanya terdapat empat buah negara di dunia bermula dengan abjad D iaitu Denmark, Dominica, Djibouti, dan Republik Dominica.<br />
- Badak air mampu berlari lebih pantas daripada manusia.<br />
- Ayam juga akan menghasilkan telur yang lebih besar jika hari sentiasa siang.<br />
- Ikan haruan dapat mengesan 27,000 jenis bau, sekali gus menjadikannya haiwan yang paling sensitif deria baunya.<br />
- Kanggaru yang hanya di Australia sebenarnya tidak boleh melompat jika ekornya tidak menyentuh bumi. Ekornya bertindak sebagai topang semasa haiwan itu melompat.<br />
- Menurut kajian, purata setiap kita mengucapkan 30,000 perkataan sehari dan mengambil masa 3 1/2 jam sehari untuk bercakap.<br />
- Air liur manusia dikatakan sangat mujarab untuk mengubati luka dikulit atau terbakar.<br />
- pembuka tin hanya dicipta selepas 48 tahun tin diperkenalkan.<br />
- tayar yang diisi angin hanya diguna untuk basikal sebelum mereka menggunakan nya pada kereta.<br />
- klip kertas telah dicipta oleh orang Norwegian Johann Vaaler.<br />
- Leonardo Da Vinci tidak pernah mencipta apa yang dia reka.<br />
- Count Alessandro Volta telah mencipta bateri pertama pada abad ke 18.<br />
- Pada tahun 1860an, George Leclanche telah membangunkan bateri sel kering, asas bateri moden.<br />
- Joseph Niepce membangunkan gambar fotografi pertama didunia pada 1827.<br />
- Matahari bersaiz 330,330 kali ganda dari bumi.<br />
- Ketulan ais terbesar yang pernah direkodkan adalah 335KM panjang dan 97KM lebar.<br />
- berlian hijau adalah berlian yang paling jarang ditemui.<br />
- Musim panas di planet uranus adalah selama 21 tahun, begitu juga musim sejuk.<br />
- Gurun sahara membesar 1KM sebulan.<br />
- semua planet dalam sistem solar berputar mengikut lawan arah jam, kecuali planet venus satu-satunya planet yang berputar mengikut putaran jam.<br />
- di tengah pusat bumi mempunyai kosong graviti.<br />
- lombong terdalam di dunia terletak di selatan afrika dan berkedalaman 4.2KM<br />
- Jurang terdalam didunia adalah jurang mariana dilautan pasifik, berkedalaman 10.9KM dibawah paras laut.<br />
- Ekor Great Comet pada tahun 1843 adalah sepanjang 330 Juta KM, dan akan kembali pada tahun 2356.<br />
- Tiada lagi rekod mengatakan seseorang telah terbunuh oleh meteorite, tetapi haiwan terbunuh oleh meteorite adalah biasa.<br />
- Laut mati adalah sedalam 365m bawah paras laut.<br />
- Ribut secara rasminya akan menjadi taufan bile angin cyclone berkelajuan 119KMJ<br />
- Belanjawan dunia untuk perperangan lebih dari $700 juta, manakala belanjawan dunia untuk pendidikan tidak lebih $100 juta.<br />
- Perperangan terpanjang dipanggil perang 100 tahun antara Britain dan Perancis, sebenarnya peperangan ini berakhir selama 116 tahun, iaitu pada tahun 1453.<br />
- Bila terbunuh dalam pertempuran, pegawai jepun akan dinaikkan pangkat tertinggi.<br />
- Tokyo juga pernah dikenali sebagai Edo.<br />
- Kesemua nama benua diakhiri dengan huruf pertama nama benua itu sendiri&#8230;dalam bahasa inggeris eh<br />
- Mastercard pada mula nya dikenali sebagai MasterCharge.<br />
- Perkataan &#8220;The quick brown fox jumps over the lazy dog&#8221; menggunakan kesemua alfabet.<br />
- Kerusi elektrik telah dicipta oleh seorang doktor gigi.<br />
- Kerana grafiti bumi, adalah mustahil gunung boleh melebihi ketinggian 15,000 meter.<br />
- Seekor lipas mampu meneruskan hidup selama beberapa minggu walau tidak mempunyai kepala,<br />
- anjing dan kucing seperti manusia, samaada kidal atau tidak.<br />
- Gigi manusia hampir sekeras batu.<br />
- Sekiranya anda mengira 24 jam sehari, ianya akan mengambil masa 31,688 tahun untuk mencecah 1 trillion.<br />
- Purata manusia biasa mengalami 1,460 mimpi setahun<br />
- Mencium bau pisang atau epal hijau membantu mengurangkan berat badan.<br />
- perkataan asal butterfly ialah flutterby!<br />
- Negeri Florida adalah lebih besar dari negara England.<br />
- tahukah anda, bunyi itik tidak bergema, dan tiada siapa tahu mengapa..<br />
- Ngauman singa boleh didengari dari jarak sejauh 5 batu.<br />
- Seekor tikus boleh hidup lebih lama dari unta tanpa air.<br />
- sejenis cacing tanah di australia boleh membesar sehingga 10 kaki panjang.<br />
- Nama sebenar Albert Brooks ialah Albert Einstein.<br />
- Alexander Graham bell ialah pencipta telefon, namun beliau tidak pernah menelefon isteri atau ibu nya, kerana mereka berdua pekak.<br />
- Mata burung unta lebih besar dari otaknya.<br />
- air kencing kucing boleh dilihat dibawah sinaran lampu gelap.<br />
- Kucing mempunyai lebih 100 bunyi vokal, manakala anjing hanya sekitar 10 bunyi vokal.<br />
- Buaya menelan batu untuk membantu ia menyelam lebih dalam.<br />
- George washington membesar dan membela marijuana di tamannya.<br />
- pil perancang kehamilan untuk manusia juga berkesan untuk gorila.<br />
- Hummingsbird tidak boleh berjalan.<br />
- Rambut dan kuku manusia akan berhenti memanjang selepas mati.<br />
- sekiranya anda melihat pelangi, sudah semestinya matahari berkedudukan di belakang anda, anda tidak akan dapat melihat pelangi sekiranya matahari didepan anda.<br />
- sekiranya anda mendarabkan 526,315,789,473,684,210 dengan apa-apa nombor, anda akan mendapat hasil yang sama.<br />
- iguana, koala, dan biawak komodo mempunyai 2 kemaluan.<br />
- Di england, Speaker tidak dibenarkan bercakap.<br />
- di banjaran andes, masa kerap diukur &#8216;berapa lama masa yang diambil untuk menghabiskan sebatang rokok&#8217;.<br />
- adalah menjadi kesalahan dan tidak sah menjadi pelacur du Siena, Italy sekiranya nama anda adalah Mary.<br />
- Mustahil untuk bersin dengan mata terbuka.<br />
- Lady astor pernah memberitahu Winston Churchill &#8216; sekiranya anda suami ku, aku akan meracuni kopi mu&#8217;. dan dia membalas &#8217;sekiranya anda adalah isteriku, aku pasti akan meminumnya&#8217;.<br />
- Leonardo Da vinci telah mencipta gunting.<br />
- hanya nyamuk betina sahaja yang menyengat.<br />
- Kacang digunakan untuk menghasilkan dinamit.<br />
- pogonophobia adalah takut kepada janggut.<br />
- Ralph Lifshitz adalah nama asal Ralph Lauren.<br />
- Orang russia secara umum nya menjawab panggilan dengan &#8216;i&#8217;m listening&#8217;.<br />
- Siput boleh tidur selama 3 tahun tanpa makan.<br />
- Air soda tidak mengandungi soda.<br />
- Pemetik api rokok telah dicipta sebelum mancis dicipta.<br />
- Tiada 1 pon jam di casino las vegas.<br />
- Saudi arabia tidak mempunyai sungai.<br />
- semasa di havard university, edward kennedy telah digantung dari peperiksaan spanish kerana menipu.<br />
- pemutar skru telah dicipta sebelum skru dicipta.<br />
- pemutar skru jenis philips telah dicipta di oregon.<br />
- bendera kebangsaan italy telah diilhamkan oleh Napoleon Bonaparte.<br />
- cahaya dari matahari memerlukan 8.5 minit untuk sampai ke bumi.<br />
- tibet ialah negara tertinggi didunia iaitu pada kedudukan 4500m dari paras laut.<br />
- tiada tanah di kutub utara, hanya ais yang melitupi permukaan laut.<br />
- terdapat lebih 4 juta kereta di brazil menggunakan gasohol berbanding petrol, gasohol ialah minyak yang dihasilkan dari tebu.<br />
- gajah menghabiskan masa selama 23jam untuk makan.<br />
- anak ikan paus biru yang baru lahir mempunyai berat 7 tan ketika lahir.<br />
- istana terbesar didunia yang mengandungi 1788 buah bilik pernah dibina untuk sultan brunei.<br />
- Levi Strauss membuat sepasang jeans biru pada tahun 1850, dibuat untuk digunakan oleh pelombong emas.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mohdazam.com/fakta-menarik-tahukah-anda/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There was an error starting the GNOME Settings Daemon</title>
		<link>http://blog.mohdazam.com/there-was-an-error-starting-the-gnome-settings-daemon</link>
		<comments>http://blog.mohdazam.com/there-was-an-error-starting-the-gnome-settings-daemon#comments</comments>
		<pubDate>Sun, 19 Apr 2009 06:20:01 +0000</pubDate>
		<dc:creator>CrusheD_LameR</dc:creator>
		
		<guid isPermaLink="false">http://blog.mohdazam.com/?p=304</guid>
		<description><![CDATA[Are you ubuntu user?
Have you ever experienced &#8220;There was an error starting the GNOME Settings Daemon&#8221; pop up problem when you logged in?After few weeks I wasted my time seeking a solution to my ubuntu&#8230;There were several posts on the web but none of it could get me my Ubuntu working like normal. What i [...]]]></description>
			<content:encoded><![CDATA[<p>Are you ubuntu user?</p>
<p>Have you ever experienced &#8220;There was an error starting the GNOME Settings Daemon&#8221; pop up problem when you logged in?After few weeks I wasted my time seeking a solution to my ubuntu&#8230;There were several posts on the web but none of it could get me my Ubuntu working like normal. What i suspect is that this is a very generic error message and this could come so many ways.</p>
<p>What happened to me was&#8230;whenever I logged in to my personal computer with ubuntu installed on it, Its take a few minutes to log in to the desktop, and a pop up message window showing me &#8220;There was an error starting the GNOME Settings Daemon&#8221;.</p>
<p>Few articles on the web says, probably it caused by the crashes session or gnome application. and some says it caused by the networking problem&#8230;after struggling to solved the problem, I managed to find the actual caused&#8230;it was networking problem&#8230;yes&#8230;networking&#8230;~!</p>
<p>First what I did is&#8230;</p>
<p>Repair the entries in the<em> <span style="color: #0000ff;">/etc/network/interfaces</span></em>. This is because of the fact that interfaces ‘lo’ or ‘localhost’ was not configured in<span style="color: #0000ff;"> /<em>etc/network/intefaces</em></span><em>.</em></p>
<p>Please check the command<br />
#<em><span style="color: #0000ff;">ifup lo</span></em></p>
<p><span id="more-304"></span></p>
<p>When i did it i got the error message,<br />
<em><span style="color: #0000ff;">Ignoring unknown interface lo=lo</span></em></p>
<p>If you get this error make sure that you make sure that you configure your interface settings in your <em><span style="color: #0000ff;">/etc/network/interfces</span></em> file correctly before proceeding any further.</p>
<p>This clearly shows that the interface for lo is not configured.</p>
<p>The solution is to feed in entries in <em><span style="color: #0000ff;">/etc/network/interfaces</span></em> for localhost and loopback.<br />
So there would be two configuration in your /etc/network/interfaces.<br />
One is the configuration for localhost/loopback interface and other is your wireless broadband.</p>
<p>It should look like this.<br />
<em><br />
</em><span style="color: #0000ff;"><em>#vi /etc/network/interfaces</em></span></p>
<p><span style="color: #0000ff;"><em># The primary network interface<br />
auto lo<br />
iface lo inet loopback</em></span></p>
<p><span style="color: #0000ff;"><em># Wireless interface<br />
auto wlan0<br />
iface wlan0 inet dhcp<br />
wireless-key 123123123123<br />
wireless-essid Arun</em><br />
</span><br />
The next step is to provide values in the hosts configuration file.</p>
<p><span style="color: #0000ff;">azam@poseidon:~$ cat /etc/hosts<br />
127.0.0.1 localhost lo poseidon</span></p>
<p><span style="color: #0000ff;"># The following lines are desirable for IPv6 capable hosts<br />
::1 ip6-localhost ip6-loopback<br />
fe00::0 ip6-localnet<br />
ff00::0 ip6-mcastprefix<br />
ff02::1 ip6-allnodes<br />
ff02::2 ip6-allrouters<br />
ff02::3 ip6-allhosts<br />
192.168.0.1 poseidon<br />
127.0.1.1 poseidon</span></p>
<p>And next, check whether lo is pingable.<br />
<em><span style="color: #0000ff;">azam@poseidon:~$ ping lo<br />
PING localhost (127.0.0.1) 56(84) bytes of data.<br />
64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.039 ms<br />
64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.040 ms</span></em></p>
<p>If the ping does not work,bringup the lo interface manually<br />
<em><span style="color: #0000ff;">#ifup lo</span></em></p>
<p>Restart the networking settings<br />
<span style="color: #0000ff;"><em>azam@poseidon:~$ sudo /etc/init.d/networking restart</em></span></p>
<p>I hope this post will help you solve the same problem&#8230;~!</p>
<p>Thanks,</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mohdazam.com/there-was-an-error-starting-the-gnome-settings-daemon/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
