执行udhcpd -f udhcpd.conf时出现以下地址已经被使用的错误,导致wifi一直不能自动获取IP
#执行udhcpd -f udhcpd.conf时出现以下地址已经被使用的错误
o such file or directory
udhcpd: bind: Address already in use
参考文档
dnsmasq: failed to bind DHCP server socket: Address already in use - Unix & Linux Stack Exchange被dnsmasq占用,
可以先killall dnsmasq或者其他dhcpd的进程,防止被占用