unattended-upgrades does not work in default installation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Raspbian |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
/etc/apt/
// Automatically upgrade packages from these origin patterns
Unattended-
// Archive or Suite based matching:
// Note that this will silently match a different release after
// migration to the specified archive (e.g. testing becomes the
// new stable).
// "o=Raspbian,
// "o=Raspbian,
// "o=Raspbian,
};
But there is no source with label=Raspbian-
$ apt-cache policy
Package files:
100 /var/lib/
release a=now
500 http://
500 http://
release o=Raspberry Pi Foundation,
origin archive.
500 http://
release o=Collabora,
origin raspberrypi.
500 http://
release v=7.0,o=
origin mirrordirector.
500 http://
release v=7.0,o=
origin mirrordirector.
500 http://
release v=7.0,o=
origin mirrordirector.
500 http://
release v=7.0,o=
origin mirrordirector.
Pinned packages:
tags: | added: jessie stretch wheezy |
For wheezy I can confirm this. The line has been removed from the Jessie version.
For wheezy, it can be fixed by making it like this: Raspbian, codename= wheezy, component= main";
"origin=
Or just remove the line.
For Jessie it can stay like this or it could be changed to: Raspbian, codename= jessie, component= main";
"origin=
Which can be commented out by default.