Grepping the output of the strace revealed this:

stat("/root/.terminfo", 0x7fff8622ed50) = -1 EACCES (Permission denied)
open("/root/.asterisk_history", O_RDONLY) = -1 EACCES (Permission denied)
open("/root/.odbcinst.ini", O_RDONLY) = -1 EACCES (Permission denied) [this one many times]

That must be because I'm starting asterisk as "root". When I su to asterisk first, then start it, those above disappear. Problem solved!

Thanks Steve!

Mitch

On 08/19/2014 03:39 PM, Steve Edwards wrote:
On Tue, Aug 19, 2014 at 11:36 AM, Mitch Claborn <[email protected]>

No, that's not it.  The wording is different.

Can you run Asterisk via strace? Something like:

    sudo -u asterisk strace /usr/sbin/asterisk -c -p -U asterisk



--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to