|
|
玩客云刷好armbian后,直接刷casaos,curl: (7) Failed to connect to get.casaos.io port 443: Connection timed out
更换清华源后,使用apt update更新命令没问题,安装casaos时出现问题,预想IP地址并没有出现,但是出现 cannot open shared object file: No such file or directory,这是安装失败吗?
当我想再重新来一遍的时候,又出现sudo: account validation failure, is your account locked?这句,折腾好久了,实在不会搞,求大神们帮忙看看
使用安装casaos的命令是curl -fsSL https://get.casaos.io | sudo bash
下面是安装过程显示的代码:
--- Made by IceWhale with YOU ---
[ OK ] Your hardware architecture is : armv7l
[ OK ] Your System is : Linux
[ OK ] Your Linux Distribution is : debian
[ OK ] Memory capacity check passed.
[ OK ] Disk capacity check passed.
[ INFO ] Updating package manager...
[ OK ] Update package manager complete.
[ INFO ] Install the necessary dependencies: smartmontools
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package gcc-12-base:armhf.
(Reading database ... 34386 files and directories currently installed.)
Preparing to unpack .../gcc-12-base_12.2.0-14_armhf.deb ...
Unpacking gcc-12-base:armhf (12.2.0-14) ...
Setting up gcc-12-base:armhf (12.2.0-14) ...
(Reading database ... 34391 files and directories currently installed.)
Preparing to unpack .../libgmp10_2%3a6.2.1+dfsg1-1.1_armhf.deb ...
Unpacking libgmp10:armhf (2:6.2.1+dfsg1-1.1) over (2:6.1.2+dfsg-4+deb10u1) ...
Setting up libgmp10:armhf (2:6.2.1+dfsg1-1.1) ...
Selecting previously unselected package libnettle8:armhf.
(Reading database ... 34392 files and directories currently installed.)
Preparing to unpack .../libnettle8_3.8.1-2_armhf.deb ...
Unpacking libnettle8:armhf (3.8.1-2) ...
Setting up libnettle8:armhf (3.8.1-2) ...
Selecting previously unselected package libhogweed6:armhf.
(Reading database ... 34400 files and directories currently installed.)
Preparing to unpack .../libhogweed6_3.8.1-2_armhf.deb ...
Unpacking libhogweed6:armhf (3.8.1-2) ...
Setting up libhogweed6:armhf (3.8.1-2) ...
(Reading database ... 34406 files and directories currently installed.)
Preparing to unpack .../0-network-manager_1.42.4-1_armhf.deb ...
Failed to stop nm-priv-helper.service: Unit nm-priv-helper.service not loaded.
Unpacking network-manager (1.42.4-1) over (1.14.6-2+deb10u1) ...
Preparing to unpack .../1-chrony_4.3-2+deb12u1_armhf.deb ...
Failed to stop chrony-wait.service: Unit chrony-wait.service not loaded.
Unpacking chrony (4.3-2+deb12u1) over (3.4-4+deb10u2) ...
Preparing to unpack .../2-locales_2.36-9+deb12u7_all.deb ...
Unpacking locales (2.36-9+deb12u7) over (2.28-10+deb10u1) ...
Preparing to unpack .../3-openssh-server_1%3a9.2p1-2+deb12u3_armhf.deb ...
Unpacking openssh-server (1:9.2p1-2+deb12u3) over (1:7.9p1-10+deb10u2) ...
Preparing to unpack .../4-libc6_2.36-9+deb12u7_armhf.deb ...
Checking for services that may need to be restarted...
Checking init scripts...
Unpacking libc6:armhf (2.36-9+deb12u7) over (2.28-10+deb10u1) ...
Selecting previously unselected package libgcc-s1:armhf.
Preparing to unpack .../5-libgcc-s1_12.2.0-14_armhf.deb ...
Unpacking libgcc-s1:armhf (12.2.0-14) ...
Replacing files in old package libgcc1:armhf (1:8.3.0-6) ...
Setting up libgcc-s1:armhf (12.2.0-14) ...
Setting up libc6:armhf (2.36-9+deb12u7) ...
/usr/bin/perl: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
dpkg: error processing package libc6:armhf (--configure):
installed libc6:armhf package post-installation script subprocess returned error exit status 127
Errors were encountered while processing:
libc6:armhf
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@arm:~# wget -qO- https://get.casaos.io | sudo bash
sudo: account validation failure, is your account locked?
|
|