On Sun, 2015-04-26 at 11:05 +0200, Ralf G. R. Bergs wrote: > when I performed apt-get update and apt-get upgrade this morning I > suddenly received the below error message: > > The value 'stable' is invalid for APT::Default-Release as such a > release is not available in the sources [...] > I didn't touch the config since ages, so it can't be due to a local > modification. Must be something that changed on the repository.
What changed is that wheezy is no longer stable. That doesn't mean that this is not due to a local modification, as your configuration includes: > APT::Default-Release "stable"; which is not there by default. Your sources.list entries indicate that you're tracking "wheezy", which is now "oldstable", not "stable". None of the sources in your list will be providing "stable", so the message is entirely correct. Regards, Adam -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

