Public bug reported:

Binary package hint: apt

On Ubuntu Intrepid (8.10), apt's cron.daily script calls random_sleep()
twice, before running apt-get update: once just before setting the
proxy, and once just after that.

By looking at the script, it appears that this bit of code has been
somehow duplicated:


# sleep random amount of time
random_sleep

# check again if we can access the cache
if ! apt-get check -q -q 2>/dev/null; then
    exit 1
fi

** Affects: apt (Ubuntu)
     Importance: Undecided
         Status: New

-- 
apt cron.daily script sleeps a random amount of time twice
https://bugs.launchpad.net/bugs/262015
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to