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
Today I rewrite my MMDVM.ini and I found this problem.
I: 2022-03-20 12:18:24.336 Started the DMR Id lookup reload thread
I: 2022-03-20 12:18:34.332 Opening UDP port on 62032
E: 2022-03-20 12:18:34.335 Error returned from sendto, err: 22
E: 2022-03-20 12:18:34.336 DMR, Socket has failed when writing data to the master, retrying connection
M: 2022-03-20 12:18:34.337 Closing DMR Network
M: 2022-03-20 12:18:34.539 Opening DMR Network
I: 2022-03-20 12:18:44.333 Opening UDP port on 62032
E: 2022-03-20 12:18:44.334 Error returned from sendto, err: 22
E: 2022-03-20 12:18:44.335 DMR, Socket has failed when writing data to the master, retrying connection
M: 2022-03-20 12:18:44.336 Closing DMR Network
M: 2022-03-20 12:18:44.355 Opening DMR Network
write() for UDP socket returns EINVAL on Linux(Debian-11.2/amd64), this is occured "Type=Direct" and "LocalAddress=127.0.0.1" in [DMR Network] section.
on OpenBSD, there is no error but not working.
Solution: set LocalAddress=0.0.0.0 or delete LocalAddress entry when Type=Direct.
maybe this is not bug, but need to add comment to MMDVM.ini.
Experts know such a thing, but non-expert strays by misconfiguration.
It will be a good help that adding "# LocalAddress should be commented out when Type=Direct" message to MMDVM.ini.
Today I rewrite my MMDVM.ini and I found this problem.
write() for UDP socket returns EINVAL on Linux(Debian-11.2/amd64), this is occured "Type=Direct" and "LocalAddress=127.0.0.1" in [DMR Network] section.
on OpenBSD, there is no error but not working.
Solution: set LocalAddress=0.0.0.0 or delete LocalAddress entry when Type=Direct.
maybe this is not bug, but need to add comment to MMDVM.ini.
Reference: nodejs/node#29047
The text was updated successfully, but these errors were encountered: