收起左侧

0.9.18更新系统失败

7
回复
225
查看
[ 复制链接 ]

1

主题

4

回帖

0

牛值

江湖小虾

2025-8-5 16:59:29 显示全部楼层 阅读模式

设备环境:物理机、局域网/公网、系统0.9.18,虚拟机安装ikuai做主路由

BUG现象:0.9.18更新失败,尝试按论坛教程手动安装也是失败

出现频率:(必现)

联系方式:(550群-麦麦不吃大米)

日志文件:https://s.fnnas.net/s/0e30f52d388a4a14b8

image.png
image.png

收藏
送赞
分享

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x

55

主题

9161

回帖

0

牛值

管理员

2025-8-6 17:27:17 显示全部楼层
先执行apt update再执行安装的命令试试
按提示执行 'apt --fix-broken install' 试试吗?  详情 回复
2025-8-6 19:39
root@NR5005:~# apt install libgnutls30=3.7.9-2+deb12u4 Reading package lists... Done Building dependency tree... Done Reading state information... Done You might want to run 'apt --fix-broken install'  详情 回复
2025-8-6 19:38

1

主题

4

回帖

0

牛值

江湖小虾

2025-8-6 19:38:15 楼主 显示全部楼层
飞牛技术同学 发表于 2025-8-6 17:27
先执行apt update再执行安装的命令试试

root@NR5005:~# apt install libgnutls30=3.7.9-2+deb12u4
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libgnutls-dane0 : Depends: libgnutls30 (= 3.7.9-2+deb12u3) but 3.7.9-2+deb12u4 is to be installed
libpython3.11 : Depends: libpython3.11-stdlib (= 3.11.2-6+deb12u5) but 3.11.2-6+deb12u6 is to be installed
python3-setuptools : Depends: python3-pkg-resources (= 66.1.1-1) but 66.1.1-1+deb12u1 is to be installed
python3.11 : Depends: libpython3.11-stdlib (= 3.11.2-6+deb12u5) but 3.11.2-6+deb12u6 is to be installed
python3.11-minimal : Depends: libpython3.11-minimal (= 3.11.2-6+deb12u5) but 3.11.2-6+deb12u6 is to be installed
systemd : Depends: libsystemd-shared (= 252.30-1~deb12u2) but 252.38-1~deb12u1 is to be installed
           Depends: libsystemd0 (= 252.30-1~deb12u2)
systemd-container : Depends: libsystemd-shared (= 252.30-1~deb12u2) but 252.38-1~deb12u1 is to be installed
systemd-timesyncd : Depends: libsystemd-shared (= 252.30-1~deb12u2) but 252.38-1~deb12u1 is to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
root@NR5005:~#

1

主题

4

回帖

0

牛值

江湖小虾

2025-8-6 19:39:09 楼主 显示全部楼层
飞牛技术同学 发表于 2025-8-6 17:27
先执行apt update再执行安装的命令试试

按提示执行 'apt --fix-broken install' 试试吗?

0

主题

1

回帖

0

牛值

江湖小虾

2025-8-7 10:04:56 显示全部楼层

image.png
142824ad07e3bc40e60d7e7ef8b36c48.jpg

4750b202e1c03b3f948adefd77cf938a.jpg

b62b7e009ea5f86c85e0724c28ac75fb.jpg更新进度卡了几天,APP功能还能正常使用,PC网页端登录后卡进度页面

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x

16

主题

9

回帖

0

牛值

初出茅庐

2025-8-7 19:09:25 显示全部楼层

这个问题我也遇到,用虚拟测试后发现:如果在SSH终端执行了:apt upgrade -y 或 apt update -y 命令对系统进行了更新,100%出现前文问题。但我反复更新后,应用还是更新到0.9.18了,只是总提示有更新,立即更新时又出错,可能得重装系统,执行 'apt --fix-broken install' 也没用。

官方系统安装后,可能校验上有特殊要求,不能直接使用apt命令对Debian进行系统级更新,否则这个问题100%复现。

image.png

image.png

image.png

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
只能暂时无视更新了,等官方看看后续有没有方法修复。重装太麻烦了  详情 回复
2025-8-7 20:11

1

主题

4

回帖

0

牛值

江湖小虾

2025-8-7 20:11:20 楼主 显示全部楼层
scliudong 发表于 2025-8-7 19:09
这个问题我也遇到,用虚拟测试后发现:如果在SSH终端执行了:apt upgrade -y 或 apt update -y 命令对系统 ...

只能暂时无视更新了,等官方看看后续有没有方法修复。重装太麻烦了
按照官方“关于常见更新失败的问题处理合集”中的第5点修复成功了:曾使用过apt upgrade 命令,导致更新失败问题处理 链接地址:https://club.fnnas.com/forum.php?mod=viewthread&tid=33052  详情 回复
2025-8-8 17:04

16

主题

9

回帖

0

牛值

初出茅庐

2025-8-8 17:04:42 显示全部楼层
按照官方“关于常见更新失败的问题处理合集”中的第5点修复成功了:曾使用过apt upgrade 命令,导致更新失败问题处理
链接地址:https://club.fnnas.com/forum.php?mod=viewthread&tid=33052
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则