Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: problem starting containers on vserver #867

Open
1 task done
ststolz opened this issue Jan 9, 2024 · 0 comments
Open
1 task done

[Bug]: problem starting containers on vserver #867

ststolz opened this issue Jan 9, 2024 · 0 comments

Comments

@ststolz
Copy link

ststolz commented Jan 9, 2024

What is your BTCPay version?

1.12.3

How did you deploy BTCPay Server?

Hosted virtual Debian Server

What happened?

Getting Docker Error:

Using default tag: latest
latest: Pulling from btcpayserver/docker-compose-generator
Digest: sha256:cac4608887334a54d4d554b209c58410ff8459cf347b0e269918612e66e135ac
Status: Image is up to date for btcpayserver/docker-compose-generator:latest
docker.io/btcpayserver/docker-compose-generator:latest
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: can't get final child's PID from pipe: EOF: unknown.
Failed to generate the docker-compose

How did you encounter this bug?

export BTCPAY_HOST="our.host"
export NBITCOIN_NETWORK="mainnet"
export BTCPAYGEN_CRYPTO1="btc"
export BTCPAYGEN_ADDITIONAL_FRAGMENTS="opt-save-storage-s"
export BTCPAYGEN_REVERSEPROXY="nginx"
export BTCPAYGEN_LIGHTNING="clightning"
export BTCPAY_ENABLE_SSH=true
export REVERSEPROXY_HTTP_PORT="32900"
export BTCPAYGEN_EXCLUDE_FRAGMENTS="$BTCPAYGEN_EXCLUDE_FRAGMENTS;nginx-https"

cd btcpayserver-docker/

. btcpay-setup.sh -i

Relevant log output

No response

What browser do you use?

No response

Additional information

I think this problem belongs to the virtual server, because running the same on a self-hosted debian runs without problems. But the support tells me everything is ok with the system. Any idea what this error belongs to would help. Did you already know from similar problems?

Are you sure this is a bug report?

  • I confirm this is a bug report
@pavlenex pavlenex transferred this issue from btcpayserver/btcpayserver Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant