raspberrypi / userland

Source code for ARM side libraries for interfacing to Raspberry Pi GPU.
BSD 3-Clause "New" or "Revised" License
2.04k stars 1.09k forks source link

Unattended upgrades doesn't work #724

Open rkarlsba opened 2 years ago

rkarlsba commented 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.

XECDesign commented 2 years ago

That should probably reported to Raspbian: https://bugs.launchpad.net/raspbian