Skip to content
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

Add glibc-langpack-en requirement #836

Merged
merged 1 commit into from
May 4, 2023
Merged

Add glibc-langpack-en requirement #836

merged 1 commit into from
May 4, 2023

Commits on Apr 20, 2023

  1. Add glibc-langpack-en requirement

    Installing on a clean system with Italian locale, engine-setup fails with:
    
    ```console
    [ INFO  ] Initializing PostgreSQL
    [ INFO  ] Creating PostgreSQL 'engine' database
    [ ERROR ] Failed to execute stage 'Misc configuration': ERRORE:  nome locale non valido "en_US.UTF-8"
             
    [ INFO  ] DNF Performing DNF transaction rollback
    [ INFO  ] DNF Repository copr:copr.fedorainfracloud.org:ovirt:ovirt-master-snapshot is listed more than once in the configuration
    [ INFO  ] Stage: Clean up
              Log file is located at /var/log/ovirt-engine/setup/ovirt-engine-setup-20230420105508-xx23f2.log
    [ INFO  ] Generating answer file '/var/lib/ovirt-engine/setup/answers/20230420105553-setup.conf'
    [ INFO  ] Stage: Pre-termination
    [ INFO  ] Stage: Termination
    [ ERROR ] Execution of setup failed
    ```
    
    Requiring glibc-langpack-en in order to ensure  "en_US.UTF-8" locale exists.
    
    
    Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
    sandrobonazzola committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    8ae42b9 View commit details
    Browse the repository at this point in the history