apt-get安装服务时报无法读取“/proc/sys/crypto/fips_enabled”
Tofloor
poster avatar
weifan
deepin
2020-09-10 18:56
Author
apt-get安装服务时报无法读取“/proc/sys/crypto/fips_enabled”,然后直接中止了,如下测试了个nginx
  1. sudo apt-get -y install nginx
  2. 正在读取软件包列表... 完成
  3. 正在分析软件包的依赖关系树
  4. 正在读取状态信息... 完成
  5. nginx 已经是最新版 (1.14.2-2+deb10u1)。
  6. 升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 62 个软件包未被升级。
  7. 有 5 个软件包没有被完全安装或卸载。
  8. 解压缩后会消耗 0 B 的额外空间。
  9. 正在设置 libgpg-error-mingw-w64-dev (1.35-1) ...
  10. 正在设置 libgcrypt-mingw-w64-dev (1.8.4-5) ...
  11. 正在设置 libgcrypt20-doc (1.8.4-5) ...
  12. 正在设置 libgcrypt20-dbgsym:arm64 (1.8.4-5) ...
  13. 正在设置 libgcrypt20-dev-dbgsym (1.8.4-5) ...
  14. FATAL: error reading `/proc/sys/crypto/fips_enabled' in libgcrypt: Function not implemented
  15. Aborted (core dumped)
  16. dpkg: 错误: 执行钩子 if { test true; } && test -x /usr/share/pkg-config-dpkghook; then /usr/bin/deepin-app-store-pkgcache -u; fi 出错,退出状态为 34304
  17. E: Sub-process /usr/bin/dpkg returned an error code (2)
Copy the Code


Google搜了一下,其他Linux有类似问题,不过好像是bug。

我这边是arm uos,有官方支持嘛,回答一下。
Reply Favorite View the author
All Replies
Playhi
deepin
2020-09-10 20:00
#1
UOS 的话可以再去 https://bbs.chinauos.com/index 发个帖试试
Reply View the author
jingle
deepin
2020-09-11 00:11
#2
wiki 搜索 error code
Reply View the author