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

Container exited with error code "pgbouncer: Cannot get system entropy" #54

Closed
m-adnan8080 opened this issue Sep 10, 2021 · 2 comments
Closed

Comments

@m-adnan8080
Copy link

m-adnan8080 commented Sep 10, 2021

Started pgbouncer container with below command

docker run -d -p 6432:5432 --name pgbouncer -v /var/log/pgbouncer:/var/log/pgbouncer -v /etc/pgbouncer/:/etc/pgbouncer -v /etc/pgbouncer/pgbouncer.ini:/etc/pgbouncer/pgbouncer.ini pgbouncer

The container start and keeps running, when i tried to connect database using below command

psql -hlocalhost -Upgbouncer -p6432 -dpostgres -W

Prompt for password entry, upon password entry the container crashed with error in logs pgbouncer: Cannot get system entropy

@chungonion
Copy link

Just curious, did you find a workaround on that?

@jflambert
Copy link
Collaborator

Hi @m-adnan8080 let me know if this is still an issue with latest release

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

3 participants