Unable to Update (dependencies issues?)

  • Well, the log I attached above was the output of my second attempt at applying the updates. However, now, Update Manager is not reporting any updates available anymore (blank screen), I just ran the "Check" again and came back with nothing. So not sure what to make of it.


    System Information reports I am running 1.8 (Kralizec)

  • What did you do before you hit that problem?


    Greetings
    David

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

    • Offizieller Beitrag

    What is the output of:


    dpkg -l | grep openmediavault
    dpkg -l | grep php

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


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


    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!

  • What is the output of:


    dpkg -l | grep openmediavault
    dpkg -l | grep php



    • Offizieller Beitrag

    Your php is a mess. Try: dpkg-reconfigure -a

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


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


    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!

  • Your php is a mess. Try: dpkg-reconfigure -a


    Thanks. That command is taking me through a number of system reconfiguration prompts that I have no idea how to respond to. It seems to run a major system wide reconfiguration. Some prompts don't provide a default so I am afraid I am going to break something. Is there anything else I could try?

    • Offizieller Beitrag

    OMV needs php. Yours is not configured for a lot of packages. Those reconfigurations need to happen. If there is a prompt that doesn't have a default, just ask.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


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


    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!

  • OMV needs php. Yours is not configured for a lot of packages. Those reconfigurations need to happen. If there is a prompt that doesn't have a default, just ask.


    Ok. I ran it. Here is the output. Looks like it ended in failure too.


    • Offizieller Beitrag

    You still have apache causing problems. 1.x uses nginx not apache. Try the steps after "especially when upgrading from 0.5.x to 1.x" in this thread. Then try the steps at the top of that same page.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


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


    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!

  • You still have apache causing problems. 1.x uses nginx not apache. Try the steps after "especially when upgrading from 0.5.x to 1.x" in this thread. Then try the steps at the top of that same page.


    Executed those steps, back at the top of the page, the "apt-get upgrade" failed with errors below. And the commands that follow also fail with the same errors. It may be important to mention (not sure) the output of this command:

    Code
    root@openmediavault:~# update-rc.d -f apache2 remove
    update-rc.d: using dependency based boot sequencing
    root@openmediavault:~#


    So not sure that's doing what's expected to do. Apache2 is not running however.

    Code
    root@openmediavault:~# service apache2 status
    Apache2 is NOT running.


    Here is the apt-get upgrade errors:


    • Offizieller Beitrag

    Since apache is disabled now, maybe dpkg-reconfigure -a will work.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


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


    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!

    • Offizieller Beitrag

    apt-get install --reinstall initramfs-tools

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


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


    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!

  • apt-get install --reinstall initramfs-tools


    reinstall failed with error below. I noticed the package status change from "it" to "ii" however. So I ran reconfigure again and failed with the same errors. I checked the status of initramfs-tools and it changed to "it" again after running reconfigure.


    • Offizieller Beitrag

    Try:
    apt-get install libxml2

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


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


    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!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!