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] OpenVPN container unhealthy error while installing from auto-install script Ubuntu 24.04 #415

Open
youhaveme9 opened this issue Dec 18, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@youhaveme9
Copy link
Contributor

Describe the bug
Installation from auto-install script fails with the error container docker-openwisp-openvpn-1 is unhealthy on Ubuntu 24.04

Log

Container docker-openwisp-openvpn-1  Error
Container docker-openwisp-openvpn-1  Error
dependency failed to start: container docker-openwisp-openvpn-1 is unhealthy
make: *** [Makefile:86: start] Error 1
make: Leaving directory '/opt/openwisp/docker-openwisp'

System Informatioon:

  • OS: Ubuntu 24.04
  • Docker version: Docker version 27.4.0, build bde2b89
@youhaveme9 youhaveme9 added the bug Something isn't working label Dec 18, 2024
@pandafy
Copy link
Member

pandafy commented Dec 18, 2024

@youhaveme9 can you share the output of docker compose logs openvpn?

@Gamerayers
Copy link

This happens in Debian 11 also. It seems related to the tun/tap not coming up/not getting connected. I had to use the edge and set the openvpn as N during install.

@youhaveme9
Copy link
Contributor Author

docker-compose logs openvpn output:

Error response from daemon: Ports are not available: exposing port UDP 0.0.0.0:1194 -> 0.0.0.0:0: listen udp 0.0.0.0:1194: bind: address already in use

docker-proxy occupies the port 1194 before spinning the openvpn container causing this error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants