All in One
All in One
PVE
webgui 白屏
F12 可以看到 501 no such file '/PVE/StdWorkspace.js'
。
方案:
apt install --reinstall proxmox-widget-toolkit
apt update && apt upgrade
apt install -f
apt dist-upgrade
pvecm updatecerts --force
service pveproxy restart
参考
не открывается web интерфейс和webgui won't open。
如果更新过程中出现The repository 'https://enterprise.proxmox.com/debian/pve bullseye InRelease' is not signed
错误,可以参考这个帖子。
NAS
群晖
AMD平台内存保留过大
请打开 第一个分区 找到 boot 下的 grub.cfg 文件
并在 “search --set=root --label "ARPL3"” 中的 “linux /zImage-dsm” 末尾添加 “ disable_mtrr_trim”(注意,最前面有个空格)。
完成后 如:“linux /zImage-dsm ${dsm_cmdline} disable_mtrr_trim” 即可!
使用的是https://github.com/fbelavenuto/arpl/issues/657#issuecomment-1580788527
使用 ARPL 进不了系统
尝试切换 "LKM 版本", 目前没有统一的标准,有些硬件prod好使,有些硬件只能用dev。
Router
OpenWRT
luci 应用设置页报错
Failed to execute cbi dispatcher target for entry ***.
The called action terminated with an exception:
/usr/lib/lua/luci/dispatcher.lua:938: module 'luci.cbi' not found:
no field package.preload['luci.cbi']
no file './luci/cbi.lua'
no file '/usr/share/lua/luci/cbi.lua'
no file '/usr/share/lua/luci/cbi/init.lua'
no file '/usr/lib/lua/luci/cbi.lua'
no file '/usr/lib/lua/luci/cbi/init.lua'
no file './luci/cbi.so'
no file '/usr/lib/lua/luci/cbi.so'
no file '/usr/lib/lua/loadall.so'
no file './luci.so'
no file '/usr/lib/lua/luci.so'
no file '/usr/lib/lua/loadall.so'
stack traceback:
[C]: in function 'require'
/usr/lib/lua/luci/dispatcher.lua:938: in function </usr/lib/lua/luci/dispatcher.lua:937>
缺少 luci-compat 组件,安装即可。
opkg update
opkg install luci-compat
opkg parse_from_stream_nomalloc 错误
干什么都会报错:
Collected errors:
* parse_from_stream_nomalloc: Missing new line character at end of file!
虽然执行下面的可以解决,但是不太建议。
rm /usr/lib/opkg/status