<div dir="ltr">Actually i am using Ubuntu Server 64 bit however this problem has been found in as i mentioned earlier in a reply in Debian and in Centos.. Centos at first i didnt think the problem existed however after looking into it deeper it did exist and similar scenario with debian on my dial distro out at the repeater system.. I primarily use ubuntu though on the rest of my servers ie home server and data center along with my test server.. The only dial distro i have at moment is running my two repeaters which are located off site. My centos version was running on a netbook seemed to run great other than the zombie process as i explained earlier in my email..</div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div style="font-family:arial;font-size:small">Loren Tedford (KC9ZHV) <br>Email: <a href="mailto:lorentedford@gmail.com" style="color:rgb(17,85,204)" target="_blank">lorentedford@gmail.com</a></div><div style="font-family:arial;font-size:small">Main Line:1-631-686-8878 Option 1 for Loren.</div><div style="font-family:arial;font-size:small">Fax Line 1:1-618-551-2755</div><div style="font-family:arial;font-size:small"><a href="http://www.lorentedford.com/" style="color:rgb(17,85,204)" target="_blank">http://www.lorentedford.com</a></div><div style="font-family:arial;font-size:small"><a href="http://www.kc9zhv.com" target="_blank">http://www.kc9zhv.com</a></div><div style="font-family:arial;font-size:small"><a href="http://hub.kc9zhv.com" target="_blank">http://hub.kc9zhv.com</a></div></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Tue, Dec 15, 2015 at 2:46 PM, kk6ecm <span dir="ltr"><<a href="mailto:kk6ecm@gmail.com" target="_blank">kk6ecm@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div>Which version are you using (Debian or CentOS), and how is it decreasing memory?</div><div><br></div><div>Thanks</div><div>Bob</div><div>kk6ecm<br><br>Sent from my iPhone</div><div><div class="h5"><div><br>On Dec 15, 2015, at 11:12 AM, Loren Tedford <<a href="mailto:lorentedford@gmail.com" target="_blank">lorentedford@gmail.com</a>> wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr"><div>Greetings!!</div><div><br></div><div>I found an issue here today with rc.updatenodelist for some reason their was multiple pids with multiple instances of this running on my server so here is what i did to fix this problem.</div><div><br></div><div>in side /etc/asterisk/ folder i created a directory called scripts Example mkdir scripts</div><div>then inside this directory i created a script called nodelistupdate.sh Example nano nodelistupdate.sh</div><div><br></div><div>Once nano has opened up here is what i put inside the script.</div><div><div>#!/bin/sh</div><div>killall /usr/local/bin/rc.updatenodelist</div><div>sleep 2s</div><div>killall rc.updatenodelist</div><div>sleep 4s</div><div>/usr/local/bin/rc.updatenodelist</div></div><div><br></div><div><br></div><div>## Exit nano by ctrl x and saving changes with a y</div><div><br></div><div>Next i updated crontab-e to point to my directory and location of my script<br></div><div>*/30 * * * * sh /etc/asterisk/scripts/nodelistupdate.sh</div><div><br></div><div><br></div><div>This so far has worked for me and has decreased memory by almost half on my server.. I hope this helps some one out that is having issues with this process running away with its self 73's Have a Merry Christmas!!</div><br clear="all"><div><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div style="font-family:arial;font-size:small">Loren Tedford (KC9ZHV) <br>Email: <a href="mailto:lorentedford@gmail.com" style="color:rgb(17,85,204)" target="_blank">lorentedford@gmail.com</a></div><div style="font-family:arial;font-size:small">Main Line:<a href="tel:1-631-686-8878" value="+16316868878" target="_blank">1-631-686-8878</a> Option 1 for Loren.</div><div style="font-family:arial;font-size:small">Fax Line 1:<a href="tel:1-618-551-2755" value="+16185512755" target="_blank">1-618-551-2755</a></div><div style="font-family:arial;font-size:small"><a href="http://www.lorentedford.com/" target="_blank">http://www.lorentedford.com</a><br></div><div style="font-family:arial;font-size:small"><a href="http://www.kc9zhv.com" target="_blank">http://www.kc9zhv.com</a></div><div style="font-family:arial;font-size:small"><a href="http://hub.kc9zhv.com" target="_blank">http://hub.kc9zhv.com</a></div></div></div></div></div></div></div>
</div>
</div></blockquote></div></div><blockquote type="cite"><div><span>_______________________________________________</span><span class=""><br><span>App_rpt-users mailing list</span><br><span><a href="mailto:App_rpt-users@ohnosec.org" target="_blank">App_rpt-users@ohnosec.org</a></span><br><span><a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a></span><br><span></span><br><span>To unsubscribe from this list please visit <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"</span><br><span>You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. </span></span></div></blockquote></div></blockquote></div><br></div>