[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt-get is not following preferences.d



Hi,

On Fri, 13 Jan 2017 09:16:50 +0100
Matthias Bodenbinder <matthias@bodenbinder.de> wrote:

(...)
> I gave it a try. I unplugged the network and did an apt-get update.
> This is throwing all the errors that the repos are not available. But
> in the end the next "apt-get dist-upgrade" indeed wants to update all
> packages to testing.
> 
> So it seems that this is an issue with network not ready while apt-get 
> update is being performed.
> 
> How do I fix this? Where to look?

Not sure, you might try to grep through the files in /etc/init
and /etc/init.d if you find the one that calls apt-get update , then see
which package it belongs to and consider removing that package (or maybe
if possible configure it to leave apt-get alone).
Or, a quick-and-dirty solution that I have been using here occasinally
with services that fail at boot because the network isn't ready yet, you
can try to restart that service (or simply force another apt-get update)
with a line like
    printf "apt-get update" | at now + 2 minutes
somewhere where it is sure to be called close to the end of the boot
process.

I think the first solution is certainly the better one, though :-)

Regards

Michael

.-.. .. ...- .   .-.. --- -. --.   .- -. -..   .--. .-. --- ... .--. . .-.

There is a multi-legged creature crawling on your shoulder.
		-- Spock, "A Taste of Armageddon", stardate 3193.9


Reply to: