dondonhai 发表于 2023-3-23 14:07

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

本帖最后由 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/installsudo ./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!





dondonhai 发表于 2023-3-23 14:16

本帖最后由 dondonhai 于 2023-3-23 14:18 编辑

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

abelwy 发表于 2023-3-24 14:07

开启smb共享访问
为啥要先刷armbian5.8呢

ziwei590 发表于 2023-4-3 01:23

abelwy 发表于 2023-3-24 14:07 static/image/common/back.gif
开启smb共享访问
为啥要先刷armbian5.8呢

直接刷5.9版本是不行的,所以要先刷低版本过度一下

ipcop 发表于 2023-4-11 10:36

能说一下,刷这个的应用场景吗?有啥用?

woc007 发表于 2023-6-5 21:04

怎么违禁词语,请勿再发硬盘

woc007 发表于 2023-6-5 21:05

怎么违禁词语,请勿再发盘

woc007 发表于 2023-6-5 21:05

怎么违禁词语,请勿再发

woc007 发表于 2023-6-5 21:06

666,学习了

woc007 发表于 2023-6-5 21:07

知道如何外加盘吗

a506731078 发表于 2023-6-9 12:09

root@aml-s812:~# apt install docker.io
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following packages were automatically installed and are no longer required:
libbison-dev libf2fs-format4 libf2fs5 usb.ids
Use 'apt autoremove' to remove them.
The following additional packages will be installed:
containerd runc tini
Suggested packages:
containernetworking-plugins docker-doc aufs-tools debootstrap rinse rootlesskit xfsprogs zfs-fuse | zfsutils-linux
Recommended packages:
apparmor cgroupfs-mount needrestart criu
The following NEW packages will be installed:
containerd docker.io runc tini
0 upgraded, 4 newly installed, 0 to remove and 142 not upgraded.
Need to get 43.1 MB of archives.
After this operation, 190 MB of additional disk space will be used.
Do you want to continue? y
Get:1 https://mirrors.ustc.edu.cn/debian bullseye/main armhf runc armhf 1.0.0~rc93+ds1-5+deb11u2
Get:2 https://mirrors.ustc.edu.cn/debian bullseye/main armhf containerd armhf 1.4.13~ds1-1~deb11u4
Get:3 https://mirrors.ustc.edu.cn/debian bullseye/main armhf tini armhf 0.19.0-1
Get:4 https://mirrors.ustc.edu.cn/debian bullseye/main armhf docker.io armhf 20.10.5+dfsg1-1+deb11u2
Fetched 43.1 MB in 11s (3,948 kB/s)                                                                                    
Selecting previously unselected package runc.
(Reading database ... 33987 files and directories currently installed.)
Preparing to unpack .../runc_1.0.0~rc93+ds1-5+deb11u2_armhf.deb ...

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

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

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

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

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

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

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

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

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

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


   _____               ____   _____
