libapt-inst2.0 1.8.2.2 installation problem

    • Offizieller Beitrag

    how to do that ?

    If only I had posted it on other threads.... sudo sed -i "/security/d" /etc/apt/sources.list

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | 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!

  • I had the same issue but after that (and I guess an update of omv & omv-extras) I have postfix/master error messages in the syslog. Is it possible that this is caused by the steps to solve this issue? I do receive mail notifications, but still have the error.


  • I think libapt-inst2.0 does not stay behind after upgrade anymore, but I still see the same the list of packages that OMV suggests to run every day.

    Hi, total newbie here, I am having this exqat problem. First it involved libapt-inst2.0. But I upgraded OMV from 5.6.4 to 5.6.5. Now libapt-inst2.0 doesn't seem to be an issue, but that long list of updates appears every day even though I install them each time.


    Is it worth installing from scratch? (On a RasPi 4).

  • What steps did you follow exactly?

    I cant fix my issue.


    try these links to different posts in this thread:

    RE: libapt-inst2.0 1.8.2.2 installation problem

    RE: libapt-inst2.0 1.8.2.2 installation problem

    RE: libapt-inst2.0 1.8.2.2 installation problem

    omv-salt stage run prepare can take some time to run completely.


    RE: libapt-inst2.0 1.8.2.2 installation problem

    RE: libapt-inst2.0 1.8.2.2 installation problem



    Don't know if you need them all of if just a few of it solve your issue.

  • Well I see every day now this list to be updated:



    Suggested packages:

    freetype2-doc krb5-doc krb5-user libsasl2-modules-gssapi-mit

    | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp

    libsasl2-modules-sql nginx-doc diffutils-doc php-pear python3-apt-dbg

    python-apt-doc python3-lxml-dbg python-lxml-doc wpagui

    libengine-pkcs11-openssl

    Recommended packages:

    krb5-locales python3-bs4 python3-html5lib

    The following packages will be upgraded:

    bind9-host curl libbind9-161 libcurl4 libdns-export1104 libdns1104 libexpat1

    libfreetype6 libfreetype6-dev libfribidi0 libgssapi-krb5-2 libicu63

    libidn2-0 libisc-export1100 libisc1100 libisccc161 libisccfg163 libjson-c3

    libk5crypto3 libkrb5-3 libkrb5support0 libldb1 liblwres161 libnghttp2-14

    libnginx-mod-http-dav-ext libnginx-mod-http-echo

    libnginx-mod-http-image-filter libnginx-mod-mail libnginx-mod-stream

    libp11-kit0 libsasl2-2 libsasl2-modules libsasl2-modules-db libtiff5 libzmq5

    nginx-full patch php7.3-bcmath php7.3-cgi php7.3-cli php7.3-common

    php7.3-fpm php7.3-json php7.3-mbstring php7.3-opcache php7.3-readline

    php7.3-xml python-ldb python3-apt python3-lxml sudo wpasupplicant

    52 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


    Any clue for this ?


    Thx

  • Tried first 3 already.

    Will try last 2 and report back.

  • I tried all of them, issue seems to have resolved.


    But now I have got new issue, I am wondering if it resulted because of above tweaks. I am running UniFi controller in portainer, it was working fine until today. I am unable to access it, issue seems to be connected with some Java run time error here is the log

    Are these two related or I have screwed my setup?

  • I know this in an old thread but, as I have the same "infinite updates loop" scenario in my OMV 5 installation since some days (and I am not so smart in Linux ) I would need to check if I correctly understood the whole procedure to solve it. I try to reume it here:


    1. You need to deactivate the source "openmediavault-os-security.list" as per:

    Code
    sudo mv /etc/apt/sources.list.d/openmediavault-os-security.list /etc/apt/sources.list.d/openmediavault-os-security.bak
    sudo apt-get update
    sudo rm /var/lib/dpkg/info/libapt-inst2.0:armhf.md5sums
    sudo apt-get update
    sudo apt-get clean
    sudo apt-get --reinstall install libapt-inst2.0
    sudo apt-get dist-upgrade

    2. Then you can set the environment variable:

    Code
    echo "OMV_APT_USE_OS_SECURITY=0" | sudo tee -a /etc/default/openmediavault
    sudo omv-salt stage run prepare


    3. You are better to remove the security repo from /etc/apt/sources.list now. After the next update of OMV, it shouldn't matter though.

    Code
    sudo sed -i "/security/d" /etc/apt/sources.list


    Is that correct? Is that the correct procedure?

    Any help will be really appreciated!


    Bye!

Jetzt mitmachen!

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