Hey Jonathan,

How did you get it running?  I'm seeing (after adding "noload =>
res_snmp.so"):

pbx asterisk # asterisk -d -f  -v
Asterisk 1.4.16.2, Copyright (C) 1999 - 2007 Digium, Inc. and others.
Created by Mark Spencer <[EMAIL PROTECTED]>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for 
details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=========================================================================
Parsing /etc/asterisk/asterisk.conf
Parsing /etc/asterisk/extconfig.conf
Parsing /etc/asterisk/logger.conf
Asterisk Event Logger Started /var/log/asterisk/event_log
Asterisk Dynamic Loader Starting:
[Dec 28 13:29:04] NOTICE[3232]: cdr.c:1371 do_reload: CDR simple logging 
enabled.
Asterisk PBX Core Initializing
Registering builtin applications:
[Answer]
[BackGround]
[Busy]
[Congestion]
[Goto]
[GotoIf]
[GotoIfTime]
[ExecIfTime]
[Hangup]
[NoOp]
[Progress]
[ResetCDR]
[Ringing]
[SayNumber]
[SayDigits]
[SayAlpha]
[SayPhonetic]
[SetAMAFlags]
[SetGlobalVar]
[Set]
[ImportVar]
[Wait]
[WaitExten]
Asterisk Dynamic Loader Starting:
[Dec 28 13:29:05] NOTICE[3232]: loader.c:843 load_modules: 148 modules will be 
loaded.
res_musiconhold.so => (Music On Hold Resource)
res_speech.so => (Generic Speech Recognition API)
[Dec 28 13:29:05] NOTICE[3232]: res_smdi.c:539 smdi_load: Unable to load config 
smdi.conf: SMDI disabled
[Dec 28 13:29:05] WARNING[3232]: res_smdi.c:722 load_module: No SMDI interfaces 
are available to listen on, not starting SMDI listener.
res_monitor.so => (Call Monitoring Resource)
res_indications.so => (Indications Resource)
res_features.so => (Call Features Resource)
res_crypto.so => (Cryptographic Digital Signatures)
res_agi.so => (Asterisk Gateway Interface (AGI))
res_adsi.so => (ADSI Resource)
asterisk: can't resolve symbol 'ast_register_translator'
pbx asterisk #


And this is what my ~/.asterisk.makeopts looks like:

MENUSELECT_APPS=app_ivrdemo app_osplookup app_rpt app_skel
MENUSELECT_CDR=cdr_odbc cdr_pgsql cdr_radius cdr_sqlite cdr_tds
MENUSELECT_CHANNELS=chan_alsa chan_features chan_gtalk chan_h323 chan_misdn 
chan_nbs chan_vpb
MENUSELECT_CODECS=codec_speex
MENUSELECT_FORMATS=format_ogg_vorbis
MENUSELECT_FUNCS=func_curl func_odbc
MENUSELECT_PBX=pbx_gtkconsole pbx_kdeconsole
MENUSELECT_RES=res_config_odbc res_config_pgsql res_jabber res_odbc
MENUSELECT_OPTS_app_voicemail=
MENUSELECT_CFLAGS=LOADABLE_MODULES
MENUSELECT_EMBED=
MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-WAV CORE-SOUNDS-EN-ULAW CORE-SOUNDS-EN-GSM
MENUSELECT_MOH=MOH-FREEPLAY-WAV
MENUSELECT_EXTRA_SOUNDS=EXTRA-SOUNDS-EN-WAV EXTRA-SOUNDS-EN-ULAW 
EXTRA-SOUNDS-EN-GSM
MENUSELECT_BUILD_DEPS=res_adsi app_meetme res_monitor res_smdi res_features 
DEBUG_THREADS
MENUSELECT_DEPSFAILED=MENUSELECT_APPS=app_osplookup
MENUSELECT_DEPSFAILED=MENUSELECT_CDR=cdr_odbc
MENUSELECT_DEPSFAILED=MENUSELECT_CDR=cdr_pgsql
MENUSELECT_DEPSFAILED=MENUSELECT_CDR=cdr_radius
MENUSELECT_DEPSFAILED=MENUSELECT_CDR=cdr_sqlite
MENUSELECT_DEPSFAILED=MENUSELECT_CDR=cdr_tds
MENUSELECT_DEPSFAILED=MENUSELECT_CHANNELS=chan_alsa
MENUSELECT_DEPSFAILED=MENUSELECT_CHANNELS=chan_gtalk
MENUSELECT_DEPSFAILED=MENUSELECT_CHANNELS=chan_h323
MENUSELECT_DEPSFAILED=MENUSELECT_CHANNELS=chan_misdn
MENUSELECT_DEPSFAILED=MENUSELECT_CHANNELS=chan_nbs
MENUSELECT_DEPSFAILED=MENUSELECT_CHANNELS=chan_vpb
MENUSELECT_DEPSFAILED=MENUSELECT_CODECS=codec_speex
MENUSELECT_DEPSFAILED=MENUSELECT_FORMATS=format_ogg_vorbis
MENUSELECT_DEPSFAILED=MENUSELECT_FUNCS=func_curl
MENUSELECT_DEPSFAILED=MENUSELECT_FUNCS=func_odbc
MENUSELECT_DEPSFAILED=MENUSELECT_RES=res_config_odbc
MENUSELECT_DEPSFAILED=MENUSELECT_RES=res_config_pgsql
MENUSELECT_DEPSFAILED=MENUSELECT_RES=res_jabber
MENUSELECT_DEPSFAILED=MENUSELECT_RES=res_odbc


