Bryan Mayland
TVWBB Hall of Fame
Yup I can confirm there's a problem with the snapshot image that's unrelated to the configuration bug I fixed last week. There is a missing luci module that's preventing some of the pages from loading. For my own reference, this is the error
I'll see what I can do about getting this built, which might be tough considering the ubus module may not be available in the version of Attitude Adjustment the WRT54GL uses. I'll get a solution though.
EDIT: Yup the newer luci needs libubus-lua which isn't in the flavor of Attitude Adjustment LinkMeter for WRT54GL uses. I'll either have to try to get the latest AA running on it or backport the package orrrrr welp those are the only two options really. Either way, it's a big deal. As Nick said, you can still configure the networking manually, the web interface just doesn't work.
Code:
/usr/lib/lua/luci/dispatcher.lua:384: Failed to execute cbi dispatcher target for entry '/admin/system/admin'.
The called action terminated with an exception:
/usr/lib/lua/luci/template.lua:49: Failed to execute template 'cbi/map'.
A runtime error occured: /usr/lib/lua/luci/template.lua:49: Failed to execute template 'cbi/tsection'.
A runtime error occured: /usr/lib/lua/luci/template.lua:49: Failed to execute template 'cbi/ucisection'.
A runtime error occured: /usr/lib/lua/luci/template.lua:49: Failed to execute template 'cbi/network_netlist'.
A runtime error occured: /usr/lib/lua/luci/model/network.lua:10: module 'ubus' not found:
no field package.preload['ubus']
no file './ubus.lua'
no file '/usr/share/lua/ubus.lua'
no file '/usr/share/lua/ubus/init.lua'
no file '/usr/lib/lua/ubus.lua'
no file '/usr/lib/lua/ubus/init.lua'
no file './ubus.so'
no file '/usr/lib/lua/ubus.so'
no file '/usr/lib/lua/loadall.so'
stack traceback:
[C]: in function 'assert'
/usr/lib/lua/luci/dispatcher.lua:384: in function 'dispatch'
/usr/lib/lua/luci/dispatcher.lua:139: in function </usr/lib/lua/luci/dispatcher.lua:138
EDIT: Yup the newer luci needs libubus-lua which isn't in the flavor of Attitude Adjustment LinkMeter for WRT54GL uses. I'll either have to try to get the latest AA running on it or backport the package orrrrr welp those are the only two options really. Either way, it's a big deal. As Nick said, you can still configure the networking manually, the web interface just doesn't work.
Last edited: