On Mon, Dec 27, 2010 at 12:34 PM, hwstar@rodgers.sdcoxmail.com wrote:
On Mon, Dec 27, 2010 at 11:44 AM, Tim Sawyer wrote:
Commenting out the line below in /etc/rc.c/rc.local stopped "[extnodes]" from printing on my console. Time will tell if it stopped the kernel panic too. /etc/rc.d/rc.updatenodelist &
-- Tim :wq
Begin forwarded message:
Date: December 27, 2010 9:28:13 AM PST To: App_rpt-users@ohnosec.org Subject: [App_rpt-users] extnodes?
My CentOS console it printing "[extnodes]" every 15 minutes or so. Anybody know what that means and is related to my system crashing every few days? -- Tim :wq
------------------------------
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
By commenting that out you now are not receiving IP updates from the Allstar nodes servers. Not good. It probably would be a good idea to run a copy of the script manually with dry_run=1 and verbose=1 and try to determine why it's printing [extnodes] on your console. The [extnodes] output should be going to a the nodes list file and not the console.
Steve WA6ZFT
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
One more thing. I just looked at the sources and it appears line 33 is the culprit pringing [extnodes] on the console. This would not cause the system crash you are experinceing, but it is an annoyance. To squelch it add: > /dev/null 2>&1 to the end of line 33. Steve WA6ZFT