-
Notifications
You must be signed in to change notification settings - Fork 18
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
🐞 User gets a popup to run /usr/share/opennms/bin/install to finish setup #32
Comments
Do you mean this line? It's already using those flags. opennms-install/bootstrap-debian.sh Line 310 in 8746c76
|
If it's not necessary to run the install script after the bootstrap script has run then the popup is unnecessary and should be removed? |
@mjksohonet I've done some investigation and added a screenshot in the bug report. Is this the problem you are seeing? I might need to dig a bit into debconf if we have possibilities to suppress this dialog because we do an unattended installation here. The DEBIAN_FRONTEND setting is ignored in this particular case. Thank you for the report. |
When running the bootstrap-debian.sh script it outputs a popup stating that the user needs to run
/usr/share/opennms/bin/install
to complete the installation.When the user runs the script they get a message stating 'Nothing to do' which will probably confuse some users.
The message should be changed to
/usr/share/opennms/bin/install -dis
.The user has to confirm with OK and the
DEBIAN_FRONTEND=noninteractive
is ignored.The text was updated successfully, but these errors were encountered: