Closed fubarhouse closed 4 years ago
possibly limited to Ubuntu - observed on Ubuntu 18.04 (Ubuntu and Mint 19.02 variants) and 19.10
right - the dryrun checks throw an error with listen tcp :80: bind: permission denied
- which causes it to think it's occupied (and not that it can't bind to it because <1024 on Linux)
Thanks for the diagnosis!
This may be a little harder to solve, I may need to rewrite it specifically for linux... without the use of sudo
how would you suggest to do port usage detection?
Testing is now passing on issue/79
in PR #80.
Please provide feedback if you're able.