Changes

Jump to navigation Jump to search
no edit summary
Line 39: Line 39:  
then:
 
then:
 
<code>chmod 775 /dev/dsp </code>
 
<code>chmod 775 /dev/dsp </code>
 +
    
<code> systemctl status</code>
 
<code> systemctl status</code>
Line 44: Line 45:  
usually restarting Asterisk will cause the update node list service to fail.
 
usually restarting Asterisk will cause the update node list service to fail.
 
In this case, you may see something such as:
 
In this case, you may see something such as:
 +
 
State: degraded
 
State: degraded
 
     Jobs: 0 queued
 
     Jobs: 0 queued
 
   Failed: 1 units
 
   Failed: 1 units
 +
 +
 +
Now do:
    
<code>
 
<code>
Line 55: Line 60:        +
Then do this:
 
<code> systemctl restart updatenodelist.service</code>
 
<code> systemctl restart updatenodelist.service</code>
   Line 62: Line 68:        +
 +
Those who read all the instructions:
 +
- you must make absolutely sure all of the files you copied have the SAME permissions as on the working ASL node.
 +
- you may have to either:
 +
  - use sudo if you put ASL Asterisk on a daily use machine that has a normal user, other than root
 +
    or, you can just typer <code>sudo su</code> instead of prefixing all commands with <code>sudo</code>
     
12

edits

Navigation menu