question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Outline-server down - how to fix? [solved - still...]

See original GitHub issue

Outline-server is down. How can I fix it? (it works now, but I like to ask what would be the most efficient way, what I did worked, but seems clumsy)

I wanted to simply re-install, for that I need to remove the containers, so i did:

docker rm -fv watchtower shadowbox

But got an error message:

Error response from daemon: unable to remove filesystem for 804***bfad5/mounts/shm: device or resource busy

Then I used the brute force method:

docker system prune -a

That worked, And a wget......

There I got stuck with:

> Starting Shadowbox .......................... FAILED
Unable to find image 'quay.io/outline/shadowbox:stable' locally
stable: Pulling from outline/shadowbox

Then I get to:

root@oline01:~# sudo wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh | bash
> Verifying that Docker is installed .......... OK
***
> Generating SHA-256 certificate fingerprint .. OK
> Starting Shadowbox .......................... FAILED
Unable to find image 'quay.io/outline/shadowbox:stable' locally
stable: Pulling from outline/shadowbox
605ce1bd3f31: Pulling fs layer
****
1436fe24816f: Pull complete
Digest: sha256:007b8a2***c32891
Status: Downloaded newer image for quay.io/outline/shadowbox:stable
docker: Error response from daemon: Conflict. The container name "/shadowbox" is already in use by container "8049b73810***c3dbfad5". You have to remove (or rename) that container to be able to reuse that name.

I did ftp to /var/lib/docker/containers/

There where 3 directories /var/lib/docker/containers/7a2cf7f*** (+1 more) that didn’t allow, delete, but rename. After the re-name I did:

docker rm -fv watchtower shadowbox   
docker system prune -a   

And installation was fine. Strangely for me, all keys in the manager still work.

I wonder what was going on?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
sailoshacommented, Jul 7, 2018

sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-serve r/master/src/server_manager/install_scripts/install_server.sh)"

try this one, and give all the premission.

0reactions
samasciencecommented, Nov 2, 2019

chmod: changing permissions of ‘/opt/outline’: Operation not permitted

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fixing Outline Client Problem With Windows 10 ... - YouTube
windows 10 has problem with Outline Client , you can fix this problem with this video.
Read more >
Error Messages - Help
Turn off Outline and see if your connection to the internet is restored. If yes, see more troubleshooting options below. If not, then...
Read more >
Jigsaw-Code - Bountysource
Describe the bug. I cannot connect to a server from Ubuntu Linux, and the server is working fine for other devices, including Android/iOS/MacOS....
Read more >
outline error for connecting "Sorry, an unexpected ... - Reddit
When I'm trying to connect to my Outline server I'm getting an error ... Still getting the same error. ... same problem still...
Read more >
Outline VPN: How to install it on your server (Tutorial)
Setting up a virtual private network (VPN) on a server has never ... The Outline + Docker combination is what makes this VPN...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found