stupidloud / nanopi-openwrt

Openwrt for Nanopi R1S R2S R4S R5S 香橙派 R1 Plus 固件编译 纯净版与大杂烩
5.47k stars 2.69k forks source link

安装了内置的 luci-app-zerotier 插件之后,控制台界面进不去了,尝试了通过 opkg remove 命令卸载插件,发现卸载不掉 #1328

Open nerd4me opened 1 year ago

nerd4me commented 1 year ago

固件: R2S slim 版本

BusyBox v1.36.0 (2023-10-24 10:34:01 UTC) built-in shell (ash)

     _________
    /        /\      _    ___ ___  ___
   /  LE    /  \    | |  | __|   \| __|
  /    DE  /    \   | |__| _|| |) | _|
 /________/  LE  \  |____|___|___/|___|
 \        \   DE /
  \    LE  \    /  -------------------------------------------
   \  DE    \  /    OpenWrt SNAPSHOT, r6224-2d8ac4075
    \________\/    -------------------------------------------

异常日志

/usr/lib/lua/luci/ccache.lua:70: error loading module 'luci.controller.zerotier' from file '/usr/lib/lua/luci/controller/zerotier.lua':
    /usr/lib/lua/luci/controller/zerotier.lua:1: unexpected symbol
stack traceback:
    [C]: in function 'loader'
    /usr/lib/lua/luci/ccache.lua:70: in function </usr/lib/lua/luci/ccache.lua:61>
    [C]: in function 'require'
    /usr/lib/lua/luci/dispatcher.lua:539: in function 'createindex'
    /usr/lib/lua/luci/dispatcher.lua:566: in function 'createtree'
    /usr/lib/lua/luci/dispatcher.lua:251: in function 'dispatch'
    /usr/lib/lua/luci/dispatcher.lua:129: in function </usr/lib/lua/luci/dispatcher.lua:128>

尝试卸载

opkg --autoremove remove luci-app-zerotier

image