Jigsaw-Code / outline-server

Outline Server, developed by Jigsaw. The Outline Server is a proxy server that runs a Shadowsocks instance and provides a REST API for access key management.
https://getoutline.org/
Apache License 2.0
5.83k stars 788 forks source link

Some times I didnt Connect my outline server. And after reboot the server, I can connect the Server. How can I find the problem? #416

Open akarakn opened 5 years ago

akarakn commented 5 years ago

I have outline server on DigitalOcean. Last days sometime I clouldn't connect the server. But after restarting server, I can connect The server. What is the problem. How can find the problem. Is there any runtime log file? Thanks all.

lipangit commented 5 years ago

I have the same question, I will follow the issue untill solved the problem.

Odaimoko commented 5 years ago

Can you tell me after reboot the server, how to restart outline?

lipangit commented 5 years ago

outline will auto start after reboot the server.

Odaimoko commented 5 years ago

outline will auto start after reboot the server.

Thanks

fortuna commented 5 years ago

@akarakn You can run docker logs shadowbox from inside the server to get the logs.

Did you solve your problem?

pressany commented 2 months ago

I have the same problem and I can't connect to the hanged lightsail instance.

image image

pressany commented 2 months ago

ookay looks it fails with OOM (out of memory)

ta-dam

image image

pressany1 commented 2 months ago

I've fixed everyday hanging on aws lightsail with turning off apt updates:

sudo systemctl disable --now apt-daily-upgrade.timer
sudo systemctl disable --now apt-daily.service
sudo systemctl disable --now apt-daily.timer
sudo systemctl disable --now dpkg-db-backup.service
sudo systemctl disable --now dpkg-db-backup.timer
sudo systemctl disable --now man-db.timer
sudo systemctl disable --now man-db.service