Failed to execute arcombine dispatcher target for entry '/admin/network/wireless/radio0.network1'
I have a Sparklan WAPR-150 with attitude_adjustment. If I click on Luci (0.11.1-1) /network/wifi/wireless-security/security my unit gets really sluggish on the serial console, web page eventually fails to load completely, and view source shows this. Any help much appreciated. Random info below. Any idea what is being spawned, guessing it's calling a uci command or something and possibly failing. Other guess is I'm running out of memory. free shows 700k + 6.5M(in tmp).
Thanks in advance.
<h2><a id="content" name="content">500 Internal Server Error</a></h2>
<p>Sorry, the server encountered an unexpected error.</p>
<pre class="error500">/usr/lib/lua/luci/dispatcher.lua:448: Failed to execute arcombine dispatcher target for entry '/admin/network/wireless/radio0.network1'.
The called action terminated with an exception:
/usr/lib/lua/luci/template.lua:104: Failed to execute template 'cbi/map'.
A runtime error occured: /usr/lib/lua/luci/template.lua:104: Failed to execute template 'cbi/nsection'.
A runtime error occured: /usr/lib/lua/luci/template.lua:104: Failed to execute template 'cbi/ucisection'.
A runtime error occured: /usr/lib/lua/luci/template.lua:104: Failed to execute template 'cbi/tabcontainer'.
A runtime error occured: /usr/lib/lua/luci/template.lua:104: Failed to execute template 'cbi/network_netlist'.
A runtime error occured: /usr/lib/lua/luci/model/network.lua:1037: attempt to index upvalue '_ubus' (a nil value)
stack traceback:
[C]: in function 'assert'
/usr/lib/lua/luci/dispatcher.lua:448: in function 'dispatch'
/usr/lib/lua/luci/dispatcher.lua:195: in function </usr/lib/lua/luci/dispatcher.lua:194></pre>
<div class="clear"></div>
</div>
</div>
<p class="luci">Powered by LuCI 0.11.1 Release (0.11.1)</p>
</body>
</html>
root@Fli-Fi:/etc/config# opkg list-installed|grep luci
luci - 0.11.1-1
luci-app-firewall - 0.11.1-1
luci-i18n-english - 0.11.1-1
luci-lib-core - 0.11.1-1
luci-lib-ipkg - 0.11.1-1
luci-lib-nixio - 0.11.1-1
luci-lib-sys - 0.11.1-1
luci-lib-web - 0.11.1-1
luci-mod-admin-core - 0.11.1-1
luci-mod-admin-full - 0.11.1-1
luci-proto-core - 0.11.1-1
luci-proto-ppp - 0.11.1-1
luci-sgi-cgi - 0.11.1-1
luci-theme-base - 0.11.1-1
luci-theme-openwrt - 0.11.1-1
root@Fli-Fi:/etc/config#
root@Fli-Fi:/etc/config# uci show wireless
wireless.radio0=wifi-device
wireless.radio0.type=mac80211
wireless.radio0.macaddr=00:0e:8e:3e:b7:fc
wireless.radio0.hwmode=11ng
wireless.radio0.htmode=HT20
wireless.radio0.ht_capab=GF SHORT-GI-20 SHORT-GI-40 RX-STBC1
wireless.radio0.channel=6
wireless.radio0.disabled=0
wireless.@wifi-iface[0]=wifi-iface
wireless.@wifi-iface[0].device=radio0
wireless.@wifi-iface[0].network=lan
wireless.@wifi-iface[0].mode=ap
wireless.@wifi-iface[0].encryption=none
wireless.@wifi-iface[0].ssid=Fli-Fi
wireless.@wifi-iface[0].key=12345678
root@Fli-Fi:/etc/config# uci show network
network.loopback=interface
network.loopback.ifname=lo
network.loopback.proto=static
network.loopback.ipaddr=127.0.0.1
network.loopback.netmask=255.0.0.0
network.lan=interface
network.lan.ifname=eth0.2
network.lan.type=bridge
network.lan.proto=static
network.lan.netmask=255.255.255.0
network.lan.macaddr=00:0e:8e:3e:b7:fc
network.lan.ipaddr=192.168.2.253
network.lan.gateway=192.168.2.253
network.wan=interface
network.wan.macaddr=00:0e:8e:3e:c5:ac
network.wan.ifname=eth0
network.wan.proto=static
network.wan.ipaddr=192.168.1.11
network.wan.gateway=192.168.1.1
network.wan.netmask=255.225.225.0
network.wan.dns=10.20.20.30 10.20.20.40 68.87.72.134 8.8.8.8
root@Fli-Fi:/etc/config#