Beiträge von PEW

    Thanks for the reply. Yes, I understand.


    These were things i just noticed. my omv-backup cron job stopped working and the cron job wasn't finding the correct path /usr/sbin. I am justing to pin point what happened.


    It was around the Aug 28 timeframe.


    One thing i noticed is that if i create a cron job for omv-backup, it will not run unless i give it a certain time not @daily.


    0 0 * * * root /var/lib/openmediavault/cron.d/userdefined-137e4193-ba57-4674-a99a-24f55b8e9a7e >/dev/null 2>&1



    Do you like the helios64?


    I think i am going to wait for the next batch with ddr memory.


    Thanks

    i copied the logrotate.service file back for systemctl and logrotate is now working.


    I was getting this error before i went down this path of disabling /dev/zram and converting to folder2ram:


    error: /etc/logrotate.conf:18 duplicate log entry for /var/log/wtmp

    error: /etc/logrotate.conf:25 duplicate log entry for /var/log/btmp


    This was caused by have wtmp and btmp in the /etc/logrotate.d folder and in the logrotate.conf so i commented out the btmp and wtmp statements in the logrotate.conf


    I am just trying to fix issues i have been noticing since this latest release:


    cron jobs failing after 5.5.8-1 update - armbian-check-first-login.sh


    Thanks

    Yes. I was just wondering if this unit file (logrotate systemd) is removed if it will still do log rotation. I did notice the logrotate cron job in cron.daily but I noticed this in the logrotate script:


    if [ -d /run/systemd/system ]; then

    exit 0

    fi



    i have this directory so i am wondering if it will just exit and never do any log rotation.


    Thanks

    No.. Because the install script will remove it based because this a helios4. I did and upgrade from omv4 to 5 so i was wondering how logs are rotated.


    i first noticed logrotate was not working then came upon this thread and read the install script which i believe is in the armbian-config utility, But, I did an upgrade not a fresh install based on this thread:


    https://forum.armbian.com/topi…-helios4-support/page/22/


    I am now trying to figure out random reboots i am having.


    https://forum.armbian.com/topi…-helios4-support/page/23/


    I just disabled the watchdog service. I then listed all the services and noticed the logrotate service not working correctly then found what the install script does.


    So now i wondering how logs will rotate so it will not fill up.




    # disable armbian log services if found

    for service in log2ram armbian-ramlog armbian-zram-config; do

    if systemctl list-units --full -all | grep ${service}; then

    systemctl stop ${service}

    systemctl disable ${service}

    fi

    done

    rm -f /etc/cron.daily/armbian-ram-logging

    if [ -f "/etc/default/armbian-ramlog" ]; then

    sed -i "s/ENABLED=.*/ENABLED=false/g" /etc/default/armbian-ramlog

    fi

    if [ -f "/etc/default/armbian-zram-config" ]; then

    sed -i "s/ENABLED=.*/ENABLED=false/g" /etc/default/armbian-zram-config

    fi

    if [ -f "/etc/systemd/system/logrotate.service" ]; then

    rm -f /etc/systemd/system/logrotate.service

    systemctl daemon-reload

    fi


    Thanks

    My logs are not getting that big i noticed the folder sized was sized to 100MB then went to 1000MB


    folder2ram 1008M 32M 977M 4% /var/log


    My question how will logs get rotated so it will not fill up?


    Thanks

    ryecoaaron


    Is it recommend to do this if running a helio4 from a omv4to5 upgrade:


    # disable armbian log services if found

    for service in log2ram armbian-ramlog armbian-zram-config; do

    if systemctl list-units --full -all | grep ${service}; then

    systemctl stop ${service}

    systemctl disable ${service}

    fi

    done

    rm -f /etc/cron.daily/armbian-ram-logging

    if [ -f "/etc/default/armbian-ramlog" ]; then

    sed -i "s/ENABLED=.*/ENABLED=false/g" /etc/default/armbian-ramlog

    fi

    if [ -f "/etc/default/armbian-zram-config" ]; then

    sed -i "s/ENABLED=.*/ENABLED=false/g" /etc/default/armbian-zram-config

    fi

    if [ -f "/etc/systemd/system/logrotate.service" ]; then

    rm -f /etc/systemd/system/logrotate.service

    systemctl daemon-reload

    fi


    I did this manually and onced my /var/log folder2ram sized increased from 100MB to 1000MB.


    Thanks

    Here is the guide for going to omv5 with a Helios 4 arm based community based nas:


    Here is my guide to upgrade omv4to5. Hopefully this will help out others looking to do the same.


    Test a backup/restore procedure: How to restore from an omv-backup?



    Was able to upgrade omv4 to 5. Here is my posts and the github bash script from the omv site: I downloaded the scripts then changed to executable.

    OMV 5.0 - finally out! :-)

    OMV 5.0 - finally out! :-)

    https://github.com/OpenMediaVa…t/blob/master/upgrade4to5

    upgrade to 5.x failure


    Steps to reproduce:

    1. Remove incompatible plugins

    2. Switch over to dockers where there are incompatible plugins

    3. Download the two bash scripts:

    wget https://github.com/OpenMediaVa…pt/raw/master/upgrade4to5

    wget https://github.com/OpenMediaVa…ckages/raw/master/install

    4. chmod +x the upgrade4to5 chmod +x install

    5. Run the upgrade4to5 as root

    6. omv and plugins will fail. as describes here: upgrade to 5.x failure

    7. Remove failed packages not purge since we want config files from omv They should print out.

    8. Reinstall openmediavault only

    9. Reboot

    10. Run this command : apt-get purge openmediavault-omvextrasorg resolvconf

    11. Reboot again

    12. Run the install script as root. this will install omv extras.

    13. apt update

    14. apt dist-upgrade

    15. omv-salt deploy run nginx

    16. omv-salt deploy run phpfpm

    17. But remove or move upsschedule-cmd from usr/bin and bin then run apt-get install usrmerge

    18. apt install docker

    19. https://forums.docker.com/t/fa…te-nat-chain-docker/78269

    The docker installer uses iptables for nat. Unfortunately Debian uses nftables. You can convert the entries over to nftables or just setup Debian to use the legacy iptables.

    sudo update-alternatives --set iptables /usr/sbin/iptables-legacy

    sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy

    dockerd, should start fine after switching to iptables-legacy.

    sudo service docker start

    20. Switch to 5.4 kernel using armbian-config refer to kobol blog:

    https://blog.kobol.io/2020/03/13/armbian-new-release/

    Hopefully this helps others out.

    Thanks

    1. etcher the raspbian image on the other sd card.

    2. copy the fsarchiver backup files to a usb stick with puppy linux or a linux machine you are using with fsarchiver

    3. resize the other sd card so you can do a restore

    4. fsarchiver restor to the other sd card


    Do you have a linux pc or a usb stick to put puppy linux on it?

    You do not use etcher on these files. You use fsarchiver with restor option. You need to use ether and the raspian image on the other sd card.


    If you do not have a linux box download puppy linux on a usb stick and boot from that and use fsarchiver there to restor you will need to copy those backup files to the usb stick after it is been imaged.

    Well, dd usually does a whole drive copy and fsarchiver just copies the files and puts them back down.


    If your sd card is 32GB you will have a 32GB image unless you compress it.


    fsarchiver will just copy the files then compress. It is a faster process with fsarchiver. I usually can do a restore in about 10mins on a 32GB sd card.

    I would download the raspian image you are currently running. Then in omv install the backup plugin and use fsarchiver: Setup a folder then run a backup.


    You will get these files:





    Copy them down using scp or windows sharing or whatever shares you have.


    Then on another sd card put the armbian image on it based on the version you are running now. Buster or Stretch


    You may need to resize the partition using gparted or disks on linux. Windows may be harder unless there is a gparted version.


    Then after it resized. Find out the block device and partition.


    fsarchiver restfs backup.fsa id=0,dest=/dev/sdb but since this sd card it will be something like this:


    fsarchiver restfs backup-omv-24-jun-2020_11_31.fsa id=0,dest=/dev/mmcblk0p1

    Ok. Thanks.. Trying it now. apt update:


    Fetched 25.5 kB in 5s (5,538 B/s)

    Reading package lists... Done

    Building dependency tree

    Reading state information... Done

    1 package can be upgraded. Run 'apt list --upgradable' to see it.

    root@helios4-PW:~# apt upgrade


    root@helios4-PW:~# apt upgrade

    Reading package lists... Done

    Building dependency tree

    Reading state information... Done

    Calculating upgrade... Done

    The following packages were automatically installed and are no longer required:

    acpid dh-python g++-6 imagemagick-6-common libbind9-140 libboost-filesystem1.62.0 libboost-iostreams1.62.0 libboost-system1.62.0

    libdbus-glib-1-2 libde265-0 libdns162 libevent-2.0-5 libf2fs0 libfftw3-double3 libfile-copy-recursive-perl libgudev-1.0-0 libheif1

    libicu57 libisc160 libisccc140 libisccfg140 liblcms2-2 liblqr-1-0 liblvm2app2.2 liblvm2cmd2.02 liblwres141 libmagickcore-6.q16-3

    libmagickcore-6.q16-6 libmagickwand-6.q16-3 libmagickwand-6.q16-6 libntfs-3g871 libonig4 libopenjp2-7 libopts25 libperl5.24

    libpython3.5-minimal libpython3.5-stdlib libqrencode3 libsoup2.4-1 libstdc++-6-dev libwebpmux3 libx265-165 php-curl php-imagick

    php-symfony-class-loader php-symfony-polyfill-apcu php7.3-curl pm-utils python-gdbm python3-distutils python3-lib2to3 python3.5

    python3.5-minimal update-inetd

    Use 'apt autoremove' to remove them.

    The following packages will be upgraded:

    openmediavault-omvextrasorg

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

    Need to get 72.0 kB of archives.

    After this operation, 17.4 kB of additional disk space will be used.

    Do you want to continue? [Y/n]


    Use 'apt autoremove' to remove them.

    The following packages will be upgraded:

    openmediavault-omvextrasorg

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

    Need to get 72.0 kB of archives.

    After this operation, 17.4 kB of additional disk space will be used.

    Do you want to continue? [Y/n] y

    Get:1 https://dl.bintray.com/openmediavault-plugin-developers/usul buster/main armhf openmediavault-omvextrasorg all 5.3.4 [72.0 kB]

    Fetched 72.0 kB in 1s (100 kB/s)

    (Reading database ... 61968 files and directories currently installed.)

    Preparing to unpack .../openmediavault-omvextrasorg_5.3.4_all.deb ...

    Unpacking openmediavault-omvextrasorg (5.3.4) over (5.3.3) ...

    Setting up openmediavault-omvextrasorg (5.3.4) ...

    Updating configuration database ...

    Processing triggers for openmediavault (5.5.3-1) ...

    Updating locale files ...

    Updating file permissions ...

    Purging internal cache ...

    Restarting engine daemon ...

    root@helios4-PW:~#


    Reloaded page using ctrl+shift+r:


    The iptables menu is still missing after a ctrl+shift+r apt clean apt update apt upgrade. Should i do apt autoremove with the old packages.


    The following packages were automatically installed and are no longer required:

    acpid dh-python g++-6 imagemagick-6-common libbind9-140

    libboost-filesystem1.62.0 libboost-iostreams1.62.0 libboost-system1.62.0

    libdbus-glib-1-2 libde265-0 libdns162 libevent-2.0-5 libf2fs0

    libfftw3-double3 libfile-copy-recursive-perl libgudev-1.0-0 libheif1

    libicu57 libisc160 libisccc140 libisccfg140 liblcms2-2 liblqr-1-0

    liblvm2app2.2 liblvm2cmd2.02 liblwres141 libmagickcore-6.q16-3

    libmagickcore-6.q16-6 libmagickwand-6.q16-3 libmagickwand-6.q16-6

    libntfs-3g871 libonig4 libopenjp2-7 libopts25 libperl5.24

    libpython3.5-minimal libpython3.5-stdlib libqrencode3 libsoup2.4-1

    libstdc++-6-dev libwebpmux3 libx265-165 php-curl php-imagick

    php-symfony-class-loader php-symfony-polyfill-apcu php7.3-curl pm-utils

    python-gdbm python3-distutils python3-lib2to3 python3.5 python3.5-minimal

    update-inetd



    Then I did this:


    login as: patrick

    patrick@192.168.1.46's password:

    _ _ _ _ _ _

    | | | | ___| (_) ___ ___| || |

    | |_| |/ _ \ | |/ _ \/ __| || |_

    | _ | __/ | | (_) \__ \__ _|

    |_| |_|\___|_|_|\___/|___/ |_|


    Welcome to Debian Buster with Armbian Linux 4.19.63-mvebu

    System load: 1.07 0.68 0.30 Up time: 17:46 hours

    Memory usage: 29 % of 2016MB Zram usage: 76 % of 1008Mb IP: 1 92.168.1.46

    CPU temp: 54°C Ambient temp: 36°C

    Usage of /: 22% of 30G


    [ General system configuration (beta): armbian-config ]


    Web console: https://helios4-PW.PW:9090/ or https://192.168.1.46:9090/


    Last login: Tue Jun 23 15:10:36 2020 from 192.168.1.215


    patrick@helios4-PW:~$ sudo su -

    [sudo] password for patrick:


    root@helios4-PW:~# apt update

    Get:1 file:/var/cache/openmediavault/archives InRelease

    Ign:1 file:/var/cache/openmediavault/archives InRelease

    Get:2 file:/var/cache/openmediavault/archives Release

    Ign:2 file:/var/cache/openmediavault/archives Release

    Get:3 file:/var/cache/openmediavault/archives Packages

    Ign:3 file:/var/cache/openmediavault/archives Packages

    Get:4 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:4 file:/var/cache/openmediavault/archives Contents (deb)

    Get:5 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:5 file:/var/cache/openmediavault/archives Contents (deb)

    Get:3 file:/var/cache/openmediavault/archives Packages

    Ign:3 file:/var/cache/openmediavault/archives Packages

    Get:4 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:4 file:/var/cache/openmediavault/archives Contents (deb)

    Get:5 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:5 file:/var/cache/openmediavault/archives Contents (deb)

    Get:3 file:/var/cache/openmediavault/archives Packages

    Ign:3 file:/var/cache/openmediavault/archives Packages

    Get:4 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:4 file:/var/cache/openmediavault/archives Contents (deb)

    Get:5 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:5 file:/var/cache/openmediavault/archives Contents (deb)

    Get:3 file:/var/cache/openmediavault/archives Packages

    Ign:3 file:/var/cache/openmediavault/archives Packages

    Get:4 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:4 file:/var/cache/openmediavault/archives Contents (deb)

    Get:5 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:5 file:/var/cache/openmediavault/archives Contents (deb)

    Get:3 file:/var/cache/openmediavault/archives Packages

    Ign:3 file:/var/cache/openmediavault/archives Packages

    Get:4 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:4 file:/var/cache/openmediavault/archives Contents (deb)

    Get:5 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:5 file:/var/cache/openmediavault/archives Contents (deb)

    Get:3 file:/var/cache/openmediavault/archives Packages

    Ign:3 file:/var/cache/openmediavault/archives Packages

    Get:4 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:4 file:/var/cache/openmediavault/archives Contents (deb)

    Get:5 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:5 file:/var/cache/openmediavault/archives Contents (deb)

    Get:3 file:/var/cache/openmediavault/archives Packages

    Get:4 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:4 file:/var/cache/openmediavault/archives Contents (deb)

    Get:5 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:5 file:/var/cache/openmediavault/archives Contents (deb)

    Hit:6 https://openmediavault.github.io/packages usul InRelease

    Hit:7 https://download.docker.com/linux/debian buster InRelease

    Hit:8 http://httpredir.debian.org/debian buster InRelease

    Hit:9 http://packages.openmediavault.org/public usul InRelease

    Hit:11 http://security.debian.org buster/updates InRelease

    Hit:12 http://security.debian.org/debian-security buster/updates InRelease

    Hit:13 http://httpredir.debian.org/debian buster-updates InRelease

    Ign:14 https://dl.bintray.com/openmediavault-plugin-developers/usul buster InRel ease

    Ign:15 https://dl.bintray.com/openmed…in-developers/usul-extras buste r InRelease

    Get:16 https://dl.bintray.com/openmediavault-plugin-developers/usul buster Relea se [4,363 B]

    Get:17 https://dl.bintray.com/openmed…in-developers/usul-extras buste r Release [3,538 B]

    Hit:10 https://apt.armbian.com buster InRelease

    Fetched 7,901 B in 4s (1,810 B/s)

    Reading package lists... Done

    Building dependency tree

    Reading state information... Done

    1 package can be upgraded. Run 'apt list --upgradable' to see it.

    N: Ignoring file 'omv-extras-org.list.org' in directory '/etc/apt/sources.list.d /' as it has an invalid filename extension

    root@helios4-PW:~# apt list --upgradeable

    Listing... Done

    armbian-firmware/buster 20.05.5 all [upgradable from: 20.05.4]

    N: Ignoring file 'omv-extras-org.list.org' in directory '/etc/apt/sources.list.d /' as it has an invalid filename extension

    N: There are 8 additional versions. Please use the '-a' switch to see them.

    root@helios4-PW:~# apt upgrade

    Reading package lists... Done

    Building dependency tree

    Reading state information... Done

    Calculating upgrade... Done

    The following packages were automatically installed and are no longer required:

    acpid dh-python g++-6 imagemagick-6-common libbind9-140

    libboost-filesystem1.62.0 libboost-iostreams1.62.0 libboost-system1.62.0

    libdbus-glib-1-2 libde265-0 libdns162 libevent-2.0-5 libf2fs0

    libfftw3-double3 libfile-copy-recursive-perl libgudev-1.0-0 libheif1

    libicu57 libisc160 libisccc140 libisccfg140 liblcms2-2 liblqr-1-0

    liblvm2app2.2 liblvm2cmd2.02 liblwres141 libmagickcore-6.q16-3

    libmagickcore-6.q16-6 libmagickwand-6.q16-3 libmagickwand-6.q16-6

    libntfs-3g871 libonig4 libopenjp2-7 libopts25 libperl5.24

    libpython3.5-minimal libpython3.5-stdlib libqrencode3 libsoup2.4-1

    libstdc++-6-dev libwebpmux3 libx265-165 php-curl php-imagick

    php-symfony-class-loader php-symfony-polyfill-apcu php7.3-curl pm-utils

    python-gdbm python3-distutils python3-lib2to3 python3.5 python3.5-minimal

    update-inetd

    Use 'apt autoremove' to remove them.

    The following packages will be upgraded:

    armbian-firmware

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

    Need to get 6,492 kB of archives.

    After this operation, 0 B of additional disk space will be used.

    N: Ignoring file 'omv-extras-org.list.org' in directory '/etc/apt/sources.list.d /' as it has an invalid filename extension

    Do you want to continue? [Y/n] y

    Get:1 https://apt.armbian.com buster/main armhf armbian-firmware all 20.05.5 [6, 492 kB]

    Fetched 6,492 kB in 3s (2,511 kB/s)

    N: Ignoring file 'omv-extras-org.list.org' in directory '/etc/apt/sources.list.d /' as it has an invalid filename extension

    (Reading database ... 60556 files and directories currently installed.)

    Preparing to unpack .../armbian-firmware_20.05.5_all.deb ...

    Unpacking armbian-firmware (20.05.5) over (20.05.4) ...

    Setting up armbian-firmware (20.05.5) ...

    root@helios4-PW:~# apt reinstall openmediavault-omvextrasorg

    Reading package lists... Done

    Building dependency tree

    Reading state information... Done

    The following packages were automatically installed and are no longer required:

    acpid dh-python g++-6 imagemagick-6-common libbind9-140

    libboost-filesystem1.62.0 libboost-iostreams1.62.0 libboost-system1.62.0

    libdbus-glib-1-2 libde265-0 libdns162 libevent-2.0-5 libf2fs0

    libfftw3-double3 libfile-copy-recursive-perl libgudev-1.0-0 libheif1

    libicu57 libisc160 libisccc140 libisccfg140 liblcms2-2 liblqr-1-0

    liblvm2app2.2 liblvm2cmd2.02 liblwres141 libmagickcore-6.q16-3

    libmagickcore-6.q16-6 libmagickwand-6.q16-3 libmagickwand-6.q16-6

    libntfs-3g871 libonig4 libopenjp2-7 libopts25 libperl5.24

    libpython3.5-minimal libpython3.5-stdlib libqrencode3 libsoup2.4-1

    libstdc++-6-dev libwebpmux3 libx265-165 php-curl php-imagick

    php-symfony-class-loader php-symfony-polyfill-apcu php7.3-curl pm-utils

    python-gdbm python3-distutils python3-lib2to3 python3.5 python3.5-minimal

    update-inetd

    Use 'apt autoremove' to remove them.

    0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.

    Need to get 71.5 kB of archives.

    After this operation, 0 B of additional disk space will be used.

    Get:1 https://dl.bintray.com/openmediavault-plugin-developers/usul buster/main a rmhf openmediavault-omvextrasorg all 5.3.3 [71.5 kB]

    Fetched 71.5 kB in 1s (125 kB/s)

    N: Ignoring file 'omv-extras-org.list.org' in directory '/etc/apt/sources.list.d /' as it has an invalid filename extension

    (Reading database ... 60556 files and directories currently installed.)

    Preparing to unpack .../openmediavault-omvextrasorg_5.3.3_all.deb ...

    Unpacking openmediavault-omvextrasorg (5.3.3) over (5.3.3) ...

    Setting up openmediavault-omvextrasorg (5.3.3) ...

    Updating configuration database ...

    Processing triggers for openmediavault (5.5.3-1) ...

    Updating locale files ...

    Updating file permissions ...

    Purging internal cache ...

    Restarting engine daemon ...

    N: Ignoring file 'omv-extras-org.list.org' in directory '/etc/apt/sources.list.d /' as it has an invalid filename extension

    root@helios4-PW:~#

    1. Cleaning apt cache files...


    2. Clearing available dpkg packages...


    3. Removing apt lists...

    removed '/var/lib/apt/lists/_var_cache_openmediavault_archives_Packages'

    removed '/var/lib/apt/lists/apt.armbian.com_dists_buster_InRelease'

    removed '/var/lib/apt/lists/apt.armbian.com_dists_buster_buster-utils_Contents-armhf.lz4'

    removed '/var/lib/apt/lists/apt.armbian.com_dists_buster_buster-utils_binary-armhf_Packages'

    removed '/var/lib/apt/lists/apt.armbian.com_dists_buster_main_Contents-armhf.lz4'

    removed '/var/lib/apt/lists/apt.armbian.com_dists_buster_main_binary-armhf_Packages'

    removed directory '/var/lib/apt/lists/auxfiles'

    removed '/var/lib/apt/lists/dl.bintray.com_openmediavault-plugin-developers_usul-extras_dists_buster_Release'

    removed '/var/lib/apt/lists/dl.bintray.com_openmediavault-plugin-developers_usul-extras_dists_buster_Release.gpg'

    removed '/var/lib/apt/lists/dl.bintray.com_openmediavault-plugin-developers_usul-extras_dists_buster_main_binary-armhf_Packages'

    removed '/var/lib/apt/lists/dl.bintray.com_openmediavault-plugin-developers_usul_dists_buster_Release'

    removed '/var/lib/apt/lists/dl.bintray.com_openmediavault-plugin-developers_usul_dists_buster_Release.gpg'

    removed '/var/lib/apt/lists/dl.bintray.com_openmediavault-plugin-developers_usul_dists_buster_main_binary-armhf_Packages'

    removed '/var/lib/apt/lists/download.docker.com_linux_debian_dists_buster_InRelease'

    removed '/var/lib/apt/lists/download.docker.com_linux_debian_dists_buster_stable_Contents-armhf.lz4'

    removed '/var/lib/apt/lists/download.docker.com_linux_debian_dists_buster_stable_binary-armhf_Packages'

    removed '/var/lib/apt/lists/httpredir.debian.org_debian_dists_buster-updates_InRelease'

    removed '/var/lib/apt/lists/httpredir.debian.org_debian_dists_buster-updates_main_Contents-armhf.lz4'

    removed '/var/lib/apt/lists/httpredir.debian.org_debian_dists_buster-updates_main_binary-armhf_Packages'

    removed '/var/lib/apt/lists/httpredir.debian.org_debian_dists_buster-updates_non-free_Contents-armhf.lz4'

    removed '/var/lib/apt/lists/httpredir.debian.org_debian_dists_buster-updates_non-free_binary-armhf_Packages'

    removed '/var/lib/apt/lists/httpredir.debian.org_debian_dists_buster_InRelease'

    removed '/var/lib/apt/lists/httpredir.debian.org_debian_dists_buster_contrib_Contents-armhf.lz4'

    removed '/var/lib/apt/lists/httpredir.debian.org_debian_dists_buster_contrib_binary-armhf_Packages'

    removed '/var/lib/apt/lists/httpredir.debian.org_debian_dists_buster_main_Contents-armhf.lz4'

    removed '/var/lib/apt/lists/httpredir.debian.org_debian_dists_buster_main_binary-armhf_Packages'

    removed '/var/lib/apt/lists/httpredir.debian.org_debian_dists_buster_non-free_Contents-armhf.lz4'

    removed '/var/lib/apt/lists/httpredir.debian.org_debian_dists_buster_non-free_binary-armhf_Packages'

    removed '/var/lib/apt/lists/lock'

    removed '/var/lib/apt/lists/openmediavault.github.io_packages_dists_usul_InRelease'

    removed '/var/lib/apt/lists/openmediavault.github.io_packages_dists_usul_main_binary-armhf_Packages'

    removed '/var/lib/apt/lists/packages.openmediavault.org_public_dists_usul_InRelease'

    removed '/var/lib/apt/lists/packages.openmediavault.org_public_dists_usul_main_binary-armhf_Packages'

    removed directory '/var/lib/apt/lists/partial'

    removed '/var/lib/apt/lists/security.debian.org_debian-security_dists_buster_updates_InRelease'

    removed '/var/lib/apt/lists/security.debian.org_debian-security_dists_buster_updates_main_binary-armhf_Packages'

    removed '/var/lib/apt/lists/security.debian.org_debian-security_dists_buster_updates_main_source_Sources'

    removed '/var/lib/apt/lists/security.debian.org_debian-security_dists_buster_updates_non-free_source_Sources'

    removed '/var/lib/apt/lists/security.debian.org_dists_buster_updates_InRelease'

    removed '/var/lib/apt/lists/security.debian.org_dists_buster_updates_main_binary-armhf_Packages'


    4. Purging internal cache ...


    5. Removing OpenMediaVault cache packages...

    removed '/var/cache/openmediavault/archives/Packages'


    6. Creating new OpenMediaVault packages file...


    7. Updating apt...

    Get:1 file:/var/cache/openmediavault/archives InRelease

    Ign:1 file:/var/cache/openmediavault/archives InRelease

    Get:2 file:/var/cache/openmediavault/archives Release

    Ign:2 file:/var/cache/openmediavault/archives Release

    Get:3 file:/var/cache/openmediavault/archives Packages

    Ign:3 file:/var/cache/openmediavault/archives Packages

    Get:4 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:4 file:/var/cache/openmediavault/archives Contents (deb)

    Get:5 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:5 file:/var/cache/openmediavault/archives Contents (deb)

    Get:3 file:/var/cache/openmediavault/archives Packages

    Ign:3 file:/var/cache/openmediavault/archives Packages

    Get:4 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:4 file:/var/cache/openmediavault/archives Contents (deb)

    Get:5 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:5 file:/var/cache/openmediavault/archives Contents (deb)

    Get:3 file:/var/cache/openmediavault/archives Packages

    Ign:3 file:/var/cache/openmediavault/archives Packages

    Get:4 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:4 file:/var/cache/openmediavault/archives Contents (deb)

    Get:5 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:5 file:/var/cache/openmediavault/archives Contents (deb)

    Get:3 file:/var/cache/openmediavault/archives Packages

    Ign:3 file:/var/cache/openmediavault/archives Packages

    Get:4 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:4 file:/var/cache/openmediavault/archives Contents (deb)

    Get:5 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:5 file:/var/cache/openmediavault/archives Contents (deb)

    Get:3 file:/var/cache/openmediavault/archives Packages

    Ign:3 file:/var/cache/openmediavault/archives Packages

    Get:4 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:4 file:/var/cache/openmediavault/archives Contents (deb)

    Get:5 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:5 file:/var/cache/openmediavault/archives Contents (deb)

    Get:3 file:/var/cache/openmediavault/archives Packages

    Ign:3 file:/var/cache/openmediavault/archives Packages

    Get:4 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:4 file:/var/cache/openmediavault/archives Contents (deb)

    Get:5 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:5 file:/var/cache/openmediavault/archives Contents (deb)

    Get:3 file:/var/cache/openmediavault/archives Packages

    Get:4 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:4 file:/var/cache/openmediavault/archives Contents (deb)

    Get:5 file:/var/cache/openmediavault/archives Contents (deb)

    Ign:5 file:/var/cache/openmediavault/archives Contents (deb)

    Get:6 http://security.debian.org buster/updates InRelease [65.4 kB]

    Get:7 https://openmediavault.github.io/packages usul InRelease [12.7 kB]

    Get:9 http://packages.openmediavault.org/public usul InRelease [12.7 kB]

    Get:10 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]

    Get:11 https://download.docker.com/linux/debian buster InRelease [44.4 kB]

    Get:12 http://httpredir.debian.org/debian buster InRelease [121 kB]

    Ign:13 https://dl.bintray.com/openmediavault-plugin-developers/usul buster InRelease

    Get:14 https://openmediavault.github.io/packages usul/main armhf Packages [6217 B]

    Get:15 http://httpredir.debian.org/debian buster-updates InRelease [51.9 kB]

    Ign:16 https://dl.bintray.com/openmed…in-developers/usul-extras buster InRelease

    Get:17 https://dl.bintray.com/openmediavault-plugin-developers/usul buster Release [4363 B]

    Get:18 https://dl.bintray.com/openmed…in-developers/usul-extras buster Release [3538 B]

    Get:19 https://dl.bintray.com/openmediavault-plugin-developers/usul buster Release.gpg [821 B]

    Get:20 https://dl.bintray.com/openmed…in-developers/usul-extras buster Release.gpg [821 B]

    Get:21 http://security.debian.org buster/updates/main armhf Packages [201 kB]

    Get:8 https://apt.armbian.com buster InRelease [18.3 kB]

    Get:22 http://packages.openmediavault.org/public usul/main armhf Packages [6217 B]

    Get:23 http://security.debian.org/debian-security buster/updates/main Sources [128 kB]

    Get:24 http://security.debian.org/debian-security buster/updates/non-free Sources [692 B]

    Get:25 http://security.debian.org/debian-security buster/updates/main armhf Packages [201 kB]

    Get:26 https://download.docker.com/linux/debian buster/stable armhf Packages [13.2 kB]

    Get:27 https://download.docker.com/linux/debian buster/stable armhf Contents (deb) [2006 B]

    Get:28 http://httpredir.debian.org/debian buster/main armhf Packages [7697 kB]

    Get:29 http://httpredir.debian.org/debian buster/main armhf Contents (deb) [36.1 MB]

    Get:30 https://dl.bintray.com/openmediavault-plugin-developers/usul buster/main armhf Packages [15.5 kB]

    Get:31 https://dl.bintray.com/openmed…in-developers/usul-extras buster/main armhf Packages [1253 B]

    Get:32 http://httpredir.debian.org/debian buster/contrib armhf Packages [40.9 kB]

    Get:33 http://httpredir.debian.org/debian buster/contrib armhf Contents (deb) [85.5 kB]

    Get:34 http://httpredir.debian.org/debian buster/non-free armhf Packages [61.9 kB]

    Get:35 http://httpredir.debian.org/debian buster/non-free armhf Contents (deb) [779 kB]

    Get:36 http://httpredir.debian.org/debian buster-updates/main armhf Packages [7848 B]

    Get:37 http://httpredir.debian.org/debian buster-updates/main armhf Contents (deb) [44.2 kB]

    Get:38 http://httpredir.debian.org/debian buster-updates/non-free armhf Packages [604 B]

    Get:39 http://httpredir.debian.org/debian buster-updates/non-free armhf Contents (deb) [185 B]

    Get:40 https://apt.armbian.com buster/main armhf Packages [134 kB]

    Get:41 https://apt.armbian.com buster/main armhf Contents (deb) [4905 kB]

    Get:42 https://apt.armbian.com buster/buster-utils armhf Packages [4250 B]

    Get:43 https://apt.armbian.com buster/buster-utils armhf Contents (deb) [572 B]

    Fetched 50.9 MB in 42s (1222 kB/s)

    Reading package lists...


    8. Saving current package list...

    Done.