A couple of weeks ago, my OMV running or Raspberry Pi 4 crashed during an update. After a manual reboot it seemed to complete the update and everything was back to normal. Or so I thought.
Recently, every time I do any kind of update, either using GUI, or sudo apt, at night, cron-apt will undo the update by re-installing previous modules. It then notifies me by email.
I have tried cleaning apt cache, manually running both apt and apt-get... Can't figure out how to restore an equilibrium.
Last evening, using GUI, I manually updated three modules: libcurl, curl and sudo. Below is an email report of cron's nightly activity:
Help!
Code
The following security packages have been installed automatically.
CRON-APT RUN [/etc/cron-apt/config]: Tue May 25 06:05:32 PDT 2021
CRON-APT SLEEP: 2029, Tue May 25 06:39:21 PDT 2021
CRON-APT ACTION: 5-openmediavault-security
CRON-APT LINE: /usr/bin/apt-get --option quiet=1 --option APT::Get::List-Cleanup=false --option Dir::Etc::SourceList=/etc/apt/sources.list.d/openmediavault-os-security.list --option Dir::Etc::SourceParts="/dev/null" --option DPkg::Options::=--force-confold dist-upgrade --yes --option APT::Get::Show-Upgraded=true
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
curl libcurl4 sudo
3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 1765 kB of archives.
After this operation, 389 kB disk space will be freed.
Get:1 http://security.debian.org/debian-security buster/updates/main armhf libcurl4 armhf 7.64.0-4+deb10u2 [298 kB]
Get:2 http://security.debian.org/debian-security buster/updates/main armhf curl armhf 7.64.0-4+deb10u2 [257 kB]
Get:3 http://security.debian.org/debian-security buster/updates/main armhf sudo armhf 1.8.27-1+deb10u3 [1210 kB]
apt-listchanges: Reading changelogs...
Fetched 1765 kB in 0s (25.0 MB/s)
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 60078 files and directories currently installed.)
Preparing to unpack .../libcurl4_7.64.0-4+deb10u2_armhf.deb ...
Unpacking libcurl4:armhf (7.64.0-4+deb10u2) over (7.64.0-4+deb10u2) ...
Preparing to unpack .../curl_7.64.0-4+deb10u2_armhf.deb ...
Unpacking curl (7.64.0-4+deb10u2) over (7.64.0-4+deb10u2) ...
Preparing to unpack .../sudo_1.8.27-1+deb10u3_armhf.deb ...
Unpacking sudo (1.8.27-1+deb10u3) over (1.8.27-1+deb10u3) ...
Setting up sudo (1.8.27-1+deb10u3) ...
Setting up libcurl4:armhf (7.64.0-4+deb10u2) ...
Setting up curl (7.64.0-4+deb10u2) ...
Processing triggers for systemd (241-7~deb10u7+rpi1) ...
Processing triggers for man-db (2.8.5-2) ...
Processing triggers for libc-bin (2.28-10+rpi1) ...
Display More
EDIT/UPDATE:
Solution here:
RE: Same list of updates every day on Pi 4