Open FlochonR opened 5 years ago
It seems that there are no "control-sockets" defined in the config files:
for example: i've put the following lines in the kea-ctrl-agent.conf and kea-dhcp4.conf
"control-sockets": {
"dhcp4": {
"socket-type": "unix",
"socket-name": "/tmp/kea-dhcp4-ctrl.sock"
}
}
Yes I have control-sockets in my 2 files
{prefix}/etc/kea/kea-ctrl-agent.conf:
{
"Control-agent": {
"http-host": "10.72.3.50",
"http-port": 8080,
"control-sockets": {
"dhcp4": {
"socket-type": "unix",
"socket-name": "/tmp/kea-dhcp4-ctrl.sock"
}
},
"hooks-libraries": [ ]
},...
}
{prefix}/sbin/kea-dhcp4.conf:
{
"Control-agent": {
"control-sockets": {
"dhcp4": {
"socket-name": "/tmp/kea-dhcp4-ctrl.sock",
"socket-type": "unix"
}
},
"hooks-libraries": [ ],
"http-host": "10.72.3.50",
"http-port": 8000
}
}
{prefix}/etc/kea/kea-dhcp4.conf:
{
"Dhcp4": {
"control-socket": {
"socket-type": "unix",
"socket-name": "/tmp/kea-dhcp4-ctrl.sock"
},...
}
I declare control-socket everywhere and I have always the same issue When I enter the command netstat -an, I have well the line with the socket:
unix 2 [ ACC ] STREAM LISTENING 489680 /tmp/kea-dhcp4-ctrl.sock
Hi @FlochonR, There seems to be no issue with your npm command execution, the output you posted is log printed by Anterius. Please open your browser and navigate to localhost:3000 (default address for nodejs apps defined in bin/www) to open Anterius dashboard. Thanks for raising this concern, Anterius is still in experimental release with plenty of bugs, do report back in case of any other issues.
Hello,
I configure anterius_config.json like this :
When I launch "npm start", I get this:
I don't understand what is the error or the mistake. What's it wrong in my conf ?
Thank you in advance