[apache/incubator-teaclave] 运行builtin_gbdt_train.py出现以下报错,是什么问题呢 (#444)

2020-12-15 Thread xuguoliang
使用模拟模式运行gbdt示例,出现报错 运行命令:$SGX_MODE=SW PYTHONPATH=../../sdk/python python3 builtin_gbdt_train.py 出现错误: 'result': {'result': {'Err': {'reason': 'ocall error = 1' 这是什么问题呢? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: htt

Re: [apache/incubator-teaclave] 运行builtin_gbdt_train.py出现以下报错,是什么问题呢 (#444)

2020-12-15 Thread Mingshen Sun
请问你是如何启动 teaclave services 的? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/444#issuecomment-745693959

Re: [apache/incubator-teaclave] 运行builtin_gbdt_train.py出现以下报错,是什么问题呢 (#444)

2020-12-15 Thread xuguoliang
> 请问你是如何启动 teaclave services 的? (cd docker && docker-compose -f docker-compose-ubuntu-1804-sgx-sim-mode.yml up --build) docker-compose启动的 builtin_face_detection.py builtin_online_decrypt.py这些都能运行成功。看了以下差异好像是builtin_face_detection.py builtin_online_decrypt.py直接输出结果,builtin_gbdt_train.py是往链接里写

Re: [apache/incubator-teaclave] 运行builtin_gbdt_train.py出现以下报错,是什么问题呢 (#444)

2020-12-15 Thread Mingshen Sun
明白了,这里应该是 execution service 的 docker 无法访问 localhost 这个文件系统才出现的错误。 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/444#issuecomment-745704173

Re: [apache/incubator-teaclave] 运行builtin_gbdt_train.py出现以下报错,是什么问题呢 (#444)

2020-12-15 Thread Mingshen Sun
一个解决方法是修改 docker compose 文件: ```patch diff --git a/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml b/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml index aa5388d..b0f25aa 100644 --- a/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml +++ b/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml

Re: [apache/incubator-teaclave] 运行builtin_gbdt_train.py出现以下报错,是什么问题呢 (#444)

2020-12-15 Thread xuguoliang
> 一个解决方法是修改 docker compose 文件: > > ```diff > diff --git a/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml > b/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml > index aa5388d..b0f25aa 100644 > --- a/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml > +++ b/docker/docker-compose-ubuntu-1804-

Re: [apache/incubator-teaclave] 运行builtin_gbdt_train.py出现以下报错,是什么问题呢 (#444)

2020-12-15 Thread xuguoliang
> 一个解决方法是修改 docker compose 文件: > > ```diff > diff --git a/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml > b/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml > index aa5388d..b0f25aa 100644 > --- a/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml > +++ b/docker/docker-compose-ubuntu-1804-

Re: [apache/incubator-teaclave] 运行builtin_gbdt_train.py出现以下报错,是什么问题呢 (#444)

2020-12-15 Thread xuguoliang
> 一个解决方法是修改 docker compose 文件: > > ```diff > diff --git a/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml > b/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml > index aa5388d..b0f25aa 100644 > --- a/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml > +++ b/docker/docker-compose-ubuntu-1804-

Re: [apache/incubator-teaclave] 运行builtin_gbdt_train.py出现以下报错,是什么问题呢 (#444)

2020-12-15 Thread Mingshen Sun
> wget http://docker_teaclave-file-service_1:6789 --2020-12-16 10:22:58-- http://docker_teaclave-file-service_1:6789/ Resolving docker_teaclave-file-service_1 (docker_teaclave-file-service_1)... failed: Temporary failure in name resolution. wget: unable to resolve host address ‘docker_teaclave-fil

Re: [apache/incubator-teaclave] 运行builtin_gbdt_train.py出现以下报错,是什么问题呢 (#444)

2020-12-15 Thread xuguoliang
> > wget http://docker_teaclave-file-service_1:6789 > > --2020-12-16 10:22:58-- http://docker_teaclave-file-service_1:6789/ > > Resolving docker_teaclave-file-service_1 > > (docker_teaclave-file-service_1)... failed: Temporary failure in name > > resolution. > > wget: unable to resolve host addre

Re: [apache/incubator-teaclave] 运行builtin_gbdt_train.py出现以下报错,是什么问题呢 (#444)

2020-12-16 Thread xuguoliang
> > wget http://docker_teaclave-file-service_1:6789 > > --2020-12-16 10:22:58-- http://docker_teaclave-file-service_1:6789/ > > Resolving docker_teaclave-file-service_1 > > (docker_teaclave-file-service_1)... failed: Temporary failure in name > > resolution. > > wget: unable to resolve host addre

Re: [apache/incubator-teaclave] 运行builtin_gbdt_train.py出现以下报错,是什么问题呢 (#444)

2020-12-18 Thread Mingshen Sun
Closed #444. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/444#event-4131565360