Beiträge von Pawlinsky

    I've been struggling with the exact same problem on Raspberry Pi OS 64Bit all day! I've had to format the sdcard and burn Raspberry Pi OS four times this afternoon.


     sudo apt-get autoremove nuked omv the first time by deleting all the files it mistakenly thought weren't needed. sudo apt-get dist-upgrade nuked it the second time and omv-upgrade nuked it a third time. After each time all the files were auto deleted I was unable to reinstall omv without starting from a newly burnt sdcard as the script failed due to missing files. Is there an issue with the raspberry pi script at https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/installScript/master/install  when using it for 64 bit PiOS?

    I tried all that as well and my complete installation was broken. It was just this backports checkmark in the omv-extras settings :)

    I don't know how your backports and regular repo weighting is at 100. But this is making your system want to install all packages from backports instead of just the ones pinned. Disable backports in omv-extras and/or revert any repo changes you made that might have change the repo weighting.

    OMG back ports were activated per default in settings->omv extras. Deactivated it, and all updates went away.

    What is the output of: apt-cache policy samba

    Code
    samba:
      Installed: 2:4.13.13+dfsg-1~deb11u5
      Candidate: 2:4.16.4+dfsg-2~bpo11+1
      Version table:
         2:4.16.4+dfsg-2~bpo11+1 100
            100 http://httpredir.debian.org/debian bullseye-backports/main arm64 Packages
     *** 2:4.13.13+dfsg-1~deb11u5 100
            100 /var/lib/dpkg/status
         2:4.13.13+dfsg-1~deb11u4 500
            500 http://deb.debian.org/debian bullseye/main arm64 Packages

    Hi ppl,


    I need your help guys. I installed OMV on my Raspberry Pi 4 with Raspberry Pi OS 64Bit. On the updates page in settings section I try to install available updates, but it gives me this error:

    Code
    The following packages have been kept back:
      libldb2 libwbclient0 python3-ldb python3-samba samba samba-common samba-common-bin samba-libs samba-vfs-modules userconf-pi
    0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.

    Any ideas how to fix that? apt-get dist-upgrade does not work.


    Thanks!