-
Notifications
You must be signed in to change notification settings - Fork 52
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
hangs at "Generate mailcow.conf file" with < 2.5G of memory #11
Comments
As to how that may be done, I'd propose skipping the |
I can truly understand the problem. But I never wanted to have to create a jinja template for the mailcow conf, since this just adds more complexity for the maintenance of the role. I think we should adjust the generate_config.sh to be able to understand a kind of non interactive mode where there is no blocking manual input. |
I think you're right about that. |
@ntimo if you really want to keep the script: add a non-interactive mode or detect non-interactive terminals. |
Opened a PR on the base repository to try to fix this in the problematic script mailcow/mailcow-dockerized#5804 . |
The
./generate_config.sh
script blocks on the clamd check when memory is < 2.5G and prompts the user to decide whether to skip clamd. With Ansible, this makes the task hang.Instead, it should probably respect my
mailcow__config_skip_clamd
setting.The text was updated successfully, but these errors were encountered: