We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前docker版的问题是没有彻底解决掉的。定位发现是docker镜像中start.sh和qr.sh版本较低导致运行卡住的。 两者均报错sh: can't create /proc/sys/net/core/wmem_max: nonexistent directory。 目前的/usr/node/ttnode_task.sh update命令也没有涉及到以上两个文件的更新。 再发一个最新的docker镜像吧。
start.sh
qr.sh
sh: can't create /proc/sys/net/core/wmem_max: nonexistent directory
/usr/node/ttnode_task.sh update
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
目前docker版的问题是没有彻底解决掉的。定位发现是docker镜像中
start.sh
和qr.sh
版本较低导致运行卡住的。两者均报错
sh: can't create /proc/sys/net/core/wmem_max: nonexistent directory
。目前的
/usr/node/ttnode_task.sh update
命令也没有涉及到以上两个文件的更新。再发一个最新的docker镜像吧。
The text was updated successfully, but these errors were encountered: