Re: [Kea-users] Problem with KEA crash

2018-10-25 Thread Francis Dupont
You defer a null shared pointer. The only way to understand what happens is to use a debugger (if you run from build directory add "libtool --mode=execute " before so Kea libraries can be found). Regards Francis Dupont ___ Kea-users mailing list

[Kea-users] KEA is crashing

2018-10-25 Thread Torbjörn Eklöv
One more try with this mail who I don’t think was sent to the list.. Hello, I have tried KEA 1.2.0 1.3.0 and 1.4.0.tar.gz and 1.4.0-git now and it always crashes whith this kea-dhcp6: /usr/include/boost/smart_ptr/shared_ptr.hpp:734: typename boost::detail::sp_member_access::type

[Kea-users] Updated plan for Kea 1.5 | EOL for Kea 1.3 in December 2018

2018-10-25 Thread Victoria Risk
Kea-users, We decided last week to reorganize the contents of the upcoming Kea 1.5 release. We will have the following key features in Kea 1.5: - Support for netconf, and YANG models (for details see

[Kea-users] Kea Anterius Error

2018-10-25 Thread Ismael Suarez Maldonado
Don't know if I can use this forum for this question, I got Kea 1.4.0-P1 (with MySQL) installed on CentOS 7.5 and when trying to run kea-anterius I get the following: [root@kea-dhcp kea-anterius]# npm start > kea-anterius@0.0.0 start /root/kea-anterius > node ./bin/www

[Kea-users] Problem with KEA crash

2018-10-25 Thread Torbjörn Eklöv
Hello, I have tried KEA 1.2.0 1.3.0 and 1.4.0.tar.gz and 1.4.0-git now and it always crashes whith this kea-dhcp6: /usr/include/boost/smart_ptr/shared_ptr.hpp:734: typename boost::detail::sp_member_access::type boost::shared_ptr::operator->() const [with T = isc::dhcp::HWAddr; typename

[Kea-users] kea SubClass equivalent

2018-10-25 Thread sven.roehrig
Hi, on our old isc-dhcp config we are using subclasses to allow CPE´s that are connected behind a CableModem to get a public IP only if the CableModem has a valid host-reservation configured. In isc-dhcp we have a client class like this: class "privileged" { match option agent.remote-id;