<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Learning On Demand</title>
	
	<link>http://www.rasyid.net</link>
	<description>Learning anything from anywhere</description>
	<lastBuildDate>Sat, 20 Apr 2013 04:21:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/LearningOnDemand" /><feedburner:info uri="learningondemand" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>LearningOnDemand</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Testing Newrelic on Ubuntu Server</title>
		<link>http://feedproxy.google.com/~r/LearningOnDemand/~3/LnDN3542g_8/</link>
		<comments>http://www.rasyid.net/2013/04/20/testing-newrelic-on-ubuntu-server/#comments</comments>
		<pubDate>Sat, 20 Apr 2013 04:20:50 +0000</pubDate>
		<dc:creator>alamster</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.rasyid.net/?p=3408</guid>
		<description><![CDATA[I have chance to try newrelic software. Its advance monitoring service and analysis in one place. As they said &#8220;application performance management and monitoring&#8221;. After sign up for free account I continue to deploy it on Ubuntu server (most of my server use freeBSD but I prefer to try it on Linux based system first). <a href="http://www.rasyid.net/2013/04/20/testing-newrelic-on-ubuntu-server/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I have chance to try <a href="http://newrelic.com/" target="_blank" rel="external nofollow">newrelic</a> software. Its advance monitoring service and analysis in one place.</p>
<p>As they said &#8220;application performance management and monitoring&#8221;.</p>
<p>After sign up for free account I continue to deploy it on Ubuntu server (most of my server use freeBSD but I prefer to try it on Linux based system first).</p>
<p>The process is easy and straightforward as you can see from the picture :</p>
<p><a href="http://www.rasyid.net/wp-content/uploads/2013/04/newrelic1.png"><img class="alignnone size-full wp-image-3409" alt="newrelic1 Testing Newrelic on Ubuntu Server" src="http://www.rasyid.net/wp-content/uploads/2013/04/newrelic1.png" width="402" height="389" title="newrelic1 photo" /></a></p>
<p>&nbsp;</p>
<p>The only problem is PHP version since I downgrade it for compatible issue.</p>
<p># php -v<br />
PHP 5.2.10-2ubuntu6 with Suhosin-Patch 0.9.7 (cli) (built: Oct 23 2009 16:30:10)<br />
Copyright (c) 1997-2009 The PHP Group<br />
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies</p>
<p>Continue</p>
<p># wget -O &#8211; http://download.newrelic.com/548C16BF.gpg | apt-key add -</p>
<p># nano /etc/apt/sources.list.d/newrelic.list</p>
<p>enter these line :</p>
<blockquote><p>deb http://apt.newrelic.com/debian/ newrelic non-free</p></blockquote>
<p>deploy newrelic agent:</p>
<p># apt-get update</p>
<p># apt-get install newrelic-php5</p>
<p>Reading package lists&#8230; Done<br />
Building dependency tree<br />
Reading state information&#8230; Done<br />
The following extra packages will be installed:<br />
newrelic-daemon newrelic-php5-common<br />
The following NEW packages will be installed:<br />
newrelic-daemon newrelic-php5 newrelic-php5-common<br />
0 upgraded, 3 newly installed, 0 to remove and 124 not upgraded.<br />
Need to get 12.2 MB of archives.<br />
After this operation, 31.7 MB of additional disk space will be used.<br />
Do you want to continue [Y/n]? y</p>
<p># newrelic-install install</p>
<p>new screen will show up</p>
<p>New Relic PHP Agent Installation (interactive mode)<br />
===================================================<br />
In order for the New Relic agent to function correctly it requires a license<br />
key. Please enter that key now. If you do not have your license key handy you<br />
can add it to your INI file(s) later. Please be aware that the license key you<br />
specify here will be installed in the default INI files, and will be the key<br />
used for any virtual host or directory / application that does not over-ride<br />
the key on a per-host or per-directory basis. This is only relevant if you run<br />
a multi-tenant site. Please contact support@newrelic.com if you run such a<br />
site and have any questions.</p>
<p>If you are upgrading from a previous version please leave this blank. Please<br />
also note that the key you enter here will not replace any existing key in<br />
your INI file(s). It applies only to newly created INI files or INI files that<br />
have not been modified by this script before.</p>
<p>Enter New Relic license key (or leave blank):</p>
<p>Just follow on screen guide.</p>
<p>Then you&#8217;ll see this message :</p>
<p>New Relic is now installed on your system. Congratulations!</p>
<p>The last step before you will start seeing data in your account is to restart<br />
your web server or servers, or whatever environment hosts the PHP you wish to<br />
monitor. For example, you may need to restart Apache or nginx, or if you are<br />
using php-fpm and FastCGI, you will need to restart php-fpm. If you installed<br />
New Relic into multiple locations you may have multiple PHP hosts to restart.<br />
If everything is working properly you should see the following two log files:</p>
<blockquote><p>/var/log/newrelic/newrelic-daemon.log<br />
/var/log/newrelic/php_agent.log</p></blockquote>
<p>Now you should create a simple test php script that contains the line:</p>
<p>&lt;?php phpinfo(); ?&gt;</p>
<p>and point your browser at the test script, and you should see the New Relic<br />
extension and its settings. If you still do not see those log files or data in<br />
your account please contact our support staff at support@newrelic.com and be<br />
sure to include the following file in your bug report:</p>
<p>/tmp/nrinstall-20130420-105849-26070.tar</p>
<p>Thank you for choosing New Relic!</p>
<p>Checking log presence :</p>
<p># ls -l /var/log/newrelic | grep log</p>
<p>-rw-rw-rw- 1 root root 997 2013-04-20 11:02 newrelic-daemon.log<br />
-rw-r&#8211;r&#8211; 1 root root 3303 2013-04-20 11:01 php_agent.log</p>
<p>Yes,log file is exist.</p>
<p><a href="http://www.rasyid.net/wp-content/uploads/2013/04/newrelic2.png"><img class="alignnone size-full wp-image-3410" alt="newrelic2 Testing Newrelic on Ubuntu Server" src="http://www.rasyid.net/wp-content/uploads/2013/04/newrelic2.png" width="495" height="231" title="newrelic2 photo" /></a></p>
<p>&nbsp;</p>
<p>phpinfo() also show information about newrelic.</p>
<p>My newrelic dashboard now give many information :</p>
<p><a href="http://www.rasyid.net/wp-content/uploads/2013/04/newrelic3.png"><img class="alignnone size-full wp-image-3411" alt="newrelic3 Testing Newrelic on Ubuntu Server" src="http://www.rasyid.net/wp-content/uploads/2013/04/newrelic3.png" width="657" height="423" title="newrelic3 photo" /></a></p>
<p>&nbsp;</p>
<p>Wow, impressive report and many more.</p>
<p>&nbsp;</p>
<hr/>Copyright &copy; 2013 <strong><a href="http://www.rasyid.net">Learning On Demand</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact alamster@gmail.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/" rel="external nofollow">Plugin</a> by <a href="http://www.taragana.com/" rel="external nofollow">Taragana</a></span><p><a href="https://plus.google.com/111076104099093236158?rel=author" rel="author"><img src="http://www.google.com/images/icons/ui/gprofile_button-16.png" title="gprofile button 16 photo" alt="gprofile button 16 Testing Newrelic on Ubuntu Server" /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=LnDN3542g_8:gbMdsekLYEE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=LnDN3542g_8:gbMdsekLYEE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?i=LnDN3542g_8:gbMdsekLYEE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=LnDN3542g_8:gbMdsekLYEE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?i=LnDN3542g_8:gbMdsekLYEE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=LnDN3542g_8:gbMdsekLYEE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?i=LnDN3542g_8:gbMdsekLYEE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=LnDN3542g_8:gbMdsekLYEE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?i=LnDN3542g_8:gbMdsekLYEE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=LnDN3542g_8:gbMdsekLYEE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/LearningOnDemand/~4/LnDN3542g_8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.rasyid.net/2013/04/20/testing-newrelic-on-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.rasyid.net/2013/04/20/testing-newrelic-on-ubuntu-server/</feedburner:origLink></item>
		<item>
		<title>Upgrade FreeBSD and The ‘pw’ command exited with unexpected status 74</title>
		<link>http://feedproxy.google.com/~r/LearningOnDemand/~3/Lfl8H38Ezsc/</link>
		<comments>http://www.rasyid.net/2012/10/14/upgrade-freebsd-and-the-pw-command-exited-with-unexpected-status-74/#comments</comments>
		<pubDate>Sun, 14 Oct 2012 11:57:35 +0000</pubDate>
		<dc:creator>alamster</dc:creator>
				<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.rasyid.net/?p=3398</guid>
		<description><![CDATA[I have a vps account and got problem with pw  and also from sysinstall  after upgrade FreeBSD from 8.2 to 8.3. # uname -a FreeBSD alamsyah-rasyid.cust.arpnetworks.com 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 # freebsd-update upgrade -r 8.3-RELEASE &#8230;.6680&#8230;.6690&#8230;.6700&#8230;.6710&#8230;.6720&#8230;.6730&#8230;.6740&#8230;.6750&#8230;.6760&#8230;.6770&#8230;.6780&#8230;.6790&#8230;.6800&#8230;.6810&#8230;.6820&#8230;.6830&#8230;.6840&#8230;.6850&#8230;.6860&#8230;.6870&#8230;.6880&#8230;.6890&#8230;.6900&#8230;.6910&#8230;.6920&#8230;.6930&#8230;.6940&#8230;.6950&#8230;.6960&#8230;.6970&#8230;.6980&#8230;.6990&#8230;.7000&#8230;.7010&#8230;.7020&#8230;.7030&#8230;.7040&#8230;.7050&#8230;.7060&#8230;.7070&#8230;.7080&#8230;.7090&#8230;.7100&#8230;.7110&#8230;.7120&#8230;.7130&#8230;.7140&#8230;.7150&#8230;.7160&#8230;.7170&#8230;.7180&#8230;.7190&#8230;.7200&#8230;.7210&#8230;.7220&#8230;.7230&#8230;.7240&#8230;.7250&#8230;.7260&#8230;.7270&#8230;.7280&#8230;.7290&#8230;.7300&#8230;.7310&#8230;.7320&#8230;.7330&#8230;.7340&#8230;.7350&#8230;.7360&#8230;.7370&#8230;.7380&#8230;.7390&#8230;.7400&#8230;.7410&#8230;.7420&#8230;.7430&#8230;.7440&#8230;.7450&#8230;.7460&#8230;.7470&#8230;.7480&#8230;.7490&#8230;.7500&#8230;.7510&#8230;.7520&#8230;.7530&#8230;.7540&#8230;.7550&#8230;.7560&#8230;.7570&#8230;.7580&#8230;.7590&#8230;.7600&#8230;.7610&#8230;.7620&#8230;.7630&#8230;.7640&#8230;.7650&#8230;.7660&#8230;.7670&#8230;.7680&#8230;.7690&#8230;.7700&#8230;.7710&#8230;.7720&#8230;.7730&#8230;.7740&#8230;.7750&#8230;.7760&#8230;.7770&#8230;.7780&#8230;.7790&#8230;.7800&#8230;.7810&#8230;.7820&#8230;.7830&#8230;.7840&#8230;.7850&#8230;.7860&#8230;.7870&#8230;.7880&#8230;.7890&#8230;.7900&#8230;.7910&#8230;.7920&#8230;.7930&#8230;.7940&#8230;.7950&#8230;.7960&#8230;.7970&#8230;.7980&#8230;.7990&#8230;.8000&#8230;.8010&#8230;.8020&#8230;.8030&#8230;.8040&#8230;.8050&#8230;.8060&#8230;.8070&#8230;.8080&#8230;.8090&#8230;.8100&#8230;.8110&#8230;.8120&#8230;.8130&#8230;.8140&#8230;.8150&#8230;.8160&#8230;.8170&#8230;.8180&#8230;.8190&#8230;.8200&#8230;.8210&#8230;.8220&#8230;.8230&#8230;.8240&#8230;.8250&#8230;.8260&#8230; done. Applying patches&#8230; # The following changes, which occurred between FreeBSD <a href="http://www.rasyid.net/2012/10/14/upgrade-freebsd-and-the-pw-command-exited-with-unexpected-status-74/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I have a vps account and got problem with pw  and also from sysinstall  after upgrade FreeBSD from 8.2 to 8.3.</p>
<p># uname -a<br />
FreeBSD alamsyah-rasyid.cust.arpnetworks.com 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64</p>
<p># freebsd-update upgrade -r 8.3-RELEASE</p>
<p>&#8230;.6680&#8230;.6690&#8230;.6700&#8230;.6710&#8230;.6720&#8230;.6730&#8230;.6740&#8230;.6750&#8230;.6760&#8230;.6770&#8230;.6780&#8230;.6790&#8230;.6800&#8230;.6810&#8230;.6820&#8230;.6830&#8230;.6840&#8230;.6850&#8230;.6860&#8230;.6870&#8230;.6880&#8230;.6890&#8230;.6900&#8230;.6910&#8230;.6920&#8230;.6930&#8230;.6940&#8230;.6950&#8230;.6960&#8230;.6970&#8230;.6980&#8230;.6990&#8230;.7000&#8230;.7010&#8230;.7020&#8230;.7030&#8230;.7040&#8230;.7050&#8230;.7060&#8230;.7070&#8230;.7080&#8230;.7090&#8230;.7100&#8230;.7110&#8230;.7120&#8230;.7130&#8230;.7140&#8230;.7150&#8230;.7160&#8230;.7170&#8230;.7180&#8230;.7190&#8230;.7200&#8230;.7210&#8230;.7220&#8230;.7230&#8230;.7240&#8230;.7250&#8230;.7260&#8230;.7270&#8230;.7280&#8230;.7290&#8230;.7300&#8230;.7310&#8230;.7320&#8230;.7330&#8230;.7340&#8230;.7350&#8230;.7360&#8230;.7370&#8230;.7380&#8230;.7390&#8230;.7400&#8230;.7410&#8230;.7420&#8230;.7430&#8230;.7440&#8230;.7450&#8230;.7460&#8230;.7470&#8230;.7480&#8230;.7490&#8230;.7500&#8230;.7510&#8230;.7520&#8230;.7530&#8230;.7540&#8230;.7550&#8230;.7560&#8230;.7570&#8230;.7580&#8230;.7590&#8230;.7600&#8230;.7610&#8230;.7620&#8230;.7630&#8230;.7640&#8230;.7650&#8230;.7660&#8230;.7670&#8230;.7680&#8230;.7690&#8230;.7700&#8230;.7710&#8230;.7720&#8230;.7730&#8230;.7740&#8230;.7750&#8230;.7760&#8230;.7770&#8230;.7780&#8230;.7790&#8230;.7800&#8230;.7810&#8230;.7820&#8230;.7830&#8230;.7840&#8230;.7850&#8230;.7860&#8230;.7870&#8230;.7880&#8230;.7890&#8230;.7900&#8230;.7910&#8230;.7920&#8230;.7930&#8230;.7940&#8230;.7950&#8230;.7960&#8230;.7970&#8230;.7980&#8230;.7990&#8230;.8000&#8230;.8010&#8230;.8020&#8230;.8030&#8230;.8040&#8230;.8050&#8230;.8060&#8230;.8070&#8230;.8080&#8230;.8090&#8230;.8100&#8230;.8110&#8230;.8120&#8230;.8130&#8230;.8140&#8230;.8150&#8230;.8160&#8230;.8170&#8230;.8180&#8230;.8190&#8230;.8200&#8230;.8210&#8230;.8220&#8230;.8230&#8230;.8240&#8230;.8250&#8230;.8260&#8230; done.<br />
Applying patches&#8230;</p>
<p># The following changes, which occurred between FreeBSD 8.2-RELEASE and<br />
FreeBSD 8.3-RELEASE have been merged into /etc/group:<br />
&#8212; current version<br />
+++ new version<br />
@@ -1,6 +1,6 @@<br />
-# $FreeBSD: src/etc/group,v 1.35.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $<br />
+# $FreeBSD: src/etc/group,v 1.35.10.2.2.1 2012/03/03 06:15:13 kensmith Exp $</p>
<p>you should check this file and see if tis fit your setting.</p>
<p>Mergemaster work as expected and time for freebsd-update install.<br />
# freebsd-update install<br />
Installing updates&#8230;<br />
Kernel updates have been installed. Please reboot and run<br />
&#8220;/usr/sbin/freebsd-update install&#8221; again to finish installing updates.</p>
<p>After restart the machine I need to add new account but got this error :</p>
<p><strong>The &#8216;pw&#8217; command exited with unexpected status 74</strong></p>
<p>Further search lead me to this command  :</p>
<blockquote><p><strong>cd /etc &amp;&amp; pwd_mkdb -p master.passwd</strong></p></blockquote>
<p>This command work well and solve my problem.</p>
<hr/>Copyright &copy; 2013 <strong><a href="http://www.rasyid.net">Learning On Demand</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact alamster@gmail.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/" rel="external nofollow">Plugin</a> by <a href="http://www.taragana.com/" rel="external nofollow">Taragana</a></span><p><a href="https://plus.google.com/111076104099093236158?rel=author" rel="author"><img src="http://www.google.com/images/icons/ui/gprofile_button-16.png" title="gprofile button 16 photo" alt="gprofile button 16 Upgrade FreeBSD and The pw command exited with unexpected status 74" /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=Lfl8H38Ezsc:zNwlJHt8TJA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=Lfl8H38Ezsc:zNwlJHt8TJA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?i=Lfl8H38Ezsc:zNwlJHt8TJA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=Lfl8H38Ezsc:zNwlJHt8TJA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?i=Lfl8H38Ezsc:zNwlJHt8TJA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=Lfl8H38Ezsc:zNwlJHt8TJA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?i=Lfl8H38Ezsc:zNwlJHt8TJA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=Lfl8H38Ezsc:zNwlJHt8TJA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?i=Lfl8H38Ezsc:zNwlJHt8TJA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=Lfl8H38Ezsc:zNwlJHt8TJA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/LearningOnDemand/~4/Lfl8H38Ezsc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.rasyid.net/2012/10/14/upgrade-freebsd-and-the-pw-command-exited-with-unexpected-status-74/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.rasyid.net/2012/10/14/upgrade-freebsd-and-the-pw-command-exited-with-unexpected-status-74/</feedburner:origLink></item>
	</channel>
</rss>
