Posts by Matze Kalle

    That needs to be


    OMV_LUKS_MOUNT_ON_UNLOCK=1


    Shouldn’t matter that variable unless something has changed in php how scoped variables are handled. But anyway give it a try.

    Nope doesn't work.

    The problem has no high priority for me because I usually don't restart my server very often or unmount my disks so it's bearable.

    Just wanted to point out that something seems to be broken since v5.

    I cannot reproduce the auto mount on unlock. This keeps working on a VM with latest omv. People with this issue can you please check your omv backend environment variables just in case


    /etc/default/openmediavault


    with the string OMV_LUKS_MOUNT_ON_UNLOCK

    My disks also don't auto mount after unlocking the encryption. I'm using OMV5 on a RasPi3B. There is no env var called OMV_LUKS_MOUNT_ON_UNLOCK in

    /etc/default/openmediavault on my machine.

    I'm trying to install OMV5 on my RasPi3B. I sticked precisely to this official guide. The error occurs at the installation script:

    I tried the installation already two times with two different SD cards (one new, one used before) and I tried these commands but without effect (unordered):

    Code
    sudo apt install openmediavault
    sudo dpkg --configure -a
    sudo apt install -f
    sudo apt remove
    sudo apt remove --purge openmediavault
    sudo apt clean
    sudo apt upgrade
    sudo dpkg -P openmediavault

    Do you have any ideas? Many thanks in advance.


    P.S.: I fixed the first error ImportError: /usr/lib/python3/dist-packages/apt_pkg.cpython-37m-arm-linux-gnueabihf.so: cannot open shared object file: No such file or directory by running this command: sudo apt-get install --reinstall python3-apt. The main error remains.