-
Notifications
You must be signed in to change notification settings - Fork 46
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
Unattended installation ended with error #1739
Comments
Thanks for the report. The installation was finished successfully, but the web UI crashed. We will try to reproduce the problem. |
This comment was marked as outdated.
This comment was marked as outdated.
I was able to reproduce the problem using bug.json. It seems to related to the storage layer, as I see two failing requests to I am attaching some debugging information: |
Actually, if you remove the encryption password from |
I haven't checked this yet. BTW, removing the encryption password should report an error because the password is required by the schema. Is Agama validating the schema while importing the profile? |
Sorry, I did not explain it well. It is not removing but setting the password to an empty string (which is "valid"). However, in my latest test I was unable to reproduce that problem. However, the original issue still applies. |
…storage section (#1739). (#1793) ## Problem The **UI** is not ready for the new storage configuration loaded from the profile. - #1739 - https://trello.com/c/3BVQ3zl5 ## Solution Adapted the installation finished page using the storage config instead of the proposal settings as it could not exist. As the problem is reported just for unattended installation and the finished page we will provide a fix only for the reporeted issue as the whole UI should be ready when the new storage features [branch](https://github.com/agama-project/agama/tree/storage-config-ui) is merged ## Testing - *Tested manually*
Should be fixed by #1793, thanks for the report! |
I tried an unattended installation of Leap 16.0 using the
![Screenshot from 2024-11-08 03-10-39](https://private-user-images.githubusercontent.com/1468970/384332559-ac3a579d-32ed-4eff-8442-dd6c6e5b79c2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MTc5MjMsIm5iZiI6MTczOTUxNzYyMywicGF0aCI6Ii8xNDY4OTcwLzM4NDMzMjU1OS1hYzNhNTc5ZC0zMmVkLTRlZmYtODQ0Mi1kZDZjNmU1Yjc5YzIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTRUMDcyMDIzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MjVlZWE1MjViZGI0NTkxZTE0ZWM2Y2RmZDA3Y2U3ODM1YjM5MTczNjNhNjg4YzMyMDY3ZTE1ZWVlYTNiZmZmZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.OVQYcaWN9m6N33Xzwgq0lNNtm9zsLLE0X0sl1tDmhZk)
agama-installer.x86_64-10.0.0-openSUSE-Build27.7.iso
in VirtualBox 7.0.18 on Leap 15.6. At the end of the installation, an error was displayed:The effective profile.json is attached with the user and password info omitted.
The end of the
agama.out.log
had:The installation of Leap 16.0 seemed to be successful; I was able to reboot the virtual machine and login to Leap 16.0.
The text was updated successfully, but these errors were encountered: