<div dir="ltr"><div>Hi.<br></div>Here is the output of the command<br><br>root@pbx: ~ $  find / -name asterisk -exec ls -ld '{}' \;<br>drwxr-xr-x 3 root root 4096 Apr 19 17:32 /usr/include/asterisk<br>drwxr-x--- 3 asterisk asterisk 4096 Apr 19 17:32 /usr/lib/asterisk<br>-rwxr-xr-x 1 root root 9719880 Apr 19 17:27 /usr/src/asterisk-11.25.1/main/asterisk<br>drwxrwxr-x 3 1013 users 4096 Apr 19 16:56 /usr/src/asterisk-11.25.1/include/asterisk<br>-rwxr-xr-x 1 root root 9719880 Apr 19 17:32 /usr/sbin/asterisk<br>root@pbx: ~ $<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 19, 2017 at 5:03 PM, Tzafrir Cohen <span dir="ltr"><<a href="mailto:tzafrir.cohen@xorcom.com" target="_blank">tzafrir.cohen@xorcom.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, Apr 19, 2017 at 04:44:39PM +0300, Atux Atux wrote:<br>
> hello there. i am running debian 8 in my swerver and i would like to run<br>
> asterisk as non root.<br>
<br>
</span>The Asterisk package included with Debian already does that. Why not<br>
have a look at it?<br>
<span class=""><br>
> i did follow the<br>
> <a href="https://www.voip-info.org/wiki-Asterisk+non-root" rel="noreferrer" target="_blank">https://www.voip-info.org/<wbr>wiki-Asterisk+non-root</a> without any success. when<br>
> i issue<br>
> root@PBX: ~ $ asterisk -U asterisk -G asterisk<br>
<br>
</span>The options -U and -G are for the case of running Asterisk as root and<br>
having Asterisk change user and group afterwards. There are a number of<br>
options that only work that way (real-time priority, special socket<br>
permissions, IIRC).<br>
<br>
Alternatively you can use other mans to change to that user (--chuid or<br>
start-stop-daemon or User: and Group: in a systemd service file, or<br>
whatever). And then you don't need those options.<br>
<span class=""><br>
> Privilege escalation protection disabled!<br>
> See <a href="https://wiki.asterisk.org/wiki/x/1gKfAQ" rel="noreferrer" target="_blank">https://wiki.asterisk.org/<wbr>wiki/x/1gKfAQ</a> for more details.<br>
<br>
</span>Read that text. But it is irrelevant for your situation.<br>
<span class=""><br>
> Unable to access the running directory (Permission denied). Changing to '/'<br>
> for compatibility.<br>
<br>
</span>/root is not accessible by the user asterisk. This is mostly harmless,<br>
but not if you want to have core files (see also -g) and maybe a few<br>
other minor things.<br>
<span class=""><br>
> Asterisk already running on /var/run/asterisk/asterisk.<wbr>ctl. Use 'asterisk<br>
> -r' to connect.<br>
<br>
</span>Because you already ran that command before. Or already have the system<br>
copy of asterisk running. Or whatever.<br>
<br>
Reading error messages helps.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
               Tzafrir Cohen<br>
<a href="tel:%2B972-50-7952406" value="+972507952406">+972-50-7952406</a>           mailto:<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.<wbr>com</a><br>
<a href="http://www.xorcom.com" rel="noreferrer" target="_blank">http://www.xorcom.com</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
--<br>
______________________________<wbr>______________________________<wbr>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
<br>
Check out the new Asterisk community forum at: <a href="https://community.asterisk.org/" rel="noreferrer" target="_blank">https://community.asterisk.<wbr>org/</a><br>
<br>
New to Asterisk? Start here:<br>
      <a href="https://wiki.asterisk.org/wiki/display/AST/Getting+Started" rel="noreferrer" target="_blank">https://wiki.asterisk.org/<wbr>wiki/display/AST/Getting+<wbr>Started</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" rel="noreferrer" target="_blank">http://lists.digium.com/<wbr>mailman/listinfo/asterisk-<wbr>users</a><br>
</div></div></blockquote></div><br></div>