<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="" color="#000000" face="Tahoma,sans-serif"> Are you talking about the hamvoip.org distribution? We do NO do any portal configuration. pbx_config.c is not altered by us and does not appear to contain the code you mentioned? <br id="FontBreak"></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>> To: arm-allstar@hamvoip.org<br>> Date: Sun, 6 Mar 2016 17:18:03 -0700<br>> Subject: [arm-allstar] /var/log/messages WARNINGS<br>> From: arm-allstar@hamvoip.org<br>> CC: ron@morell.us<br>> <br>> Looking at the messages log today and noticed several things but two<br>> caught my eye as interesting.<br>> <br>> [Mar  3 20:04:37] WARNING[240] pbx_config.c: No closing parenthesis<br>> found? 'System(rm -rf /tmp/allstar-config\; mkdir -p<br>> /tmp/allstar-config\;curl -sk -m 20 --retry 1<br>> https://config.allstarlink.org/config/start.sh ><br>> /tmp/allstar-config/start.sh'<br>>                           <br>> [Mar  3 20:04:37] WARNING[240] pbx_config.c: No closing parenthesis<br>> found? 'System(rm -rf /tmp/allstar-config\; mkdir -p<br>> /tmp/allstar-config\;curl -sk -m 20 --retry 1<br>> https://config.allstarlink.org/config/start.sh ><br>> /tmp/allstar-config/start.'<br>> <br>> Easy enough to see that there isn't a closing parenthesis, but not as<br>> easy to find out why. I downloaded the file start.sh<br>> <br>> #! /bin/bash<br>> <br>> LOGFILE=/var/log/allstar-config.log<br>> TMPDIR=/tmp/allstar-config<br>> <br>> mkdir -p $TMPDIR > /dev/null 2>&1<br>> rm -f $TMPDIR/auto-config.sh > /dev/null 2>&1<br>> <br>> curl -sk -m 15 --retry 1<br>> https://config.allstarlink.org/config/auto-config.sh ><br>> $TMPDIR/auto-config.sh<br>> if [ $? -ne 0 ]<br>> then<br>>         touch $LOGFILE<br>>    echo `date`" config: unable to download portal config script" >><br>> $LOGFILE<br>>   rm -rf $TMPDIR > /dev/null 2>&1<br>>         exit<br>> fi<br>> <br>> bash $TMPDIR/auto-config.sh $1<br>> if [ $? -ne 0 ]<br>> then<br>>        touch $LOGFILE<br>>    echo `date`" config: unable to download and implement portal config" >><br>> $LOGFILE<br>>    rm -rf $TMPDIR > /dev/null 2>&1<br>>         exit<br>> fi<br>> <br>> touch $LOGFILE<br>> echo `date`" config: portal config downloaded and implemented and<br>> Asterisk restarted" >> $LOGFILE<br>> rm -rf $TMPDIR > /dev/null 2>&1<br>> exit<br>> <br>> So what???  I just would like to know what this is for and if it should<br>> be a process in use. It looks like it could be used as an agent for<br>> change, better or worse.<br>> Ron Morell<br>> KA7U<br>> <br>> <br>> _______________________________________________<br>> <br>> arm-allstar mailing list<br>> arm-allstar@hamvoip.org<br>> http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar<br>> <br>> Visit the BBB and RPi2 web page - http://hamvoip.org<br>> <br></div>                                           </div></body>
</html>