Closed pielgrzym closed 1 year ago
Here is additional error I got before I tried rebuilding sf-destroy with SF_DEBUG=1
:
ERROR: for sf-destructor Cannot start service sf-destructor: failed to create shim task: OCI runtime create failed: runc create failed: unable to create new parent process: namespace path: lstat /proc/108382/ns/pid: no such file or directory: unknown
So I tried running provision/init-linux.sh
and it finishes (I guess redis container is not starting when I don't create proper redis auth as in sf
command). I can't ssh into the segfault server - I get tons of various docker interface related logs (bringing up/down etc) until my ssh times out. I guess there is some tor issue or maybe outbound connectivity issue?
Try latest version, seems to be deploying fine for me.
This should be fixed in 0.3.8p1. Please test again and let me know.
Hi,
Thanks for this great project. I'm trying to deploy it on my own VM (using the instruction in main README.md), however I ran into two issues:
guest/setup.sh
- in line 33 it's trying to chmod/usr/share/www
but the directory does not exist. I think it might be related to default SF_PACKAGES (MINI BASE NET
) that don't include the webserver? Anyways - I just added anmkdir -p /usr/share/www \
before that line and container was built without a problem.docker-compose up
I get following error:I'm running on Debian unstable: docker 20.10.19 && docker-compose 1.29.2