You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to start the adapter on my Synology NAS and Docker
It stops with error Exception-Code: EADDRINUSE: bind EADDRINUSE 0.0.0.0:67
Capabilities are set on the docker container (net_admin, net_raw, net_bind) --> did not solve the problem
Capabilities set using the commands provided in the readme file --> did not solve the problem
iobroker fix --> did not solve the problem
tried setting the interface in adapter settings with "--interface=ovs_eth0 -lgq --retry=5 --timeout=400" --> did not solve the problem
arp-scan -lgq --retry=7 --interface=ovs_eth0 executed in the docker console is successful.
is there anything else I could do?
Here is the log output from iobroker:
host.buanet-iobroker1
2023-03-10 10:31:25.468
info
Restart adapter system.adapter.radar2.0 because enabled
host.buanet-iobroker1
2023-03-10 10:31:25.467
error
instance system.adapter.radar2.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
radar2.0
2023-03-10 10:31:25.361
warn
radar initialization finished with error TypeError: Cannot read property 'push' of nullat main (/opt/iobroker/node_modules/iobroker.radar2/radar2.js:764:29)at processTicksAndRejections (internal/process/task_queues.js:95:5)at async IobAdapter.onReady (/opt/iobroker/node_modules/iobroker.radar2/fjadapter-core.js:212:3), will stop adapter!
radar2.0
2023-03-10 10:31:25.357
info
will scan UWZ with code UWZDE73666 every 120 minutes
There is a DHCP Server running on my NAS.
So there is no way to run that adapter then? I guess this port is used to listen for new devices or something? Isn't there any way to just disable that function?
Listening to dhcp messages which announces new devices coming to the network.
The adapter will need to get access to dhcp port.
So currently, you cannot run a dhcp server at the same system as this adapter.
I will tag this as a feature request. One could evaluate to make either dhcp optional via config (or detect the blocked port and ignore dhcp messeges.) This might reduce functionality, but maybe this would be acceptable.
mcm1957
changed the title
Synology Docker - Unable to start the adapter
Synology Docker - Unable to start the adapter / make dhcp optional to allow local dhcp server
Jun 7, 2023
I am unable to start the adapter on my Synology NAS and Docker
It stops with error Exception-Code: EADDRINUSE: bind EADDRINUSE 0.0.0.0:67
Capabilities are set on the docker container (net_admin, net_raw, net_bind) --> did not solve the problem
Capabilities set using the commands provided in the readme file --> did not solve the problem
iobroker fix --> did not solve the problem
tried setting the interface in adapter settings with "--interface=ovs_eth0 -lgq --retry=5 --timeout=400" --> did not solve the problem
arp-scan -lgq --retry=7 --interface=ovs_eth0 executed in the docker console is successful.
is there anything else I could do?
Here is the log output from iobroker:
iobroker info:
Platform : docker
os : linux
Architecture : x64
CPUs : 4
Speed : 1501 MHz
Model : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
RAM : 7.6 GB
System uptime : 2d. 13:32:23
Node.js : v14.19.2
time : 1678441452057
timeOffset : -60
adapters count : 470
NPM : v6.14.17
The text was updated successfully, but these errors were encountered: