设备环境:物理机,局域网,系统版本0.8.34,设备 CPU 为 N100
BUG现象:
系统更新界面如图:

每次更新进度到 libidgmm 时便出错提示更新失败
遂 ssh 进去寻找问题,得到以下现象
点击更新前后使用 dpkg-query -l 查看已安装的包出现如下情况:
windowbr@myNAS:~$ dpkg-query -l
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=========================-============-============-=================================
ii kernel 6.6.38-trim all TRIM NAS Kernel
ii linux-headers-6.6.38-trim 6.6.38 all linux-headers-6.6.38-trim
ii trim 0.8.34 all TRIM NAS
windowbr@myNAS:~$ dpkg-query -l
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=========================-============-============-==========================================================
ii kernel 6.6.38-trim all TRIM NAS Kernel
iU libigdgmm12:amd64 22.4.1 amd64 Intel Graphics Memory Management Library -- shared library
ii linux-headers-6.6.38-trim 6.6.38 all linux-headers-6.6.38-trim
ii trim 0.8.34 all TRIM NAS
可见 libigdgmm12 无法正常安装,原因未知
尝试使用 apt install libigdgmm12 出现如下情况:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libigdgmm12 is already the newest version (22.4.1).
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libigdgmm12 : Depends: libc6 (>= 2.34) but it is not going to be installed
Depends: libgcc-s1 (>= 3.3.1) but it is not going to be installed
Depends: libstdc++6 (>= 4.1.1) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
尝试 apt --fix-broken install 后再次 apt install libigdgmm12 仍然出现如下报错:
windowbr@myNAS:~$ sudo apt install libigdgmm12
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libgcc-s1 : Depends: libc6 (>= 2.35) but it is not going to be installed
libigdgmm12 : Depends: libc6 (>= 2.34) but it is not going to be installed
libstdc++6 : Depends: libc6 (>= 2.36) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
更多的就暂时不敢轻举妄动了,根据这段时间的观察发现我这情况并不是个例,许多人都出现了类似的问题,希望能尽早解决
出现频率:必现
联系方式:26群-so?
顺带一提我是最新一批内测组成员,但似乎现在还没有拉我进内测群。 |