openwrt无法进入登录界面

post by rocdk890 / 2023-12-8 13:55 Friday linux技术
    如果你跟我一样,使用的是默认主题,并且还突然出现无法登录后台界面,并且还是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
夜空- 本站版权
1、本站所有主题由该文章作者发表,该文章作者与夜空享有文章相关版权
2、其他单位或个人使用、转载或引用本文时必须同时征得该文章作者和夜空的同意
3、本帖部分内容转载自其它媒体,但并不代表本站赞同其观点和对其真实性负责
4、如本帖侵犯到任何版权问题,请立即告知本站,本站将及时予与删除并致以最深的歉意
5、原文链接:blog.slogra.com/post-807.html

标签: 无法 报错 登录 进入 界面 openwrt 后台界面