openwrt无法进入登录界面
如果你跟我一样,使用的是默认主题,并且还突然出现无法登录后台界面,并且还是esir的固件,那么下面这篇文章也许对你有用.
报错信息是:
/usr/lib/lua/luci/dispatcher.lua:460: Failed to execute function dispatcher target for entry '/'.
The called action terminated with an exception:
/usr/lib/lua/luci/util.lua:623: Unable to establish ubus connection
stack traceback:
[C]: in function 'assert'
/usr/lib/lua/luci/dispatcher.lua:460: in function 'dispatch'
/usr/lib/lua/luci/dispatcher.lua:141: in function </usr/lib/lua/luci/dispatcher.lua:140>
查看ubusd这个进程是否存在:
ps -ef|grep ubusd
或
ubus call network.interface dump
解决办法:
rm -rf /var/luci* killall -9 ubusd ; /sbin/ubusd & /etc/init.d/uhttpd restart
好了,再在浏览器上进行刷新就可以看到openwrt的登录界面了.
ps:
https://www.right.com.cn/forum/thread-214552-1-1.html
ps:
https://www.right.com.cn/forum/thread-214552-1-1.html
评论: