SuperSandro2000 / docker-images

All my docker images in one mono-repository with multi-arch support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arm64 arch start zeronet failed

jiayaoO3O opened this issue · comments

ImportError: Error loading shared library ld-linux-aarch64.so.1: No such file or directory (needed by /usr/local/lib/python3.8/site-packages/greenlet.cpython-38-aarch64-linux-gnu.so)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "zeronet.py", line 138, in <module>
    start()
  File "zeronet.py", line 134, in start
    main()
  File "zeronet.py", line 28, in main
    traceback.print_exc(file=open(error_log_path, "w"))
FileNotFoundError: [Errno 2] No such file or directory: './log/error.log'

At least on my arm64 hardware I can't reproduce this. Did you check that the image is up to date?
Edit: nervermind I could reproduce the issue.

I rebuild the wheel package and pushed a new image that fixes this bug.
You can update the image with docker pull supersandro2000/zeronet and then restart the container.

我在我的树莓派上也遇到了这样的问题

我使用0.7.1-r4467版本的docker镜像就可以了,应该是最新版的没有把这个问题解决

我使用0.7.1-r4467版本的docker镜像就可以了,应该是最新版的没有把这个问题解决

目前的新版好像還是不能正常啟動,妳現在是正常使用嗎?

我现在使用的是0.7.1这个版本,是正常使用的 By Sorke 在 2020年5月27日,03:33,王小嗨 notifications@github.com 写道:  我使用0.7.1-r4467版本的docker镜像就可以了,应该是最新版的没有把这个问题解决 目前的新版好像還是不能正常啟動,妳現在是正常使用嗎? — You are receiving this because you commented. Reply to this email directly, view it on GitHub<#47 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AJDJTVXKRTEL3GTR5Q4RH5LRTQKPJANCNFSM4KQPGR7A.

我使用最新的镜像可以启动,但设置了ui_password,使用该密码却无法登陆,这是什么情况啊?求帮忙。

我现在使用的是0.7.1这个版本,是正常使用的 By Sorke 在 2020年5月27日,03:33,王小嗨 notifications@github.com 写道:  我使用0.7.1-r4467版本的docker镜像就可以了,应该是最新版的没有把这个问题解决 目前的新版好像還是不能正常啟動,妳現在是正常使用嗎? — You are receiving this because you commented. Reply to this email directly, view it on GitHub<#47 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AJDJTVXKRTEL3GTR5Q4RH5LRTQKPJANCNFSM4KQPGR7A.

我使用最新的镜像可以启动,但设置了ui_password,使用该密码却无法登陆,这是什么情况啊?求帮忙。

我是使用这个命令启动的,你试试:docker run -d -e "ENABLE_TOR=true" -e "UI_PASSWORD=password" -e "UI_HOST=0.0.0.0" -v :/app/data -v :/root/data -p 26552:26552 -p 43110:43110 supersandro2000/zeronet:0.7.1-r4467

呃,妳这个命令不对,容器里应该没有/root/data,需要把/app/data映射到宿主机。

我两个都映射了,你也可以不映射。如果密码登录还有问题你进入docker,在app目录下加入一个zeronet.conf文件,并配置密码。试试看吧,我只做了这些设置就可以了

I fixed the issue in the latest uploads. Alpine does not match well with python and pulled in the wrong prebuilt wheels.

thanks,i will try

i can creat and run this docker but i can't login with my password in latest zeronet docker.

i can creat and run this docker but i can't login with my password in latest zeronet docker.

密码可以去掉了…现在不需要密码也可以启动
把-e "UI_PASSWORD=password" -e "UI_HOST=0.0.0.0"去掉,重新创建应用

i can creat and run this docker but i can't login with my password in latest zeronet docker.

Due to a change in Chrome the password only works over https. To make it work with http and https it would require some more work.