apt clean error

  • Hi,


    In a clean installation of OMV5, after installing docker from the "Install Docker" button on OMV-Extras. I have the following aptclean error.
    When uninstalling Docker everything returns to normal.


    What am I doing wrong?.


    Thx.


    • Offizieller Beitrag

    Your DNS isn't set. Did you install from the OMV iso?

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    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!

  • Yes, clean installation from omv iso.
    After installation I install OMV-Extras and there is no problem with an aptclean.
    This only happens after installing docker.
    Then I uninstall docker, restart and the problem disappears.


    All this in a virtual machine, I don't know if it will be for that.

    • Offizieller Beitrag

    This only happens after installing docker.
    Then I uninstall docker, restart and the problem disappears.

    Do you have an adapter configured in the Network -> Interfaces tab? What is the output of: cat /etc/resolv.conf

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    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!

  • In the Network -> Interfaces: enp0s3 adapter with IPv4:DHCP.



    cat /etc/resolv.conf
    before installing docker:

    Code
    root@omv5:~# cat /etc/resolv.conf
    nameserver 192.168.0.1
    root@omv5:~#


    after installing docker:

    • Offizieller Beitrag

    Not sure why systemd-resolved was enabled just because you installed docker but it is easy to fix.


    As root:
    systemctl disable systemd-resolved
    systemctl stop systemd-resolved
    unlink /etc/resolv.conf
    omv-firstaid

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    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!

Jetzt mitmachen!

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