On Wed, Sep 07, 2016 at 01:41:55PM -0600, George Joseph wrote:
> On Wed, Sep 7, 2016 at 11:03 AM, Olivier <oza.4...@gmail.com> wrote:

> > My system shows:
> > # ps aux | grep asteri
> > asterisk   429  7.3  2.4  59468 25088 ?        Ssl  18:47   0:03
> > /usr/sbin/asterisk -U asterisk -G asterisk -g
> > ...
> > # sysctl kernel.core_pattern
> > kernel.core_pattern = core
> >
> 
> Since "core" is a relative file name, the file will be in whatever the
> working directory is for the process.  You may have to hunt it down.  For
> better debugging, you might want to set core_pattern to something like
> " /tmp/core-%e-%t".  That way all core files will have a name like
> "/tmp/core-asterisk-1473164587.7705".  "man core" should give you more info
> on constructing the file name.

But looking at the process of asterisk may help:

  ls -l /proc/$PID_OF_ASTERISK/cwd

-- 
               Tzafrir Cohen
icq#16849755              jabber:tzafrir.co...@xorcom.com
+972-50-7952406           mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Join the Asterisk Community at the 13th AstriCon, September 27-29, 2016
      http://www.asterisk.org/community/astricon-user-conference

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

Reply via email to