Niedawno zaktualizowałem Jessie do Stretch i otrzymałem nową wersję pliku konfiguracyjnego dla unattended-upgrades
. Co dziwne, ta nowa wersja odwołuje się do Debiana zamiast do Raspbian.
pi@kegerator:/etc/apt/apt.conf.d $ diff 50unattended-upgrades 50unattended-upgrades.ucf-old
10,12c10,12
< // c,component (eg, "main", "contrib", "non-free")
< // l,label (eg, "Debian", "Debian-Security")
< // o,origin (eg, "Debian", "Unofficial Multimedia Packages")
---
> // c,component (eg, "main", "crontrib", "non-free")
> // l,label (eg, "Raspbian", "Raspbian-Security")
> // o,origin (eg, "Raspbian", "Unofficial Multimedia Packages")
14c14
< // site (eg, "http.debian.net")
---
> // site (eg, "http.Raspbian.net")
20c20
< // derived from /etc/debian_version:
---
> // derived from /etc/Raspbian_version:
27,30c27
< // "o=Debian,n=jessie";
< // "o=Debian,n=jessie-updates";
< // "o=Debian,n=jessie-proposed-updates";
< // "o=Debian,n=jessie,l=Debian-Security";
---
> // "o=Raspbian,n=jessie";
36,39c33,34
< // "o=Debian,a=stable";
< // "o=Debian,a=stable-updates";
< // "o=Debian,a=proposed-updates";
< "origin=Debian,codename=${distro_codename},label=Debian-Security";
---
> // "o=Raspbian,a=stable";
>
85,87d79
< // Automatically reboot even if there are users currently logged in.
< //Unattended-Upgrade::Automatic-Reboot-WithUsers "true";
<
96,102d87
<
< // Enable logging to syslog. Default is False
< // Unattended-Upgrade::SyslogEnable "false";
<
< // Specify syslog facility. Default is daemon
< // Unattended-Upgrade::SyslogFacility "daemon";
<
Pomiędzy tym błędem Launchpada , tym problemem w repozytorium źródłowym a kilkoma tematami forum lamentującymi nad brakiem Raspbian-security
etykiety, jestem dość zdezorientowany co do tego, jaka powinna być „poprawna” konfiguracja.
Czy ktoś mógłby udostępnić działającą unattended-upgrades
konfigurację dla Raspbian Stretch?
update
raspbian-stretch
patricktokeeffe
źródło
źródło
sudo unattended-upgrade -d
from wiki.debian.org/UnattendedUpgradesOdpowiedzi:
Najważniejsze linie to:
Oto cały plik (
/etc/apt/apt.conf.d/50unattended-upgrades
):Źródło upstream: https://github.com/mvo5/unattended-upgrades/blob/master/data/50unattended-upgrades.Raspbian
źródło
codename=${distro_codename}
nie zostanie automatycznie zaktualizowane do nowej wersji (np. Z 9 do 10).