22nd November 2016, 11:23
(22nd November 2016, 10:55)leszek Wrote: Did you activated some automatic updating somewhere?
Not that I know of. My synaptic preferences (see screenshot) doesn't seem to indicate any auto upgrades.
I found at package installed called "unattended-upgrades"
It has a config file ( /etc/apt/apt.conf.d/50unattended-upgrades ) that has this:
Code:
// Automatically upgrade packages from these (origin:archive) pairs
Unattended-Upgrade::Allowed-Origins {
"${distro_id}:${distro_codename}";
"${distro_id}:${distro_codename}-security";
// "${distro_id}:${distro_codename}-updates";
// "${distro_id}:${distro_codename}-proposed";
// "${distro_id}:${distro_codename}-backports";
};
// List of packages to not update (regexp are supported)
Unattended-Upgrade::Package-Blacklist {
// "vim";
// "libc6";
// "libc6-dev";
// "libc6-i686";
};
Looks like I should try to put the nvidia stuff in the blacklist section. I guess it ignores the pinning in synaptic.
Cheers