计算任务脚本安装方式(32位)

版主: 论坛版主

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

计算任务脚本安装方式(32位)

帖子 wusheng » 10 1月 2019, 11:53

测试通过设备
1.树莓派3b+
2.NanoPi-M1-Plus
测试通过系统
1.Raspbian Stretch Lite 下载地址
安装方式:
1:
SSH登录设备

代码: 全选

wget https://github.com/qinghon/BonusCloud-Node/raw/master/aarch32/install.sh -O install.sh&&sudo bash install.sh
## 或者国内镜像源
wget https://bonuscloud-node.s3.cn-north-1.jdcloud-oss.com/x86_64/install.sh -O install.sh&&sudo bash install.sh
绑定命令

代码: 全选

curl -H "Content-Type: application/json" -d '{"bcode":"xxxx-xxxxxxxx","email":"xxxx@xxxx"}' http://主机ip:9017/bound
5/21更新:
- 修改命令方式
- 增加网卡名称指定,未指定就识别默认网卡
- 命令一览: 以后请以 我的主页为准

代码: 全选

    -h             Print this and exit
    -i             Installation environment check and initialization
    -k             Install the k8s environment and the k8s components that
                   BonusCloud depends on
    -n             Install node management components
    -r             Fully remove bonuscloud plug-ins and components
    -s             Install salt-minion for remote debugging by developers
    -I Interface   set interface name to you want
    -c             change kernel to compiled dedicated kernels,only "Phicomm N1"
                   and is danger!
5/21更新
设定网卡名称请用 如果不指定,安装时使用当前默认网卡

代码: 全选

bash install.sh -n -I wlan0 #wlan0 替换为你需要的网卡
卸载命令,会清除证书

代码: 全选

bash install.sh -r
恢复证书或绑定后可选步骤:检查运行状态
viewtopic.php?f=14&t=3194&p=10129#p10129
可能遇到的问题
官网后台不显示版本:
解决办法:

systemctl restart bxc-node
PS: 32位设备大概率遇上bxc-network兼容库问题,表现为

代码: 全选

/opt/bcloud/bxc-network
运行报错
可能的解决方法

代码: 全选

apt install -y libssl-dev libcurl4-openssl-dev liblzo2-dev libjson-c-dev
如果还不能解决,请换debian镜像试试
完整安装后,proxy显示不可用
在完整安装中,proxy由官方服务器调度启动,所以在绑定后需要等一段时间等待服务器调度成功,当然前提是k8s显示已运行
有未记录问题联系https://t.me/wusheng

bilang
大学生
帖子: 121
注册时间: 01 11月 2018, 18:47

Re: 计算任务脚本安装方式(32位)[测试中]

帖子 bilang » 10 1月 2019, 11:59

测试通过设备 NanoPi-M1-Plus

shihaichao31
幼稚园
帖子: 12
注册时间: 04 11月 2018, 18:43

Re: 计算任务脚本安装方式(32位)

帖子 shihaichao31 » 03 3月 2019, 07:58

用ssh登录用户名和密码是多少?

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

Re: 计算任务脚本安装方式(32位)

帖子 wusheng » 03 3月 2019, 11:49

shihaichao31 写了:
03 3月 2019, 07:58
用ssh登录用户名和密码是多少?
镜像不能登录
有未记录问题联系https://t.me/wusheng

yanchenur
新人报道
帖子: 4
注册时间: 26 3月 2019, 09:46

Re: 计算任务脚本安装方式(32位)

帖子 yanchenur » 02 4月 2019, 09:08

[quote=wusheng post_id=10705 time=1551584995 user_id=50]
[quote=shihaichao31 post_id=10704 time=1551571113 user_id=435]
用ssh登录用户名和密码是多少?
[/quote]
镜像不能登录
[/quote]

登录不了怎么进行升级操作啊?要重新刷系统吗?

头像
二 猫
博士研究生
帖子: 1731
注册时间: 01 11月 2018, 18:34

Re: 计算任务脚本安装方式(32位)

帖子 二 猫 » 02 4月 2019, 10:59

yanchenur 写了:
02 4月 2019, 09:08
wusheng 写了:
03 3月 2019, 11:49
shihaichao31 写了:
03 3月 2019, 07:58
用ssh登录用户名和密码是多少?
镜像不能登录
登录不了怎么进行升级操作啊?要重新刷系统吗?
(1)将升级镜像烧录进U盘。
(2)将N1断电关机,并插上刚烧录好的U盘。
(3)将N1开机,耐心等待5-10分钟即可自动升级成功。
(4)关机,拔下U盘,重新开机联网即可。
BonusCloud.io

yanchenur
新人报道
帖子: 4
注册时间: 26 3月 2019, 09:46

Re: 计算任务脚本安装方式(32位)

帖子 yanchenur » 08 4月 2019, 11:46

我的设备是树莓派,以前还没出计算任务的时候就安装了官方的定制系统并且已经绑定的码,现在要怎么升级?

头像
二 猫
博士研究生
帖子: 1731
注册时间: 01 11月 2018, 18:34

Re: 计算任务脚本安装方式(32位)

帖子 二 猫 » 08 4月 2019, 12:22

yanchenur 写了:
08 4月 2019, 11:46
我的设备是树莓派,以前还没出计算任务的时候就安装了官方的定制系统并且已经绑定的码,现在要怎么升级?
最早的系统不支持自动升级,得手动重新刷一下,或者重新用脚本安装的方式

树莓派的证书可以备份,把TF卡插到电脑上,用DG识别并找到证书备份即可,重新安装后将证书导入
BonusCloud.io

yanchenur
新人报道
帖子: 4
注册时间: 26 3月 2019, 09:46

Re: 计算任务脚本安装方式(32位)

帖子 yanchenur » 08 4月 2019, 15:24

如何备份和导入证书呢?能否教一下哈,谢谢管理员啦

头像
二 猫
博士研究生
帖子: 1731
注册时间: 01 11月 2018, 18:34

Re: 计算任务脚本安装方式(32位)

帖子 二 猫 » 08 4月 2019, 15:55

yanchenur 写了:
08 4月 2019, 15:24
如何备份和导入证书呢?能否教一下哈,谢谢管理员啦
就是我上面说的啊,树莓派的TF卡,用读卡器插电脑,然后用 Diskgenius 备份 opt/bcloud 文件夹就行了
BonusCloud.io

yanchenur
新人报道
帖子: 4
注册时间: 26 3月 2019, 09:46

Re: 计算任务脚本安装方式(32位)

帖子 yanchenur » 09 4月 2019, 09:20

谢谢啦~~~~

yanchenur
新人报道
帖子: 4
注册时间: 26 3月 2019, 09:46

Re: 计算任务脚本安装方式(32位)

帖子 yanchenur » 23 4月 2019, 01:52

BonusCloud-LiteNode-raspberryPi-armv7l-20181210.img 这个固件不支持计算任务的吗?

头像
二 猫
博士研究生
帖子: 1731
注册时间: 01 11月 2018, 18:34

Re: 计算任务脚本安装方式(32位)

帖子 二 猫 » 23 4月 2019, 11:15

yanchenur 写了:
23 4月 2019, 01:52
BonusCloud-LiteNode-raspberryPi-armv7l-20181210.img 这个固件不支持计算任务的吗?
是支持的,但是目前因为我们整体升级了系统,这个镜像有一点内核兼容的bug,近期会修复
BonusCloud.io

yanchenur
新人报道
帖子: 4
注册时间: 26 3月 2019, 09:46

Re: 计算任务脚本安装方式(32位)

帖子 yanchenur » 23 4月 2019, 16:49

Sinan Wang 写了:
23 4月 2019, 11:15
yanchenur 写了:
23 4月 2019, 01:52
BonusCloud-LiteNode-raspberryPi-armv7l-20181210.img 这个固件不支持计算任务的吗?
是支持的,但是目前因为我们整体升级了系统,这个镜像有一点内核兼容的bug,近期会修复
修复好了之后,它会自动升级吗?还是要重新刷系统呢?

头像
二 猫
博士研究生
帖子: 1731
注册时间: 01 11月 2018, 18:34

Re: 计算任务脚本安装方式(32位)

帖子 二 猫 » 23 4月 2019, 16:51

需要重新刷,因为内核不兼容不能自动升级
BonusCloud.io

zfqq
新人报道
帖子: 1
注册时间: 09 11月 2018, 14:14

Re: 计算任务脚本安装方式(32位)

帖子 zfqq » 14 7月 2019, 11:56

现在的树莓派版本安装不了有历史版本的系统么

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

Re: 计算任务脚本安装方式(32位)

帖子 wusheng » 25 7月 2019, 21:28

zfqq 写了:
14 7月 2019, 11:56
现在的树莓派版本安装不了有历史版本的系统么
有些什么报错呢?
有未记录问题联系https://t.me/wusheng

Michaelmek
新人报道
帖子: 3
注册时间: 17 2月 2022, 02:08

Как сделать ремонт своимим руками

帖子 Michaelmek » 17 2月 2022, 02:08

Какие бывают ванны и как выбрать?
Вы планируете отремонтировать ванную и хотите знать, какие бывают ванны и на что обратить собственное внимание при выборе? Данная статья поможет вам разобраться с особенностями сантехники из разных материалов, с существующими формами и размерами ванн. И поможет правильно расставить важные акценты, чтобы вы могли приобрести ванну, которая будет оптимальным выбором для вас.
Рекомендуем посетить портал наш сайт, рекомендуем посетить портал о ремонте и дизайне.

Michaelmek
新人报道
帖子: 3
注册时间: 17 2月 2022, 02:08

Как сделать ремонт своимим руками

帖子 Michaelmek » 17 2月 2022, 03:12

Какие бывают ванны и как подобрать?
Вы планируете отремонтировать ванную и хотите знать, какие бывают ванны и на что обратить собственное внимание во время выбора? Эта статья даст вам возможность разобраться с особенностями сантехники из разнообразных материалов, с существующими формами и размерами ванн. И поможет правильно расставить приоритеты, чтобы вы могли купить ванну, которая будет прекрасным выбором для вас.
Рекомендуем посетить портал наш сайт, рекомендуем посетить портал о ремонте и дизайне.

Michaelmek
新人报道
帖子: 3
注册时间: 17 2月 2022, 02:08

Как сделать ремонт своимим руками

帖子 Michaelmek » 17 2月 2022, 05:26

Какие бывают обои?
Вы захотели выбрать обои, и не знаете, с чего начинать? В первую очередь необходимо определиться, какие собственно обои вам необходимы, исходя из особенностей помещения, – устойчивые к влаге, моющиеся или обычные? Потом разберитесь с предпочтительными материалами их изготовления, которых сейчас немало. И уже потом можно учитывать дизайн и цвет, рассматривать и выбирать узоры.
Рекомендуем посетить портал наш сайт, рекомендуем посетить портал о ремонте и дизайне.
Как сделать ремонт своимим руками Как сделать ремонт своимим руками Как сделать ремонт своимим руками Как сделать ремонт своимим руками Как сделать ремонт своимим руками 2234f7e

头像
tvoo
小学生
帖子: 20
注册时间: 06 11月 2018, 18:12

Re: 计算任务脚本安装方式(32位)

帖子 tvoo » 30 7月 2022, 23:07

我已经手动挂载硬盘 脚本会自动加载挂好的硬盘吗?

DavinHype
大学生
帖子: 132
注册时间: 25 10月 2022, 00:33

writing a dissertation conclusion. essay writing services

帖子 DavinHype » 29 10月 2022, 05:18

Stuart Burns from Lynn was looking for writing a dissertation conclusion

Raul Rees found the answer to a search query writing a dissertation conclusion



图片


>>> essay writing service <<<














writing a dissertation conclusion
us history homework answers
car sales cover letter
premium assignment payment
princeton creative writing
solving problems with proportions
essay on going to college
assignment referencing
should gay marriage be legal argumentative essay
emotional intelligence assignment
how can we solve our social problems
personal statement what to include
annotation help
essay persuasive
lyx thesis
whats a cover letter
how can i solve a math problem
euthanasia case studies
ucl personal statement
yours faithfully cover letter
ma dissertation
cover letter for training contract
cover letter manager
computer thesis
essay academic writing
solve homework
customer service essay
assignment of personal property
writers magazine
is homework a waste of time
statically assign ip address
help thesis
protestant ethic thesis
what is an essay thesis
arbitersports assigning
college entrance letters
assign a macro to a button
books about creative writing
quadratic assignment problem
master thesis project management
dissertation marking criteria
medical school essays
social work dissertation
online mfa in creative writing
thesis of shooting an elephant
writing personal essays
psychology and criminology personal statement
boscastle case study
creating hypotheses
best essay help

dissertation writing service
best essay writing service
write my thesis
edit my essay

650 word essay. custom writing service reviews
george orwell shooting an elephant thesis. buy college essays online
reflexology case studies. paper writing website
windows 8.1 assigned access. buy essays cheap
thesis statement on drug abuse. essay custom
thesis statement for literary analysis. essay papers online
winning personal statement. essays buy

Nernet
中学生
帖子: 64
注册时间: 30 10月 2023, 13:29

vidalista 20 tadalafil tablets where in us i can buy dapoxetine

帖子 Nernet » 04 11月 2023, 09:11

Students should understand the implications of medication non-compliance and strategies to improve it <a href=" https://www.f6s.com/member/dapoxetine ">where to buy dapoxetine using paypal</a>

knits
中学生
帖子: 55
注册时间: 02 12月 2023, 09:26

buy dapoxetine 30mg Stay informed on the latest developments in medication for managing symptoms of anxiety disorders. G

帖子 knits » 02 12月 2023, 10:34

https://community.alteryx.com/t5/user/v ... id/524805/ dapoxetine 30 mg tablet price in india. Temperature-controlled storage and transportation systems ensure the stability of medications.

Zoopash
中学生
帖子: 53
注册时间: 19 12月 2023, 16:01

Medication tidings in search patients. Cautions stromectol 6mg tablets

帖子 Zoopash » 19 12月 2023, 17:45

synthroid - Emerging Viral Threats - Pandemic Preparedness.

回复