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
The default listener.conf of
cifmw-dnsmasq looks like this:
except-interface=lo
bind-dynamic
listen-address=127.0.0.2
interface=cifmw-osp_trunk
interface=ocpbm
Once the cifmw-dnsmasq service is
restarted A race/loop between dnsmasq's
static binding (listen-address
=127.0.0.2) and dynamic behavior
(bind-dynamic). The service constantly
throws an error: "failed to create
listening socket for 127.0.0.2: Address
already in use" and keeps creating
Unnconnected sockets until It reaches
the file descriptors limit and then
stops working properly.
There is no 127.0.0.2 IP assigned to lo
interface so I suspect It may cause
some race condition in the way a new IP
address/interface is dynamically
detected (bind-dynamic option) and the
statis binding (local-address option).
0 commit comments