/ ____|               / __ \ / ____|
| |   __ _ _____ _| || | (___
| |    / _` / __|/ _` | || |\___ \
| |___| (_| \__ \ (_| | |__| |____) |
\_____\__,_|___/\__,_|\____/|_____/
                                    
   --- Made by IceWhale with YOU ---

Your hardware architecture is : armv7l
Your System is : Linux
Your Linux Distribution is : debian
Memory capacity check passed.
Recommended free disk space is greater than 5GB, Current free disk space is 4GB.
Continue installation?
1) Yes
2) No
#? 1
Disk capacity check has been ignored.
Hit:1 http://mirrors.tuna.tsinghua.edu.cn/armbian buster InRelease
Hit:2 https://mirrors.ustc.edu.cn/debian bullseye InRelease
Hit:3 https://mirrors.ustc.edu.cn/debian-security bullseye-security InRelease
Hit:4 https://mirrors.ustc.edu.cn/debian bullseye-updates InRelease
Hit:5 https://mirrors.ustc.edu.cn/debian bullseye-backports InRelease
Reading package lists... Done
[ INFO ] Install the necessary dependencies: smartmontools
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libbison-dev libf2fs-format4 libf2fs5 usb.ids
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
gcc-10-base libgcc-s1
Suggested packages:
gsmartcontrol smart-notifier mailx | mailutils
The following NEW packages will be installed:
gcc-10-base libgcc-s1 smartmontools
0 upgraded, 3 newly installed, 0 to remove and 142 not upgraded.
Need to get 746 kB of archives.
After this operation, 2,002 kB of additional disk space will be used.
Get:1 https://mirrors.ustc.edu.cn/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6
Get:2 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6
Get:3 https://mirrors.ustc.edu.cn/debian bullseye/main armhf smartmontools armhf 7.2-1
Fetched 746 kB in 1s (1,020 kB/s)
Selecting previously unselected package gcc-10-base:armhf.
(Reading database ... 34271 files and directories currently installed.)
Preparing to unpack .../gcc-10-base_10.2.1-6_armhf.deb ...
Unpacking gcc-10-base:armhf (10.2.1-6) ...
Selecting previously unselected package libgcc-s1:armhf.
Preparing to unpack .../libgcc-s1_10.2.1-6_armhf.deb ...
Unpacking libgcc-s1:armhf (10.2.1-6) ...
Replacing files in old package libgcc1:armhf (1:8.3.0-6) ...
Selecting previously unselected package smartmontools.
Preparing to unpack .../smartmontools_7.2-1_armhf.deb ...
Unpacking smartmontools (7.2-1) ...
Setting up gcc-10-base:armhf (10.2.1-6) ...
Setting up libgcc-s1:armhf (10.2.1-6) ...
Setting up smartmontools (7.2-1) ...
Created symlink /etc/systemd/system/smartd.service → /lib/systemd/system/smartmontools.service.
Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.service → /lib/systemd/system/smartmontools.service.
Processing triggers for systemd (241-7~deb10u4) ...
Processing triggers for man-db (2.9.4-2) ...
Processing triggers for libc-bin (2.28-10) ...
[ INFO ] Install the necessary dependencies: udevil
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libbison-dev libf2fs-format4 libf2fs5 usb.ids
Use 'sudo apt autoremove' to remove them.
Suggested packages:
eject cifs-utils curlftpfs sshfs
Recommended packages:
udisks2
The following NEW packages will be installed:
udevil
0 upgraded, 1 newly installed, 0 to remove and 142 not upgraded.
Need to get 91.0 kB of archives.
After this operation, 394 kB of additional disk space will be used.
Get:1 https://mirrors.ustc.edu.cn/debian bullseye/main armhf udevil armhf 0.4.4-3
Fetched 91.0 kB in 0s (200 kB/s)
Selecting previously unselected package udevil.
(Reading database ... 34324 files and directories currently installed.)
Preparing to unpack .../udevil_0.4.4-3_armhf.deb ...
Unpacking udevil (0.4.4-3) ...
Setting up udevil (0.4.4-3) ...
Processing triggers for man-db (2.9.4-2) ...
[ INFO ] Install the necessary dependencies: samba
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
cpp-8 libasan5 libbison-dev libf2fs-format4 libf2fs5 libisl19 libmpdec2 libpython3.7-minimal libpython3.7-stdlib
python3.7-minimal usb.ids
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
binutils binutils-arm-linux-gnueabihf binutils-common cpp cpp-10 g++ g++-10 gcc gcc-10 libapt-pkg6.0 libasan6
libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libbinutils libbrotli1 libc-bin libc-dev-bin libc6
libc6-dev libcbor0 libcc1-0 libcrypt-dev libcrypt1 libctf-nobfd0 libctf0 libcups2 libcurl3-gnutls libffi7 libfido2-1
libgcc-10-dev libgirepository-1.0-1 libglib2.0-0 libgnutls30 libgomp1 libhogweed6 libicu67 libisl23 libldb2
libmpdec3 libnettle8 libnsl-dev libnsl2 libp11-kit0 libpython3-stdlib libpython3.9 libpython3.9-minimal
libpython3.9-stdlib libreadline8 libstdc++-10-dev libstdc++6 libtalloc2 libtdb1 libtevent0 libtirpc-common
libtirpc-dev libtirpc3 libubsan1 libwbclient0 libxxhash0 locales openssh-client openssh-server openssh-sftp-server
python3 python3-apt python3-dbus python3-dnspython python3-gi python3-ldb python3-minimal python3-pycurl
python3-samba python3-talloc python3-tdb python3.9 python3.9-minimal runit-helper samba-common samba-common-bin
samba-libs tdb-tools
Suggested packages:
binutils-doc cpp-doc gcc-10-locales gcc-10-doc gcc-multilib manpages-dev libtool gdb gcc-doc glibc-doc cups-common
gnutls-bin libstdc++-10-doc keychain libpam-ssh monkeysphere ssh-askpass molly-guard ufw python3-doc python3-tk
python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg python3-sniffio python3-trio
libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.9-venv python3.9-doc binfmt-support bind9
bind9utils ctdb ldb-tools smbldap-tools winbind heimdal-clients python3-markdown
Recommended packages:
apt manpages manpages-dev libc-devtools libnss-nis libnss-nisplus libglib2.0-data shared-mime-info xdg-user-dirs
xauth python3-cryptography python3-idna python3-requests python3-requests-toolbelt python3-gpg attr python3-markdown
samba-dsdb-modules samba-vfs-modules
The following packages will be REMOVED:
g++-8 gcc-8 libgcc-8-dev libstdc++-8-dev python3.7
The following NEW packages will be installed:
cpp-10 g++-10 gcc-10 libapt-pkg6.0 libasan6 libavahi-client3 libavahi-common-data libavahi-common3 libbrotli1
libcbor0 libcrypt-dev libcrypt1 libctf-nobfd0 libctf0 libcups2 libffi7 libfido2-1 libgcc-10-dev libhogweed6 libicu67
libisl23 libldb2 libmpdec3 libnettle8 libnsl-dev libnsl2 libpython3.9 libpython3.9-minimal libpython3.9-stdlib
libreadline8 libstdc++-10-dev libtalloc2 libtdb1 libtevent0 libtirpc-common libtirpc-dev libtirpc3 libwbclient0
libxxhash0 python3-dnspython python3-ldb python3-samba python3-talloc python3-tdb python3.9 python3.9-minimal
runit-helper samba samba-common samba-common-bin samba-libs tdb-tools
The following packages will be upgraded:
binutils binutils-arm-linux-gnueabihf binutils-common cpp g++ gcc libatomic1 libbinutils libc-bin libc-dev-bin libc6
libc6-dev libcc1-0 libcurl3-gnutls libgirepository-1.0-1 libglib2.0-0 libgnutls30 libgomp1 libp11-kit0
libpython3-stdlib libstdc++6 libubsan1 locales openssh-client openssh-server openssh-sftp-server python3 python3-apt
python3-dbus python3-gi python3-minimal python3-pycurl
32 upgraded, 52 newly installed, 5 to remove and 110 not upgraded.
Need to get 80.6 MB of archives.
After this operation, 159 MB of additional disk space will be used.
Get:1 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4
Get:2 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libcbor0 armhf 0.5.0+dfsg-2
Get:3 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libfido2-1 armhf 1.6.0-2
Get:4 https://mirrors.ustc.edu.cn/debian bullseye/main armhf openssh-sftp-server armhf 1:8.4p1-5+deb11u1
Get:5 https://mirrors.ustc.edu.cn/debian bullseye/main armhf openssh-client armhf 1:8.4p1-5+deb11u1
Get:6 https://mirrors.ustc.edu.cn/debian bullseye/main armhf runit-helper all 2.10.3
Get:7 https://mirrors.ustc.edu.cn/debian bullseye/main armhf openssh-server armhf 1:8.4p1-5+deb11u1
Get:8 https://mirrors.ustc.edu.cn/debian bullseye/main armhf locales all 2.31-13+deb11u6
Get:9 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u6
Get:10 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libc-bin armhf 2.31-13+deb11u6
Get:11 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libc-dev-bin armhf 2.31-13+deb11u6
Get:12 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libc6-dev armhf 2.31-13+deb11u6
Get:13 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libcrypt-dev armhf 1:4.4.18-4
Get:14 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libtirpc-common all 1.3.1-1+deb11u1
Get:15 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libtirpc3 armhf 1.3.1-1+deb11u1
Get:16 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libnsl2 armhf 1.3.0-2
Get:17 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libtirpc-dev armhf 1.3.1-1+deb11u1
Get:18 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libnsl-dev armhf 1.3.0-2
Get:19 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libisl23 armhf 0.23-1
Get:20 https://mirrors.ustc.edu.cn/debian bullseye/main armhf cpp-10 armhf 10.2.1-6
Get:21 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libcc1-0 armhf 10.2.1-6
Get:22 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libbinutils armhf 2.35.2-2
Get:23 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libctf-nobfd0 armhf 2.35.2-2
Get:24 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libctf0 armhf 2.35.2-2
Get:25 https://mirrors.ustc.edu.cn/debian bullseye/main armhf binutils-arm-linux-gnueabihf armhf 2.35.2-2
Get:26 https://mirrors.ustc.edu.cn/debian bullseye/main armhf binutils-common armhf 2.35.2-2
Get:27 https://mirrors.ustc.edu.cn/debian bullseye/main armhf binutils armhf 2.35.2-2
Get:28 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libgomp1 armhf 10.2.1-6
Get:29 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libatomic1 armhf 10.2.1-6
Get:30 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libasan6 armhf 10.2.1-6
Get:31 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libubsan1 armhf 10.2.1-6
Get:32 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libgcc-10-dev armhf 10.2.1-6
Get:33 https://mirrors.ustc.edu.cn/debian bullseye/main armhf gcc-10 armhf 10.2.1-6
Get:34 https://mirrors.ustc.edu.cn/debian bullseye/main armhf gcc armhf 4:10.2.1-1
Get:35 https://mirrors.ustc.edu.cn/debian bullseye/main armhf cpp armhf 4:10.2.1-1
Get:36 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libstdc++6 armhf 10.2.1-6
Get:37 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libstdc++-10-dev armhf 10.2.1-6
Get:38 https://mirrors.ustc.edu.cn/debian bullseye/main armhf g++-10 armhf 10.2.1-6
Get:39 https://mirrors.ustc.edu.cn/debian bullseye/main armhf g++ armhf 4:10.2.1-1
Get:40 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1
Get:41 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3.9-minimal armhf 3.9.2-1
Get:42 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3-minimal armhf 3.9.2-3
Get:43 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libffi7 armhf 3.3-6
Get:44 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libmpdec3 armhf 2.5.1-1
Get:45 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libreadline8 armhf 8.1-1
Get:46 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1
Get:47 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3.9 armhf 3.9.2-1
Get:48 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3
Get:49 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libbrotli1 armhf 1.0.9-2+b2
Get:50 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libnettle8 armhf 3.7.3-1
Get:51 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libhogweed6 armhf 3.7.3-1
Get:52 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libp11-kit0 armhf 0.23.22-1
Get:53 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libgnutls30 armhf 3.7.1-5+deb11u3
Get:54 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u7
Get:55 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3-pycurl armhf 7.43.0.6-5
Get:56 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3-gi armhf 3.38.0-2
Get:57 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libgirepository-1.0-1 armhf 1.66.1-1+b1
Get:58 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1
Get:59 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3-dbus armhf 1.2.16-5
Get:60 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libxxhash0 armhf 0.8.0-2
Get:61 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libapt-pkg6.0 armhf 2.2.4
Get:62 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3-apt armhf 2.2.1
Get:63 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3 armhf 3.9.2-3
Get:64 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libicu67 armhf 67.1-7
Get:65 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libtalloc2 armhf 2.3.1-2+b1
Get:66 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libtevent0 armhf 0.10.2-1
Get:67 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libwbclient0 armhf 2:4.13.13+dfsg-1~deb11u5
Get:68 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3-dnspython all 2.0.0-1
Get:69 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libtdb1 armhf 1.4.3-1+b1
Get:70 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libldb2 armhf 2:2.2.3-2~deb11u2
Get:71 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libpython3.9 armhf 3.9.2-1
Get:72 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3-ldb armhf 2:2.2.3-2~deb11u2
Get:73 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3-tdb armhf 1.4.3-1+b1
Get:74 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libavahi-common-data armhf 0.8-5+deb11u2
Get:75 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libavahi-common3 armhf 0.8-5+deb11u2
Get:76 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libavahi-client3 armhf 0.8-5+deb11u2
Get:77 https://mirrors.ustc.edu.cn/debian bullseye/main armhf libcups2 armhf 2.3.3op2-3+deb11u2
Get:78 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3-talloc armhf 2.3.1-2+b1
Get:79 https://mirrors.ustc.edu.cn/debian bullseye/main armhf samba-libs armhf 2:4.13.13+dfsg-1~deb11u5
Get:80 https://mirrors.ustc.edu.cn/debian bullseye/main armhf python3-samba armhf 2:4.13.13+dfsg-1~deb11u5
Get:81 https://mirrors.ustc.edu.cn/debian bullseye/main armhf samba-common all 2:4.13.13+dfsg-1~deb11u5
Get:82 https://mirrors.ustc.edu.cn/debian bullseye/main armhf samba-common-bin armhf 2:4.13.13+dfsg-1~deb11u5
Get:83 https://mirrors.ustc.edu.cn/debian bullseye/main armhf tdb-tools armhf 1.4.3-1+b1
Get:84 https://mirrors.ustc.edu.cn/debian bullseye/main armhf samba armhf 2:4.13.13+dfsg-1~deb11u5
Fetched 80.6 MB in 20s (4,031 kB/s)
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package libcrypt1:armhf.
(Reading database ... 34346 files and directories currently installed.)
Preparing to unpack .../libcrypt1_1%3a4.4.18-4_armhf.deb ...
Unpacking libcrypt1:armhf (1:4.4.18-4) ...
Replacing files in old package libc6:armhf (2.28-10) ...
Setting up libcrypt1:armhf (1:4.4.18-4) ...
Selecting previously unselected package libcbor0:armhf.
(Reading database ... 34351 files and directories currently installed.)
Preparing to unpack .../0-libcbor0_0.5.0+dfsg-2_armhf.deb ...
Unpacking libcbor0:armhf (0.5.0+dfsg-2) ...
Selecting previously unselected package libfido2-1:armhf.
Preparing to unpack .../1-libfido2-1_1.6.0-2_armhf.deb ...
Unpacking libfido2-1:armhf (1.6.0-2) ...
Preparing to unpack .../2-openssh-sftp-server_1%3a8.4p1-5+deb11u1_armhf.deb ...
Unpacking openssh-sftp-server (1:8.4p1-5+deb11u1) over (1:7.9p1-10+deb10u2) ...
Preparing to unpack .../3-openssh-client_1%3a8.4p1-5+deb11u1_armhf.deb ...
Unpacking openssh-client (1:8.4p1-5+deb11u1) over (1:7.9p1-10+deb10u2) ...
Selecting previously unselected package runit-helper.
Preparing to unpack .../4-runit-helper_2.10.3_all.deb ...
Unpacking runit-helper (2.10.3) ...
Preparing to unpack .../5-openssh-server_1%3a8.4p1-5+deb11u1_armhf.deb ...
Unpacking openssh-server (1:8.4p1-5+deb11u1) over (1:7.9p1-10+deb10u2) ...
Preparing to unpack .../6-locales_2.31-13+deb11u6_all.deb ...
Unpacking locales (2.31-13+deb11u6) over (2.28-10) ...
Preparing to unpack .../7-libc6_2.31-13+deb11u6_armhf.deb ...
Checking for services that may need to be restarted...
Checking init scripts...
Unpacking libc6:armhf (2.31-13+deb11u6) over (2.28-10) ...
Setting up libc6:armhf (2.31-13+deb11u6) ...
Checking for services that may need to be restarted...
Checking init scripts...

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

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

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

