I have seen the same problem on both alix2 (with no wifi, a build from about a year ago) and meraki,mr24 (built the end of June) and others. Restarting (i.e. /etc/init.d/dnsmasq restart) and the problem goes away. netstat -an doesn’t show any kind of resource exhaustion. I wonder if it is related to running in ujail? I have a fleet of about 50 gateway devices of various models, and there are just a smattering of cases over, say, 2025-to-date.
root@spot:~# ubus call system board
{
"kernel": "6.6.59",
"hostname": "spot",
"system": "Atheros AR9344 rev 2",
"model": "TP-Link TL-WDR3600 16M",
"board_name": "tplink,tl-wdr3600-16m",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "SNAPSHOT",
"description": "OpenWrt SNAPSHOT",
"revision": "r28012+1-31f1dabb4b97",
"target": "ath79/generic",
"builddate": "1730957744"
}
}
root@hail:~# ubus call system board
{
"kernel": "6.6.59",
"hostname": "hail",
"system": "e6500, altivec supported",
"model": "WatchGuard Firebox M300",
"board_name": "watchguard,firebox-m300",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "SNAPSHOT",
"revision": "r28033-5b406bccacca",
"target": "qoriq/generic",
"description": "OpenWrt SNAPSHOT r28033-5b406bccacca",
"builddate": "1731069434"
}
}
root@dull:~# ubus call system board
{
"kernel": "6.6.74",
"hostname": "dull",
"system": "Atheros AR7161 rev 2",
"model": "Buffalo WZR-600DHP",
"board_name": "buffalo,wzr-600dhp",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "SNAPSHOT",
"firmware_url": "https://downloads.openwrt.org/",
"revision": "r28740-cfca9d689459",
"target": "ath79/generic",
"description": "OpenWrt SNAPSHOT r28740-cfca9d689459",
"builddate": "1738524145"
}
}
root@jump:~# ubus call system board
{
"kernel": "6.6.95",
"hostname": "jump",
"system": "APM821XX",
"model": "Meraki MR24 Access Point",
"board_name": "meraki,mr24",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "SNAPSHOT",
"firmware_url": "https://downloads.openwrt.org/",
"revision": "r30251-52e339b8eda3",
"target": "apm821xx/nand",
"description": "OpenWrt SNAPSHOT r30251-52e339b8eda3",
"builddate": "1751285071"
}
}
root@bowser:~# ubus call system board
{
"kernel": "6.6.93",
"hostname": "bowser",
"system": "MediaTek MT7621 ver:1 eco:3",
"model": "Ubiquiti EdgeRouter X",
"board_name": "ubnt,edgerouter-x",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "SNAPSHOT",
"firmware_url": "https://downloads.openwrt.org/",
"revision": "r30003-6dffaf931675",
"target": "ramips/mt7621",
"description": "OpenWrt SNAPSHOT r30003-6dffaf931675",
"builddate": "1749408139"
}
}
root@dunk:~# ubus call system board
{
"kernel": "6.6.59",
"hostname": "dunk",
"system": "Atheros AR7161 rev 2",
"model": "Buffalo WZR-600DHP",
"board_name": "buffalo,wzr-600dhp",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "SNAPSHOT",
"description": "OpenWrt SNAPSHOT",
"revision": "r28012-31f1dabb4b97",
"target": "ath79/generic",
"builddate": "1730760038"
}
}
root@loki:~# ubus call system board
{
"kernel": "6.6.57",
"hostname": "loki",
"system": "APM821XX",
"model": "Meraki MR24 Access Point",
"board_name": "meraki,mr24",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "SNAPSHOT",
"description": "OpenWrt SNAPSHOT",
"revision": "r27865-caf29ee97b45",
"target": "apm821xx/nand",
"builddate": "1729536895"
}
}
root@seed:~# ubus call system board
{
"kernel": "6.6.59",
"hostname": "seed",
"system": "Atheros AR7161 rev 2",
"model": "Buffalo WZR-600DHP",
"board_name": "buffalo,wzr-600dhp",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "SNAPSHOT",
"description": "OpenWrt SNAPSHOT",
"revision": "r28012-31f1dabb4b97",
"target": "ath79/generic",
"builddate": "1730760038"
}
}