FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
230 views 2 comments
by anonymous

Hello,

Each time dnsmasq leases an address a message like the one below is added to the log:

2021-08-08T18:08:59+02:00 lgrrutx dnsmasq-script[3754]: command failed: No such device (-19)

The source is in /usr/sbin/dhcpinfo.sh:21, iw dev wlan0 station dump fails if wlan0 doesn't exist which is the case if wireless is disabled. Added a simple test to get rid of the spam:

iw dev | grep wlan0 >/dev/null 2>&1 && conn_inter=`iw dev wlan0 station dump | grep $lease_mac`

Regards,

1 Answer

0 votes
by anonymous
Hello.

Please, describe the steps to reproduce.

Best regards.
by anonymous
Disable all wifi interfaces, connect a device via DHCP.

Regards,
by anonymous
Thank you, the information will be transferred to RnD.