Changes

Jump to navigation Jump to search
no edit summary
Line 31: Line 31:  
then:
 
then:
 
<code>chmod 775 /dev/dsp </code>
 
<code>chmod 775 /dev/dsp </code>
 +
 +
<code> systemctl status</code>
 +
check to see if any process have failed
 +
usually restarting Asterisk will cause the update node list service to fail.
 +
In this case, you may see something such as:
 +
State: degraded
 +
    Jobs: 0 queued
 +
  Failed: 1 units
 +
 +
<code>
 +
systemctl --failed
 +
</code>
 +
UNIT                  LOAD  ACTIVE SUB    DESCRIPTION
 +
● updatenodelist.service loaded failed failed AllStar NodeList updater
 +
 +
 +
<code> systemctl restart updatenodelist.service</code>
 +
 +
if that does not work, then:
 +
<code> service updatenodelist restart</code>
     
12

edits

Navigation menu