[arm-allstar] Supermon

David McGough kb4fxc at inttek.net
Fri Aug 4 17:51:47 EST 2017


Hi,

I think the problem is that the /usr/local/etc/rc.allstar file didn't get 
updated when supermon was installed. We've got pacman set to not overwrite 
this file with an updated version, if the original has changed from its 
original defaults---this keeps us from overwriting user's changes during 
updates, a desirable strategy.

If pacman was unable to update the rc.allstar file, it left the NEW 
rc.allstar script named with the ".pacnew" extension, such as:

/usr/local/etc/rc.allstar.pacnew

Please compare the rc.allstar.pacnew file with the rc.allstar. One of the
new additions you should see, as Joel mentioned below, is code to start
the supermon application.

73, David KB4FXC



On Fri, 4 Aug 2017, "W0KGW via arm-allstar" wrote:

> I just ran into this myself, the rc.supermon script hasn’t been run on the erroring pi, and some log files haven’t been set up because of this.

It should be located at /usr/local/sbin/supermon/rc.supermon

It is run from /usr/local/etc/rc.allstar

edit that file, and at the end just before the “exit 0” line put the following:

# Start Supermon if present
if [ -f /usr/local/sbin/supermon/rc.supermon ]; then
	/usr/local/sbin/supermon/rc.supermon
fi


> On Aug 4, 2017, at 4:08 PM, Steve Rogers via arm-allstar <arm-allstar at hamvoip.org> wrote:
> 
> Ok...Ihave two nodes running on two separate Pi3.  If both are on the same local network.  Both nodes function properly.  Here is the problem.  I have installed supermon on both.  One nodes it all functions properly.  The second nodes works for the most part, but it has some buttons that return an access denied or forbidden errors.  Ideas?
> SteveW4YI
> 
> 
> Sent from my Verizon, Samsung Galaxy smartphone
> _______________________________________________
> 
> arm-allstar mailing list
> arm-allstar at hamvoip.org
> http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> 
> Visit the BBB and RPi2/3 web page - http://hamvoip.org

_______________________________________________

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

Visit the BBB and RPi2/3 web page - http://hamvoip.org



More information about the arm-allstar mailing list