আমি সম্প্রতি জেসি থেকে স্ট্রেচে আপগ্রেড করেছি এবং এর জন্য কনফিগারেশন ফাইলের একটি নতুন সংস্করণ পেয়েছি unattended-upgrades
। অদ্ভুতভাবে, এই নতুন সংস্করণটি রাস্পবিয়ানের পরিবর্তে দেবিয়ানকে উল্লেখ করে।
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";
<
মধ্যে এই Launchpad বাগ , এই সমস্যাটি উৎস রেপো, এবং বিভিন্ন ফোরামে অভাবে অর্জন বিষয় Raspbian-security
লেবেল, আমি মোটামুটি কি 'সঠিক' কনফিগারেশন হওয়া উচিত সম্পর্কে বিভ্রান্ত করছি।
unattended-upgrades
রাস্পবিয়ান স্ট্রেচের জন্য কেউ কি তাদের কাজের কনফিগারেশন ভাগ করতে পারে ?
sudo unattended-upgrade -d