【斐讯 N1】Armbian_Debian安装博纳云报错解决方案

版主: 论坛版主

回复
头像
地狱天使
小学生
帖子: 49
注册时间: 01 11月 2018, 22:03

【斐讯 N1】Armbian_Debian安装博纳云报错解决方案

帖子 地狱天使 » 07 11月 2018, 00:43

此方法理论上应该可以解决Debian所有关于 libssl.so.1.0.0、libltdl.so.7、libjson-c.so.2缺失,和glibc版本过低问题!如果非此问题请关闭页面!!

本人测试镜像:Armbian_5.64_Aml-s9xxx_Debian_stretch_default_4.19.0-rc7_20181019.img
下载地址:https://yadi.sk/d/pHxaRAs-tZiei/5.64/20181019

1、升级GLIBC到2.27
修改/etc/apt/sources.list,加入以下代码

代码: 全选

deb http://ftp.debian.org/debian sid main
更新源并执行安装命令

代码: 全选

sudo apt-get update
apt-get -t sid install libc6 libc6-dev libc6-dbg
出现选择界面直接选择“YES”执行完命令需要重启不然后面报错,原因未知

2、安装 博纳云 并初始化客户端

代码: 全选

 
 mkdir bxc && cd bxc
 wget -O bxc.sh https://github.com/BonusCloud/BonusCloud-Node/raw/master/aarch64-N1/bxc.sh
 chmod +x bxc.sh
./bxc.sh init
设置开机自启

代码: 全选

./bxc.sh enable
3、安装libssl1.0.0

代码: 全选

wget http://ftp.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.2l-1~bpo8+1_arm64.deb
dpkg -i libssl1.0.0_1.0.2l-1~bpo8+1_arm64.deb
4、安装libjson-c2

代码: 全选

wget http://ftp.debian.org/debian/pool/main/j/json-c/libjson-c2_0.11-4_arm64.deb
dpkg -i libjson-c2_0.11-4_arm64.deb
5、安装libltdl7

代码: 全选

wget http://ftp.debian.org/debian/pool/main/libt/libtool/libltdl7_2.4.6-6_arm64.deb
dpkg -i libltdl7_2.4.6-6_arm64.deb

hackbiao
新人报道
帖子: 4
注册时间: 07 11月 2018, 11:15

Re: 【斐讯 N1】Armbian_Debian安装博纳云报错解决方案

帖子 hackbiao » 09 11月 2018, 00:32

Hit:28 https://dl.bintray.com/openmediavault-p ... rakis-plex stretch Release
Hit:26 https://apt.armbian.com stretch InRelease
Get:30 https://dl.bintray.com/openmediavault-p ... kis-docker stretch Release [3,540 B]
Hit:30 https://dl.bintray.com/openmediavault-p ... kis-docker stretch Release
Fetched 3,408 B in 6s (544 B/s)
Reading package lists... Done
E: Failed to fetch https://downloads.plex.tv/repo/deb/dist ... /InRelease Unable to find expected entry 'main/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
root@aml:/etc/apt# apt-get -t sid install libc6 libc6-dev libc6-dbg
Reading package lists... Done
E: The value 'sid' is invalid for APT::Default-Release as such a release is not available in the sources
root@aml:/etc/apt# cd /
root@aml:/# apt-get -t sid install libc6 libc6-dev libc6-dbg
Reading package lists... Done
E: The value 'sid' is invalid for APT::Default-Release as such a release is not available in the sources
root@aml:/#

hackbiao
新人报道
帖子: 4
注册时间: 07 11月 2018, 11:15

Re: 【斐讯 N1】Armbian_Debian安装博纳云报错解决方案

帖子 hackbiao » 12 11月 2018, 03:43

root@aml:~# apt-get -t sid install libc6 libc6-dev libc6-dbg
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
emby-server:armhf : Depends: zlib1g:armhf (>= 1:1.1.4) but it is not going to be installed
libc-bin : Depends: libc6 (< 2.25) but 2.27-8 is to be installed
libc-dev-bin : Depends: libc6 (< 2.25) but 2.27-8 is to be installed
libc6 : Breaks: locales (< 2.27) but 2.24-11+deb9u3 is to be installed
Breaks: libc6:armhf (!= 2.27-8) but 2.24-11+deb9u3 is to be installed
libc6:armhf : Breaks: libc6 (!= 2.24-11+deb9u3) but 2.27-8 is to be installed
libc6-dev : Depends: libc-dev-bin (= 2.27-8)
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
root@aml:~#

头像
wusheng
硕士研究生
帖子: 260
注册时间: 01 11月 2018, 18:13

Re: 【斐讯 N1】Armbian_Debian安装博纳云报错解决方案

帖子 wusheng » 12 11月 2018, 09:44

hackbiao 写了:
12 11月 2018, 03:43
root@aml:~# apt-get -t sid install libc6 libc6-dev libc6-dbg
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
emby-server:armhf : Depends: zlib1g:armhf (>= 1:1.1.4) but it is not going to be installed
libc-bin : Depends: libc6 (< 2.25) but 2.27-8 is to be installed
libc-dev-bin : Depends: libc6 (< 2.25) but 2.27-8 is to be installed
libc6 : Breaks: locales (< 2.27) but 2.24-11+deb9u3 is to be installed
Breaks: libc6:armhf (!= 2.27-8) but 2.24-11+deb9u3 is to be installed
libc6:armhf : Breaks: libc6 (!= 2.24-11+deb9u3) but 2.27-8 is to be installed
libc6-dev : Depends: libc-dev-bin (= 2.27-8)
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
root@aml:~#
需要先卸载报错的几个库,在重新安装
有未记录问题联系https://t.me/wusheng

hackbiao
新人报道
帖子: 4
注册时间: 07 11月 2018, 11:15

Re: 【斐讯 N1】Armbian_Debian安装博纳云报错解决方案

帖子 hackbiao » 12 11月 2018, 13:53

谢谢大佬指点,安装成功了输入了邮箱和BCODE。并且安装了组件,可是官网上没有发现硬件,BCODE码也没有消失。然后我重新运行了./bxc.sh init 依然没有上线。请问哪里还有问题呢

dd2000
幼稚园
帖子: 19
注册时间: 05 11月 2018, 18:09

Re: 【斐讯 N1】Armbian_Debian安装博纳云报错解决方案

帖子 dd2000 » 12 11月 2018, 17:59

手工运行./bxc-worker 看有没有打印。。我找了一个arm ubuntu 的设备,手工运行./bxc-worker什么打印都没有,直接退出了。肯定那里有问题。。。

丁豆088
小学生
帖子: 20
注册时间: 03 11月 2018, 16:15

Re: 【斐讯 N1】Armbian_Debian安装博纳云报错解决方案

帖子 丁豆088 » 13 11月 2018, 22:35

这个方案安装确实可以,但是和其他有冲突,装完BXC后,别的就会安装出错。不知道什么原因。

dd2000
幼稚园
帖子: 19
注册时间: 05 11月 2018, 18:09

Re: 【斐讯 N1】Armbian_Debian安装博纳云报错解决方案

帖子 dd2000 » 15 11月 2018, 15:59

终于在一个aarch64的机器上搞成功了。

回复