Re: WAP Box dies with latest CVS 20070115
"Vincent CHAVANIS" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <0f0d01c73bec$9cdd7bf0$9600a8c0@vince> |
To fix this,
revert Alex's patch as it :
--- /gateway/gwlib/cfg.c 2007-01-19 18:06:14.000000000 +0100
+++ /gateway-cvs/gwlib/cfg.c 2007-01-18 16:31:55.000000000 +0100
@@ -313,6 +313,9 @@
dict_destroy(cfg->multi_groups);
gw_free(cfg);
}
+ gwlist_destroy(allowed_hooks, NULL);
+ gwlist_destroy(single_hooks, NULL);
+ allowed_hooks = single_hooks = NULL;
}
regards
--
Telemaque - 06560 SOPHIA-ANTIPOLIS - (FR)
Service Technique/Reseau - NOC
Developpement SMS/MMS/Kiosques
http://www.telemaque.fr/
[email protected]
Tel : +33 4 92 90 99 84 (fax 9142)
----- Original Message -----
From: "Vincent CHAVANIS" <[email protected]>
To: "Kannel Devel" <[email protected]>
Sent: Friday, January 19, 2007 4:44 PM
Subject: Re: WAP Box dies with latest CVS 20070115
> Dear,
>
> I had the same problem.
> If you are not using SSL, unset --enable-ssl
> from your configure line.
> Otherwise, configure a certificate.
>
> Vincent.
>
> --
> Telemaque - 06560 SOPHIA-ANTIPOLIS - (FR)
> Service Technique/Reseau - NOC
> Developpement SMS/MMS/Kiosques
> http://www.telemaque.fr/
> [email protected]
>
> ----- Original Message -----
> From: "Hillel" <[email protected]>
> To: "Kannel Devel" <[email protected]>
> Sent: Wednesday, January 17, 2007 6:35 AM
> Subject: WAP Box dies with latest CVS 20070115
>
>
>> Hi,
>>
>> If you run the wapbox manually in a command prompt: gw/wapbox
>> /etc/kannel.conf
>>
>> It dies at:
>>
>> 2007-01-17 07:14:08 [4206] [0] PANIC: Trying to fetch variable
>> `ssl-client-certkey-file' in group `core', not allowed.
>> 2007-01-17 07:14:08 [4206] [0] PANIC: gw/wapbox(gw_panic+0xa3)
>> [0x80ab1f3]
>> 2007-01-17 07:14:08 [4206] [0] PANIC: gw/wapbox(cfg_get_real+0xb1)
>> [0x80992bd]
>> 2007-01-17 07:14:08 [4206] [0] PANIC: gw/wapbox(conn_config_ssl+0x2f)
>> [0x80a0b63]
>> 2007-01-17 07:14:08 [4206] [0] PANIC: gw/wapbox(main+0x18d) [0x80559f5]
>> 2007-01-17 07:14:08 [4206] [0] PANIC:
>> /lib/tls/libc.so.6(__libc_start_main+0xd3) [0x71fde3]
>> 2007-01-17 07:14:08 [4206] [0] PANIC: gw/wapbox [0x8054881]
>>
>> We now added wapbox-port-ssl = no
>> to the core group as we are not using ssl for WAP or SMS hoping the
>> wapbox
>> it would not die, but it does not help.
>>
>> Have any new configuration paramaters been added that can affect the
>> wapbox?
>> We would prefer to not move back to a later CVS.
>>
>> Any ideas appreciated.
>>
>>
>>
>
>
>
>