『瀚思彼岸』» 智能家居技术论坛

 找回密码
 立即注册
楼主: jyz_0501

[基础教程] 【六神分享】Raspbian无人值守 一键安装Docker+Hassio 支持3B+

  [复制链接]

0

主题

29

帖子

447

积分

论坛积极会员

积分
447
金钱
418
HASS币
0
发表于 2019-5-6 10:16:25 | 显示全部楼层
09:57:28>>>>>>>>>>使用root用户安装 Hass.io<<<<<<<<<<
bash:行1: 404:: 未找到命令

09:57:29>>>>>>>>>>安装完成,配置完Portainer后,输出Hassio日志<<<<<<<<<<
09:57:29>>>>>>>>>>请用浏览器打开IP:9010,完成Portainer的配置
等待中,按 回车键 进行下一步
10:02:46>>>>>>>>>>重启Hassio容器并输出日志<<<<<<<<<<
-- Logs begin at Fri 2016-11-04 01:16:42 CST. --
^C
pi@raspberrypi:/tmp $ sudo su -c "curl -sL https://raw.githubusercontent.com/hom                                                                        e-assistant/hassio-build/master/install/hassio_install | bash -s -- -m raspberry                                                                        pi3"
bash:行1: 404:: 未找到命令


同上 最后一步出错
回复

使用道具 举报

0

主题

29

帖子

447

积分

论坛积极会员

积分
447
金钱
418
HASS币
0
发表于 2019-5-6 10:44:44 | 显示全部楼层
回复

使用道具 举报

0

主题

15

帖子

640

积分

高级会员

Rank: 4

积分
640
金钱
625
HASS币
0
发表于 2019-5-17 09:41:56 | 显示全部楼层
5/16回報,將最後一段改成以下內容,或者不修改但在運行提存log檔時ctrl+c,再手動貼以下指令亦可。

sudo su -c "curl -sL https://raw.githubusercontent.co ... _install.sh_install | bash -s -- -m raspberrypi3"

膜拜大神。
回复

使用道具 举报

0

主题

33

帖子

151

积分

注册会员

Rank: 2

积分
151
金钱
118
HASS币
0
发表于 2019-5-21 01:29:17 | 显示全部楼层
大神们
echo "`date +%H:%M:%S`>>>>>>>>>>请用浏览器打开IP:9010,完成Portainer的配置"
read -p "等待中,按 回车键 进行下一步"
echo "`date +%H:%M:%S`>>>>>>>>>>重启Hassio容器并输出日志<<<<<<<<<<"
# sudo systemctl restart hassio-supervisor
sudo journalctl -fu hassio-supervisor

到这步也是卡死了 尝试 更换:
docker pull homeassistant/armhf-hassio-supervisor:latest 为
docker pull homeassistant/armhf-hassio-supervisor:4.14 官网上看到的
sudo su -c "curl -sL https://raw.githubusercontent.co ... r/hassio_install.sh_install | bash -s -- -m raspberrypi3" 也替换了。  大神们帮帮看看!


回复

使用道具 举报

0

主题

33

帖子

151

积分

注册会员

Rank: 2

积分
151
金钱
118
HASS币
0
发表于 2019-5-21 01:51:09 | 显示全部楼层

sudo su -c "curl -sL https://raw.githubusercontent.co ... r/hassio_install.sh_install | bash -s -- -m raspberrypi3"
pi@raspberrypi:/tmp $ sudo nano docker_hassio.sh
pi@raspberrypi:/tmp $ sudo chmod u+x docker_hassio.sh
pi@raspberrypi:/tmp $ sudo ./docker_hassio.sh 1>&2

01:14:56<<<<<<<<<<<<一键安装脚本开始执行>>>>>>>>>>>>>

<<<<<<<<<<<<修改源地址>>>>>>>>>>>>>
#deb http://mirrors.aliyun.com/raspbian/raspbian/ stretch main contrib non-free rpi
#deb-src http://mirrors.aliyun.com/raspbian/raspbian/ stretch main contrib non-free rpi
deb http://mirrors.ustc.edu.cn/raspbian/raspbian/ stretch main contrib non-free rpi
deb-src http://mirrors.ustc.edu.cn/raspbian/raspbian/ stretch main contrib non-free rpi
#deb https://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ stretch main contrib non-free rpi
#deb-src https://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ stretch main contrib non-free rpi
#deb https://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ stretch ui
deb http://mirrors.ustc.edu.cn/raspbian/raspbian/ stretch ui
#deb http://mirrors.aliyun.com/debian/ stretch ui

01:14:56>>>>>>>>>>添加HTTPS传输软件包以及CA证书<<<<<<<<<<
Reading package lists... Done
Building dependency tree
Reading state information... Done
apt-transport-https is already the newest version (1.4.9).
ca-certificates is already the newest version (20161130+nmu1+deb9u1).
curl is already the newest version (7.52.1-5+deb9u9).
gnupg2 is already the newest version (2.1.18-8~deb9u4).
software-properties-common is already the newest version (0.96.20.2-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

01:15:14>>>>>>>>>>添加Docker 官方GPG密钥<<<<<<<<<<
OK

01:15:17>>>>>>>>>>添加 Docker CE 软件源<<<<<<<<<<
deb [arch=armhf] https://download.docker.com/linux/debian       stretch stable

01:15:19>>>>>>>>>>更新 apt 软件包缓存并安装Docker CE<<<<<<<<<<
Hit:1 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch InRelease
Hit:2 https://download.docker.com/linux/debian stretch InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
docker-ce is already the newest version (5:18.09.6~3-0~debian-stretch).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

01:15:29>>>>>>>>>>将当前用户添加到 Docker 组<<<<<<<<<<

01:15:29>>>>>>>>>>修改Docker仓库到国内加速器<<<<<<<<<<
{
  "registry-mirrors": ["https://registry.docker-cn.com"]
}

01:15:31>>>>>>>>>>重新加载Docker配置并重启<<<<<<<<<<
mkdir: cannot create directory ‘.pip’: File exists
[global]
trusted-host=mirrors.aliyun.com
index-url=http://mirrors.aliyun.com/pypi/simple
01:18:17>>>>>>>>>>获取最新源列表并更新软件<<<<<<<<<<
Hit:1 https://download.docker.com/linux/debian stretch InRelease
Hit:2 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

01:19:36>>>>>>>>>>安装bash socat jq支持库软件<<<<<<<<<<
Reading package lists... Done
Building dependency tree
Reading state information... Done
apparmor-utils is already the newest version (2.11.0-3+deb9u2).
avahi-daemon is already the newest version (0.6.32-2).
bash is already the newest version (4.4-5).
curl is already the newest version (7.52.1-5+deb9u9).
dbus is already the newest version (1.10.26-0+deb9u1).
jq is already the newest version (1.5+dfsg-1.3).
network-manager is already the newest version (1.6.2-3+deb9u2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

01:19:38>>>>>>>>>>安装Samba Git Screen Net-tools
发帖后神奇的往下走了,但是卡着也不少时间了,不往下走!
回复

使用道具 举报

0

主题

8

帖子

42

积分

新手上路

Rank: 1

积分
42
金钱
34
HASS币
0
发表于 2019-5-21 19:12:13 | 显示全部楼层
jyz_0501 发表于 2019-1-12 07:45
最后一步如果没有日志输出
请手动执行下  
[code]sudo su -c "curl -sL https://raw.gi ...


bash: line 1: 404:: command not found
最后一步成这样了,咋个回事哦
回复

使用道具 举报

0

主题

34

帖子

117

积分

注册会员

Rank: 2

积分
117
金钱
83
HASS币
0
发表于 2019-6-24 10:29:54 | 显示全部楼层
0c32135e0014: Pull complete
b2700b016e9c: Pull complete
31be85f7cf89: Pull complete
1a4988f7afb3: Pull complete
3876375707f4: Pull complete
0e5cb02d99e3: Pull complete
aacb5ac59684: Pull complete
1e18e4ae8aea: Pull complete
Digest: sha256:b513f018a30fe321331577f47ea9f3218d12f12a4398a2789e140fa321a85de7
Status: Downloaded newer image for homeassistant/raspberrypi3-homeassistant:0.94.4
开始 hassio 安装流程。(如出现 [Warning] 请忽略,无须理会)
[Info] Install supervisor Docker container
[Info] Install supervisor startup scripts
Unit hassio-supervisor.service could not be found.

########################### System version ###########################
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 9.9 (stretch)
Release:        9.9
Codename:       stretch
########################### System version 2 ###########################
Linux version 4.14.98-v7+ (dom@dom-XPS-13-9370) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1200 SMP Tue Feb 12 20:27:48 GMT 2019
########################### System info ###########################
Linux raspberrypi 4.14.98-v7+ #1200 SMP Tue Feb 12 20:27:48 GMT 2019 armv7l GNU/Linux
########################### END ###########################
安装 hassio 失败,请将上方安装信息发送到论坛询问。脚本退出...


10:27:00>>>>>>>>>>安装完成,配置完Portainer后,输出Hassio日志<<<<<<<<<<
10:27:00>>>>>>>>>>请用浏览器打开IP:9010,完成Portainer的配置
等待中,按 回车键 进行下一步
10:27:48>>>>>>>>>>重启Hassio容器并输出日志<<<<<<<<<<
-- Logs begin at Fri 2016-11-04 01:16:42 CST. --



楼主,这样提示是安装失败了吗
回复

使用道具 举报

0

主题

34

帖子

117

积分

注册会员

Rank: 2

积分
117
金钱
83
HASS币
0
发表于 2019-6-24 10:31:09 | 显示全部楼层
lyndtao 发表于 2019-6-24 10:29
0c32135e0014: Pull complete
b2700b016e9c: Pull complete
31be85f7cf89: Pull complete


09:36:06<<<<<<<<<<<<一键安装脚本开始执行>>>>>>>>>>>>>

<<<<<<<<<<<<修改源地址>>>>>>>>>>>>>
#deb http://mirrors.aliyun.com/raspbian/raspbian/ stretch main contrib nonrpi
#deb-src http://mirrors.aliyun.com/raspbian/raspbian/ stretch main contribree rpi
deb http://mirrors.ustc.edu.cn/raspbian/raspbian/ stretch main contrib nonrpi
deb-src http://mirrors.ustc.edu.cn/raspbian/raspbian/ stretch main contribree rpi
#deb https://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ stretch main contrifree rpi
#deb-src https://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ stretch main conon-free rpi
#deb https://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ stretch ui
deb http://mirrors.ustc.edu.cn/raspbian/raspbian/ stretch ui
#deb http://mirrors.aliyun.com/debian/ stretch ui

09:36:06>>>>>>>>>>添加HTTPS传输软件包以及CA证书<<<<<<<<<<
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package gnupg2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  gnupg gpgv

E: Package 'gnupg2' has no installation candidate
E: Unable to locate package software-properties-common

09:36:07>>>>>>>>>>添加Docker 官方GPG密钥<<<<<<<<<<
OK

09:36:12>>>>>>>>>>添加 Docker CE 软件源<<<<<<<<<<
deb [arch=armhf] https://download.docker.com/linux/debian       stretch st

09:36:14>>>>>>>>>>更新 apt 软件包缓存并安装Docker CE<<<<<<<<<<
Get:1 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch InRelease [15.0
Get:2 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/non-free Source kB]
Get:3 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main Sources [9B]
Get:4 https://download.docker.com/linux/debian stretch InRelease [44.8 kB]
Get:5 https://download.docker.com/linux/debian stretch/stable armhf Packag805 B]
Get:6 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/contrib Sources kB]
Get:7 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/rpi Sources [1,
Get:8 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf Pack11.7 MB]
Get:9 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/contrib armhf Ps [56.9 kB]
Get:10 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/non-free armhfges [95.5 kB]
Get:11 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/rpi armhf Pack1,360 B]
Fetched 21.8 MB in 30s (708 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  base-files dbus libdbus-1-3 libpam-systemd libpng-dev libpng-tools
  libpng16-16 libssh2-1 libsystemd0 libudev1 libwbclient0 rsync samba-comm
  systemd systemd-sysv udev unzip vim-common vim-tiny xxd
20 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 6,548 kB of archives.
After this operation, 19.5 kB of additional disk space will be used.
Get:1 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf base armhf 9.9+rpi1+deb9u9 [67.5 kB]
Get:2 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf dbus 1.10.28-0+deb9u1 [192 kB]
Get:3 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libd3 armhf 1.10.28-0+deb9u1 [176 kB]
Get:4 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf systsv armhf 232-25+deb9u11 [82.4 kB]
Get:5 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libptemd armhf 232-25+deb9u11 [175 kB]
Get:6 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libs0 armhf 232-25+deb9u11 [260 kB]
Get:7 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf systmhf 232-25+deb9u11 [2,223 kB]
Get:8 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf udev 232-25+deb9u11 [1,073 kB]
Get:9 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf liburmhf 232-25+deb9u11 [121 kB]
Get:10 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libnt0 armhf 2:4.5.16+dfsg-1+deb9u1 [121 kB]
Get:11 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf sammon all 2:4.5.16+dfsg-1+deb9u1 [174 kB]
Get:12 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf vimarmhf 2:8.0.0197-4+deb9u2 [338 kB]
Get:13 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf xxd 2:8.0.0197-4+deb9u2 [131 kB]
Get:14 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf vimn all 2:8.0.0197-4+deb9u2 [159 kB]
Get:15 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libols armhf 1.6.28-1+deb9u1 [130 kB]
Get:16 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libv armhf 1.6.28-1+deb9u1 [232 kB]
Get:17 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf lib16 armhf 1.6.28-1+deb9u1 [263 kB]
Get:18 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf lib armhf 1.7.0-1+deb9u1 [126 kB]
Get:19 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf rsyhf 3.1.2-1+deb9u2 [356 kB]
Get:20 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf unzhf 6.0-21+deb9u1 [149 kB]
Fetched 6,548 kB in 3s (2,128 kB/s)
apt-listchanges: Reading changelogs...
Preconfiguring packages ...
(Reading database ... 34734 files and directories currently installed.)
Preparing to unpack .../base-files_9.9+rpi1+deb9u9_armhf.deb ...
Unpacking base-files (9.9+rpi1+deb9u9) over (9.9+rpi1+deb9u8) ...
Setting up base-files (9.9+rpi1+deb9u9) ...
Installing new version of config file /etc/debian_version ...
(Reading database ... 34734 files and directories currently installed.)
Preparing to unpack .../dbus_1.10.28-0+deb9u1_armhf.deb ...
Unpacking dbus (1.10.28-0+deb9u1) over (1.10.26-0+deb9u1) ...
Preparing to unpack .../libdbus-1-3_1.10.28-0+deb9u1_armhf.deb ...
Unpacking libdbus-1-3:armhf (1.10.28-0+deb9u1) over (1.10.26-0+deb9u1) ...
Preparing to unpack .../systemd-sysv_232-25+deb9u11_armhf.deb ...
Unpacking systemd-sysv (232-25+deb9u11) over (232-25+deb9u9) ...
Preparing to unpack .../libpam-systemd_232-25+deb9u11_armhf.deb ...
Unpacking libpam-systemd:armhf (232-25+deb9u11) over (232-25+deb9u9) ...
Preparing to unpack .../libsystemd0_232-25+deb9u11_armhf.deb ...
Unpacking libsystemd0:armhf (232-25+deb9u11) over (232-25+deb9u9) ...
Setting up libsystemd0:armhf (232-25+deb9u11) ...
(Reading database ... 34734 files and directories currently installed.)
Preparing to unpack .../systemd_232-25+deb9u11_armhf.deb ...
Unpacking systemd (232-25+deb9u11) over (232-25+deb9u9) ...
Preparing to unpack .../udev_232-25+deb9u11_armhf.deb ...
Unpacking udev (232-25+deb9u11) over (232-25+deb9u9) ...
Preparing to unpack .../libudev1_232-25+deb9u11_armhf.deb ...
Unpacking libudev1:armhf (232-25+deb9u11) over (232-25+deb9u9) ...
Setting up libudev1:armhf (232-25+deb9u11) ...
(Reading database ... 34734 files and directories currently installed.)
Preparing to unpack .../00-libwbclient0_2%3a4.5.16+dfsg-1+deb9u1_armhf.deb
Unpacking libwbclient0:armhf (2:4.5.16+dfsg-1+deb9u1) over (2:4.5.16+dfsg-
Preparing to unpack .../01-samba-common_2%3a4.5.16+dfsg-1+deb9u1_all.deb .
Unpacking samba-common (2:4.5.16+dfsg-1+deb9u1) over (2:4.5.16+dfsg-1) ...
Preparing to unpack .../02-vim-tiny_2%3a8.0.0197-4+deb9u2_armhf.deb ...
Unpacking vim-tiny (2:8.0.0197-4+deb9u2) over (2:8.0.0197-4+deb9u1) ...
Preparing to unpack .../03-xxd_2%3a8.0.0197-4+deb9u2_armhf.deb ...
Unpacking xxd (2:8.0.0197-4+deb9u2) over (2:8.0.0197-4+deb9u1) ...
Preparing to unpack .../04-vim-common_2%3a8.0.0197-4+deb9u2_all.deb ...
Unpacking vim-common (2:8.0.0197-4+deb9u2) over (2:8.0.0197-4+deb9u1) ...
Preparing to unpack .../05-libpng-tools_1.6.28-1+deb9u1_armhf.deb ...
Unpacking libpng-tools (1.6.28-1+deb9u1) over (1.6.28-1) ...
Preparing to unpack .../06-libpng-dev_1.6.28-1+deb9u1_armhf.deb ...
Unpacking libpng-dev:armhf (1.6.28-1+deb9u1) over (1.6.28-1) ...
Preparing to unpack .../07-libpng16-16_1.6.28-1+deb9u1_armhf.deb ...
Unpacking libpng16-16:armhf (1.6.28-1+deb9u1) over (1.6.28-1) ...
Preparing to unpack .../08-libssh2-1_1.7.0-1+deb9u1_armhf.deb ...
Unpacking libssh2-1:armhf (1.7.0-1+deb9u1) over (1.7.0-1) ...
Preparing to unpack .../09-rsync_3.1.2-1+deb9u2_armhf.deb ...
Unpacking rsync (3.1.2-1+deb9u2) over (3.1.2-1+deb9u1) ...
Preparing to unpack .../10-unzip_6.0-21+deb9u1_armhf.deb ...
Unpacking unzip (6.0-21+deb9u1) over (6.0-21) ...
Setting up libwbclient0:armhf (2:4.5.16+dfsg-1+deb9u1) ...
Processing triggers for mime-support (3.60) ...
Setting up xxd (2:8.0.0197-4+deb9u2) ...
Setting up libpng16-16:armhf (1.6.28-1+deb9u1) ...
Processing triggers for install-info (6.3.0.dfsg.1-1+b1) ...
Setting up libpng-tools (1.6.28-1+deb9u1) ...
Setting up unzip (6.0-21+deb9u1) ...
Setting up samba-common (2:4.5.16+dfsg-1+deb9u1) ...
Setting up rsync (3.1.2-1+deb9u2) ...
Setting up libssh2-1:armhf (1.7.0-1+deb9u1) ...
Processing triggers for libc-bin (2.24-11+deb9u4) ...
Setting up udev (232-25+deb9u11) ...
addgroup: The group `input' already exists as a system group. Exiting.
update-initramfs: deferring update (trigger activated)
Setting up systemd (232-25+deb9u11) ...
addgroup: The group `systemd-journal' already exists as a system group. Ex
Setting up vim-common (2:8.0.0197-4+deb9u2) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up libpng-dev:armhf (1.6.28-1+deb9u1) ...
Setting up libdbus-1-3:armhf (1.10.28-0+deb9u1) ...
Setting up vim-tiny (2:8.0.0197-4+deb9u2) ...
Setting up systemd-sysv (232-25+deb9u11) ...
Setting up dbus (1.10.28-0+deb9u1) ...
A reboot is required to replace the running dbus-daemon.
Please reboot the system when convenient.
Setting up libpam-systemd:armhf (232-25+deb9u11) ...
Processing triggers for initramfs-tools (0.130) ...
Processing triggers for libc-bin (2.24-11+deb9u4) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  aufs-dkms aufs-tools cgroupfs-mount containerd.io cpp-4.6 dkms docker-ce
  gcc-4.6 git git-man liberror-perl libltdl7 linux-headers-3.6-trunk-commo
  linux-headers-3.6-trunk-rpi linux-kbuild-3.6 linux-kbuild-4.9 pigz
Suggested packages:
  aufs-dev gcc-4.6-locales python3-apport menu libmudflap0-4.6-dev gcc-4.6
  libgcc1-dbg libgomp1-dbg libquadmath-dbg libmudflap0-dbg libcloog-ppl1
  | libcloog-ppl0 libppl-c4 libppl12 | libppl9 binutils-gold git-daemon-ru
  | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-a
  git-cvs git-mediawiki git-svn
The following NEW packages will be installed:
  aufs-dkms aufs-tools cgroupfs-mount containerd.io cpp-4.6 dkms docker-ce
  docker-ce-cli gcc-4.6 git git-man liberror-perl libltdl7
  linux-headers-3.6-trunk-common linux-headers-3.6-trunk-rpi linux-kbuild-
  linux-kbuild-4.9 pigz
0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded.
Need to get 49.2 MB of archives.
After this operation, 227 MB of additional disk space will be used.
Get:1 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libeerl all 0.17024-1 [26.9 kB]
Get:3 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf git 1:2.11.0-3+deb9u4 [3,390 kB]
Get:2 http://45.252.224.82/files/B11500000DD66019/deb.debian.org/debian stmain armhf git-man all 1:2.11.0-3+deb9u4 [1,433 kB]
Get:4 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf pigz 2.3.4-1 [50.0 kB]
Get:5 https://download.docker.com/linux/debian stretch/stable armhf contaio armhf 1.2.5-1 [10.7 MB]
Get:6 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf dkms.3-2 [74.8 kB]
Get:7 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf linuld-4.9 armhf 4.9.82-1+deb9u3+rpi1 [709 kB]
Get:8 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf aufsarmhf 4.9+20161219-1 [169 kB]
Get:9 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf aufs armhf 1:4.1+20161219-1 [101 kB]
Get:10 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf cgrmount all 1.3 [5,716 B]
Get:11 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf cpprmhf 4.6.4-5+rpi1 [4,145 kB]
Get:12 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf gccrmhf 4.6.4-5+rpi1 [4,363 kB]
Get:13 https://download.docker.com/linux/debian stretch/stable armhf dockeli armhf 5:18.09.6~3-0~debian-stretch [8,093 kB]
Get:14 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libarmhf 2.4.6-2 [386 kB]
Get:15 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf linders-3.6-trunk-common armhf 3.6.9-1~experimental.1+rpi7 [4,189 kB]
Get:16 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf linild-3.6 armhf 3.6-1~experimental.1+rpi2+b2 [136 kB]
Get:17 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf linders-3.6-trunk-rpi armhf 3.6.9-1~experimental.1+rpi7 [414 kB]
Get:18 https://download.docker.com/linux/debian stretch/stable armhf dockermhf 5:18.09.6~3-0~debian-stretch [10.8 MB]
Fetched 49.2 MB in 30s (1,605 kB/s)
Selecting previously unselected package liberror-perl.
(Reading database ... 34734 files and directories currently installed.)
Preparing to unpack .../00-liberror-perl_0.17024-1_all.deb ...
Unpacking liberror-perl (0.17024-1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../01-git-man_1%3a2.11.0-3+deb9u4_all.deb ...
Unpacking git-man (1:2.11.0-3+deb9u4) ...
Selecting previously unselected package git.
Preparing to unpack .../02-git_1%3a2.11.0-3+deb9u4_armhf.deb ...
Unpacking git (1:2.11.0-3+deb9u4) ...
Selecting previously unselected package pigz.
Preparing to unpack .../03-pigz_2.3.4-1_armhf.deb ...
Unpacking pigz (2.3.4-1) ...
Selecting previously unselected package dkms.
Preparing to unpack .../04-dkms_2.3-2_all.deb ...
Unpacking dkms (2.3-2) ...
Selecting previously unselected package linux-kbuild-4.9.
Preparing to unpack .../05-linux-kbuild-4.9_4.9.82-1+deb9u3+rpi1_armhf.deb
Unpacking linux-kbuild-4.9 (4.9.82-1+deb9u3+rpi1) ...
Selecting previously unselected package aufs-dkms.
Preparing to unpack .../06-aufs-dkms_4.9+20161219-1_armhf.deb ...
Unpacking aufs-dkms (4.9+20161219-1) ...
Selecting previously unselected package aufs-tools.
Preparing to unpack .../07-aufs-tools_1%3a4.1+20161219-1_armhf.deb ...
Unpacking aufs-tools (1:4.1+20161219-1) ...
Selecting previously unselected package cgroupfs-mount.
Preparing to unpack .../08-cgroupfs-mount_1.3_all.deb ...
Unpacking cgroupfs-mount (1.3) ...
Selecting previously unselected package containerd.io.
Preparing to unpack .../09-containerd.io_1.2.5-1_armhf.deb ...
Unpacking containerd.io (1.2.5-1) ...
Selecting previously unselected package cpp-4.6.
Preparing to unpack .../10-cpp-4.6_4.6.4-5+rpi1_armhf.deb ...
Unpacking cpp-4.6 (4.6.4-5+rpi1) ...
Selecting previously unselected package docker-ce-cli.
Preparing to unpack .../11-docker-ce-cli_5%3a18.09.6~3-0~debian-stretch_arb ...
Unpacking docker-ce-cli (5:18.09.6~3-0~debian-stretch) ...
Selecting previously unselected package docker-ce.
Preparing to unpack .../12-docker-ce_5%3a18.09.6~3-0~debian-stretch_armhf..
Unpacking docker-ce (5:18.09.6~3-0~debian-stretch) ...
Selecting previously unselected package gcc-4.6.
Preparing to unpack .../13-gcc-4.6_4.6.4-5+rpi1_armhf.deb ...
Unpacking gcc-4.6 (4.6.4-5+rpi1) ...
Selecting previously unselected package libltdl7:armhf.
Preparing to unpack .../14-libltdl7_2.4.6-2_armhf.deb ...
Unpacking libltdl7:armhf (2.4.6-2) ...
Selecting previously unselected package linux-headers-3.6-trunk-common.
Preparing to unpack .../15-linux-headers-3.6-trunk-common_3.6.9-1~experime+rpi7_armhf.deb ...
Unpacking linux-headers-3.6-trunk-common (3.6.9-1~experimental.1+rpi7) ...
Selecting previously unselected package linux-kbuild-3.6.
Preparing to unpack .../16-linux-kbuild-3.6_3.6-1~experimental.1+rpi2+b2_aeb ...
Unpacking linux-kbuild-3.6 (3.6-1~experimental.1+rpi2+b2) ...
Selecting previously unselected package linux-headers-3.6-trunk-rpi.
Preparing to unpack .../17-linux-headers-3.6-trunk-rpi_3.6.9-1~experimentai7_armhf.deb ...
Unpacking linux-headers-3.6-trunk-rpi (3.6.9-1~experimental.1+rpi7) ...
Setting up aufs-tools (1:4.1+20161219-1) ...
Setting up git-man (1:2.11.0-3+deb9u4) ...
Setting up containerd.io (1.2.5-1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/containerd.ser /lib/systemd/system/containerd.service.
Setting up liberror-perl (0.17024-1) ...
Setting up cpp-4.6 (4.6.4-5+rpi1) ...
Setting up linux-headers-3.6-trunk-common (3.6.9-1~experimental.1+rpi7) ..
Setting up cgroupfs-mount (1.3) ...
Setting up dkms (2.3-2) ...
Setting up linux-kbuild-4.9 (4.9.82-1+deb9u3+rpi1) ...
Processing triggers for libc-bin (2.24-11+deb9u4) ...
Processing triggers for systemd (232-25+deb9u11) ...
Setting up libltdl7:armhf (2.4.6-2) ...
Setting up gcc-4.6 (4.6.4-5+rpi1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up linux-kbuild-3.6 (3.6-1~experimental.1+rpi2+b2) ...
Setting up docker-ce-cli (5:18.09.6~3-0~debian-stretch) ...
Setting up pigz (2.3.4-1) ...
Setting up git (1:2.11.0-3+deb9u4) ...
Setting up docker-ce (5:18.09.6~3-0~debian-stretch) ...
update-alternatives: using /usr/bin/dockerd-ce to provide /usr/bin/dockerderd) in auto mode
Created symlink /etc/systemd/system/multi-user.target.wants/docker.serviceb/systemd/system/docker.service.
Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /stemd/system/docker.socket.
Setting up aufs-dkms (4.9+20161219-1) ...
Loading new aufs-4.9+20161219 DKMS files...
It is likely that 4.14.98-v7+ belongs to a chroot's host
Building for 3.6-trunk-rpi, 4.14.98+ and 4.14.98-v7+
Building initial module for 3.6-trunk-rpi
Error!  The dkms.conf for this module includes a BUILD_EXCLUSIVE directive
does not match this kernel/arch.  This indicates that it should not be bui
Skipped.
Module build for kernel 4.14.98+ was skipped since the
kernel headers for this kernel does not seem to be installed.
Module build for kernel 4.14.98-v7+ was skipped since the
kernel headers for this kernel does not seem to be installed.
Setting up linux-headers-3.6-trunk-rpi (3.6.9-1~experimental.1+rpi7) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.6-trunk-rpi
Error!  The dkms.conf for this module includes a BUILD_EXCLUSIVE directive
does not match this kernel/arch.  This indicates that it should not be bui
Processing triggers for libc-bin (2.24-11+deb9u4) ...
Processing triggers for systemd (232-25+deb9u11) ...

09:41:40>>>>>>>>>>将当前用户添加到 Docker 组<<<<<<<<<<

09:41:41>>>>>>>>>>修改Docker仓库到国内加速器<<<<<<<<<<
{
  "registry-mirrors": ["https://registry.docker-cn.com"]
}

09:41:43>>>>>>>>>>重新加载Docker配置并重启<<<<<<<<<<
[global]
trusted-host=mirrors.aliyun.com
index-url=http://mirrors.aliyun.com/pypi/simple
09:42:03>>>>>>>>>>获取最新源列表并更新软件<<<<<<<<<<
Hit:1 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch InRelease
Hit:2 https://download.docker.com/linux/debian stretch InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

09:42:17>>>>>>>>>>安装bash socat jq支持库软件<<<<<<<<<<
Reading package lists... Done
Building dependency tree
Reading state information... Done
avahi-daemon is already the newest version (0.6.32-2).
bash is already the newest version (4.4-5).
curl is already the newest version (7.52.1-5+deb9u9).
dbus is already the newest version (1.10.28-0+deb9u1).
dbus set to manually installed.
The following additional packages will be installed:
  apparmor dconf-gsettings-backend dconf-service dns-root-data dnsmasq-bas
  glib-networking glib-networking-common glib-networking-services
  gsettings-desktop-schemas iputils-arping libapparmor-perl libbluetooth3
  libdconf1 libgudev-1.0-0 libjansson4 libjq1 libmbim-glib4 libmbim-proxy
  libmm-glib0 libndp0 libnm0 libonig4 libpcap0.8 libproxy1v5 libqmi-glib5
  libqmi-proxy libsoup2.4-1 libteamdctl0 modemmanager ppp python3-apparmor
  python3-libapparmor
Suggested packages:
  apparmor-profiles apparmor-profiles-extra vim-addon-manager libteam-util
The following NEW packages will be installed:
  apparmor apparmor-utils dconf-gsettings-backend dconf-service dns-root-d
  dnsmasq-base glib-networking glib-networking-common glib-networking-serv
  gsettings-desktop-schemas iputils-arping jq libapparmor-perl libbluetoot
  libdconf1 libgudev-1.0-0 libjansson4 libjq1 libmbim-glib4 libmbim-proxy
  libmm-glib0 libndp0 libnm0 libonig4 libpcap0.8 libproxy1v5 libqmi-glib5
  libqmi-proxy libsoup2.4-1 libteamdctl0 modemmanager network-manager ppp
  python3-apparmor python3-libapparmor
0 upgraded, 35 newly installed, 0 to remove and 0 not upgraded.
Need to get 6,653 kB of archives.
After this operation, 27.5 MB of additional disk space will be used.
Get:1 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libdarmhf 0.26.0-2 [33.3 kB]
Get:2 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf dconice armhf 0.26.0-2 [30.1 kB]
Get:3 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf dcontings-backend armhf 0.26.0-2 [22.5 kB]
Get:4 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf dns-ata all 2019031302~deb9u1 [4,746 B]
Get:5 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf dnsmse armhf 2.76-5+deb9u2 [384 kB]
Get:6 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libp5 armhf 0.4.14-2 [50.2 kB]
Get:7 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf glibrking-common all 2.50.0-1 [49.1 kB]
Get:8 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf glibrking-services armhf 2.50.0-1 [11.6 kB]
Get:9 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf gsetdesktop-schemas all 3.22.0-1 [473 kB]
Get:10 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf gliorking armhf 2.50.0-1 [48.2 kB]
Get:11 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libarmhf 6.1.3-2 [127 kB]
Get:12 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libmhf 1.5+dfsg-1.3 [119 kB]
Get:13 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf jq 1.5+dfsg-1.3 [58.9 kB]
Get:14 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf liboth3 armhf 5.43-2+deb9u1+b7 [92.6 kB]
Get:15 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf lib1.0-0 armhf 230-3 [11.1 kB]
Get:16 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libn4 armhf 2.9-1 [25.2 kB]
Get:17 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf liblib4 armhf 1.14.0-1 [56.1 kB]
Get:18 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libroxy armhf 1.14.0-1 [6,904 B]
Get:19 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libb0 armhf 1.6.4-1 [146 kB]
Get:20 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf librmhf 1.6-1 [9,328 B]
Get:21 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libmhf 1.6.2-3+deb9u2 [440 kB]
Get:22 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf lib8 armhf 1.8.1-3 [123 kB]
Get:23 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libib5 armhf 1.16.2-1 [326 kB]
Get:24 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf liboxy armhf 1.16.2-1 [8,340 B]
Get:25 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf lib4-1 armhf 2.56.0-2+deb9u2 [248 kB]
Get:26 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libtl0 armhf 1.26-1 [10.2 kB]
Get:27 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf modger armhf 1.6.4-1 [528 kB]
Get:28 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf netanager armhf 1.6.2-3+deb9u2 [2,030 kB]
Get:29 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf ppp 2.4.7-1+4 [323 kB]
Get:30 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libor-perl armhf 2.11.0-3+deb9u2 [79.6 kB]
Get:31 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf apparmhf 2.11.0-3+deb9u2 [438 kB]
Get:32 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf pytibapparmor armhf 2.11.0-3+deb9u2 [74.2 kB]
Get:33 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf pytpparmor armhf 2.11.0-3+deb9u2 [130 kB]
Get:34 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf apputils armhf 2.11.0-3+deb9u2 [103 kB]
Get:35 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf ipurping armhf 3:20161105-1 [32.9 kB]
Fetched 6,653 kB in 11s (597 kB/s)
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package libdconf1:armhf.
(Reading database ... 43723 files and directories currently installed.)
Preparing to unpack .../00-libdconf1_0.26.0-2_armhf.deb ...
Unpacking libdconf1:armhf (0.26.0-2) ...
Selecting previously unselected package dconf-service.
Preparing to unpack .../01-dconf-service_0.26.0-2_armhf.deb ...
Unpacking dconf-service (0.26.0-2) ...
Selecting previously unselected package dconf-gsettings-backend:armhf.
Preparing to unpack .../02-dconf-gsettings-backend_0.26.0-2_armhf.deb ...
Unpacking dconf-gsettings-backend:armhf (0.26.0-2) ...
Selecting previously unselected package dns-root-data.
Preparing to unpack .../03-dns-root-data_2019031302~deb9u1_all.deb ...
Unpacking dns-root-data (2019031302~deb9u1) ...
Selecting previously unselected package dnsmasq-base.
Preparing to unpack .../04-dnsmasq-base_2.76-5+deb9u2_armhf.deb ...
Unpacking dnsmasq-base (2.76-5+deb9u2) ...
Selecting previously unselected package libproxy1v5:armhf.
Preparing to unpack .../05-libproxy1v5_0.4.14-2_armhf.deb ...
Unpacking libproxy1v5:armhf (0.4.14-2) ...
Selecting previously unselected package glib-networking-common.
Preparing to unpack .../06-glib-networking-common_2.50.0-1_all.deb ...
Unpacking glib-networking-common (2.50.0-1) ...
Selecting previously unselected package glib-networking-services.
Preparing to unpack .../07-glib-networking-services_2.50.0-1_armhf.deb ...
Unpacking glib-networking-services (2.50.0-1) ...
Selecting previously unselected package gsettings-desktop-schemas.
Preparing to unpack .../08-gsettings-desktop-schemas_3.22.0-1_all.deb ...
Unpacking gsettings-desktop-schemas (3.22.0-1) ...
Selecting previously unselected package glib-networking:armhf.
Preparing to unpack .../09-glib-networking_2.50.0-1_armhf.deb ...
Unpacking glib-networking:armhf (2.50.0-1) ...
Selecting previously unselected package libonig4:armhf.
Preparing to unpack .../10-libonig4_6.1.3-2_armhf.deb ...
Unpacking libonig4:armhf (6.1.3-2) ...
Selecting previously unselected package libjq1:armhf.
Preparing to unpack .../11-libjq1_1.5+dfsg-1.3_armhf.deb ...
Unpacking libjq1:armhf (1.5+dfsg-1.3) ...
Selecting previously unselected package jq.
Preparing to unpack .../12-jq_1.5+dfsg-1.3_armhf.deb ...
Unpacking jq (1.5+dfsg-1.3) ...
Selecting previously unselected package libbluetooth3:armhf.
Preparing to unpack .../13-libbluetooth3_5.43-2+deb9u1+b7_armhf.deb ...
Unpacking libbluetooth3:armhf (5.43-2+deb9u1+b7) ...
Selecting previously unselected package libgudev-1.0-0:armhf.
Preparing to unpack .../14-libgudev-1.0-0_230-3_armhf.deb ...
Unpacking libgudev-1.0-0:armhf (230-3) ...
Selecting previously unselected package libjansson4:armhf.
Preparing to unpack .../15-libjansson4_2.9-1_armhf.deb ...
Unpacking libjansson4:armhf (2.9-1) ...
Selecting previously unselected package libmbim-glib4:armhf.
Preparing to unpack .../16-libmbim-glib4_1.14.0-1_armhf.deb ...
Unpacking libmbim-glib4:armhf (1.14.0-1) ...
Selecting previously unselected package libmbim-proxy.
Preparing to unpack .../17-libmbim-proxy_1.14.0-1_armhf.deb ...
Unpacking libmbim-proxy (1.14.0-1) ...
Selecting previously unselected package libmm-glib0:armhf.
Preparing to unpack .../18-libmm-glib0_1.6.4-1_armhf.deb ...
Unpacking libmm-glib0:armhf (1.6.4-1) ...
Selecting previously unselected package libndp0:armhf.
Preparing to unpack .../19-libndp0_1.6-1_armhf.deb ...
Unpacking libndp0:armhf (1.6-1) ...
Selecting previously unselected package libnm0:armhf.
Preparing to unpack .../20-libnm0_1.6.2-3+deb9u2_armhf.deb ...
Unpacking libnm0:armhf (1.6.2-3+deb9u2) ...
Selecting previously unselected package libpcap0.8:armhf.
Preparing to unpack .../21-libpcap0.8_1.8.1-3_armhf.deb ...
Unpacking libpcap0.8:armhf (1.8.1-3) ...
Selecting previously unselected package libqmi-glib5:armhf.
Preparing to unpack .../22-libqmi-glib5_1.16.2-1_armhf.deb ...
Unpacking libqmi-glib5:armhf (1.16.2-1) ...
Selecting previously unselected package libqmi-proxy.
Preparing to unpack .../23-libqmi-proxy_1.16.2-1_armhf.deb ...
Unpacking libqmi-proxy (1.16.2-1) ...
Selecting previously unselected package libsoup2.4-1:armhf.
Preparing to unpack .../24-libsoup2.4-1_2.56.0-2+deb9u2_armhf.deb ...
Unpacking libsoup2.4-1:armhf (2.56.0-2+deb9u2) ...
Selecting previously unselected package libteamdctl0:armhf.
Preparing to unpack .../25-libteamdctl0_1.26-1_armhf.deb ...
Unpacking libteamdctl0:armhf (1.26-1) ...
Selecting previously unselected package modemmanager.
Preparing to unpack .../26-modemmanager_1.6.4-1_armhf.deb ...
Unpacking modemmanager (1.6.4-1) ...
Selecting previously unselected package network-manager.
Preparing to unpack .../27-network-manager_1.6.2-3+deb9u2_armhf.deb ...
Unpacking network-manager (1.6.2-3+deb9u2) ...
Selecting previously unselected package ppp.
Preparing to unpack .../28-ppp_2.4.7-1+4_armhf.deb ...
Unpacking ppp (2.4.7-1+4) ...
Selecting previously unselected package libapparmor-perl.
Preparing to unpack .../29-libapparmor-perl_2.11.0-3+deb9u2_armhf.deb ...
Unpacking libapparmor-perl (2.11.0-3+deb9u2) ...
Selecting previously unselected package apparmor.
Preparing to unpack .../30-apparmor_2.11.0-3+deb9u2_armhf.deb ...
Unpacking apparmor (2.11.0-3+deb9u2) ...
Selecting previously unselected package python3-libapparmor.
Preparing to unpack .../31-python3-libapparmor_2.11.0-3+deb9u2_armhf.deb .
Unpacking python3-libapparmor (2.11.0-3+deb9u2) ...
Selecting previously unselected package python3-apparmor.
Preparing to unpack .../32-python3-apparmor_2.11.0-3+deb9u2_armhf.deb ...
Unpacking python3-apparmor (2.11.0-3+deb9u2) ...
Selecting previously unselected package apparmor-utils.
Preparing to unpack .../33-apparmor-utils_2.11.0-3+deb9u2_armhf.deb ...
Unpacking apparmor-utils (2.11.0-3+deb9u2) ...
Selecting previously unselected package iputils-arping.
Preparing to unpack .../34-iputils-arping_3%3a20161105-1_armhf.deb ...
Unpacking iputils-arping (3:20161105-1) ...
Setting up glib-networking-common (2.50.0-1) ...
Setting up python3-libapparmor (2.11.0-3+deb9u2) ...
Processing triggers for libglib2.0-0:armhf (2.50.3-2) ...
Setting up libonig4:armhf (6.1.3-2) ...
Setting up libjansson4:armhf (2.9-1) ...
Setting up libbluetooth3:armhf (5.43-2+deb9u1+b7) ...
Setting up libproxy1v5:armhf (0.4.14-2) ...
Setting up dns-root-data (2019031302~deb9u1) ...
Setting up glib-networking-services (2.50.0-1) ...
Setting up python3-apparmor (2.11.0-3+deb9u2) ...
Setting up libjq1:armhf (1.5+dfsg-1.3) ...
Processing triggers for libc-bin (2.24-11+deb9u4) ...
Setting up libmm-glib0:armhf (1.6.4-1) ...
Processing triggers for systemd (232-25+deb9u11) ...
Setting up libdconf1:armhf (0.26.0-2) ...
Setting up dnsmasq-base (2.76-5+deb9u2) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up libgudev-1.0-0:armhf (230-3) ...
Processing triggers for dbus (1.10.28-0+deb9u1) ...
Setting up libndp0:armhf (1.6-1) ...
Setting up iputils-arping (3:20161105-1) ...
Setting up libapparmor-perl (2.11.0-3+deb9u2) ...
Setting up libteamdctl0:armhf (1.26-1) ...
Setting up libpcap0.8:armhf (1.8.1-3) ...
Setting up jq (1.5+dfsg-1.3) ...
Setting up libmbim-glib4:armhf (1.14.0-1) ...
Setting up ppp (2.4.7-1+4) ...
Created symlink /etc/systemd/system/multi-user.target.wants/pppd-dns.servilib/systemd/system/pppd-dns.service.
Setting up dconf-service (0.26.0-2) ...
Setting up libnm0:armhf (1.6.2-3+deb9u2) ...
Setting up apparmor (2.11.0-3+deb9u2) ...
Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service /systemd/system/apparmor.service.
update-rc.d: warning: start and stop actions are no longer supported; fallck to defaults
diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or direct
Setting up libmbim-proxy (1.14.0-1) ...
Setting up dconf-gsettings-backend:armhf (0.26.0-2) ...
Setting up apparmor-utils (2.11.0-3+deb9u2) ...
Setting up gsettings-desktop-schemas (3.22.0-1) ...
Setting up libqmi-glib5:armhf (1.16.2-1) ...
Setting up libqmi-proxy (1.16.2-1) ...
Setting up glib-networking:armhf (2.50.0-1) ...
Setting up modemmanager (1.6.4-1) ...
Created symlink /etc/systemd/system/dbus-org.freedesktop.ModemManager1.ser /lib/systemd/system/ModemManager.service.
Created symlink /etc/systemd/system/multi-user.target.wants/ModemManager.s → /lib/systemd/system/ModemManager.service.
Setting up libsoup2.4-1:armhf (2.56.0-2+deb9u2) ...
Setting up network-manager (1.6.2-3+deb9u2) ...
Created symlink /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.ser /lib/systemd/system/NetworkManager-dispatcher.service.
Created symlink /etc/systemd/system/network-online.target.wants/NetworkManait-online.service → /lib/systemd/system/NetworkManager-wait-online.servic
Created symlink /etc/systemd/system/multi-user.target.wants/NetworkManagerce → /lib/systemd/system/NetworkManager.service.
Processing triggers for libc-bin (2.24-11+deb9u4) ...
Processing triggers for systemd (232-25+deb9u11) ...
Processing triggers for dbus (1.10.28-0+deb9u1) ...

09:44:16>>>>>>>>>>安装Samba Git Screen Net-tools Nmap工具软件,配置Samba共<<<<<<<<<<
Reading package lists... Done
Building dependency tree
Reading state information... Done
git is already the newest version (1:2.11.0-3+deb9u4).
git set to manually installed.
net-tools is already the newest version (1.60+git20161116.90da8a0-1).
The following additional packages will be installed:
  attr libaio1 libavahi-client3 libblas-common libblas3 libcups2
  libfile-copy-recursive-perl libgfortran3 libgpgme11 libldb1 liblinear3
  liblua5.3-0 libpython2.7 libtdb1 libtevent0 libxslt1.1 ndiff python-bs4
  python-chardet python-crypto python-dnspython python-html5lib python-ldb
  python-lxml python-pkg-resources python-samba python-six python-talloc
  python-tdb python-webencodings samba-common-bin samba-dsdb-modules
  samba-libs samba-vfs-modules tdb-tools update-inetd
Suggested packages:
  cups-common gpgsm liblinear-tools liblinear-dev python-crypto-dbg
  python-crypto-doc python-genshi python-lxml-dbg python-lxml-doc
  python-setuptools python-gpgme bind9 bind9utils ctdb ldb-tools ntp | chr
  smbldap-tools winbind ufw heimdal-clients byobu | screenie | iselect
The following NEW packages will be installed:
  attr libaio1 libavahi-client3 libblas-common libblas3 libcups2
  libfile-copy-recursive-perl libgfortran3 libgpgme11 libldb1 liblinear3
  liblua5.3-0 libpython2.7 libtdb1 libtevent0 libxslt1.1 ndiff nmap python
  python-chardet python-crypto python-dnspython python-html5lib python-ldb
  python-lxml python-pkg-resources python-samba python-six python-talloc
  python-tdb python-webencodings samba samba-common-bin samba-dsdb-modules
  samba-libs samba-vfs-modules screen tdb-tools update-inetd
0 upgraded, 39 newly installed, 0 to remove and 0 not upgraded.
Need to get 17.4 MB of archives.
After this operation, 80.5 MB of additional disk space will be used.
Get:1 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf pythpython all 1.15.0-1+deb9u1 [102 kB]
Get:2 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf pythpto armhf 2.6.1-7 [253 kB]
Get:3 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libtmhf 1.3.11-2 [38.0 kB]
Get:3 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libtmhf 1.3.11-2 [38.0 kB]
Err:3 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libtmhf 1.3.11-2
  Hash Sum mismatch
  Hashes of expected file:
   - SHA256:5171ea4c04a6b4538c08056719f2a3914ff798371fb39e447eaf0b89ad2086
   - SHA1:e7c743a3da5a2dded3bfd2844f72e6fb0a64c12b [weak]
   - MD5Sum:128a832505bca3f65099112b8f49e8b7 [weak]
   - Filesize:37996 [weak]
  Hashes of received file:
   - SHA256:d34564698432e06fe1f84c8366ac174f9e092d31e8adc3ddd5de5fb729e26f
   - SHA1:4e062b34f3847166bfebede3aa7829ff866c002a [weak]
   - MD5Sum:53dc60cbb583225e3d44dc074fc848a7 [weak]
   - Filesize:37996 [weak]
  Last modification reported: Sat, 15 Oct 2016 16:08:08 +0000
Get:4 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libt armhf 0.9.31-1 [24.7 kB]
Get:5 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf liblmhf 2:1.1.27-1+deb9u1 [92.4 kB]
Get:6 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libp.7 armhf 2.7.13-2+deb9u3 [914 kB]
Get:7 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf pyth armhf 2:1.1.27-1+deb9u1 [29.9 kB]
Get:8 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf pyth armhf 1.3.11-2 [15.3 kB]
Get:9 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf pythloc armhf 2.1.8-1 [11.3 kB]
Get:10 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libclient3 armhf 0.6.32-2 [51.3 kB]
Get:11 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libarmhf 2.2.1-8+deb9u2 [273 kB]
Get:12 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf sams armhf 2:4.5.16+dfsg-1+deb9u1 [4,398 kB]
Get:13 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf pytmba armhf 2:4.5.16+dfsg-1+deb9u1 [1,144 kB]
Get:14 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf sammon-bin armhf 2:4.5.16+dfsg-1+deb9u1 [554 kB]
Get:15 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf tdb armhf 1.3.11-2 [25.7 kB]
Get:16 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libopy-recursive-perl all 0.38-1 [20.6 kB]
Get:17 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf updetd all 4.44 [20.8 kB]
Get:18 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf samhf 2:4.5.16+dfsg-1+deb9u1 [871 kB]
Get:19 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf scrmhf 4.5.0-6 [547 kB]
Get:20 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf attf 1:2.4.47-2 [41.3 kB]
Get:21 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf librmhf 0.3.110-3 [9,366 B]
Get:22 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libommon armhf 3.7.0-2 [14.2 kB]
Get:23 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf liban3 armhf 6.3.0-18+rpi1+deb9u1 [166 kB]
Get:24 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf libarmhf 3.7.0-2 [107 kB]
Get:25 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf lib1 armhf 1.8.0-3 [141 kB]
Get:26 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf lib3 armhf 2.1.0+dfsg-2 [34.9 kB]
Get:27 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf lib-0 armhf 5.3.3-1 [96.8 kB]
Get:28 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf lib1 armhf 1.1.29-2.1 [214 kB]
Get:29 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf pyt4 all 4.5.3-1 [86.7 kB]
Get:30 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf pytg-resources all 33.1.1-1 [166 kB]
Get:31 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf pytardet all 2.3.0-2 [96.0 kB]
Get:32 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf pytx all 1.10.0-3 [14.4 kB]
Get:33 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf pytbencodings all 0.5-2 [10.3 kB]
Get:34 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf pytml5lib all 0.999999999-1 [88.0 kB]
Get:35 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf pytml armhf 3.7.1-1 [793 kB]
Get:36 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf samb-modules armhf 2:4.5.16+dfsg-1+deb9u1 [304 kB]
Get:37 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf sam-modules armhf 2:4.5.16+dfsg-1+deb9u1 [335 kB]
Get:38 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf ndi 7.40-1 [280 kB]
Get:39 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf nmaf 7.40-1 [5,051 kB]
Fetched 17.4 MB in 18s (960 kB/s)
E: Failed to fetch http://mirrors.ustc.edu.cn/raspb ... _1.3.11-2_armhf.deb  Hash Sum mismatch
   Hashes of expected file:
    - SHA256:5171ea4c04a6b4538c08056719f2a3914ff798371fb39e447eaf0b89ad208
    - SHA1:e7c743a3da5a2dded3bfd2844f72e6fb0a64c12b [weak]
    - MD5Sum:128a832505bca3f65099112b8f49e8b7 [weak]
    - Filesize:37996 [weak]
   Hashes of received file:
    - SHA256:d34564698432e06fe1f84c8366ac174f9e092d31e8adc3ddd5de5fb729e26
    - SHA1:4e062b34f3847166bfebede3aa7829ff866c002a [weak]
    - MD5Sum:53dc60cbb583225e3d44dc074fc848a7 [weak]
    - Filesize:37996 [weak]
   Last modification reported: Sat, 15 Oct 2016 16:08:08 +0000
E: Unable to fetch some archives, maybe run apt-get update or try with --fsing?
09:44:37>>>>>>>>>>等待重启Samba<<<<<<<<<<
Failed to restart smbd.service: Unit smbd.service not found.
09:44:41>>>>>>>>>>拉取Docker可视化工具(portainer)<<<<<<<<<<
latest: Pulling from portainer/portainer
d1e017099d17: Pull complete
7b7006b7baa6: Pull complete
Digest: sha256:cc226d8a06b6d5e24b44a4f10d0d1fd701741e84a852adc6d40bef9424a
Status: Downloaded newer image for portainer/portainer:latest
09:45:38>>>>>>>>>>配置Docker可视化工具到9010端口<<<<<<<<<<
328fb0fcda70cdeff052717542e657447eee9af8314dc13f18226659f25399ce

09:45:56>>>>>>>>>>拉取homeassistant镜像<<<<<<<<<<
latest: Pulling from homeassistant/raspberrypi3-homeassistant
856f4240f8db: Pull complete
3380b71c7b67: Pull complete
448872995d72: Pull complete
131aa5d5d9cf: Pull complete
2d9a5f4a6a96: Pull complete
c304b559465f: Pull complete
b20e52e13c94: Pull complete
322e612939b2: Pull complete
629698f60fa8: Pull complete
cf4c4e43c5f4: Pull complete
33dfab78ceee: Pull complete
85f60a4ee5d9: Pull complete
fd030791e360: Pull complete
ad2e5260c5e2: Pull complete
079584bf86d0: Pull complete
88b38253ae23: Pull complete
73aac12a7fe3: Pull complete
c42477c35c07: Pull complete
4a450155422b: Pull complete
2dd4ba4676c9: Pull complete
d973461188fe: Pull complete
12f98649529d: Pull complete
c46ed7096eed: Pull complete
Digest: sha256:17824d284357deedf1f1823e0ea9c73acc46960aa85dc5c5c8c98ea455449832
Status: Downloaded newer image for homeassistant/raspberrypi3-homeassistant:latest

09:55:17>>>>>>>>>>拉取hassio-supervisor镜像<<<<<<<<<<
latest: Pulling from homeassistant/armhf-hassio-supervisor
6e39823df636: Pull complete
2aed7361055d: Pull complete
b3a2087db9b2: Pull complete
033729a79184: Pull complete
84303c674307: Pull complete
0cf80b5a9029: Pull complete
6ac41c58c4c5: Pull complete
eb39ac73018a: Pull complete
f5b2de047b5d: Pull complete
713c6555044d: Pull complete
2f974f4799a6: Pull complete
6e56c02f08af: Pull complete
5fe028db32d5: Pull complete
Digest: sha256:795eac0ccd367dfdba1e5e8fc148bbe5081696f851ff4078be7812ba03d8c5a9
Status: Downloaded newer image for homeassistant/armhf-hassio-supervisor:latest
09:57:21>>>>>>>>>>使用root用户安装 Hass.io<<<<<<<<<<
(1). 是否将系统源切换为中科大(USTC)源(目前支持 Debian Ubuntu Raspbian 三款系统)
请输入 y or n(默认 yes):y


(2). 在你系统内找到 pi 用户,是否将其添加至 docker 用户组。
请输入 yes 或者 no (默认 yes):y
将pi用户添加至 docker 用户组。


(3).是否需要替换 docker 默认源?
请输入 yes 或者 no(默认:yes):y

1. docker-cn (docker 官方中国镜像源,阿里云提供服务,但流量大可能会卡)
2. 七牛云 docker 镜像源
请选择 docker 加速器(默认:七牛云):


(4).请选择你设备类型(默认:qemux86)
    [1]: raspberrypi
    [2]: raspberrypi2
    [3]: raspberrypi3
    [4]: qemuarm
    [5]: qemux86
    [6]: intel-nuc
输入数字 (1-6):3
你选择了 raspberrypi3


(5).是否需要设置 hassio 数据保存路径(默认:/usr/share/hassio)
请输入 yes 或 no (默认:no):no
hassio 数据路径为默认路径: /usr/share/hassio
################################################################################
# 1. 是否将系统源切换为中科大(USTC)源: 是
# 2. 是否将用户添加至 Docker 用户组:   是,添加用户为 pi
# 3. 是否将 Docker 源切换至国内源:     是,切换源选择:七牛云
# 4. 您的设备类型为:                   raspberrypi3
# 5. 您的 hassio 数据路径为:           /usr/share/hassio
################################################################################
请确认以上信息,继续请按任意键,如需修改请输入 Ctrl+C 结束任务重新执行脚本。

[info]: 切换系统网络源.....
备份系统源文件为 /etc/apt/sources.list.bak
Hit:1 https://download.docker.com/linux/debian stretch InRelease
Hit:2 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch InRelease
Get:3 http://mirrors.ustc.edu.cn/archive.raspberrypi.org/debian stretch InRelease [25.4 kB]
Get:4 http://mirrors.ustc.edu.cn/archive.raspberrypi.org/debian stretch/main armhf Packages [221 kB]
Get:5 http://mirrors.ustc.edu.cn/archive.raspberrypi.org/debian stretch/ui armhf Packages [45.0 kB]
Fetched 292 kB in 24s (11.8 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
9 packages can be upgraded. Run 'apt list --upgradable' to see them.
[info]: 安装 hassio 必要依赖.....
Reading package lists... Done
Building dependency tree
Reading state information... Done
avahi-daemon is already the newest version (0.6.32-2).
curl is already the newest version (7.52.1-5+deb9u9).
jq is already the newest version (1.5+dfsg-1.3).
net-tools is already the newest version (1.60+git20161116.90da8a0-1).
The following NEW packages will be installed:
  socat
0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded.
Need to get 320 kB of archives.
After this operation, 858 kB of additional disk space will be used.
Get:1 http://mirrors.ustc.edu.cn/raspbian/raspbian stretch/main armhf socat armhf 1.7.3.1-2+deb9u1 [320 kB]
Fetched 320 kB in 0s (712 kB/s)
dpkg-preconfigure: unable to re-open stdin: No such file or directory
Selecting previously unselected package socat.
(Reading database ... 44665 files and directories currently installed.)
Preparing to unpack .../socat_1.7.3.1-2+deb9u1_armhf.deb ...
Unpacking socat (1.7.3.1-2+deb9u1) ...
Setting up socat (1.7.3.1-2+deb9u1) ...
Processing triggers for man-db (2.7.6.1-2) ...
/usr/bin/docker
[info]: 发现系统已安装 docker,跳过 docker 安装
[info]: 切换 Docker 源为国内源....
Failed to open /dev/tty: No such device or address
[info]: 切换国内源完成
[info]: 安装 hassio......
从 hub.docker.com 下载 homeassistant/raspberrypi3-homeassistant:0.94.4......
0.94.4: Pulling from homeassistant/raspberrypi3-homeassistant
856f4240f8db: Already exists
3380b71c7b67: Already exists
448872995d72: Already exists
131aa5d5d9cf: Already exists
2d9a5f4a6a96: Already exists
c304b559465f: Already exists
b20e52e13c94: Already exists
322e612939b2: Already exists
629698f60fa8: Already exists
9c2170d0d955: Pull complete
56a6ba924d78: Pull complete
247605c840d8: Pull complete
1cf595811e40: Pull complete
2ab34ab35a41: Pull complete
323e5953cf5b: Pull complete
820a7460caa6: Pull complete
8afbac91c74b: Pull complete
0c32135e0014: Pull complete
b2700b016e9c: Pull complete
31be85f7cf89: Pull complete
1a4988f7afb3: Pull complete
3876375707f4: Pull complete
0e5cb02d99e3: Pull complete
aacb5ac59684: Pull complete
1e18e4ae8aea: Pull complete
Digest: sha256:b513f018a30fe321331577f47ea9f3218d12f12a4398a2789e140fa321a85de7
Status: Downloaded newer image for homeassistant/raspberrypi3-homeassistant:0.94.4
开始 hassio 安装流程。(如出现 [Warning] 请忽略,无须理会)
[Info] Install supervisor Docker container
[Info] Install supervisor startup scripts
Unit hassio-supervisor.service could not be found.

########################### System version ###########################
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 9.9 (stretch)
Release:        9.9
Codename:       stretch
########################### System version 2 ###########################
Linux version 4.14.98-v7+ (dom@dom-XPS-13-9370) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1200 SMP Tue Feb 12 20:27:48 GMT 2019
########################### System info ###########################
Linux raspberrypi 4.14.98-v7+ #1200 SMP Tue Feb 12 20:27:48 GMT 2019 armv7l GNU/Linux
########################### END ###########################
安装 hassio 失败,请将上方安装信息发送到论坛询问。脚本退出...


10:27:00>>>>>>>>>>安装完成,配置完Portainer后,输出Hassio日志<<<<<<<<<<
10:27:00>>>>>>>>>>请用浏览器打开IP:9010,完成Portainer的配置
等待中,按 回车键 进行下一步
10:27:48>>>>>>>>>>重启Hassio容器并输出日志<<<<<<<<<<
-- Logs begin at Fri 2016-11-04 01:16:42 CST. --
回复

使用道具 举报

175

主题

2956

帖子

7555

积分

超级版主

我就是六神

Rank: 8Rank: 8

积分
7555
金钱
4574
HASS币
398

活跃会员教程狂人灌水之王

QQ
 楼主| 发表于 2019-6-27 00:57:10 | 显示全部楼层
更新~~~ 请试用
回复

使用道具 举报

0

主题

14

帖子

60

积分

论坛积极会员

积分
60
金钱
46
HASS币
0
发表于 2019-6-28 16:25:20 | 显示全部楼层
新手学习中
回复

使用道具 举报

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

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-5-2 03:30 , Processed in 0.072946 second(s), 32 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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