<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><font style="" face="Tahoma">OK but I am a little confused. Someone said load gcc. Gcc is part of the image. Then load php. php is part of the image. I realize there are other modules that might be needed.<br><br>This is what is installed -<br><br>[root@node40961 tmp]# php -v<br>PHP 5.5.12 (cli) (built: May  1 2014 06:42:05)<br>Copyright (c) 1997-2014 The PHP Group<br>Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies<br><br>[root@node40961 tmp]# php -m<br>[PHP Modules]<br>Core<br>ctype<br>curl<br>date<br>dom<br>ereg<br>fileinfo<br>filter<br>gettext<br>hash<br>json<br>libxml<br>mbstring<br>mhash<br>mysqlnd<br>openssl<br>pcntl<br>pcre<br>PDO<br>readline<br>Reflection<br>session<br>SimpleXML<br>SPL<br>standard<br>tokenizer<br>xml<br>xmlreader<br>xmlwriter<br>zlib<br><br>[Zend Modules]<br><br>My concern was that Allmon not write to the SD card unless absolutely necessary. If it is doing constant writes to there then it needs to be changed to use a tmpfs directory. I use the astdb.txt file for lsnodes but I store it in /var/log/asterisk - does Allmon use it from there or create its own copy elsewhere? It would be redundant to do both. If Allmon can use it where it currently is located that would be great.<br id="FontBreak"></font><font style="" face="Tahoma"><br></font><font style="" face="Tahoma">I would like to have the required pacman downloads for Allmon installed in the image so users would not have to mess with that part of it. Just install the files, configure, and run.<br><br>Archlinux is constantly updated and you can get in trouble doing partial updates or files from other kernel versions. It would be best to get what we need in there and having the users messing with as little as possible.<br></font><font style="" face="Tahoma"></font><br><b><font style="font-size:16pt;" size="4">73 Doug</font><font style="font-size:16pt;" size="4"><br></font><font style="font-size:16pt;" size="4">WA3DSP</font><font style="font-size:16pt;" size="4"><br></font><font style="font-size:16pt;" size="4">http://www.crompton.com/hamradio</font></b><font style="font-size:16pt;" size="4"><br></font><br><br><div><hr id="stopSpelling">To: arm-allstar@hamvoip.org<br>From: nz6d@mac.com<br>Date: Sun, 29 Jun 2014 22:45:59 +0000<br>Subject: Re: [arm-allstar] Allmon<br><br><div><div style="font-family:'Helvetica Neue', Helvetica, sans-serif;line-height:14px;">Doug - Tim,</div><div style="font-family:'Helvetica Neue', Helvetica, sans-serif;line-height:14px;">Sending again because I had trouble with my email again. Sorry if you get this more than once...</div><div style="font-family:'Helvetica Neue', Helvetica, sans-serif;line-height:14px;"><br></div><div style="font-family:'Helvetica Neue', Helvetica, sans-serif;line-height:14px;">Here is a quick instruct on getting it working on my end. It is from memory so may need some clean up but here is what I did. I think some mods could be done to your side Tim to compliment the work Doug has done to keep this memory, disk writes etc down. All in all I like having both available. Thank you both.</div><div style="font-family:'Helvetica Neue', Helvetica, sans-serif;line-height:14px;"><br></div><div style="font-family:'Helvetica Neue', Helvetica, sans-serif;line-height:14px;">Dave NZ6D</div><div style="font-family:'Helvetica Neue', Helvetica, sans-serif;line-height:14px;"><br></div><div style="font-family:'Helvetica Neue', Helvetica, sans-serif;line-height:14px;">Here is what I did:</div><div style="font-family:'Helvetica Neue', Helvetica, sans-serif;line-height:14px;"><p class="ecxMsoNormal">This is all from memory so sorry if I forgot something. Give it a try and feel free to clean these instructions up.</p><p class="ecxMsoNormal"> </p><p class="ecxMsoNormal"> </p><p class="ecxMsoListParagraphCxSpFirst" style="text-indent:-0.25in;"><span style="font-family:Symbol;">·<span style="font-size:7pt;line-height:normal;font-family:'Times New Roman';">         </span></span>Edit the /etc/pacman.d/mirrirlist and uncomment one or two of the mirror sites closest to your locale.</p><p class="ecxMsoListParagraphCxSpMiddle" style="text-indent:-0.25in;"><span style="font-family:Symbol;">·<span style="font-size:7pt;line-height:normal;font-family:'Times New Roman';">         </span></span>Run “pacman –Syy” to to sync the lists.</p><p class="ecxMsoListParagraphCxSpMiddle" style="text-indent:-0.25in;"><span style="font-family:Symbol;">·<span style="font-size:7pt;line-height:normal;font-family:'Times New Roman';">         </span></span>Run “pacman –S php”</p><p class="ecxMsoListParagraphCxSpMiddle" style="text-indent:-0.25in;"><span style="font-family:Symbol;">·<span style="font-size:7pt;line-height:normal;font-family:'Times New Roman';">         </span></span>Run “pacman –S php-apache”</p><p class="ecxMsoListParagraphCxSpMiddle" style="text-indent:-0.25in;"><span style="font-family:Symbol;">·<span style="font-size:7pt;line-height:normal;font-family:'Times New Roman';">         </span></span>Edit the /etc/httpd/conf/httpd.conf file and place the following lines in the appropriate places or at the end of the file and do the next step:</p><p class="ecxMsoListParagraphCxSpMiddle" style="text-indent:-0.25in;"><span style="font-family:'Courier New';">o<span style="font-size:7pt;line-height:normal;font-family:'Times New Roman';">   </span></span>LoadModule php5_module modules/libphp5.so</p><p class="ecxMsoListParagraphCxSpMiddle" style="text-indent:-0.25in;"><span style="font-family:'Courier New';">o<span style="font-size:7pt;line-height:normal;font-family:'Times New Roman';">   </span></span>LoadModule mpm_prefork_module modules/mod_mpm_prefork.so</p><p class="ecxMsoListParagraphCxSpMiddle" style="text-indent:-0.25in;"><span style="font-family:'Courier New';">o<span style="font-size:7pt;line-height:normal;font-family:'Times New Roman';">   </span></span>Include conf/extra/php5_module.conf</p><p class="ecxMsoListParagraphCxSpMiddle" style="text-indent:-0.25in;"><span style="font-family:Symbol;">·<span style="font-size:7pt;line-height:normal;font-family:'Times New Roman';">         </span></span>Find in the /etc/httpd/conf/httpd.conf and comment out the following line:</p><p class="ecxMsoListParagraphCxSpMiddle" style="text-indent:-0.25in;"><span style="font-family:'Courier New';">o<span style="font-size:7pt;line-height:normal;font-family:'Times New Roman';">   </span></span>LoadModule mpm_event_module modules/mod_mpm_event.so</p><p class="ecxMsoListParagraphCxSpMiddle" style="text-indent:-0.25in;"><span style="font-family:'Courier New';">o<span style="font-size:7pt;line-height:normal;font-family:'Times New Roman';">   </span></span>Save the httpd.conf file.</p><p class="ecxMsoListParagraphCxSpMiddle" style="text-indent:-0.25in;"><span style="font-family:Symbol;">·<span style="font-size:7pt;line-height:normal;font-family:'Times New Roman';">         </span></span>Get allmon-allmon2.zip from Tim’s github site and place it in the /srv/http/ directory</p><p class="ecxMsoListParagraphCxSpMiddle" style="text-indent:-0.25in;"><span style="font-family:Symbol;">·<span style="font-size:7pt;line-height:normal;font-family:'Times New Roman';">         </span></span>Run pacman –S unzip to install the unzip utility</p><p class="ecxMsoListParagraphCxSpMiddle" style="text-indent:-0.25in;"><span style="font-family:Symbol;">·<span style="font-size:7pt;line-height:normal;font-family:'Times New Roman';">         </span></span>Type unzip allmon-allmon2.zip</p><p class="ecxMsoListParagraphCxSpMiddle" style="text-indent:-0.25in;"><span style="font-family:Symbol;">·<span style="font-size:7pt;line-height:normal;font-family:'Times New Roman';">         </span></span>Follow Tim’s instructions for installing allmon and editing the files.</p><p class="ecxMsoListParagraphCxSpLast" style="text-indent:-0.25in;"><span style="font-family:Symbol;">·<span style="font-size:7pt;line-height:normal;font-family:'Times New Roman';">         </span></span>Reboot and it should work along with lsnodes</p></div></div><br>_______________________________________________

arm-allstar mailing list
arm-allstar@hamvoip.org
http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar

Visit the BBB web page - http://www.crompton.com/hamradio/BeagleBoneBlackAllstar/</div>                                     </div></body>
</html>