Mailing List Archive

Assertion error (0) on OSX
Hello,

I run vpnc 0.5.3 on OS X 10.9.1 like:

$ sudo vpnc /Volumes/somplace/config.vpnc --debug 99

The response is:

Assertion failed: (0), function lifetime_ike_process, file vpnc.c, line 1164.

From the debug statement, I saw:

t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)

In the source code I found:
http://svn.unix-ag.uni-kl.de/vpnc/tags/vpnc-0.5.3/vpnc.c

if (a->next->af == isakmp_attr_16)
value = a->next->u.attr_16;
else if (a->next->af == isakmp_attr_lots && a->next->u.lots.length == 4)
value = ntohl(*((uint32_t *) a->next->u.lots.data));
else
assert(0);

So I assume I miss something which seems to be important.

I installed vpnc via mac ports, without hybrid (it did fail for some reasons).

My VPN is provided by FritzBox.

Any ideas whats going on?

Thanks,

Christian
_______________________________________________
vpnc-devel mailing list
vpnc-devel@unix-ag.uni-kl.de
https://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel
http://www.unix-ag.uni-kl.de/~massar/vpnc/