Guest User

Untitled

a guest
Feb 18th, 2018
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. # tail -f /var/log/unattended-upgrades/unattended-upgrades.log
  2. 2018-02-18 13:25:37,656 DEBUG No conffiles in deb
  3. '/var/cache/apt/archives/libgfortran3_4.9.2-10+deb8u1_amd64.deb' (There
  4. is no member named 'conffiles')
  5. 2018-02-18 13:25:37,657 DEBUG blacklist: []
  6. 2018-02-18 13:25:37,658 DEBUG whitelist: []
  7. 2018-02-18 13:25:37,658 DEBUG InstCount=23 DelCount=0 BrokenCount=0
  8. 2018-02-18 13:25:37,660 INFO Packages that will be upgraded: cpp-4.9
  9. g++-4.9 gcc-4.9 gcc-4.9-base gcc-4.9-base:i386 libasan1 libatomic1
  10. libcilkrts5 libgcc-4.9-dev libgcc1 libgcc1:i386 libgfortran3 libgomp1
  11. libitm1 liblsan0 libobjc-4.9-dev libobjc4 libquadmath0 libstdc++-4.9-dev
  12. libstdc++6 libstdc++6:i386 libtsan0 libubsan0
  13. 2018-02-18 13:25:37,662 INFO Writing dpkg log to '/var/log/unattended-
  14. upgrades/unattended-upgrades-dpkg.log'
  15. 2018-02-18 13:27:02,483 INFO All upgrades installed
  16. 2018-02-18 13:27:02,485 DEBUG Extracting content from
  17. '/var/log/unattended-upgrades/unattended-upgrades-dpkg.log' since '2018-
  18. 02-18 13:25:37.661632'
  19. 2018-02-18 13:27:02,511 DEBUG Sending mail to 'xxxyyyy@gmail.com'
  20. 2018-02-18 13:27:02,713 DEBUG mail returned: 0
  21.  
  22.  
  23. # cat /etc/apt/listchanges.conf
  24. [apt]
  25. frontend=pager
  26. email_address=xxxyyyy@gmail.com
  27. confirm=0
  28. save_seen=/var/lib/apt/listchanges.db
  29. which=news
  30.  
  31. $ echo "Just testing mailx" | mail -s "Yooo woot" xxxyyyy@gmail.com
Add Comment
Please, Sign In to add comment