das es updates runterlädt (stündlich), aber nicht installiert.
Ist die Anleitung noch aktuel ?:
Debian Linux automatisch aktualisieren - Michis Blog
https://blog.doenselmann.com/debian-lin ... alisieren/
Mit gnome-software komme ich nicht klar, System ist Bullseye
Code: Alles auswählen
root@mb:~# cat /etc/cron.d/cron-apt
#
# Regular cron jobs for the cron-apt package
#
# Every night at 4 o'clock.
#0 4 * * * root test -x /usr/sbin/cron-apt && /usr/sbin/cron-apt
# Every hour.
0 * * * * root test -x /usr/sbin/cron-apt && /usr/sbin/cron-apt /etc/cron-apt/config2
# Every five minutes.
# */5 * * * * root test -x /usr/sbin/cron-apt && /usr/sbin/cron-apt /etc/cron-apt/config2
root@mb:~#
Code: Alles auswählen
root@mb:~# uptime; cat /var/log/cron-apt/log
17:18:23 up 3:25, 1 user, load average: 0.80, 1.12, 0.85
CRON-APT RUN [/etc/cron-apt/config2]: Wed May 19 15:00:01 CEST 2021
CRON-APT SLEEP: 1916, Wed May 19 15:31:57 CEST 2021
CRON-APT ACTION: 0-update
CRON-APT LINE: /usr/bin/apt-get -o quiet=1 update -o quiet=2
CRON-APT ACTION: 3-download
CRON-APT LINE: /usr/bin/apt-get -o quiet=1 autoclean -y
Reading package lists...
Building dependency tree...
Reading state information...
CRON-APT LINE: /usr/bin/apt-get -o quiet=1 dist-upgrade -d -y -o APT::Get::Show-Upgraded=true
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
CRON-APT RUN [/etc/cron-apt/config2]: Wed May 19 16:00:01 CEST 2021
CRON-APT SLEEP: 279, Wed May 19 16:04:40 CEST 2021
CRON-APT ACTION: 0-update
CRON-APT LINE: /usr/bin/apt-get -o quiet=1 update -o quiet=2
CRON-APT ACTION: 3-download
CRON-APT LINE: /usr/bin/apt-get -o quiet=1 autoclean -y
Reading package lists...
Building dependency tree...
Reading state information...
CRON-APT LINE: /usr/bin/apt-get -o quiet=1 dist-upgrade -d -y -o APT::Get::Show-Upgraded=true
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
CRON-APT RUN [/etc/cron-apt/config2]: Wed May 19 17:00:01 CEST 2021
CRON-APT SLEEP: 876, Wed May 19 17:14:37 CEST 2021
CRON-APT ACTION: 0-update
CRON-APT LINE: /usr/bin/apt-get -o quiet=1 update -o quiet=2
CRON-APT ACTION: 3-download
CRON-APT LINE: /usr/bin/apt-get -o quiet=1 autoclean -y
Reading package lists...
Building dependency tree...
Reading state information...
CRON-APT LINE: /usr/bin/apt-get -o quiet=1 dist-upgrade -d -y -o APT::Get::Show-Upgraded=true
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@mb:~#
Weil "4.33 cron-apt" https://debiananwenderhandbuch.de/cron-apt.html
meint man müßte noch eine Verknüpfung erstellen ???
Code: Alles auswählen
ln -s /usr/sbin/cron-apt /etc/cron.hourly/cron-apt
Code: Alles auswählen
ls /etc/cron.hourly/ -la
total 20
drwxr-xr-x 2 root root 4096 May 19 14:38 .
drwxr-xr-x 163 root root 12288 May 19 13:52 ..
-rw-r--r-- 1 root root 102 Oct 11 2019 .placeholder
root@mb:~#
:google: und Co habe ich schon probiert.