OMG: SourceGraph is having a bad time

#254
Opened by tazjin at 2023-02-21T06·32+00

All requests to open a file in SourceGraph display Error: Repository does not exist (clone in progress): depot

  1. It seems to have gotten unstuck after restarting it, but hmm.

    tazjin at 2023-02-21T06·33+00

  2. At some point recently it completely stopped .. starting. Docker was throwing errors related to devicemapper problems, so I did this random voodoo from the internet:

    systemctl stop docker docker.socket
    nix-shell -p thin-provisioning-tools
    thin_check /var/lib/docker/devicemapper/devicemapper/metadata 
    # no errors at this point
    thin_check --clear-needs-check-flag /var/lib/docker/devicemapper/devicemapper/metadata 
    systemctl start docker.socket docker-sourcegraph
    

    I also had to manually delete the sourcegraph container files in /var/lib/docker/containers, Docker couldn't do it.

    It came up fine, but I don't know yet if it's behaving.

    tazjin at 2023-02-24T20·07+00

  3. That Docker dance seems to have fixed it. The cause is unclear ...

    tazjin at 2023-02-26T17·33+00

  4. tazjin closed this issue at 2023-02-26T17·33+00