Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[IDEA] *** Feature Request ***
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Idea: *** Feature Request ***
12th Apr, 2016, 04:00 AM
Post: #18
Nachteule Offline
Administrator
******
Posts: 2,406
Joined: Dec 2014
Reputation: 122
RE: *** Feature Request ***
it is in file /etc/cron.daily/apt

Code:
# sleep for a random interval of time (default 30min)
# (some code taken from cron-apt, thanks)
random_sleep()
{
    RandomSleep=1800
    eval $(apt-config shell RandomSleep APT::Periodic::RandomSleep)
    if [ $RandomSleep -eq 0 ]; then
        return
    fi
    if [ -z "$RANDOM" ] ; then
        # A fix for shells that do not have this bash feature.
        RANDOM=$(( $(dd if=/dev/urandom bs=2 count=1 2> /dev/null | cksum | cut -d' ' -f1) % 32767 ))
    fi
    TIME=$(($RANDOM % $RandomSleep))
    debug_echo "sleeping for $TIME seconds"
    sleep $TIME
}

.....

# sleep random amount of time to avoid hitting the  
# mirrors at the same time
random_sleep

a is before x in alphabet, so apt is executed before xbian-daily-btrfs Smile
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
*** Feature Request *** - Skywatch - 7th Apr, 2016, 12:51 AM
RE: *** Feature Request *** - Nachteule - 7th Apr, 2016, 02:35 AM
RE: *** Feature Request *** - Skywatch - 7th Apr, 2016, 03:45 AM
RE: *** Feature Request *** - Nachteule - 7th Apr, 2016, 03:51 AM
RE: *** Feature Request *** - IriDium - 7th Apr, 2016, 04:02 AM
RE: *** Feature Request *** - Skywatch - 7th Apr, 2016, 04:26 AM
RE: *** Feature Request *** - Nachteule - 9th Apr, 2016, 04:10 AM
RE: *** Feature Request *** - Nachteule - 7th Apr, 2016, 05:56 AM
RE: *** Feature Request *** - Skywatch - 9th Apr, 2016, 07:00 PM
RE: *** Feature Request *** - Nachteule - 9th Apr, 2016, 09:11 PM
RE: *** Feature Request *** - Skywatch - 10th Apr, 2016, 03:29 AM
RE: *** Feature Request *** - IriDium - 11th Apr, 2016, 04:40 AM
RE: *** Feature Request *** - Skywatch - 11th Apr, 2016, 07:51 PM
RE: *** Feature Request *** - Nachteule - 11th Apr, 2016, 09:45 PM
RE: *** Feature Request *** - Skywatch - 11th Apr, 2016, 09:55 PM
RE: *** Feature Request *** - Nachteule - 11th Apr, 2016, 10:07 PM
RE: *** Feature Request *** - Skywatch - 12th Apr, 2016, 03:29 AM
RE: *** Feature Request *** - Nachteule - 12th Apr, 2016 04:00 AM
RE: *** Feature Request *** - Nachteule - 12th Apr, 2016, 04:33 AM
RE: *** Feature Request *** - Skywatch - 17th Apr, 2016, 01:47 AM
RE: *** Feature Request *** - Nachteule - 17th Apr, 2016, 02:11 AM
RE: *** Feature Request *** - Skywatch - 12th Apr, 2016, 08:46 AM
RE: *** Feature Request *** - Nachteule - 12th Apr, 2016, 09:08 PM
RE: *** Feature Request *** - Skywatch - 13th Apr, 2016, 04:15 AM
RE: *** Feature Request *** - Skywatch - 17th Apr, 2016, 02:50 AM
RE: *** Feature Request *** - Nachteule - 17th Apr, 2016, 03:06 AM
RE: *** Feature Request *** - Skywatch - 17th Apr, 2016, 03:38 AM
RE: *** Feature Request *** - Nachteule - 17th Apr, 2016, 03:45 AM
RE: *** Feature Request *** - Skywatch - 17th Apr, 2016, 04:00 AM
RE: *** Feature Request *** - Skywatch - 17th Apr, 2016, 08:34 PM
RE: *** Feature Request *** - Nachteule - 17th Apr, 2016, 10:59 PM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 3rd Jun, 2025, 10:28 PM Powered By MyBB, © 2002-2025 MyBB Group.