What am I missing?

-Philip





Jonathan GF wrote:
> Sorry Darrick, i don't know why understood that was solved already.
>
> Regards,
>
> Jonathan GF
>
>
>
> On Dec 28, 2007 2:19 PM, Darrick Hartman < [EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>     Jonathan GF wrote:
>     > Hi Devels,
>     >
>     > starting from 1450 on asterisk-beta are happening weird things
>     on web
>     > interface:
>     >
>     > In the About page i can see:
>     >
>     > AstLinux
>     > astlinux-asterisk-beta-1451 *shell-init: error retrieving current
>     > directory: getcwd: cannot access parent directories:
>     Inappropriate ioctl
>     > for device
>     > *
>     > Linux
>     > Kernel Linux ipbx 2.6.20.21-astlinux #1 PREEMPT Mon Dec 17
>     02:10:33 CET
>     > 2007 i586 unknown *shell-init: error retrieving current directory:
>     > getcwd: cannot access parent directories: Inappropriate ioctl
>     for device *
>     >
>     > Asterisk
>     > Asterisk 1.4.16.2 <http://1.4.16.2> < http://1.4.16.2>
>     >
>     > ASTERISK DIDIN'T START :(
>
>     Asterisk didn't start because res_snmp.so needs to be set to noload in
>     the /etc/asterisk/modules.conf file
>
>     I mentioned this a few weeks back.
>
>     The other errors haven been there for a while.  It goes alot farther
>     back than 1450.  It might be related to updates in php.
>
>     Darrick
>     --
>     Darrick Hartman
>     DJH Solutions, LLC
>     http://www.djhsolutions.com
>     Office:  877.901.3113
>       Cell:  920.901.3113
>
>     -------------------------------------------------------------------------
>     This SF.net email is sponsored by: Microsoft
>     Defy all challenges. Microsoft(R) Visual Studio 2005.
>     http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>     _______________________________________________
>     Astlinux-users mailing list
>     Astlinux-users@lists.sourceforge.net
>     <mailto:Astlinux-users@lists.sourceforge.net>
>     https://lists.sourceforge.net/lists/listinfo/astlinux-users
>     <https://lists.sourceforge.net/lists/listinfo/astlinux-users>
>
>     Donations to support AstLinux are graciously accepted via PayPal
>     to [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>.
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> ------------------------------------------------------------------------
>
> _______________________________________________
> Astlinux-users mailing list
> Astlinux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/astlinux-users
>
> Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
> PROTECTED]



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]

Reply via email to