Removing python3.7 (3.7.3-2+deb10u2) ...
(Reading database ... 34307 files and directories currently installed.)
Preparing to unpack .../00-libc6-dev_2.31-13+deb11u6_armhf.deb ...
Unpacking libc6-dev:armhf (2.31-13+deb11u6) over (2.28-10) ...
Selecting previously unselected package libcrypt-dev:armhf.
Preparing to unpack .../01-libcrypt-dev_1%3a4.4.18-4_armhf.deb ...
Unpacking libcrypt-dev:armhf (1:4.4.18-4) ...
Selecting previously unselected package libtirpc-common.
Preparing to unpack .../02-libtirpc-common_1.3.1-1+deb11u1_all.deb ...
Unpacking libtirpc-common (1.3.1-1+deb11u1) ...
Selecting previously unselected package libtirpc3:armhf.
Preparing to unpack .../03-libtirpc3_1.3.1-1+deb11u1_armhf.deb ...
Unpacking libtirpc3:armhf (1.3.1-1+deb11u1) ...
Selecting previously unselected package libnsl2:armhf.
Preparing to unpack .../04-libnsl2_1.3.0-2_armhf.deb ...
Unpacking libnsl2:armhf (1.3.0-2) ...
Selecting previously unselected package libtirpc-dev:armhf.
Preparing to unpack .../05-libtirpc-dev_1.3.1-1+deb11u1_armhf.deb ...
Unpacking libtirpc-dev:armhf (1.3.1-1+deb11u1) ...
Selecting previously unselected package libnsl-dev:armhf.
Preparing to unpack .../06-libnsl-dev_1.3.0-2_armhf.deb ...
Unpacking libnsl-dev:armhf (1.3.0-2) ...
Selecting previously unselected package libisl23:armhf.
Preparing to unpack .../07-libisl23_0.23-1_armhf.deb ...
Unpacking libisl23:armhf (0.23-1) ...
Selecting previously unselected package cpp-10.
Preparing to unpack .../08-cpp-10_10.2.1-6_armhf.deb ...
Unpacking cpp-10 (10.2.1-6) ...
Preparing to unpack .../09-libcc1-0_10.2.1-6_armhf.deb ...
Unpacking libcc1-0:armhf (10.2.1-6) over (8.3.0-6) ...
Preparing to unpack .../10-libbinutils_2.35.2-2_armhf.deb ...
Unpacking libbinutils:armhf (2.35.2-2) over (2.31.1-16) ...
Selecting previously unselected package libctf-nobfd0:armhf.
Preparing to unpack .../11-libctf-nobfd0_2.35.2-2_armhf.deb ...
Unpacking libctf-nobfd0:armhf (2.35.2-2) ...
Selecting previously unselected package libctf0:armhf.
Preparing to unpack .../12-libctf0_2.35.2-2_armhf.deb ...
Unpacking libctf0:armhf (2.35.2-2) ...
Preparing to unpack .../13-binutils-arm-linux-gnueabihf_2.35.2-2_armhf.deb ...
Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) over (2.31.1-16) ...
Preparing to unpack .../14-binutils-common_2.35.2-2_armhf.deb ...
Unpacking binutils-common:armhf (2.35.2-2) over (2.31.1-16) ...
Preparing to unpack .../15-binutils_2.35.2-2_armhf.deb ...
Unpacking binutils (2.35.2-2) over (2.31.1-16) ...
Preparing to unpack .../16-libgomp1_10.2.1-6_armhf.deb ...
Unpacking libgomp1:armhf (10.2.1-6) over (8.3.0-6) ...
Preparing to unpack .../17-libatomic1_10.2.1-6_armhf.deb ...
Unpacking libatomic1:armhf (10.2.1-6) over (8.3.0-6) ...
Selecting previously unselected package libasan6:armhf.
Preparing to unpack .../18-libasan6_10.2.1-6_armhf.deb ...
Unpacking libasan6:armhf (10.2.1-6) ...
Preparing to unpack .../19-libubsan1_10.2.1-6_armhf.deb ...
Unpacking libubsan1:armhf (10.2.1-6) over (8.3.0-6) ...
Selecting previously unselected package libgcc-10-dev:armhf.
Preparing to unpack .../20-libgcc-10-dev_10.2.1-6_armhf.deb ...
Unpacking libgcc-10-dev:armhf (10.2.1-6) ...
Selecting previously unselected package gcc-10.
Preparing to unpack .../21-gcc-10_10.2.1-6_armhf.deb ...
Unpacking gcc-10 (10.2.1-6) ...
Preparing to unpack .../22-gcc_4%3a10.2.1-1_armhf.deb ...
Unpacking gcc (4:10.2.1-1) over (4:8.3.0-1) ...
Preparing to unpack .../23-cpp_4%3a10.2.1-1_armhf.deb ...
Unpacking cpp (4:10.2.1-1) over (4:8.3.0-1) ...
Preparing to unpack .../24-libstdc++6_10.2.1-6_armhf.deb ...
Unpacking libstdc++6:armhf (10.2.1-6) over (8.3.0-6) ...
Setting up libstdc++6:armhf (10.2.1-6) ...
Selecting previously unselected package libstdc++-10-dev:armhf.
(Reading database ... 34591 files and directories currently installed.)
Preparing to unpack .../libstdc++-10-dev_10.2.1-6_armhf.deb ...
Unpacking libstdc++-10-dev:armhf (10.2.1-6) ...
Selecting previously unselected package g++-10.
Preparing to unpack .../g++-10_10.2.1-6_armhf.deb ...
Unpacking g++-10 (10.2.1-6) ...
Preparing to unpack .../g++_4%3a10.2.1-1_armhf.deb ...
Unpacking g++ (4:10.2.1-1) over (4:8.3.0-1) ...
(Reading database ... 35415 files and directories currently installed.)
Removing g++-8 (8.3.0-6) ...
Removing gcc-8 (8.3.0-6) ...
Selecting previously unselected package libpython3.9-minimal:armhf.
(Reading database ... 35359 files and directories currently installed.)
Preparing to unpack .../libpython3.9-minimal_3.9.2-1_armhf.deb ...
Unpacking libpython3.9-minimal:armhf (3.9.2-1) ...
Selecting previously unselected package python3.9-minimal.
Preparing to unpack .../python3.9-minimal_3.9.2-1_armhf.deb ...
Unpacking python3.9-minimal (3.9.2-1) ...
Setting up libpython3.9-minimal:armhf (3.9.2-1) ...
Setting up python3.9-minimal (3.9.2-1) ...
(Reading database ... 35643 files and directories currently installed.)
Preparing to unpack .../python3-minimal_3.9.2-3_armhf.deb ...
Unpacking python3-minimal (3.9.2-3) over (3.7.3-1) ...
Selecting previously unselected package libffi7:armhf.
Preparing to unpack .../libffi7_3.3-6_armhf.deb ...
Unpacking libffi7:armhf (3.3-6) ...
Setting up libffi7:armhf (3.3-6) ...
Selecting previously unselected package libmpdec3:armhf.
(Reading database ... 35646 files and directories currently installed.)
Preparing to unpack .../0-libmpdec3_2.5.1-1_armhf.deb ...
Unpacking libmpdec3:armhf (2.5.1-1) ...
Selecting previously unselected package libreadline8:armhf.
Preparing to unpack .../1-libreadline8_8.1-1_armhf.deb ...
Unpacking libreadline8:armhf (8.1-1) ...
Selecting previously unselected package libpython3.9-stdlib:armhf.
Preparing to unpack .../2-libpython3.9-stdlib_3.9.2-1_armhf.deb ...
Unpacking libpython3.9-stdlib:armhf (3.9.2-1) ...
Selecting previously unselected package python3.9.
Preparing to unpack .../3-python3.9_3.9.2-1_armhf.deb ...
Unpacking python3.9 (3.9.2-1) ...
Preparing to unpack .../4-libpython3-stdlib_3.9.2-3_armhf.deb ...
Unpacking libpython3-stdlib:armhf (3.9.2-3) over (3.7.3-1) ...
Selecting previously unselected package libbrotli1:armhf.
Preparing to unpack .../5-libbrotli1_1.0.9-2+b2_armhf.deb ...
Unpacking libbrotli1:armhf (1.0.9-2+b2) ...
Selecting previously unselected package libnettle8:armhf.
Preparing to unpack .../6-libnettle8_3.7.3-1_armhf.deb ...
Unpacking libnettle8:armhf (3.7.3-1) ...
Setting up libnettle8:armhf (3.7.3-1) ...
Selecting previously unselected package libhogweed6:armhf.
(Reading database ... 36041 files and directories currently installed.)
Preparing to unpack .../libhogweed6_3.7.3-1_armhf.deb ...
Unpacking libhogweed6:armhf (3.7.3-1) ...
Setting up libhogweed6:armhf (3.7.3-1) ...
(Reading database ... 36047 files and directories currently installed.)
Preparing to unpack .../libp11-kit0_0.23.22-1_armhf.deb ...
Unpacking libp11-kit0:armhf (0.23.22-1) over (0.23.15-2) ...
Setting up libp11-kit0:armhf (0.23.22-1) ...
(Reading database ... 36047 files and directories currently installed.)
Preparing to unpack .../libgnutls30_3.7.1-5+deb11u3_armhf.deb ...
Unpacking libgnutls30:armhf (3.7.1-5+deb11u3) over (3.6.7-4+deb10u5) ...
Setting up libgnutls30:armhf (3.7.1-5+deb11u3) ...
(Reading database ... 36046 files and directories currently installed.)
Preparing to unpack .../0-libcurl3-gnutls_7.74.0-1.3+deb11u7_armhf.deb ...
Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u7) over (7.64.0-4+deb10u1) ...
Preparing to unpack .../1-python3-pycurl_7.43.0.6-5_armhf.deb ...
Unpacking python3-pycurl (7.43.0.6-5) over (7.43.0.2-0.1) ...
Preparing to unpack .../2-python3-gi_3.38.0-2_armhf.deb ...
Unpacking python3-gi (3.38.0-2) over (3.30.4-1) ...
Preparing to unpack .../3-libgirepository-1.0-1_1.66.1-1+b1_armhf.deb ...
Unpacking libgirepository-1.0-1:armhf (1.66.1-1+b1) over (1.58.3-2) ...
Preparing to unpack .../4-libglib2.0-0_2.66.8-1_armhf.deb ...
Unpacking libglib2.0-0:armhf (2.66.8-1) over (2.58.3-2+deb10u2) ...
Preparing to unpack .../5-python3-dbus_1.2.16-5_armhf.deb ...
Unpacking python3-dbus (1.2.16-5) over (1.2.8-3) ...
Selecting previously unselected package libxxhash0:armhf.
Preparing to unpack .../6-libxxhash0_0.8.0-2_armhf.deb ...
Unpacking libxxhash0:armhf (0.8.0-2) ...
Selecting previously unselected package libapt-pkg6.0:armhf.
Preparing to unpack .../7-libapt-pkg6.0_2.2.4_armhf.deb ...
Unpacking libapt-pkg6.0:armhf (2.2.4) ...
Preparing to unpack .../8-python3-apt_2.2.1_armhf.deb ...
Unpacking python3-apt (2.2.1) over (1.8.4.1) ...
Setting up python3-minimal (3.9.2-3) ...
(Reading database ... 36115 files and directories currently installed.)
Preparing to unpack .../python3_3.9.2-3_armhf.deb ...
Unpacking python3 (3.9.2-3) over (3.7.3-1) ...
(Reading database ... 36100 files and directories currently installed.)
Removing libstdc++-8-dev:armhf (8.3.0-6) ...
Selecting previously unselected package libicu67:armhf.
(Reading database ... 35299 files and directories currently installed.)
Preparing to unpack .../00-libicu67_67.1-7_armhf.deb ...
Unpacking libicu67:armhf (67.1-7) ...
Selecting previously unselected package libtalloc2:armhf.
Preparing to unpack .../01-libtalloc2_2.3.1-2+b1_armhf.deb ...
Unpacking libtalloc2:armhf (2.3.1-2+b1) ...
Selecting previously unselected package libtevent0:armhf.
Preparing to unpack .../02-libtevent0_0.10.2-1_armhf.deb ...
Unpacking libtevent0:armhf (0.10.2-1) ...
Selecting previously unselected package libwbclient0:armhf.
Preparing to unpack .../03-libwbclient0_2%3a4.13.13+dfsg-1~deb11u5_armhf.deb ...
Unpacking libwbclient0:armhf (2:4.13.13+dfsg-1~deb11u5) ...
Selecting previously unselected package python3-dnspython.
Preparing to unpack .../04-python3-dnspython_2.0.0-1_all.deb ...
Unpacking python3-dnspython (2.0.0-1) ...
Selecting previously unselected package libtdb1:armhf.
Preparing to unpack .../05-libtdb1_1.4.3-1+b1_armhf.deb ...
Unpacking libtdb1:armhf (1.4.3-1+b1) ...
Selecting previously unselected package libldb2:armhf.
Preparing to unpack .../06-libldb2_2%3a2.2.3-2~deb11u2_armhf.deb ...
Unpacking libldb2:armhf (2:2.2.3-2~deb11u2) ...
Selecting previously unselected package libpython3.9:armhf.
Preparing to unpack .../07-libpython3.9_3.9.2-1_armhf.deb ...
Unpacking libpython3.9:armhf (3.9.2-1) ...
Selecting previously unselected package python3-ldb.
Preparing to unpack .../08-python3-ldb_2%3a2.2.3-2~deb11u2_armhf.deb ...
Unpacking python3-ldb (2:2.2.3-2~deb11u2) ...
Selecting previously unselected package python3-tdb.
Preparing to unpack .../09-python3-tdb_1.4.3-1+b1_armhf.deb ...
Unpacking python3-tdb (1.4.3-1+b1) ...
Selecting previously unselected package libavahi-common-data:armhf.
Preparing to unpack .../10-libavahi-common-data_0.8-5+deb11u2_armhf.deb ...
Unpacking libavahi-common-data:armhf (0.8-5+deb11u2) ...
Selecting previously unselected package libavahi-common3:armhf.
Preparing to unpack .../11-libavahi-common3_0.8-5+deb11u2_armhf.deb ...
Unpacking libavahi-common3:armhf (0.8-5+deb11u2) ...
Selecting previously unselected package libavahi-client3:armhf.
Preparing to unpack .../12-libavahi-client3_0.8-5+deb11u2_armhf.deb ...
Unpacking libavahi-client3:armhf (0.8-5+deb11u2) ...
Selecting previously unselected package libcups2:armhf.
Preparing to unpack .../13-libcups2_2.3.3op2-3+deb11u2_armhf.deb ...
Unpacking libcups2:armhf (2.3.3op2-3+deb11u2) ...
Selecting previously unselected package python3-talloc:armhf.
Preparing to unpack .../14-python3-talloc_2.3.1-2+b1_armhf.deb ...
Unpacking python3-talloc:armhf (2.3.1-2+b1) ...
Selecting previously unselected package samba-libs:armhf.
Preparing to unpack .../15-samba-libs_2%3a4.13.13+dfsg-1~deb11u5_armhf.deb ...
Unpacking samba-libs:armhf (2:4.13.13+dfsg-1~deb11u5) ...
Selecting previously unselected package python3-samba.
Preparing to unpack .../16-python3-samba_2%3a4.13.13+dfsg-1~deb11u5_armhf.deb ...
Unpacking python3-samba (2:4.13.13+dfsg-1~deb11u5) ...
Selecting previously unselected package samba-common.
Preparing to unpack .../17-samba-common_2%3a4.13.13+dfsg-1~deb11u5_all.deb ...
Unpacking samba-common (2:4.13.13+dfsg-1~deb11u5) ...
Selecting previously unselected package samba-common-bin.
Preparing to unpack .../18-samba-common-bin_2%3a4.13.13+dfsg-1~deb11u5_armhf.deb ...
Unpacking samba-common-bin (2:4.13.13+dfsg-1~deb11u5) ...
Selecting previously unselected package tdb-tools.
Preparing to unpack .../19-tdb-tools_1.4.3-1+b1_armhf.deb ...
Unpacking tdb-tools (1.4.3-1+b1) ...
Selecting previously unselected package samba.
Preparing to unpack .../20-samba_2%3a4.13.13+dfsg-1~deb11u5_armhf.deb ...
Unpacking samba (2:4.13.13+dfsg-1~deb11u5) ...
Setting up runit-helper (2.10.3) ...
Setting up libicu67:armhf (67.1-7) ...
Setting up libglib2.0-0:armhf (2.66.8-1) ...
No schema files found: doing nothing.
Setting up libtdb1:armhf (1.4.3-1+b1) ...
Setting up libtirpc-common (1.3.1-1+deb11u1) ...
Setting up libbrotli1:armhf (1.0.9-2+b2) ...
Setting up libreadline8:armhf (8.1-1) ...
Setting up libcbor0:armhf (0.5.0+dfsg-2) ...
Setting up binutils-common:armhf (2.35.2-2) ...
Setting up libctf-nobfd0:armhf (2.35.2-2) ...
Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u7) ...
Setting up samba-common (2:4.13.13+dfsg-1~deb11u5) ...

