kiddin9 / Kwrt

一分钟在线定制编译 X86/64, NanoPi R2S R4S R5S R6S, 斐讯 Phicomm N1 K2P, 树莓派 Raspberry Pi, 香橙派 Orange Pi, 红米AX6, 小米AX3600, 小米AX9000, 红米AX6S 小米AX3200, 红米AC2100, 华硕ASUS, 网件NETGEAR 等主流软硬路由
https://openwrt.ai
MIT License
7.75k stars 3.09k forks source link

新安装固件后无法安装插件 #1525

Open Tidus-Sun opened 1 year ago

Tidus-Sun commented 1 year ago

在PVE中全新安装,配置为旁路由模式,可以ping通互联网,但无法安装任何插件,opkg update报错: [root@OpenWrt:12:33 PM ~] # opkg update Downloading https://mirrors.ustc.edu.cn/openwrt/23.05/targets/x86/64/5.15.118/Packages.gz *** Failed to download the package list from https://mirrors.ustc.edu.cn/openwrt/23.05/targets/x86/64/5.15.118/Packages.gz

Downloading https://mirrors.ustc.edu.cn/openwrt/23.05/packages/x86_64/base/Packages.gz *** Failed to download the package list from https://mirrors.ustc.edu.cn/openwrt/23.05/packages/x86_64/base/Packages.gz

Downloading https://mirrors.ustc.edu.cn/openwrt/23.05/packages/x86_64/packages/Packages.gz *** Failed to download the package list from https://mirrors.ustc.edu.cn/openwrt/23.05/packages/x86_64/packages/Packages.gz

Downloading https://mirrors.ustc.edu.cn/openwrt/23.05/packages/x86_64/luci/Packages.gz *** Failed to download the package list from https://mirrors.ustc.edu.cn/openwrt/23.05/packages/x86_64/luci/Packages.gz

Downloading https://mirrors.ustc.edu.cn/openwrt/23.05/packages/x86_64/routing/Packages.gz *** Failed to download the package list from https://mirrors.ustc.edu.cn/openwrt/23.05/packages/x86_64/routing/Packages.gz

Downloading https://mirrors.ustc.edu.cn/openwrt/23.05/packages/x86_64/kiddin9/Packages.gz *** Failed to download the package list from https://mirrors.ustc.edu.cn/openwrt/23.05/packages/x86_64/kiddin9/Packages.gz

Collected errors:

请问是什么问题?应该如何解决?

jzh33 commented 1 year ago

先搭梯子试试。

Tidus-Sun commented 1 year ago

先搭梯子试试。

搭了的,主路由可以科学上网,用wget能从github正常下载的

tceasy commented 1 year ago

源地址前加上相应前缀 如下 src/gz openwrt_core 源地址 src/gz openwrt_base 源地址 src/gz openwrt_packages 源地址 src/gz openwrt_luci 源地址 src/gz openwrt_routing 源地址

zhumingchuang commented 1 year ago

同样问题