Posts by dumalkin

    Soma  ryecoaaron

    Finally, I run sudo omv-upgrade after sudo omv-aptclean and it fixed the problem.

    Other way around.


    Is there a reason you installed 32 bit raspberry pi os on your RPi4? What is the output of sudo omv-aptclean now?

    No particular reason, I guess this is an image I found first.

    Dudesplace

    Bottom line - same problem

    Dudesplace

    Code
    sudo apt autoremove
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

    Soma

    I run list again with "-a" switch

    Code
    $ sudo apt list --upgradable -a
    Listing... Done
    libgnutls30/stable 3.7.1-5+deb11u3 armhf [upgradable from: 3.7.1-5+deb11u2]
    libgnutls30/now 3.7.1-5+deb11u2 armhf [installed,upgradable to: 3.7.1-5+deb11u3]


    Any ideas what I have to do to fix it? Other upgrades are applied normally and the system works are usual.

    Running 6.3.1-1 (Shaitan) on RP4.

    I get a notification that new upgrades are available, and see the only entry libgnutls30 3.7.1-5+deb11u3.

    When I try to upgrade it from GUI I get:


    Code
    Reading package lists...
    Building dependency tree...
    Reading state information...
    Calculating upgrade...
    The following packages will be upgraded: libgnutls30
    1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Need to get 1269 kB of archives.
    After this operation, 0 B of additional disk space will be used.
    Err:1 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libgnutls30 armhf 3.7.1-5+deb11u3 Connection failed [IP: 103.195.68.3 80]

    Similar error is displayed when running sudo apt-get update && apt-get dist-upgrade && omv-update

    via ssh.


    Besides this problem everything works.

    Any ideas ?

    Hi,

    I am running 5.5.23-1 on PI4.

    Started to get errors about :not signed repositories".


    Did

    Code
    sudo rm /etc/apt/sources.list.d/omvextras.list
    sudo omv-salt deploy run omvextras
    sudo apt-get update


    got


    Doesn't look right.


    What can I do to bring the system back to normal ?


    10x.

    Hi,

    Fresh installation of OMV on PI4, NO RAID whatsoever (2 USB3 external drives are mounted, shared, and everything works as expected).

    When monitoring is enabled, I get error messages from periodic cronjob.

    The job itself is:

    Code
    if [ -x /usr/share/mdadm/checkarray ] && [ $(date +%d) -le 7 ]; then /usr/share/mdadm/checkarray --cron --all --idle --quiet; fi

    error message is:

    Code
    checkarray: E: MD subsystem not loaded, or /proc unavailable.


    I wholeheartedly agree with the statement "MD subsystem not loaded", as there is no RAID in the system.


    Question -


    Monitoring system is for RAID only, and it doesn't make sense to activate it without RAID, or I should somehow configure it to skip checking RAID, or what ?

    10x