Nopaste from: Thu Jan 14 18:16:22 2021
Expires on: never
From: omv notification (80.130.240.96)
Code language: Plain
Description: omv notification
Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: |
# This file is auto-generated by openmediavault (https://www.openmediavault.org) # WARNING: Do not edit this file, your changes will get lost. # Configuration for cron-apt. # The cron config is located in /etc/cron.d/cron-apt # When to send email about the cron-apt results. # Value: error (send mail on error runs) # upgrade (when packages are upgraded) # changes (mail when change in output from an action) # output (send mail when output is generated) # always (always send mail) # (else never send mail) MAILON="upgrade" # The email address to send mail to. MAILTO="xxxxxxxxx@gmx.com" # Value: error (syslog on error runs) # upgrade (when packages is upgraded) # changes (syslog when change in output from an action) # output (syslog when output is generated) # always (always syslog) # (else never syslog) SYSLOGON="always" # Value: verbose (log everything) # always (always log) # upgrade (when packages is upgraded) # changes (log when change in output from an action) # output (log when output is generated) # error (log error runs only) # (else log nothing) # DEBUG="output" # General apt options that will be passed to all APTCOMMAND calls. # Use "-o quiet" instead of "-q" for aptitude compatibility. # OPTIONS="-o quiet=1" # You can for example add an additional sources.list file here. # OPTIONS="-o quiet=1 -o Dir::Etc::SourceList=/etc/apt/security.sources.list" # You can also set an alternative sources.list file here. # OPTIONS="-o quiet=1 -o Dir::Etc::SourceList=/etc/apt/security.sources.list -o Dir::Etc::SourceParts=\"/dev/null\"" # If you want to allow unauthenticated and untrusted packages add the # following to your options directive. # OPTIONS="-o quiet=1 -o APT::Get::AllowUnauthenticated=true -o aptitude::Cmdline::ignore-trust-violations=yes" # To limit the bandwidth used use the following line. This example limit the # bandwidth usage to 25 kB/s. # OPTIONS="-o Acquire::http::Dl-Limit=25" OPTIONS="" # notification votdev # As a good starting point can be adding DEBUG="verbose" to /etc/cron-apt/config and check the syslog for log messages related to cron-apt. DEBUG="verbose" |