Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upsoup: create /etc/apt/apt.conf.d/10periodic #1423
Comments
dougburks
added this to To do
in 16.04.5.7
via automation
Jan 24, 2019
added a commit
to Security-Onion-Solutions/securityonion-sostat
that referenced
this issue
Jan 24, 2019
dougburks
moved this from To do
to In progress
in 16.04.5.7
Jan 24, 2019
dougburks
moved this from In progress
to In Testing
in 16.04.5.7
Jan 25, 2019
This comment has been minimized.
This comment has been minimized.
Submitted for testing: |
This comment has been minimized.
This comment has been minimized.
dougburks
closed this
Feb 4, 2019
16.04.5.7
automation
moved this from In Testing
to Done
Feb 4, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dougburks commentedJan 24, 2019
•
edited
Problem
Running soup on a sensor checks to see if the master is up to date but that is only accurate if
apt update
has recently been run on the master.Solution
soup
should check to see if/etc/apt/apt.conf.d/10periodic
exists. If not, it should create it with the following content:This will cause the box to do a daily
apt update
, which should just update package lists (available updates) without actually downloading any updates.