error installing compose plugin

  • Hello, I have installed the above mentioned system Armbian 24.5.1_Orangepi5plus_bookworm_vendor_6.1.43_minimal, I have installed the add-ons and extras but when I try to configure compose, I get the following error message

    Code
    Code
    500 - Internal Server Error
    Code
    Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; omv-salt deploy run --no-color compose 2>&1' with exit code '1': orangepi5-plus: ---------- ID: configure_compose_scheduled_backup Function: file.managed Name: /etc/cron.d/omv-compose-backup Result: True Comment: File /etc/cron.d/omv-compose-backup is in the correct state Started: 23:53:09.055853 Duration: 797.729 ms Changes: ---------- ID: configure_compose_scheduled_update Function: file.managed Name: /etc/cron.d/omv-compose-update Result: True Comment: File /etc/cron.d/omv-compose-update is in the correct state Started: 23:53:09.854378 Duration: 757.679 ms Changes: ---------- ID: configure_compose_scheduled_prune Function: file.managed Name: /etc/cron.d/omv-compose-prune Result: True Comment: File /etc/cron.d/omv-compose-prune is in the correct state Started: 23:53:10.612796 Duration: 754.362 ms Changes: ---------- ID: configure_compose_global_env_file Function: file.managed Name: /compose/global.env Result: True Comment: File /compose/global.env is in the correct state Started: 23:53:11.367932 Duration: 783.421 ms Changes: ---------- ID: configure_etc_docker_dir Function: file.directory Name: /etc/docker Result: True ...

    I have tried different solutions such as clearing the browser cache, closing it, reinstalling it, trying several browsers, reboot and poweroff system, but still no positive result.


    I think I have the system configured correctly but obviously something is wrong with it, any help would be appreciated

    🤞

    • Official Post

    Your error output is incomplete. What is the output of: sudo omv-salt deploy run compose

    omv 8.0-11 synchrony | 6.17 proxmox kernel

    plugins :: omvextrasorg 8.0.2 | kvm 8.0.1 | compose 8.0.2 | cterm 8.0 | borgbackup 8.0.2 | cputemp 8.0 | mergerfs 8.0 | scripts 8.0.1 | writecache 8.0.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Thanks for the prompt reply the result of the command is


    • Official Post

    the plugin can't fix this. Your armbian repos are broken because either the gpg key is missing or your system time is off. I don't know how it could the former on a fresh install.

    omv 8.0-11 synchrony | 6.17 proxmox kernel

    plugins :: omvextrasorg 8.0.2 | kvm 8.0.1 | compose 8.0.2 | cterm 8.0 | borgbackup 8.0.2 | cputemp 8.0 | mergerfs 8.0 | scripts 8.0.1 | writecache 8.0.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • please check resolved


    I also leave the steps I found to solve this error in case another user has the same problem.

    the main thing about this error is that it does not connect to the server due to lack of gpg key.


    Quote
    4 hours ago, Manuel Carvajal said: Comment: An error was encountered while installing package(s): W: GPG error: http://armbian.tnahosting.net/apt bookworm InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 93D6889F9F0E78D5
    E: The repository 'http://apt.armbian.com bookworm InRelease' is not signed.


    with this command we make the request for the gpg key to connect to the repository without error


    Quote
    Quote gpg --keyserver keyserver.ubuntu.com --recv-keys 93D6889F9F0E78D5


    in my case the error gave that key 93D6889F9F0E78D5, it can change with other opi5+


    the following command adds the response given by the repository and in this way we add the key to our registry to be able to connect to the repository


    Quote
    Quote gpg --export -a 93D6889F9F0E78D5 | sudo apt-key add -



    run the command again from the console to check if it is correct or if there is an error.


    Quote
    Quote
    apt-get update

    sudo omv-salt deploy run compose


    and after waiting about 5 minutes for everything to be checked and connected to the repository:




    finally the Opi5+ running without problem :/

  • ryecoaaron

    Added the Label resolved
  • ryecoaaron

    Added the Label OMV 7.x

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!