Guest User

Untitled

a guest
May 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. @stefano:/etc/cron.daily$ crontab -l
  2. no crontab for stefano
  3. # crontab -l
  4. no crontab for root
  5.  
  6. 2017-02-05 12:42:42,835 INFO Initial blacklisted packages:
  7. 2017-02-05 12:42:42,866 INFO Initial whitelisted packages:
  8. 2017-02-05 12:42:42,868 INFO Starting unattended upgrades script
  9. 2017-02-05 12:42:42,870 INFO Allowed origins are: ['o=Debian,n=jessie', 'o=Debian,n=jessie-updates', 'o=Debian,n=jessie-backports', 'origin=Debian,codename=jessie,label=Debian-Security']
  10. 2017-02-05 12:43:15,848 INFO No packages found that can be upgraded unattended
  11.  
  12. APT::Periodic::Update-Package-Lists "1";
  13. APT::Periodic::Unattended-Upgrade "1";
  14.  
  15. dpkg-reconfigure -plow unattended-upgrades
  16.  
  17. Applying updates on a frequent basis is an important part of keeping
  18. systems secure. By default, updates need to be applied manually using
  19. package management tools.
  20.  
  21. Alternatively, you can choose to have this system automatically download
  22. and install security updates.
  23.  
  24. Automatically download and install stable updates?
  25.  
  26. APT::Periodic::Update-Package-Lists "0";
  27. APT::Periodic::Unattended-Upgrade "0";
  28.  
  29. APT::Periodic::Update-Package-Lists "7";
  30. APT::Periodic::Unattended-Upgrade "1";
  31.  
  32. cat /etc/anacrontab
  33. # /etc/anacrontab: configuration file for anacron
  34.  
  35. # See anacron(8) and anacrontab(5) for details.
  36.  
  37. SHELL=/bin/sh
  38. PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
  39. HOME=/root
  40. LOGNAME=root
  41.  
  42. # These replace cron's entries
  43. 1 5 cron.daily run-parts --report /etc/cron.daily
  44. 7 10 cron.weekly run-parts --report /etc/cron.weekly
  45. @monthly 15 cron.monthly run-parts --report /etc/cron.monthly
Add Comment
Please, Sign In to add comment