Creating config file /etc/samba/smb.conf with new version
Setting up libgomp1:armhf (10.2.1-6) ...
Setting up locales (2.31-13+deb11u6) ...
Installing new version of config file /etc/locale.alias ...
Generating locales (this might take a while)...
en_US.UTF-8... done
Generation complete.
Setting up libasan6:armhf (10.2.1-6) ...
Setting up libtalloc2:armhf (2.3.1-2+b1) ...
Setting up libtevent0:armhf (0.10.2-1) ...
Setting up libavahi-common-data:armhf (0.8-5+deb11u2) ...
Setting up tdb-tools (1.4.3-1+b1) ...
update-alternatives: using /usr/bin/tdbbackup.tdbtools to provide /usr/bin/tdbbackup (tdbbackup) in auto mode
Setting up libatomic1:armhf (10.2.1-6) ...
Setting up libubsan1:armhf (10.2.1-6) ...
Setting up libcrypt-dev:armhf (1:4.4.18-4) ...
Setting up libxxhash0:armhf (0.8.0-2) ...
Setting up libmpdec3:armhf (2.5.1-1) ...
Setting up libgirepository-1.0-1:armhf (1.66.1-1+b1) ...
Setting up libbinutils:armhf (2.35.2-2) ...
Setting up libfido2-1:armhf (1.6.0-2) ...
Setting up libisl23:armhf (0.23-1) ...
Setting up libc-dev-bin (2.31-13+deb11u6) ...
Setting up libldb2:armhf (2:2.2.3-2~deb11u2) ...
Setting up libcc1-0:armhf (10.2.1-6) ...
Setting up cpp-10 (10.2.1-6) ...
Setting up libctf0:armhf (2.35.2-2) ...
Setting up libtirpc3:armhf (1.3.1-1+deb11u1) ...
Setting up openssh-client (1:8.4p1-5+deb11u1) ...
Installing new version of config file /etc/ssh/ssh_config ...
Setting up libgcc-10-dev:armhf (10.2.1-6) ...
Setting up libavahi-common3:armhf (0.8-5+deb11u2) ...
Setting up libwbclient0:armhf (2:4.13.13+dfsg-1~deb11u5) ...
Setting up libtirpc-dev:armhf (1.3.1-1+deb11u1) ...
Setting up libapt-pkg6.0:armhf (2.2.4) ...
Setting up cpp (4:10.2.1-1) ...
Setting up libnsl2:armhf (1.3.0-2) ...
Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
Setting up libavahi-client3:armhf (0.8-5+deb11u2) ...
Setting up libpython3.9-stdlib:armhf (3.9.2-1) ...
Setting up libpython3-stdlib:armhf (3.9.2-3) ...
Setting up openssh-sftp-server (1:8.4p1-5+deb11u1) ...
Setting up openssh-server (1:8.4p1-5+deb11u1) ...
Installing new version of config file /etc/init.d/ssh ...
Installing new version of config file /etc/ssh/moduli ...
rescue-ssh.target is a disabled or a static unit, not starting it.
Setting up binutils (2.35.2-2) ...
Setting up libpython3.9:armhf (3.9.2-1) ...
Setting up gcc-10 (10.2.1-6) ...
Setting up libcups2:armhf (2.3.3op2-3+deb11u2) ...
Setting up libnsl-dev:armhf (1.3.0-2) ...
Setting up libc6-dev:armhf (2.31-13+deb11u6) ...
Setting up python3.9 (3.9.2-1) ...
Setting up libstdc++-10-dev:armhf (10.2.1-6) ...
Setting up g++-10 (10.2.1-6) ...
Setting up python3 (3.9.2-3) ...
Setting up gcc (4:10.2.1-1) ...
Setting up python3-tdb (1.4.3-1+b1) ...
Setting up python3-pycurl (7.43.0.6-5) ...
Setting up python3-gi (3.38.0-2) ...
Setting up python3-ldb (2:2.2.3-2~deb11u2) ...
Setting up g++ (4:10.2.1-1) ...
Setting up python3-dnspython (2.0.0-1) ...
Setting up python3-dbus (1.2.16-5) ...
Setting up python3-talloc:armhf (2.3.1-2+b1) ...
Setting up python3-apt (2.2.1) ...
Setting up samba-libs:armhf (2:4.13.13+dfsg-1~deb11u5) ...
Setting up python3-samba (2:4.13.13+dfsg-1~deb11u5) ...
Setting up samba-common-bin (2:4.13.13+dfsg-1~deb11u5) ...
Checking smb.conf with testparm
Load smb config files from /etc/samba/smb.conf
Loaded services file OK.
Weak crypto is allowed
Server role: ROLE_STANDALONE

