-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Ubuntu 22.04 - no obvious errors, but no components get installed #145
Comments
Even running bash -x setup/start.sh reveals no errors, but the sources listed are just not run.
The file creation process just before that happens though.
However, vim doesn't understand the EOF; that's set as delimiter and then EOF (without the ; at the end), so could that be the reason? Why is there a ; after the EOF in the first place? I see that earlier in the script as well.
It looks like the script just exists without regarding the 'source' commands. |
It seems the code block that's causing the problem is the firewall installation part in setup/system.sh when one runs it from an ssh session. Running it from the console (without ssh) completes the installation successfully.
What in this code crashes the script on Ubuntu 22.04? |
Has anyone else experienced this? I have been able to repeat this and it seems that something has changed with ssh. I just have not been able to figure out what yet. |
Has something changed in the sources? I have no deleted the failed VM and reinstalled a newer version (Ubuntu 22.04) and did the following as root:
(set the timezone to Africa/Johannesburg)
(set the default to en_ZA.UTF-8)
from the /root directory:
The script installs the dependencies, adds en_US.UTF-8 to the locales, prompts for the admin user, servername and this:
If a re-run mailinabox, nothing more than this is repeated.
This is crazy, I have multiple people that run mail servers with this exact process and it just installed fine. Now it doesn't.
The text was updated successfully, but these errors were encountered: