-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SecretPad All In One 安装报错 #195
Comments
@Caict-GuoShiJie 辛苦贴出以下信息 |
[root@localhost ~]# docker ps |
排查docker版本的操作很赞,我们推荐使用 20.10.24 或更高版本的Docker |
好的 我升级试试 感谢 |
hello,升级docker版本还是一样的错误,辛苦看看什么问题,日志如下:
___ ___ ___ _ __ | | / | | _____ __ https://www.secretflow.org.cn/ /root/kuscia/autonomy/alice/kuscia.yaml exit, remove old file root-kuscia-autonomy-alice/kuscia.yaml |
确认一下是否是因为CPU导致的
3、打开kuscia.sh和register_app_image_0.sh,将第一行的
4、执行,注意端口号不能被占用和重复
|
抱歉,是注释这两行,上面的信息标注错误了 |
一样的错误,
___ ___ ___ _ __ | | / | | _____ __ https://www.secretflow.org.cn/ /root/kuscia/autonomy/alice/kuscia.yaml exit, remove old file root-kuscia-autonomy-alice/kuscia.yaml |
再次查看一下文件中是否为set -ex
|
[root@localhost secretflow-allinone-package]# bash -x install.sh autonomy -n alice -s 8088 -g 18083 -k 18082 -p 18080 -q 13081 -x 18084 -P notls
++ cat https://www.secretflow.org.cn/
|
看起来是从这里停止的,手动执行一下这条命令看下是什么原因
|
runtime/cgo: pthread_create failed: Operation not permitted goroutine 0 gp=0x8e00500 m=0 mp=0x8e020e0 [idle]: goroutine 1 gp=0xc0000061c0 m=0 mp=0x8e020e0 [running]: rax 0x0 |
ulimit -u看下最大进程数 |
[root@localhost ~]# ulimit -u |
‘Operation not permitted’提示权限不足 |
secretpad 项目有开源吗,镜像能单独启动吗,辛苦告知一下 ,感谢 |
Issue Type
Install/Deploy
Have you searched for existing documents and issues?
Yes
OS Platform and Distribution
CentOS Linux release 7.5.1804
All_in_one Version
v1.11.0
Module type
kuscia
Module version
kuscia:0.13.0b0
What happend and What you expected to happen.
Log output.
The text was updated successfully, but these errors were encountered: