On 05/17/2018 09:42 AM, Chuck Henderson wrote:
did you issue the command:
journalctl -xe
The answer may be in it's output.
On Thu, May 17, 2018 at 11:29 AM, Russell Thomas <russell@kv4s.com <mailto:russell@kv4s.com>> wrote:
So, I scraped and restarted a fresh image with AWS. This time, I installed Ubuntu 16.04. ASL appeared to install fine. I edited several of the config files for the node (which is setup as hub no radio)
i went to start asterisk and got this and I need some help: ~$ sudo astup.sh Starting asterisk... systemctl start asterisk.service A dependency job for asterisk.service failed. See 'journalctl -xe' for details.
then i tried the following: $ sudo asterisk -rvvv
In addition to what Chuck said above for viewing the logs from the asterisk service startup, you can run asterisk directly with: asterisk -cvvv It will start spewing all the information on what is happening to the console.