Beiträge von infestdead

    Ok finally made it to work, here's what was wrong:

    Code
    root@omvnas:~# apt-cache policy virtualbox
    virtualbox:
      Installed: (none)
      Candidate: 5.2.18-dfsg-2
      Version table:
         5.2.18-dfsg-2 500
            500 http://ftp.de.debian.org/debian testing/contrib amd64 Packages
         5.2.18-dfsg-1~bpo9+1 500
            100 http://httpredir.debian.org/debian stretch-backports/contrib amd64 Packages

    as you can see - the first version it's trying to install is from testing, what? testing - I don't remember enabling it - and they I remembered - I installed restic a few months back and had enabled it for a bit just to install the latest version of restic, after that I must have forgotten to disable it. So all this time it was trying to install virtualbox from testing instead of backports. Anyway - disabled testing repo `/etc/apt/sources.list.d/testing.list`, apt-get install and behold it works. :) Thanks a lot to all for your help, as expected the issue was in me :)

    Yes those are all like that, see this however:


    It requires python3.6 for me, but it can't be install, however you don't have python3.6 also - but it's working for you :)
    Can you attach this file -> /etc/apt/preferences.d/omv-extras-org

    @geaves - there you go:


    Btw do you have python3.6 installed? It seems the whole things depends on python 3.6 but I only have 2 and 3.5.



    @ryecoaaron - there you go:

    It does on my systems. The problem is people change things and that is why the plugin has dependencies. You aren't meeting those dependencies. Maybe you have backports disabled? the virtualbox package itself lives in the Debian backports. So, you must have backports enabled if you want to use the plugin.

    Can you give me the content of /etc/apt/ or at least what I should have enabled? My OMV is very old install - maybe 4 years, I've always updated it via omv-update and omv-release-upgrade. I've only added repos via the web UI as not to mess up my apt preferences and I have pretty standard software installed. But who knows, maybe at some point I've messed some repo or setting..

    I tagged my version in the original post, not sure why it's not showing - anyway - latest 4.1.11. The package openmediavault-virtualbox exists but it won't install.


    Yes I first tried the webui - same error. I tried all the packages one by one - and they all come with their own errors. Seems I'm missing python3.6, not sure. I'm just wondering if I'm not doing something as I should, after all it's an official plugin right? Shouldn't it work out of the box?

    I wanted to try on some VMs, but I can't seem to install openmediavault-virtualbox package - I get the following error and I'm not sure how to proceed. Should I add any other repos? Thanks in advance.