[asterisk-users] Any help with these error messages???

Paul Belanger pabelanger at digium.com
Tue Oct 18 13:45:32 CDT 2011


On 11-10-16 01:51 AM, Michael C. Robinson wrote:
> [Oct 15 22:44:31] ERROR[29013] res_config_pgsql.c: PostgreSQL RealTime:
> Failed to connect database asterisk on 127.0.0.1:
> [Oct 15 22:44:31] WARNING[29013] res_config_pgsql.c: PostgreSQL
> RealTime: Couldn't establish connection. Check debug.
> [Oct 15 22:44:31] ERROR[29013] res_config_ldap.c: No directory URL or
> host found.
> [Oct 15 22:44:31] ERROR[29013] res_config_ldap.c: Cannot load LDAP
> RealTime driver.
> [Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Attempt to configure
> channel -2 with signaling Unknown signalling -1 ignored because it is
> already configured to be Pseudo.
> [Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Attempt to configure
> channel -2 with signaling Unknown signalling -1 ignored because it is
> already configured to be Pseudo.
> [Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Attempt to configure
> channel -2 with signaling Unknown signalling -1 ignored because it is
> already configured to be Pseudo.
> [Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Attempt to configure
> channel -2 with signaling Unknown signalling -1 ignored because it is
> already configured to be Pseudo.
> [Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Ignoring any changes to
> 'userbase' (on reload) at line 23.
> [Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Ignoring any changes to
> 'vmsecret' (on reload) at line 31.
> [Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Ignoring any changes to
> 'hassip' (on reload) at line 35.
> [Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Ignoring any changes to
> 'hasiax' (on reload) at line 39.
> [Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Ignoring any changes to
> 'hasmanager' (on reload) at line 47.
> [Oct 15 22:44:32] WARNING[29013] cel_pgsql.c: CEL pgsql config file
> missing global section.
> [Oct 15 22:44:33] ERROR[29013] ais/clm.c: Could not initialize cluster
> membership service: Try Again
>
> I'm too much of a newbie to use a database to hold the configuration
> files and besides that I want to manage the files manually until I
> know what I'm doing in a gui/database environment.  I don't want to set
> up LDAP either at this time, I'm not sure it would give me anything.
> I'm not sure what the last error pertains to, again I probably need to
> shut something off.  I'm running Asterisk 1.8.3.  I'm concerned about
> the signaling errors and not sure what is causing them as my
> chan_dahdi.conf appears to be correct.
>
WARNING != ERROR so you should be fine with chan_dahdi.so

As for the other modules, if you are not using them add

noload => res_config_pgsql.so
noload => res_config_ldap.so

into your modules.conf

-- 
Paul Belanger
Digium, Inc. | Software Developer
twitter: pabelanger | IRC: pabelanger (Freenode)
Check us out at: http://digium.com & http://asterisk.org



More information about the asterisk-users mailing list