Done
Setting up samba (2:4.13.13+dfsg-1~deb11u5) ...
Adding group `sambashare' (GID 116) ...
Done.
Samba is not being run as an AD Domain Controller: Masking samba-ad-dc.service
Please ignore the following error about deb-systemd-helper not finding those services.
(samba-ad-dc.service masked)
Created symlink /etc/systemd/system/multi-user.target.wants/nmbd.service → /lib/systemd/system/nmbd.service.
Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked.
/usr/bin/deb-systemd-helper: error: systemctl preset failed on samba-ad-dc.service: No such file or directory
Created symlink /etc/systemd/system/multi-user.target.wants/smbd.service → /lib/systemd/system/smbd.service.
samba-ad-dc.service is a disabled or a static unit, not starting it.
Processing triggers for libc-bin (2.31-13+deb11u6) ...
Processing triggers for systemd (241-7~deb10u4) ...
Processing triggers for man-db (2.9.4-2) ...
Processing triggers for mime-support (3.62) ...
[ INFO ] Install the necessary dependencies: cifs-utils
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
cpp-8 libasan5 libbison-dev libf2fs-format4 libf2fs5 libisl19 libmpdec2 libpython3.7-minimal libpython3.7-stdlib
python3.7-minimal usb.ids
Use 'sudo apt autoremove' to remove them.
Suggested packages:
smbclient winbind
Recommended packages:
keyutils
The following NEW packages will be installed:
cifs-utils
0 upgraded, 1 newly installed, 0 to remove and 110 not upgraded.
Need to get 85.6 kB of archives.
After this operation, 242 kB of additional disk space will be used.
Get:1 https://mirrors.ustc.edu.cn/debian bullseye/main armhf cifs-utils armhf 2:6.11-3.1+deb11u1
Fetched 85.6 kB in 0s (175 kB/s)
Selecting previously unselected package cifs-utils.
(Reading database ... 36437 files and directories currently installed.)
Preparing to unpack .../cifs-utils_2%3a6.11-3.1+deb11u1_armhf.deb ...
Unpacking cifs-utils (2:6.11-3.1+deb11u1) ...
Setting up cifs-utils (2:6.11-3.1+deb11u1) ...
update-alternatives: using /usr/lib/arm-linux-gnueabihf/cifs-utils/idmapwb.so to provide /etc/cifs-utils/idmap-plugin (idmap-plugin) in auto mode
Processing triggers for man-db (2.9.4-2) ...
[ INFO ] Install the necessary dependencies: mergerfs
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
cpp-8 libasan5 libbison-dev libf2fs-format4 libf2fs5 libisl19 libmpdec2 libpython3.7-minimal libpython3.7-stdlib
python3.7-minimal usb.ids
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
mergerfs
0 upgraded, 1 newly installed, 0 to remove and 110 not upgraded.
Need to get 229 kB of archives.
After this operation, 412 kB of additional disk space will be used.
Get:1 https://mirrors.ustc.edu.cn/debian bullseye/main armhf mergerfs armhf 2.31.0-1
Fetched 229 kB in 1s (424 kB/s)
Selecting previously unselected package mergerfs.
(Reading database ... 36471 files and directories currently installed.)
Preparing to unpack .../mergerfs_2.31.0-1_armhf.deb ...
Unpacking mergerfs (2.31.0-1) ...
Setting up mergerfs (2.31.0-1) ...
Processing triggers for man-db (2.9.4-2) ...
[ INFO ] Install the necessary dependencies: apparmor
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
cpp-8 libasan5 libbison-dev libf2fs-format4 libf2fs5 libisl19 libmpdec2 libpython3.7-minimal libpython3.7-stdlib
python3.7-minimal usb.ids
Use 'sudo apt autoremove' to remove them.
Suggested packages:
apparmor-profiles-extra apparmor-utils
The following NEW packages will be installed:
apparmor
0 upgraded, 1 newly installed, 0 to remove and 110 not upgraded.
Need to get 557 kB of archives.
After this operation, 1,947 kB of additional disk space will be used.
Get:1 https://mirrors.ustc.edu.cn/debian bullseye/main armhf apparmor armhf 2.13.6-10
Fetched 557 kB in 1s (896 kB/s)
Preconfiguring packages ...
Selecting previously unselected package apparmor.
(Reading database ... 36481 files and directories currently installed.)
Preparing to unpack .../apparmor_2.13.6-10_armhf.deb ...
Unpacking apparmor (2.13.6-10) ...
Setting up apparmor (2.13.6-10) ...
Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
Processing triggers for man-db (2.9.4-2) ...
Processing triggers for systemd (241-7~deb10u4) ...
Current Docker verison is 20.10.5+dfsg1.
[ INFO ] Configuration CasaOS Addons
Created symlink /etc/systemd/system/multi-user.target.wants/devmon@devmon.service → /lib/systemd/system/devmon@.service.
Created symlink /etc/systemd/system/default.target.wants/devmon@devmon.service → /lib/systemd/system/devmon@.service.
/tmp/casaos-installer/tmp.8bAlIDXwzl ~
[ INFO ] Downloading https://github.com/IceWhaleTech/CasaOS-Gateway/releases/download/v0.4.2/linux-arm-7-casaos-gateway-v0.4.2.tar.gz...
Failed to download package

a506731078 发表于 2023-6-9 12:10

这个是怎么回事?

a506731078 发表于 2023-6-9 12:10

a506731078 发表于 2023-6-9 12:09


这是怎么回事?

woc007 发表于 2023-6-9 21:29

a506731078 发表于 2023-6-9 12:09


上周我刷了两个都是ok的

yu9zhou 发表于 2023-6-26 00:18

遇到同样的问题
页: [1]
查看完整版本: 玩客云emmc刷机armbian5.9 docker安装casaOS