Loren, I'm running DIAL on two RPi's and I don't have the problem here.I can your server resolve all 4 of the nodes?I'm guessing (like always) could your server not be resolving the hostnames and getting in a loop??DavidThanks, David
--
In 1988, America was strong. We had Ronald Reagan, Steve Jobs, Johnny Cash, and Bob Hope. Today, we have Obama, no Jobs, no Cash, and no Hope.On Tue, Dec 15, 2015 at 12:59 PM, Steve N4IRS <szingman@msgstor.com> wrote:DIAL starts rc.updatenodelist once in rc.local. Never say never, but I can't see how it's running more then one instance.
Steve
On 12/15/2015 3:51 PM, Loren Tedford wrote:
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..
Loren Tedford (KC9ZHV)
Email: lorentedford@gmail.comMain Line:1-631-686-8878 Option 1 for Loren.Fax Line 1:1-618-551-2755
On Tue, Dec 15, 2015 at 2:46 PM, kk6ecm <kk6ecm@gmail.com> wrote:
Which version are you using (Debian or CentOS), and how is it decreasing memory?
ThanksBobkk6ecm
Sent from my iPhoneGreetings!!
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.
in side /etc/asterisk/ folder i created a directory called scripts Example mkdir scriptsthen inside this directory i created a script called nodelistupdate.sh Example nano nodelistupdate.sh
Once nano has opened up here is what i put inside the script.#!/bin/shkillall /usr/local/bin/rc.updatenodelistsleep 2skillall rc.updatenodelistsleep 4s/usr/local/bin/rc.updatenodelist
## Exit nano by ctrl x and saving changes with a y
Next i updated crontab-e to point to my directory and location of my script
*/30 * * * * sh /etc/asterisk/scripts/nodelistupdate.sh
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!!
Loren Tedford (KC9ZHV)
Email: lorentedford@gmail.comMain Line:1-631-686-8878 Option 1 for Loren.Fax Line 1:1-618-551-2755_______________________________________________
App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"
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.
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" 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.
_______________________________________________
App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"
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.
_______________________________________________
App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"
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.