-
Notifications
You must be signed in to change notification settings - Fork 648
This system doesn't provide enough entropy to quickly generate high-quality random numbers. #54
Comments
fix: doesn't provide enough entropy to quickly generate high-quality random numbers refs #54 Signed-off-by: mritd <mritd1234@gmail.com>
I have fixed this problem; but I have not updated the version number of docker image in order to follow the main version of shadowsocks; you can update the image by executing the following command: docker rmi mritd/shadowsocks:3.2.0
docker pull mritd/shadowsocks:3.2.0 |
@mritd Still have this problem. Running on GCP VM instance "Linux jw-gcp-server1 4.9.0-8-amd64 #1 SMP Debian 4.9.110-3+deb9u6 (2018-10-08) x86_64".
|
Wait a moment, I will test it again. |
This is a weird problem... I tested it on Conoha's VPS, but there was a problem with GCE's vps; I'm trying to fix it. 😌 |
I added the |
Still there?
|
Use docker run -dt --name test --privileged mritd/shadowsocks:3.2.0 -s "-s 0.0.0.0 -p 6443 -m chacha20 -k test123 --fast-open" -r |
It's the same. Do I need do something on my GCE vps? ➜ ~ docker container inspect --format='{{.HostConfig.Privileged}}' dao_ss_1
true Here is my docker compose file: ss:
image: index.docker.io/mritd/shadowsocks:3.2.0
privileged: true
restart: always
ports:
- 10300:6443
environment:
- SS_MODULE=ss-server
- SS_CONFIG=-s 0.0.0.0 -p 6443 -m aes-256-cfb -k xxx --fast-open
- KCP_FLAG=true
- KCP_MODULE=kcpserver
- KCP_CONFIG=-t 127.0.0.1:6443 -l :6500 -mode fast2 |
add environment |
Have another error:
|
This error message should be ignored. |
Got it! |
Using the latest version on GCP, got the following logs.
The text was updated successfully, but these errors were encountered: