Good afternoon. When I run cmdeploy run, the process runs fine until the certificate request. It fails with an error (failed to listen on :80: listen tcp :80: bind: address already in use).
The port is busy. Has anyone encountered this?
Debian 12
Is there any other service running on the remote machine? It looks like there is a default web server running on port 80.
Acmetool is running on port 80.
Then I think you should try to stop it (or even disable it):
sudo systemctl stop acmetool
And try again with the cmdeploy run command.
acmetool runs during installation.
acmetool is not installed before running the script.
can you post the full log output of cmdeploy run? the acmetool output is pretty messy and has a lot of irrelevant error lines, the address already in use, while typically a red flag, is often not the significant one with acmetool.
1 Like