Open rkarlsba opened 2 years ago
Hi all
Seems that on Raspbian Buster, the default config for unattended-upgrades in /etc/apt/apt.conf.d/50unattended-upgrades, is faulty. The default is
Unattended-Upgrade::Origins-Pattern { "origin=Debian,codename=${distro_codename},label=Debian"; "origin=Debian,codename=${distro_codename},label=Debian-Security"; }
This does not work, since there's no such thing as Debian in the repos. This, however, works
Unattended-Upgrade::Origins-Pattern { "origin=Raspbian,codename=${distro_codename},label=Raspbian"; "origin=Raspbian,codename=${distro_codename},label=Raspbian-Security"; }
I don't have a pi with Bullseye here atm, so I don't know the status for that yet.
That should probably reported to Raspbian: https://bugs.launchpad.net/raspbian
Hi all
Seems that on Raspbian Buster, the default config for unattended-upgrades in /etc/apt/apt.conf.d/50unattended-upgrades, is faulty. The default is
Unattended-Upgrade::Origins-Pattern { "origin=Debian,codename=${distro_codename},label=Debian"; "origin=Debian,codename=${distro_codename},label=Debian-Security"; }
This does not work, since there's no such thing as Debian in the repos. This, however, works
Unattended-Upgrade::Origins-Pattern { "origin=Raspbian,codename=${distro_codename},label=Raspbian"; "origin=Raspbian,codename=${distro_codename},label=Raspbian-Security"; }
I don't have a pi with Bullseye here atm, so I don't know the status for that yet.