One thing I noticed was unattended-upgrades stopped updating. It was running, but not installing the available updates shown by apt update.
After removing everything and re-installing it had no effect, I found I needed to add:
"origin=Raspbian,codename=${distro_codename},label=Raspbian";
"origin=Raspberry Pi Foundation,codename=${distro_codename},label=Raspberry Pi Foundation";
to:
/etc/apt/apt.conf.d/50unattended-upgrades
It's now updating automatically as expected.
KR.
Paul.
After removing everything and re-installing it had no effect, I found I needed to add:
"origin=Raspbian,codename=${distro_codename},label=Raspbian";
"origin=Raspberry Pi Foundation,codename=${distro_codename},label=Raspberry Pi Foundation";
to:
/etc/apt/apt.conf.d/50unattended-upgrades
It's now updating automatically as expected.
KR.
Paul.
Statistics: Posted by Paul-P67 — Tue Jul 22, 2025 6:48 pm