You are not logged in.
Pages: 1
Hello everyone!
I had this problem using Devuan on Docker images and bare-metal installations when connecting to certain mirrors and even on pkgmaster.
Not sure if anyone has a better solution, so far mine is this adding an "Acquire::Retries" policy of "5" to apt.conf.d
echo "Acquire::Retries \"5\";" | sudo tee /etc/apt/apt.conf.d/avoid-timeouts
Hope this helps anyone experiencing the same problem.
ciao
Not reading often here, if urgent contact me via E-Mail: J @ Dyne.org
GPG fingerprint: 6113 D89C A825 C5CE DD02 C872 73B3 5DA5 4ACB 7D10
Offline
Thanks, ive experienced this. What usually works for me is ctrl -c the install/update in the terminal and try again. Usually second try works. But this little one liner is a gem.
Last edited by hevidevi (2022-05-28 13:48:54)
Offline
rather
tee --append
, just in case...?
Offline
Pages: 1