找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 4184|回复: 14

玩客云emmc刷机armbian5.9 docker安装casaOS

[复制链接]
发表于 2023-3-23 14:07 | 显示全部楼层 |阅读模式
本帖最后由 dondonhai 于 2023-3-23 14:15 编辑

Ps:刚刚casaOS安装成功。

参考视频:

https://www.bilibili.com/video/B ... 4f163a30c737344573f

参考图文:
https://www.yitoujing.com/article/11


玩客云openwrt刷机包:

https://www.aliyundrive.com/s/ZM3oScBDcck  提取码: y75j


第一步:刷入底包 update
WIN10打开烧录软件,选择update镜像,点开始。

关键步骤,先短接触点,再接通玩客云主板电源。需要说明的是,玩客云有两种版本,它们的短接位置也是不一样的。
拆机后、usb插入玩客云**「靠近HDMI的接口」**、另一头接入电脑usb、短接焊点、通电。
这个固件很小,很快就会写完,一般几秒钟,提示烧录成功后,先点”停止“,然后关闭,拔掉电源、拔掉USB。

第二步:玩客云刷入armbian5.9系统

这一步分为好几个部分:

1.  U盘写入armbian5.88系统

2.  armbian5.88写入玩客云EMMC

3.  U盘写入armbian5.9系统

4.  U盘启armbian5.9系统ssh登陆写入EMMC

A、打开写入U盘镜像软件,选择armbian5.88镜像,确认U盘名称,点flash开始写入。
等待几分钟,写入速度和U盘传输速度有关,一般是几分钟,提示成功后,关闭软件,拔出U盘。
把U盘插入玩客云靠近网口的USB,然后通电,指示灯会蓝色→绿色→蓝紫闪烁→蓝色,证明刷机成功,过程好几分钟,多等下。

B、开写入软件,选armbian5.9的镜像,写入U盘,过程比前面快一点,这个镜像小一些,点flash开始写入。
等待几分钟,写入速度和U盘传输速度有关,一般是几分钟,提示成功后,关闭软件,拔出U盘。

C、armbian5.9系统写入完成后,把U盘插入玩客云靠近网口的USB,用网线接入路由器LAN口,通电开机。
过一会打开路由器后台,找到”aml-s812“的设备IP地址,复制。
WIN10电脑打开putty软件,其他ssh工具也可以,填入上面的IP地址
登陆,用户名:root   新密码
进入目录 `cd /boot/install` ,写入emmc命令,等待写入完成,耗时几分钟。

刷入 emmc命令:

cd /boot/install  sudo ./install.sh

完成后,拔电源,拔掉U盘,终于ARMBIAN系统刷机完成。


第三步:docker环境搭建

国内网络连接不稳定,需要更换软件源,然后更新系统,之后才能安装docker。

换Debian源」

mv /etc/apt/sources.list /etc/apt/sources.list.bk   
nano /etc/apt/sources.list

进入编辑器后,粘贴下面代码

deb https://mirrors.ustc.edu.cn/debian/ bullseye main non-free contrib   
deb-src https://mirrors.ustc.edu.cn/debian/ bullseye main non-free contrib   
deb https://mirrors.ustc.edu.cn/debian-security/ bullseye-security main   
deb-src https://mirrors.ustc.edu.cn/debian-security/ bullseye-security main   
deb https://mirrors.ustc.edu.cn/debian/ bullseye-updates main non-free contrib   
deb-src https://mirrors.ustc.edu.cn/debian/ bullseye-updates main non-free contrib   
deb https://mirrors.ustc.edu.cn/debian/ bullseye-backports main non-free contrib   
deb-src https://mirrors.ustc.edu.cn/debian/ bullseye-backports main non-free contrib   

然后ctrl+X保存,y退出。

更新软件

apt-get update && apt-get upgrade

选择有Y就选Y,有默认的情况就选N
这里选择 NO

「安装docker」

apt install docker.io

遇到Y/n,这里选Y

等待代码跑完后,docker -v 查看下版本,证明安装成功!

安装casaos

wget -qO- https://get.casaos.io | sudo bash

选1,回车。

完成全部任务!!!OVER!





只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
 楼主| 发表于 2023-3-23 14:16 | 显示全部楼层
本帖最后由 dondonhai 于 2023-3-23 14:18 编辑

现在遇到的问题是接入usb移动硬盘,不知道在局域网中,如何能看到这块硬盘?
请教大神

本帖子中包含更多资源

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

×
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

发表于 2023-3-24 14:07 | 显示全部楼层
开启smb共享访问
为啥要先刷armbian5.8呢
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

发表于 2023-4-3 01:23 | 显示全部楼层
abelwy 发表于 2023-3-24 14:07
开启smb共享访问
为啥要先刷armbian5.8呢

直接刷5.9版本是不行的,所以要先刷低版本过度一下
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

发表于 2023-4-11 10:36 | 显示全部楼层
能说一下,刷这个的应用场景吗?有啥用?
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

发表于 2023-6-5 21:04 | 显示全部楼层
怎么违禁词语,请勿再发硬盘
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

发表于 2023-6-5 21:05 | 显示全部楼层
怎么违禁词语,请勿再发盘
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

发表于 2023-6-5 21:05 | 显示全部楼层
怎么违禁词语,请勿再发
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

发表于 2023-6-5 21:06 | 显示全部楼层
666,思考了
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

发表于 2023-6-5 21:07 | 显示全部楼层
知道如何外加盘吗
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

发表于 2023-6-9 12:09 | 显示全部楼层
  1. root@aml-s812:~# apt install docker.io
  2. Reading package lists... Done
  3. Building dependency tree      
  4. Reading state information... Done
  5. The following packages were automatically installed and are no longer required:
  6.   libbison-dev libf2fs-format4 libf2fs5 usb.ids
  7. Use 'apt autoremove' to remove them.
  8. The following additional packages will be installed:
  9.   containerd runc tini
  10. Suggested packages:
  11.   containernetworking-plugins docker-doc aufs-tools debootstrap rinse rootlesskit xfsprogs zfs-fuse | zfsutils-linux
  12. Recommended packages:
  13.   apparmor cgroupfs-mount needrestart criu
  14. The following NEW packages will be installed:
  15.   containerd docker.io runc tini
  16. 0 upgraded, 4 newly installed, 0 to remove and 142 not upgraded.
  17. Need to get 43.1 MB of archives.
  18. After this operation, 190 MB of additional disk space will be used.
  19. Do you want to continue? [Y/n] y
  20. Get:1 https://mirrors.ustc.edu.cn/debian bullseye/main armhf runc armhf 1.0.0~rc93+ds1-5+deb11u2 [2,090 kB]
  21. Get:2 https://mirrors.ustc.edu.cn/debian bullseye/main armhf containerd armhf 1.4.13~ds1-1~deb11u4 [12.8 MB]
  22. Get:3 https://mirrors.ustc.edu.cn/debian bullseye/main armhf tini armhf 0.19.0-1 [188 kB]
  23. Get:4 https://mirrors.ustc.edu.cn/debian bullseye/main armhf docker.io armhf 20.10.5+dfsg1-1+deb11u2 [28.0 MB]
  24. Fetched 43.1 MB in 11s (3,948 kB/s)                                                                                    
  25. Selecting previously unselected package runc.
  26. (Reading database ... 33987 files and directories currently installed.)
  27. Preparing to unpack .../runc_1.0.0~rc93+ds1-5+deb11u2_armhf.deb ...

  28. Progress: [  0%] [..................................................................................................]
  29. Unpacking runc (1.0.0~rc93+ds1-5+deb11u2) ..........................................................................]

  30. Selecting previously unselected package containerd..................................................................]
  31. Preparing to unpack .../containerd_1.4.13~ds1-1~deb11u4_armhf.deb ...

  32. Unpacking containerd (1.4.13~ds1-1~deb11u4) ........................................................................]

  33. Selecting previously unselected package tini........................................................................]
  34. Preparing to unpack .../tini_0.19.0-1_armhf.deb ...

  35. Unpacking tini (0.19.0-1) ...#################......................................................................]

  36. Selecting previously unselected package docker.io.##................................................................]
  37. Preparing to unpack .../docker.io_20.10.5+dfsg1-1+deb11u2_armhf.deb ...

  38. Unpacking docker.io (20.10.5+dfsg1-1+deb11u2) ...#########..........................................................]

  39. Setting up runc (1.0.0~rc93+ds1-5+deb11u2) ...##################....................................................]

  40. Progress: [ 53%] [###################################################...............................................]
  41. Setting up tini (0.19.0-1) ...#############################################.........................................]

  42. Progress: [ 65%] [###############################################################...................................]
  43. Setting up containerd (1.4.13~ds1-1~deb11u4) ...#######################################.............................]


  44.    _____                 ____   _____
  45.   / ____|               / __ \ / ____|
  46. | |     __ _ ___  __ _| |  | | (___  
  47. | |    / _` / __|/ _` | |  | |\___ \
  48. | |___| (_| \__ \ (_| | |__| |____) |
  49.   \_____\__,_|___/\__,_|\____/|_____/
  50.                                       
  51.    --- Made by IceWhale with YOU ---

  52. [  OK  ] Your hardware architecture is : armv7l
  53. [  OK  ] Your System is : Linux
  54. [  OK  ] Your Linux Distribution is : debian
  55. [  OK  ] Memory capacity check passed.
  56. Recommended free disk space is greater than 5GB, Current free disk space is 4GB.
  57. Continue installation?
  58. 1) Yes
  59. 2) No
  60. #? 1
  61. [  OK  ] Disk capacity check has been ignored.
  62. Hit:1 http://mirrors.tuna.tsinghua.edu.cn/armbian buster InRelease
  63. Hit:2 https://mirrors.ustc.edu.cn/debian bullseye InRelease  
  64. Hit:3 https://mirrors.ustc.edu.cn/debian-security bullseye-security InRelease
  65. Hit:4 https://mirrors.ustc.edu.cn/debian bullseye-updates InRelease
  66. Hit:5 https://mirrors.ustc.edu.cn/debian bullseye-backports InRelease
  67. Reading package lists... Done
  68. [ INFO ] Install the necessary dependencies: smartmontools
  69. Reading package lists...
  70. Building dependency tree...
  71. Reading state information...
  72. The following packages were automatically installed and are no longer required:
  73.   libbison-dev libf2fs-format4 libf2fs5 usb.ids
  74. Use 'sudo apt autoremove' to remove them.
  75. The following additional packages will be installed:
  76.   gcc-10-base libgcc-s1
  77. Suggested packages:
  78.   gsmartcontrol smart-notifier mailx | mailutils
  79. The following NEW packages will be installed:
  80.   gcc-10-base libgcc-s1 smartmontools
  81. 0 upgraded, 3 newly installed, 0 to remove and 142 not upgraded.
  82. Need to get 746 kB of archives.
  83. After this operation, 2,002 kB of additional disk space will be used.
  84. Get:1 https://mirrors.ustc.edu.cn/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB]
  85. Get:2 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB]
  86. Get:3 https://mirrors.ustc.edu.cn/debian bullseye/main armhf smartmontools armhf 7.2-1 [508 kB]
  87. Fetched 746 kB in 1s (1,020 kB/s)
  88. Selecting previously unselected package gcc-10-base:armhf.
  89. (Reading database ... 34271 files and directories currently installed.)
  90. Preparing to unpack .../gcc-10-base_10.2.1-6_armhf.deb ...
  91. Unpacking gcc-10-base:armhf (10.2.1-6) ...
  92. Selecting previously unselected package libgcc-s1:armhf.
  93. Preparing to unpack .../libgcc-s1_10.2.1-6_armhf.deb ...
  94. Unpacking libgcc-s1:armhf (10.2.1-6) ...
  95. Replacing files in old package libgcc1:armhf (1:8.3.0-6) ...
  96. Selecting previously unselected package smartmontools.
  97. Preparing to unpack .../smartmontools_7.2-1_armhf.deb ...
  98. Unpacking smartmontools (7.2-1) ...
  99. Setting up gcc-10-base:armhf (10.2.1-6) ...
  100. Setting up libgcc-s1:armhf (10.2.1-6) ...
  101. Setting up smartmontools (7.2-1) ...
  102. Created symlink /etc/systemd/system/smartd.service → /lib/systemd/system/smartmontools.service.
  103. Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.service → /lib/systemd/system/smartmontools.service.
  104. Processing triggers for systemd (241-7~deb10u4) ...
  105. Processing triggers for man-db (2.9.4-2) ...
  106. Processing triggers for libc-bin (2.28-10) ...
  107. [ INFO ] Install the necessary dependencies: udevil
  108. Reading package lists...
  109. Building dependency tree...
  110. Reading state information...
  111. The following packages were automatically installed and are no longer required:
  112.   libbison-dev libf2fs-format4 libf2fs5 usb.ids
  113. Use 'sudo apt autoremove' to remove them.
  114. Suggested packages:
  115.   eject cifs-utils curlftpfs sshfs
  116. Recommended packages:
  117.   udisks2
  118. The following NEW packages will be installed:
  119.   udevil
  120. 0 upgraded, 1 newly installed, 0 to remove and 142 not upgraded.
  121. Need to get 91.0 kB of archives.
  122. After this operation, 394 kB of additional disk space will be used.
  123. Get:1 https://mirrors.ustc.edu.cn/debian bullseye/main armhf udevil armhf 0.4.4-3 [91.0 kB]
  124. Fetched 91.0 kB in 0s (200 kB/s)
  125. Selecting previously unselected package udevil.
  126. (Reading database ... 34324 files and directories currently installed.)
  127. Preparing to unpack .../udevil_0.4.4-3_armhf.deb ...
  128. Unpacking udevil (0.4.4-3) ...
  129. Setting up udevil (0.4.4-3) ...
  130. Processing triggers for man-db (2.9.4-2) ...
  131. [ INFO ] Install the necessary dependencies: samba
  132. Reading package lists...
  133. Building dependency tree...
  134. Reading state information...
  135. The following packages were automatically installed and are no longer required:
  136.   cpp-8 libasan5 libbison-dev libf2fs-format4 libf2fs5 libisl19 libmpdec2 libpython3.7-minimal libpython3.7-stdlib
  137.   python3.7-minimal usb.ids
  138. Use 'sudo apt autoremove' to remove them.
  139. The following additional packages will be installed:
  140.   binutils binutils-arm-linux-gnueabihf binutils-common cpp cpp-10 g++ g++-10 gcc gcc-10 libapt-pkg6.0 libasan6
  141.   libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libbinutils libbrotli1 libc-bin libc-dev-bin libc6
  142.   libc6-dev libcbor0 libcc1-0 libcrypt-dev libcrypt1 libctf-nobfd0 libctf0 libcups2 libcurl3-gnutls libffi7 libfido2-1
  143.   libgcc-10-dev libgirepository-1.0-1 libglib2.0-0 libgnutls30 libgomp1 libhogweed6 libicu67 libisl23 libldb2
  144.   libmpdec3 libnettle8 libnsl-dev libnsl2 libp11-kit0 libpython3-stdlib libpython3.9 libpython3.9-minimal
  145.   libpython3.9-stdlib libreadline8 libstdc++-10-dev libstdc++6 libtalloc2 libtdb1 libtevent0 libtirpc-common
  146.   libtirpc-dev libtirpc3 libubsan1 libwbclient0 libxxhash0 locales openssh-client openssh-server openssh-sftp-server
  147.   python3 python3-apt python3-dbus python3-dnspython python3-gi python3-ldb python3-minimal python3-pycurl
  148.   python3-samba python3-talloc python3-tdb python3.9 python3.9-minimal runit-helper samba-common samba-common-bin
  149.   samba-libs tdb-tools
  150. Suggested packages:
  151.   binutils-doc cpp-doc gcc-10-locales gcc-10-doc gcc-multilib manpages-dev libtool gdb gcc-doc glibc-doc cups-common
  152.   gnutls-bin libstdc++-10-doc keychain libpam-ssh monkeysphere ssh-askpass molly-guard ufw python3-doc python3-tk
  153.   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg python3-sniffio python3-trio
  154.   libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.9-venv python3.9-doc binfmt-support bind9
  155.   bind9utils ctdb ldb-tools smbldap-tools winbind heimdal-clients python3-markdown
  156. Recommended packages:
  157.   apt manpages manpages-dev libc-devtools libnss-nis libnss-nisplus libglib2.0-data shared-mime-info xdg-user-dirs
  158.   xauth python3-cryptography python3-idna python3-requests python3-requests-toolbelt python3-gpg attr python3-markdown
  159.   samba-dsdb-modules samba-vfs-modules
  160. The following packages will be REMOVED:
  161.   g++-8 gcc-8 libgcc-8-dev libstdc++-8-dev python3.7
  162. The following NEW packages will be installed:
  163.   cpp-10 g++-10 gcc-10 libapt-pkg6.0 libasan6 libavahi-client3 libavahi-common-data libavahi-common3 libbrotli1
  164.   libcbor0 libcrypt-dev libcrypt1 libctf-nobfd0 libctf0 libcups2 libffi7 libfido2-1 libgcc-10-dev libhogweed6 libicu67
  165.   libisl23 libldb2 libmpdec3 libnettle8 libnsl-dev libnsl2 libpython3.9 libpython3.9-minimal libpython3.9-stdlib
  166.   libreadline8 libstdc++-10-dev libtalloc2 libtdb1 libtevent0 libtirpc-common libtirpc-dev libtirpc3 libwbclient0
  167.   libxxhash0 python3-dnspython python3-ldb python3-samba python3-talloc python3-tdb python3.9 python3.9-minimal
  168.   runit-helper samba samba-common samba-common-bin samba-libs tdb-tools
  169. The following packages will be upgraded:
  170.   binutils binutils-arm-linux-gnueabihf binutils-common cpp g++ gcc libatomic1 libbinutils libc-bin libc-dev-bin libc6
  171.   libc6-dev libcc1-0 libcurl3-gnutls libgirepository-1.0-1 libglib2.0-0 libgnutls30 libgomp1 libp11-kit0
  172.   libpython3-stdlib libstdc++6 libubsan1 locales openssh-client openssh-server openssh-sftp-server python3 python3-apt
  173.   python3-dbus python3-gi python3-minimal python3-pycurl
  174. 32 upgraded, 52 newly installed, 5 to remove and 110 not upgraded.
  175. Need to get 80.6 MB of archives.
  176. After this operation, 159 MB of additional disk space will be used.
  177. Get:1 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB]
  178. Get:2 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libcbor0 armhf 0.5.0+dfsg-2 [19.6 kB]
  179. Get:3 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libfido2-1 armhf 1.6.0-2 [48.0 kB]
  180. Get:4 https://mirrors.ustc.edu.cn/debian bullseye/main armhf openssh-sftp-server armhf 1:8.4p1-5+deb11u1 [45.4 kB]
  181. Get:5 https://mirrors.ustc.edu.cn/debian bullseye/main armhf openssh-client armhf 1:8.4p1-5+deb11u1 [843 kB]
  182. Get:6 https://mirrors.ustc.edu.cn/debian bullseye/main armhf runit-helper all 2.10.3 [7,808 B]
  183. Get:7 https://mirrors.ustc.edu.cn/debian bullseye/main armhf openssh-server armhf 1:8.4p1-5+deb11u1 [348 kB]
  184. Get:8 https://mirrors.ustc.edu.cn/debian bullseye/main armhf locales all 2.31-13+deb11u6 [4,086 kB]
  185. Get:9 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u6 [2,335 kB]
  186. Get:10 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libc-bin armhf 2.31-13+deb11u6 [717 kB]
  187. Get:11 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libc-dev-bin armhf 2.31-13+deb11u6 [271 kB]
  188. Get:12 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libc6-dev armhf 2.31-13+deb11u6 [1,875 kB]
  189. Get:13 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libcrypt-dev armhf 1:4.4.18-4 [113 kB]
  190. Get:14 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libtirpc-common all 1.3.1-1+deb11u1 [13.5 kB]
  191. Get:15 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libtirpc3 armhf 1.3.1-1+deb11u1 [72.5 kB]
  192. Get:16 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libnsl2 armhf 1.3.0-2 [33.9 kB]
  193. Get:17 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libtirpc-dev armhf 1.3.1-1+deb11u1 [182 kB]
  194. Get:18 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libnsl-dev armhf 1.3.0-2 [62.1 kB]
  195. Get:19 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libisl23 armhf 0.23-1 [516 kB]
  196. Get:20 https://mirrors.ustc.edu.cn/debian bullseye/main armhf cpp-10 armhf 10.2.1-6 [6,609 kB]
  197. Get:21 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libcc1-0 armhf 10.2.1-6 [39.2 kB]
  198. Get:22 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libbinutils armhf 2.35.2-2 [403 kB]
  199. Get:23 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libctf-nobfd0 armhf 2.35.2-2 [99.7 kB]
  200. Get:24 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libctf0 armhf 2.35.2-2 [42.4 kB]
  201. Get:25 https://mirrors.ustc.edu.cn/debian bullseye/main armhf binutils-arm-linux-gnueabihf armhf 2.35.2-2 [2,408 kB]
  202. Get:26 https://mirrors.ustc.edu.cn/debian bullseye/main armhf binutils-common armhf 2.35.2-2 [2,220 kB]
  203. Get:27 https://mirrors.ustc.edu.cn/debian bullseye/main armhf binutils armhf 2.35.2-2 [61.2 kB]
  204. Get:28 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libgomp1 armhf 10.2.1-6 [84.7 kB]
  205. Get:29 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libatomic1 armhf 10.2.1-6 [6,924 B]
  206. Get:30 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libasan6 armhf 10.2.1-6 [2,015 kB]
  207. Get:31 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libubsan1 armhf 10.2.1-6 [746 kB]
  208. Get:32 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libgcc-10-dev armhf 10.2.1-6 [694 kB]
  209. Get:33 https://mirrors.ustc.edu.cn/debian bullseye/main armhf gcc-10 armhf 10.2.1-6 [13.1 MB]
  210. Get:34 https://mirrors.ustc.edu.cn/debian bullseye/main armhf gcc armhf 4:10.2.1-1 [5,204 B]
  211. Get:35 https://mirrors.ustc.edu.cn/debian bullseye/main armhf cpp armhf 4:10.2.1-1 [19.7 kB]
  212. Get:36 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libstdc++6 armhf 10.2.1-6 [421 kB]
  213. Get:37 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libstdc++-10-dev armhf 10.2.1-6 [1,790 kB]
  214. Get:38 https://mirrors.ustc.edu.cn/debian bullseye/main armhf g++-10 armhf 10.2.1-6 [7,244 kB]
  215. Get:39 https://mirrors.ustc.edu.cn/debian bullseye/main armhf g++ armhf 4:10.2.1-1 [1,628 B]
  216. Get:40 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1 [790 kB]
  217. Get:41 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3.9-minimal armhf 3.9.2-1 [1,630 kB]
  218. Get:42 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
  219. Get:43 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libffi7 armhf 3.3-6 [19.9 kB]
  220. Get:44 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libmpdec3 armhf 2.5.1-1 [74.9 kB]
  221. Get:45 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libreadline8 armhf 8.1-1 [147 kB]
  222. Get:46 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1 [1,608 kB]
  223. Get:47 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3.9 armhf 3.9.2-1 [466 kB]
  224. Get:48 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
  225. Get:49 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libbrotli1 armhf 1.0.9-2+b2 [262 kB]
  226. Get:50 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libnettle8 armhf 3.7.3-1 [284 kB]
  227. Get:51 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libhogweed6 armhf 3.7.3-1 [308 kB]
  228. Get:52 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libp11-kit0 armhf 0.23.22-1 [317 kB]
  229. Get:53 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libgnutls30 armhf 3.7.1-5+deb11u3 [1,283 kB]
  230. Get:54 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u7 [310 kB]
  231. Get:55 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3-pycurl armhf 7.43.0.6-5 [66.9 kB]
  232. Get:56 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3-gi armhf 3.38.0-2 [218 kB]
  233. Get:57 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libgirepository-1.0-1 armhf 1.66.1-1+b1 [83.9 kB]
  234. Get:58 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1,206 kB]
  235. Get:59 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3-dbus armhf 1.2.16-5 [101 kB]
  236. Get:60 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libxxhash0 armhf 0.8.0-2 [23.5 kB]
  237. Get:61 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libapt-pkg6.0 armhf 2.2.4 [938 kB]
  238. Get:62 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3-apt armhf 2.2.1 [176 kB]
  239. Get:63 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
  240. Get:64 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libicu67 armhf 67.1-7 [8,319 kB]
  241. Get:65 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libtalloc2 armhf 2.3.1-2+b1 [26.7 kB]
  242. Get:66 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libtevent0 armhf 0.10.2-1 [32.0 kB]
  243. Get:67 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libwbclient0 armhf 2:4.13.13+dfsg-1~deb11u5 [296 kB]
  244. Get:68 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3-dnspython all 2.0.0-1 [103 kB]
  245. Get:69 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libtdb1 armhf 1.4.3-1+b1 [45.2 kB]
  246. Get:70 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libldb2 armhf 2:2.2.3-2~deb11u2 [123 kB]
  247. Get:71 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libpython3.9 armhf 3.9.2-1 [1,447 kB]
  248. Get:72 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3-ldb armhf 2:2.2.3-2~deb11u2 [42.0 kB]
  249. Get:73 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3-tdb armhf 1.4.3-1+b1 [19.6 kB]
  250. Get:74 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libavahi-common-data armhf 0.8-5+deb11u2 [124 kB]
  251. Get:75 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libavahi-common3 armhf 0.8-5+deb11u2 [55.5 kB]
  252. Get:76 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libavahi-client3 armhf 0.8-5+deb11u2 [58.9 kB]
  253. Get:77 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libcups2 armhf 2.3.3op2-3+deb11u2 [317 kB]
  254. Get:78 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3-talloc armhf 2.3.1-2+b1 [16.4 kB]
  255. Get:79 https://mirrors.ustc.edu.cn/debian bullseye/main armhf samba-libs armhf 2:4.13.13+dfsg-1~deb11u5 [5,140 kB]
  256. Get:80 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3-samba armhf 2:4.13.13+dfsg-1~deb11u5 [2,349 kB]
  257. Get:81 https://mirrors.ustc.edu.cn/debian bullseye/main armhf samba-common all 2:4.13.13+dfsg-1~deb11u5 [171 kB]
  258. Get:82 https://mirrors.ustc.edu.cn/debian bullseye/main armhf samba-common-bin armhf 2:4.13.13+dfsg-1~deb11u5 [632 kB]
  259. Get:83 https://mirrors.ustc.edu.cn/debian bullseye/main armhf tdb-tools armhf 1.4.3-1+b1 [30.2 kB]
  260. Get:84 https://mirrors.ustc.edu.cn/debian bullseye/main armhf samba armhf 2:4.13.13+dfsg-1~deb11u5 [1,116 kB]
  261. Fetched 80.6 MB in 20s (4,031 kB/s)
  262. Extracting templates from packages: 100%
  263. Preconfiguring packages ...
  264. Selecting previously unselected package libcrypt1:armhf.
  265. (Reading database ... 34346 files and directories currently installed.)
  266. Preparing to unpack .../libcrypt1_1%3a4.4.18-4_armhf.deb ...
  267. Unpacking libcrypt1:armhf (1:4.4.18-4) ...
  268. Replacing files in old package libc6:armhf (2.28-10) ...
  269. Setting up libcrypt1:armhf (1:4.4.18-4) ...
  270. Selecting previously unselected package libcbor0:armhf.
  271. (Reading database ... 34351 files and directories currently installed.)
  272. Preparing to unpack .../0-libcbor0_0.5.0+dfsg-2_armhf.deb ...
  273. Unpacking libcbor0:armhf (0.5.0+dfsg-2) ...
  274. Selecting previously unselected package libfido2-1:armhf.
  275. Preparing to unpack .../1-libfido2-1_1.6.0-2_armhf.deb ...
  276. Unpacking libfido2-1:armhf (1.6.0-2) ...
  277. Preparing to unpack .../2-openssh-sftp-server_1%3a8.4p1-5+deb11u1_armhf.deb ...
  278. Unpacking openssh-sftp-server (1:8.4p1-5+deb11u1) over (1:7.9p1-10+deb10u2) ...
  279. Preparing to unpack .../3-openssh-client_1%3a8.4p1-5+deb11u1_armhf.deb ...
  280. Unpacking openssh-client (1:8.4p1-5+deb11u1) over (1:7.9p1-10+deb10u2) ...
  281. Selecting previously unselected package runit-helper.
  282. Preparing to unpack .../4-runit-helper_2.10.3_all.deb ...
  283. Unpacking runit-helper (2.10.3) ...
  284. Preparing to unpack .../5-openssh-server_1%3a8.4p1-5+deb11u1_armhf.deb ...
  285. Unpacking openssh-server (1:8.4p1-5+deb11u1) over (1:7.9p1-10+deb10u2) ...
  286. Preparing to unpack .../6-locales_2.31-13+deb11u6_all.deb ...
  287. Unpacking locales (2.31-13+deb11u6) over (2.28-10) ...
  288. Preparing to unpack .../7-libc6_2.31-13+deb11u6_armhf.deb ...
  289. Checking for services that may need to be restarted...
  290. Checking init scripts...
  291. Unpacking libc6:armhf (2.31-13+deb11u6) over (2.28-10) ...
  292. Setting up libc6:armhf (2.31-13+deb11u6) ...
  293. Checking for services that may need to be restarted...
  294. Checking init scripts...

  295. Restarting services possibly affected by the upgrade:
  296.   ssh: restarting...done.
  297.   cron: restarting...done.

  298. Services restarted successfully.
  299. (Reading database ... 34386 files and directories currently installed.)
  300. Preparing to unpack .../libc-bin_2.31-13+deb11u6_armhf.deb ...
  301. Unpacking libc-bin (2.31-13+deb11u6) over (2.28-10) ...
  302. Setting up libc-bin (2.31-13+deb11u6) ...
  303. (Reading database ... 34386 files and directories currently installed.)
  304. Preparing to unpack .../libc-dev-bin_2.31-13+deb11u6_armhf.deb ...
  305. Unpacking libc-dev-bin (2.31-13+deb11u6) over (2.28-10) ...
  306. dpkg: libgcc-8-dev:armhf: dependency problems, but removing anyway as you requested:
  307. libstdc++-8-dev:armhf depends on libgcc-8-dev (= 8.3.0-6).
  308. gcc-8 depends on libgcc-8-dev (= 8.3.0-6).

  309. (Reading database ... 34381 files and directories currently installed.)
  310. Removing libgcc-8-dev:armhf (8.3.0-6) ...
  311. dpkg: python3.7: dependency problems, but removing anyway as you requested:
  312. python3 depends on python3.7 (>= 3.7.3-1~).

  313. Removing python3.7 (3.7.3-2+deb10u2) ...
  314. (Reading database ... 34307 files and directories currently installed.)
  315. Preparing to unpack .../00-libc6-dev_2.31-13+deb11u6_armhf.deb ...
  316. Unpacking libc6-dev:armhf (2.31-13+deb11u6) over (2.28-10) ...
  317. Selecting previously unselected package libcrypt-dev:armhf.
  318. Preparing to unpack .../01-libcrypt-dev_1%3a4.4.18-4_armhf.deb ...
  319. Unpacking libcrypt-dev:armhf (1:4.4.18-4) ...
  320. Selecting previously unselected package libtirpc-common.
  321. Preparing to unpack .../02-libtirpc-common_1.3.1-1+deb11u1_all.deb ...
  322. Unpacking libtirpc-common (1.3.1-1+deb11u1) ...
  323. Selecting previously unselected package libtirpc3:armhf.
  324. Preparing to unpack .../03-libtirpc3_1.3.1-1+deb11u1_armhf.deb ...
  325. Unpacking libtirpc3:armhf (1.3.1-1+deb11u1) ...
  326. Selecting previously unselected package libnsl2:armhf.
  327. Preparing to unpack .../04-libnsl2_1.3.0-2_armhf.deb ...
  328. Unpacking libnsl2:armhf (1.3.0-2) ...
  329. Selecting previously unselected package libtirpc-dev:armhf.
  330. Preparing to unpack .../05-libtirpc-dev_1.3.1-1+deb11u1_armhf.deb ...
  331. Unpacking libtirpc-dev:armhf (1.3.1-1+deb11u1) ...
  332. Selecting previously unselected package libnsl-dev:armhf.
  333. Preparing to unpack .../06-libnsl-dev_1.3.0-2_armhf.deb ...
  334. Unpacking libnsl-dev:armhf (1.3.0-2) ...
  335. Selecting previously unselected package libisl23:armhf.
  336. Preparing to unpack .../07-libisl23_0.23-1_armhf.deb ...
  337. Unpacking libisl23:armhf (0.23-1) ...
  338. Selecting previously unselected package cpp-10.
  339. Preparing to unpack .../08-cpp-10_10.2.1-6_armhf.deb ...
  340. Unpacking cpp-10 (10.2.1-6) ...
  341. Preparing to unpack .../09-libcc1-0_10.2.1-6_armhf.deb ...
  342. Unpacking libcc1-0:armhf (10.2.1-6) over (8.3.0-6) ...
  343. Preparing to unpack .../10-libbinutils_2.35.2-2_armhf.deb ...
  344. Unpacking libbinutils:armhf (2.35.2-2) over (2.31.1-16) ...
  345. Selecting previously unselected package libctf-nobfd0:armhf.
  346. Preparing to unpack .../11-libctf-nobfd0_2.35.2-2_armhf.deb ...
  347. Unpacking libctf-nobfd0:armhf (2.35.2-2) ...
  348. Selecting previously unselected package libctf0:armhf.
  349. Preparing to unpack .../12-libctf0_2.35.2-2_armhf.deb ...
  350. Unpacking libctf0:armhf (2.35.2-2) ...
  351. Preparing to unpack .../13-binutils-arm-linux-gnueabihf_2.35.2-2_armhf.deb ...
  352. Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) over (2.31.1-16) ...
  353. Preparing to unpack .../14-binutils-common_2.35.2-2_armhf.deb ...
  354. Unpacking binutils-common:armhf (2.35.2-2) over (2.31.1-16) ...
  355. Preparing to unpack .../15-binutils_2.35.2-2_armhf.deb ...
  356. Unpacking binutils (2.35.2-2) over (2.31.1-16) ...
  357. Preparing to unpack .../16-libgomp1_10.2.1-6_armhf.deb ...
  358. Unpacking libgomp1:armhf (10.2.1-6) over (8.3.0-6) ...
  359. Preparing to unpack .../17-libatomic1_10.2.1-6_armhf.deb ...
  360. Unpacking libatomic1:armhf (10.2.1-6) over (8.3.0-6) ...
  361. Selecting previously unselected package libasan6:armhf.
  362. Preparing to unpack .../18-libasan6_10.2.1-6_armhf.deb ...
  363. Unpacking libasan6:armhf (10.2.1-6) ...
  364. Preparing to unpack .../19-libubsan1_10.2.1-6_armhf.deb ...
  365. Unpacking libubsan1:armhf (10.2.1-6) over (8.3.0-6) ...
  366. Selecting previously unselected package libgcc-10-dev:armhf.
  367. Preparing to unpack .../20-libgcc-10-dev_10.2.1-6_armhf.deb ...
  368. Unpacking libgcc-10-dev:armhf (10.2.1-6) ...
  369. Selecting previously unselected package gcc-10.
  370. Preparing to unpack .../21-gcc-10_10.2.1-6_armhf.deb ...
  371. Unpacking gcc-10 (10.2.1-6) ...
  372. Preparing to unpack .../22-gcc_4%3a10.2.1-1_armhf.deb ...
  373. Unpacking gcc (4:10.2.1-1) over (4:8.3.0-1) ...
  374. Preparing to unpack .../23-cpp_4%3a10.2.1-1_armhf.deb ...
  375. Unpacking cpp (4:10.2.1-1) over (4:8.3.0-1) ...
  376. Preparing to unpack .../24-libstdc++6_10.2.1-6_armhf.deb ...
  377. Unpacking libstdc++6:armhf (10.2.1-6) over (8.3.0-6) ...
  378. Setting up libstdc++6:armhf (10.2.1-6) ...
  379. Selecting previously unselected package libstdc++-10-dev:armhf.
  380. (Reading database ... 34591 files and directories currently installed.)
  381. Preparing to unpack .../libstdc++-10-dev_10.2.1-6_armhf.deb ...
  382. Unpacking libstdc++-10-dev:armhf (10.2.1-6) ...
  383. Selecting previously unselected package g++-10.
  384. Preparing to unpack .../g++-10_10.2.1-6_armhf.deb ...
  385. Unpacking g++-10 (10.2.1-6) ...
  386. Preparing to unpack .../g++_4%3a10.2.1-1_armhf.deb ...
  387. Unpacking g++ (4:10.2.1-1) over (4:8.3.0-1) ...
  388. (Reading database ... 35415 files and directories currently installed.)
  389. Removing g++-8 (8.3.0-6) ...
  390. Removing gcc-8 (8.3.0-6) ...
  391. Selecting previously unselected package libpython3.9-minimal:armhf.
  392. (Reading database ... 35359 files and directories currently installed.)
  393. Preparing to unpack .../libpython3.9-minimal_3.9.2-1_armhf.deb ...
  394. Unpacking libpython3.9-minimal:armhf (3.9.2-1) ...
  395. Selecting previously unselected package python3.9-minimal.
  396. Preparing to unpack .../python3.9-minimal_3.9.2-1_armhf.deb ...
  397. Unpacking python3.9-minimal (3.9.2-1) ...
  398. Setting up libpython3.9-minimal:armhf (3.9.2-1) ...
  399. Setting up python3.9-minimal (3.9.2-1) ...
  400. (Reading database ... 35643 files and directories currently installed.)
  401. Preparing to unpack .../python3-minimal_3.9.2-3_armhf.deb ...
  402. Unpacking python3-minimal (3.9.2-3) over (3.7.3-1) ...
  403. Selecting previously unselected package libffi7:armhf.
  404. Preparing to unpack .../libffi7_3.3-6_armhf.deb ...
  405. Unpacking libffi7:armhf (3.3-6) ...
  406. Setting up libffi7:armhf (3.3-6) ...
  407. Selecting previously unselected package libmpdec3:armhf.
  408. (Reading database ... 35646 files and directories currently installed.)
  409. Preparing to unpack .../0-libmpdec3_2.5.1-1_armhf.deb ...
  410. Unpacking libmpdec3:armhf (2.5.1-1) ...
  411. Selecting previously unselected package libreadline8:armhf.
  412. Preparing to unpack .../1-libreadline8_8.1-1_armhf.deb ...
  413. Unpacking libreadline8:armhf (8.1-1) ...
  414. Selecting previously unselected package libpython3.9-stdlib:armhf.
  415. Preparing to unpack .../2-libpython3.9-stdlib_3.9.2-1_armhf.deb ...
  416. Unpacking libpython3.9-stdlib:armhf (3.9.2-1) ...
  417. Selecting previously unselected package python3.9.
  418. Preparing to unpack .../3-python3.9_3.9.2-1_armhf.deb ...
  419. Unpacking python3.9 (3.9.2-1) ...
  420. Preparing to unpack .../4-libpython3-stdlib_3.9.2-3_armhf.deb ...
  421. Unpacking libpython3-stdlib:armhf (3.9.2-3) over (3.7.3-1) ...
  422. Selecting previously unselected package libbrotli1:armhf.
  423. Preparing to unpack .../5-libbrotli1_1.0.9-2+b2_armhf.deb ...
  424. Unpacking libbrotli1:armhf (1.0.9-2+b2) ...
  425. Selecting previously unselected package libnettle8:armhf.
  426. Preparing to unpack .../6-libnettle8_3.7.3-1_armhf.deb ...
  427. Unpacking libnettle8:armhf (3.7.3-1) ...
  428. Setting up libnettle8:armhf (3.7.3-1) ...
  429. Selecting previously unselected package libhogweed6:armhf.
  430. (Reading database ... 36041 files and directories currently installed.)
  431. Preparing to unpack .../libhogweed6_3.7.3-1_armhf.deb ...
  432. Unpacking libhogweed6:armhf (3.7.3-1) ...
  433. Setting up libhogweed6:armhf (3.7.3-1) ...
  434. (Reading database ... 36047 files and directories currently installed.)
  435. Preparing to unpack .../libp11-kit0_0.23.22-1_armhf.deb ...
  436. Unpacking libp11-kit0:armhf (0.23.22-1) over (0.23.15-2) ...
  437. Setting up libp11-kit0:armhf (0.23.22-1) ...
  438. (Reading database ... 36047 files and directories currently installed.)
  439. Preparing to unpack .../libgnutls30_3.7.1-5+deb11u3_armhf.deb ...
  440. Unpacking libgnutls30:armhf (3.7.1-5+deb11u3) over (3.6.7-4+deb10u5) ...
  441. Setting up libgnutls30:armhf (3.7.1-5+deb11u3) ...
  442. (Reading database ... 36046 files and directories currently installed.)
  443. Preparing to unpack .../0-libcurl3-gnutls_7.74.0-1.3+deb11u7_armhf.deb ...
  444. Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u7) over (7.64.0-4+deb10u1) ...
  445. Preparing to unpack .../1-python3-pycurl_7.43.0.6-5_armhf.deb ...
  446. Unpacking python3-pycurl (7.43.0.6-5) over (7.43.0.2-0.1) ...
  447. Preparing to unpack .../2-python3-gi_3.38.0-2_armhf.deb ...
  448. Unpacking python3-gi (3.38.0-2) over (3.30.4-1) ...
  449. Preparing to unpack .../3-libgirepository-1.0-1_1.66.1-1+b1_armhf.deb ...
  450. Unpacking libgirepository-1.0-1:armhf (1.66.1-1+b1) over (1.58.3-2) ...
  451. Preparing to unpack .../4-libglib2.0-0_2.66.8-1_armhf.deb ...
  452. Unpacking libglib2.0-0:armhf (2.66.8-1) over (2.58.3-2+deb10u2) ...
  453. Preparing to unpack .../5-python3-dbus_1.2.16-5_armhf.deb ...
  454. Unpacking python3-dbus (1.2.16-5) over (1.2.8-3) ...
  455. Selecting previously unselected package libxxhash0:armhf.
  456. Preparing to unpack .../6-libxxhash0_0.8.0-2_armhf.deb ...
  457. Unpacking libxxhash0:armhf (0.8.0-2) ...
  458. Selecting previously unselected package libapt-pkg6.0:armhf.
  459. Preparing to unpack .../7-libapt-pkg6.0_2.2.4_armhf.deb ...
  460. Unpacking libapt-pkg6.0:armhf (2.2.4) ...
  461. Preparing to unpack .../8-python3-apt_2.2.1_armhf.deb ...
  462. Unpacking python3-apt (2.2.1) over (1.8.4.1) ...
  463. Setting up python3-minimal (3.9.2-3) ...
  464. (Reading database ... 36115 files and directories currently installed.)
  465. Preparing to unpack .../python3_3.9.2-3_armhf.deb ...
  466. Unpacking python3 (3.9.2-3) over (3.7.3-1) ...
  467. (Reading database ... 36100 files and directories currently installed.)
  468. Removing libstdc++-8-dev:armhf (8.3.0-6) ...
  469. Selecting previously unselected package libicu67:armhf.
  470. (Reading database ... 35299 files and directories currently installed.)
  471. Preparing to unpack .../00-libicu67_67.1-7_armhf.deb ...
  472. Unpacking libicu67:armhf (67.1-7) ...
  473. Selecting previously unselected package libtalloc2:armhf.
  474. Preparing to unpack .../01-libtalloc2_2.3.1-2+b1_armhf.deb ...
  475. Unpacking libtalloc2:armhf (2.3.1-2+b1) ...
  476. Selecting previously unselected package libtevent0:armhf.
  477. Preparing to unpack .../02-libtevent0_0.10.2-1_armhf.deb ...
  478. Unpacking libtevent0:armhf (0.10.2-1) ...
  479. Selecting previously unselected package libwbclient0:armhf.
  480. Preparing to unpack .../03-libwbclient0_2%3a4.13.13+dfsg-1~deb11u5_armhf.deb ...
  481. Unpacking libwbclient0:armhf (2:4.13.13+dfsg-1~deb11u5) ...
  482. Selecting previously unselected package python3-dnspython.
  483. Preparing to unpack .../04-python3-dnspython_2.0.0-1_all.deb ...
  484. Unpacking python3-dnspython (2.0.0-1) ...
  485. Selecting previously unselected package libtdb1:armhf.
  486. Preparing to unpack .../05-libtdb1_1.4.3-1+b1_armhf.deb ...
  487. Unpacking libtdb1:armhf (1.4.3-1+b1) ...
  488. Selecting previously unselected package libldb2:armhf.
  489. Preparing to unpack .../06-libldb2_2%3a2.2.3-2~deb11u2_armhf.deb ...
  490. Unpacking libldb2:armhf (2:2.2.3-2~deb11u2) ...
  491. Selecting previously unselected package libpython3.9:armhf.
  492. Preparing to unpack .../07-libpython3.9_3.9.2-1_armhf.deb ...
  493. Unpacking libpython3.9:armhf (3.9.2-1) ...
  494. Selecting previously unselected package python3-ldb.
  495. Preparing to unpack .../08-python3-ldb_2%3a2.2.3-2~deb11u2_armhf.deb ...
  496. Unpacking python3-ldb (2:2.2.3-2~deb11u2) ...
  497. Selecting previously unselected package python3-tdb.
  498. Preparing to unpack .../09-python3-tdb_1.4.3-1+b1_armhf.deb ...
  499. Unpacking python3-tdb (1.4.3-1+b1) ...
  500. Selecting previously unselected package libavahi-common-data:armhf.
  501. Preparing to unpack .../10-libavahi-common-data_0.8-5+deb11u2_armhf.deb ...
  502. Unpacking libavahi-common-data:armhf (0.8-5+deb11u2) ...
  503. Selecting previously unselected package libavahi-common3:armhf.
  504. Preparing to unpack .../11-libavahi-common3_0.8-5+deb11u2_armhf.deb ...
  505. Unpacking libavahi-common3:armhf (0.8-5+deb11u2) ...
  506. Selecting previously unselected package libavahi-client3:armhf.
  507. Preparing to unpack .../12-libavahi-client3_0.8-5+deb11u2_armhf.deb ...
  508. Unpacking libavahi-client3:armhf (0.8-5+deb11u2) ...
  509. Selecting previously unselected package libcups2:armhf.
  510. Preparing to unpack .../13-libcups2_2.3.3op2-3+deb11u2_armhf.deb ...
  511. Unpacking libcups2:armhf (2.3.3op2-3+deb11u2) ...
  512. Selecting previously unselected package python3-talloc:armhf.
  513. Preparing to unpack .../14-python3-talloc_2.3.1-2+b1_armhf.deb ...
  514. Unpacking python3-talloc:armhf (2.3.1-2+b1) ...
  515. Selecting previously unselected package samba-libs:armhf.
  516. Preparing to unpack .../15-samba-libs_2%3a4.13.13+dfsg-1~deb11u5_armhf.deb ...
  517. Unpacking samba-libs:armhf (2:4.13.13+dfsg-1~deb11u5) ...
  518. Selecting previously unselected package python3-samba.
  519. Preparing to unpack .../16-python3-samba_2%3a4.13.13+dfsg-1~deb11u5_armhf.deb ...
  520. Unpacking python3-samba (2:4.13.13+dfsg-1~deb11u5) ...
  521. Selecting previously unselected package samba-common.
  522. Preparing to unpack .../17-samba-common_2%3a4.13.13+dfsg-1~deb11u5_all.deb ...
  523. Unpacking samba-common (2:4.13.13+dfsg-1~deb11u5) ...
  524. Selecting previously unselected package samba-common-bin.
  525. Preparing to unpack .../18-samba-common-bin_2%3a4.13.13+dfsg-1~deb11u5_armhf.deb ...
  526. Unpacking samba-common-bin (2:4.13.13+dfsg-1~deb11u5) ...
  527. Selecting previously unselected package tdb-tools.
  528. Preparing to unpack .../19-tdb-tools_1.4.3-1+b1_armhf.deb ...
  529. Unpacking tdb-tools (1.4.3-1+b1) ...
  530. Selecting previously unselected package samba.
  531. Preparing to unpack .../20-samba_2%3a4.13.13+dfsg-1~deb11u5_armhf.deb ...
  532. Unpacking samba (2:4.13.13+dfsg-1~deb11u5) ...
  533. Setting up runit-helper (2.10.3) ...
  534. Setting up libicu67:armhf (67.1-7) ...
  535. Setting up libglib2.0-0:armhf (2.66.8-1) ...
  536. No schema files found: doing nothing.
  537. Setting up libtdb1:armhf (1.4.3-1+b1) ...
  538. Setting up libtirpc-common (1.3.1-1+deb11u1) ...
  539. Setting up libbrotli1:armhf (1.0.9-2+b2) ...
  540. Setting up libreadline8:armhf (8.1-1) ...
  541. Setting up libcbor0:armhf (0.5.0+dfsg-2) ...
  542. Setting up binutils-common:armhf (2.35.2-2) ...
  543. Setting up libctf-nobfd0:armhf (2.35.2-2) ...
  544. Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u7) ...
  545. Setting up samba-common (2:4.13.13+dfsg-1~deb11u5) ...

  546. Creating config file /etc/samba/smb.conf with new version
  547. Setting up libgomp1:armhf (10.2.1-6) ...
  548. Setting up locales (2.31-13+deb11u6) ...
  549. Installing new version of config file /etc/locale.alias ...
  550. Generating locales (this might take a while)...
  551.   en_US.UTF-8... done
  552. Generation complete.
  553. Setting up libasan6:armhf (10.2.1-6) ...
  554. Setting up libtalloc2:armhf (2.3.1-2+b1) ...
  555. Setting up libtevent0:armhf (0.10.2-1) ...
  556. Setting up libavahi-common-data:armhf (0.8-5+deb11u2) ...
  557. Setting up tdb-tools (1.4.3-1+b1) ...
  558. update-alternatives: using /usr/bin/tdbbackup.tdbtools to provide /usr/bin/tdbbackup (tdbbackup) in auto mode
  559. Setting up libatomic1:armhf (10.2.1-6) ...
  560. Setting up libubsan1:armhf (10.2.1-6) ...
  561. Setting up libcrypt-dev:armhf (1:4.4.18-4) ...
  562. Setting up libxxhash0:armhf (0.8.0-2) ...
  563. Setting up libmpdec3:armhf (2.5.1-1) ...
  564. Setting up libgirepository-1.0-1:armhf (1.66.1-1+b1) ...
  565. Setting up libbinutils:armhf (2.35.2-2) ...
  566. Setting up libfido2-1:armhf (1.6.0-2) ...
  567. Setting up libisl23:armhf (0.23-1) ...
  568. Setting up libc-dev-bin (2.31-13+deb11u6) ...
  569. Setting up libldb2:armhf (2:2.2.3-2~deb11u2) ...
  570. Setting up libcc1-0:armhf (10.2.1-6) ...
  571. Setting up cpp-10 (10.2.1-6) ...
  572. Setting up libctf0:armhf (2.35.2-2) ...
  573. Setting up libtirpc3:armhf (1.3.1-1+deb11u1) ...
  574. Setting up openssh-client (1:8.4p1-5+deb11u1) ...
  575. Installing new version of config file /etc/ssh/ssh_config ...
  576. Setting up libgcc-10-dev:armhf (10.2.1-6) ...
  577. Setting up libavahi-common3:armhf (0.8-5+deb11u2) ...
  578. Setting up libwbclient0:armhf (2:4.13.13+dfsg-1~deb11u5) ...
  579. Setting up libtirpc-dev:armhf (1.3.1-1+deb11u1) ...
  580. Setting up libapt-pkg6.0:armhf (2.2.4) ...
  581. Setting up cpp (4:10.2.1-1) ...
  582. Setting up libnsl2:armhf (1.3.0-2) ...
  583. Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
  584. Setting up libavahi-client3:armhf (0.8-5+deb11u2) ...
  585. Setting up libpython3.9-stdlib:armhf (3.9.2-1) ...
  586. Setting up libpython3-stdlib:armhf (3.9.2-3) ...
  587. Setting up openssh-sftp-server (1:8.4p1-5+deb11u1) ...
  588. Setting up openssh-server (1:8.4p1-5+deb11u1) ...
  589. Installing new version of config file /etc/init.d/ssh ...
  590. Installing new version of config file /etc/ssh/moduli ...
  591. rescue-ssh.target is a disabled or a static unit, not starting it.
  592. Setting up binutils (2.35.2-2) ...
  593. Setting up libpython3.9:armhf (3.9.2-1) ...
  594. Setting up gcc-10 (10.2.1-6) ...
  595. Setting up libcups2:armhf (2.3.3op2-3+deb11u2) ...
  596. Setting up libnsl-dev:armhf (1.3.0-2) ...
  597. Setting up libc6-dev:armhf (2.31-13+deb11u6) ...
  598. Setting up python3.9 (3.9.2-1) ...
  599. Setting up libstdc++-10-dev:armhf (10.2.1-6) ...
  600. Setting up g++-10 (10.2.1-6) ...
  601. Setting up python3 (3.9.2-3) ...
  602. Setting up gcc (4:10.2.1-1) ...
  603. Setting up python3-tdb (1.4.3-1+b1) ...
  604. Setting up python3-pycurl (7.43.0.6-5) ...
  605. Setting up python3-gi (3.38.0-2) ...
  606. Setting up python3-ldb (2:2.2.3-2~deb11u2) ...
  607. Setting up g++ (4:10.2.1-1) ...
  608. Setting up python3-dnspython (2.0.0-1) ...
  609. Setting up python3-dbus (1.2.16-5) ...
  610. Setting up python3-talloc:armhf (2.3.1-2+b1) ...
  611. Setting up python3-apt (2.2.1) ...
  612. Setting up samba-libs:armhf (2:4.13.13+dfsg-1~deb11u5) ...
  613. Setting up python3-samba (2:4.13.13+dfsg-1~deb11u5) ...
  614. Setting up samba-common-bin (2:4.13.13+dfsg-1~deb11u5) ...
  615. Checking smb.conf with testparm
  616. Load smb config files from /etc/samba/smb.conf
  617. Loaded services file OK.
  618. Weak crypto is allowed
  619. Server role: ROLE_STANDALONE

  620. Done
  621. Setting up samba (2:4.13.13+dfsg-1~deb11u5) ...
  622. Adding group `sambashare' (GID 116) ...
  623. Done.
  624. Samba is not being run as an AD Domain Controller: Masking samba-ad-dc.service
  625. Please ignore the following error about deb-systemd-helper not finding those services.
  626. (samba-ad-dc.service masked)
  627. Created symlink /etc/systemd/system/multi-user.target.wants/nmbd.service → /lib/systemd/system/nmbd.service.
  628. Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked.
  629. /usr/bin/deb-systemd-helper: error: systemctl preset failed on samba-ad-dc.service: No such file or directory
  630. Created symlink /etc/systemd/system/multi-user.target.wants/smbd.service → /lib/systemd/system/smbd.service.
  631. samba-ad-dc.service is a disabled or a static unit, not starting it.
  632. Processing triggers for libc-bin (2.31-13+deb11u6) ...
  633. Processing triggers for systemd (241-7~deb10u4) ...
  634. Processing triggers for man-db (2.9.4-2) ...
  635. Processing triggers for mime-support (3.62) ...
  636. [ INFO ] Install the necessary dependencies: cifs-utils
  637. Reading package lists...
  638. Building dependency tree...
  639. Reading state information...
  640. The following packages were automatically installed and are no longer required:
  641.   cpp-8 libasan5 libbison-dev libf2fs-format4 libf2fs5 libisl19 libmpdec2 libpython3.7-minimal libpython3.7-stdlib
  642.   python3.7-minimal usb.ids
  643. Use 'sudo apt autoremove' to remove them.
  644. Suggested packages:
  645.   smbclient winbind
  646. Recommended packages:
  647.   keyutils
  648. The following NEW packages will be installed:
  649.   cifs-utils
  650. 0 upgraded, 1 newly installed, 0 to remove and 110 not upgraded.
  651. Need to get 85.6 kB of archives.
  652. After this operation, 242 kB of additional disk space will be used.
  653. Get:1 https://mirrors.ustc.edu.cn/debian bullseye/main armhf cifs-utils armhf 2:6.11-3.1+deb11u1 [85.6 kB]
  654. Fetched 85.6 kB in 0s (175 kB/s)
  655. Selecting previously unselected package cifs-utils.
  656. (Reading database ... 36437 files and directories currently installed.)
  657. Preparing to unpack .../cifs-utils_2%3a6.11-3.1+deb11u1_armhf.deb ...
  658. Unpacking cifs-utils (2:6.11-3.1+deb11u1) ...
  659. Setting up cifs-utils (2:6.11-3.1+deb11u1) ...
  660. update-alternatives: using /usr/lib/arm-linux-gnueabihf/cifs-utils/idmapwb.so to provide /etc/cifs-utils/idmap-plugin (idmap-plugin) in auto mode
  661. Processing triggers for man-db (2.9.4-2) ...
  662. [ INFO ] Install the necessary dependencies: mergerfs
  663. Reading package lists...
  664. Building dependency tree...
  665. Reading state information...
  666. The following packages were automatically installed and are no longer required:
  667.   cpp-8 libasan5 libbison-dev libf2fs-format4 libf2fs5 libisl19 libmpdec2 libpython3.7-minimal libpython3.7-stdlib
  668.   python3.7-minimal usb.ids
  669. Use 'sudo apt autoremove' to remove them.
  670. The following NEW packages will be installed:
  671.   mergerfs
  672. 0 upgraded, 1 newly installed, 0 to remove and 110 not upgraded.
  673. Need to get 229 kB of archives.
  674. After this operation, 412 kB of additional disk space will be used.
  675. Get:1 https://mirrors.ustc.edu.cn/debian bullseye/main armhf mergerfs armhf 2.31.0-1 [229 kB]
  676. Fetched 229 kB in 1s (424 kB/s)
  677. Selecting previously unselected package mergerfs.
  678. (Reading database ... 36471 files and directories currently installed.)
  679. Preparing to unpack .../mergerfs_2.31.0-1_armhf.deb ...
  680. Unpacking mergerfs (2.31.0-1) ...
  681. Setting up mergerfs (2.31.0-1) ...
  682. Processing triggers for man-db (2.9.4-2) ...
  683. [ INFO ] Install the necessary dependencies: apparmor
  684. Reading package lists...
  685. Building dependency tree...
  686. Reading state information...
  687. The following packages were automatically installed and are no longer required:
  688.   cpp-8 libasan5 libbison-dev libf2fs-format4 libf2fs5 libisl19 libmpdec2 libpython3.7-minimal libpython3.7-stdlib
  689.   python3.7-minimal usb.ids
  690. Use 'sudo apt autoremove' to remove them.
  691. Suggested packages:
  692.   apparmor-profiles-extra apparmor-utils
  693. The following NEW packages will be installed:
  694.   apparmor
  695. 0 upgraded, 1 newly installed, 0 to remove and 110 not upgraded.
  696. Need to get 557 kB of archives.
  697. After this operation, 1,947 kB of additional disk space will be used.
  698. Get:1 https://mirrors.ustc.edu.cn/debian bullseye/main armhf apparmor armhf 2.13.6-10 [557 kB]
  699. Fetched 557 kB in 1s (896 kB/s)
  700. Preconfiguring packages ...
  701. Selecting previously unselected package apparmor.
  702. (Reading database ... 36481 files and directories currently installed.)
  703. Preparing to unpack .../apparmor_2.13.6-10_armhf.deb ...
  704. Unpacking apparmor (2.13.6-10) ...
  705. Setting up apparmor (2.13.6-10) ...
  706. Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
  707. Processing triggers for man-db (2.9.4-2) ...
  708. Processing triggers for systemd (241-7~deb10u4) ...
  709. [  OK  ] Current Docker verison is 20.10.5+dfsg1.
  710. [ INFO ] Configuration CasaOS Addons
  711. Created symlink /etc/systemd/system/multi-user.target.wants/devmon@devmon.service → /lib/systemd/system/devmon@.service.
  712. Created symlink /etc/systemd/system/default.target.wants/devmon@devmon.service → /lib/systemd/system/devmon@.service.
  713. /tmp/casaos-installer/tmp.8bAlIDXwzl ~
  714. [ INFO ] Downloading https://github.com/IceWhaleTech/CasaOS-Gateway/releases/download/v0.4.2/linux-arm-7-casaos-gateway-v0.4.2.tar.gz...
  715. [FAILED] Failed to download package
复制代码

点评

上周我刷了两个都是ok的  详情 回复 发表于 2023-6-9 21:29
这是怎么回事?  详情 回复 发表于 2023-6-9 12:10
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

发表于 2023-6-9 12:10 | 显示全部楼层
这个是怎么回事?
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

发表于 2023-6-9 12:10 | 显示全部楼层

这是怎么回事?
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

发表于 2023-6-9 21:29 | 显示全部楼层

上周我刷了两个都是ok的
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

发表于 2023-6-26 00:18 | 显示全部楼层
遇到同样的问题
只谈技术、莫论政事!(点击见详情) | 恩山无线论坛欢迎您的来访,请互相尊重、友善交流,建议保持一颗平常心看待网友的评论,切勿过度反应。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

欢迎大家光临恩山无线论坛上一条 /1 下一条

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-9-29 17:36

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com

快速回复 返回顶部 返回列表