outline-server icon indicating copy to clipboard operation
outline-server copied to clipboard

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

Open akarakn opened this issue 7 years ago • 8 comments

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.

akarakn avatar Mar 29 '19 09:03 akarakn

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

lipangit avatar Jun 09 '19 22:06 lipangit

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

Odaimoko avatar Jun 21 '19 11:06 Odaimoko

outline will auto start after reboot the server.

lipangit avatar Jun 21 '19 12:06 lipangit

outline will auto start after reboot the server.

Thanks

Odaimoko avatar Jun 21 '19 13:06 Odaimoko

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

Did you solve your problem?

fortuna avatar Aug 02 '19 19:08 fortuna

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

image image

pressany avatar Aug 22 '24 06:08 pressany

ookay looks it fails with OOM (out of memory)

ta-dam

image image

pressany avatar Aug 22 '24 07:08 pressany

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

pressany1 avatar Aug 26 '24 08:08 pressany1