Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /etc/cron.daily/ncp-autoupdate:
- Downloading updates
- Performing updates
- Installing DDNS_spDYN
- Installing nc-backup
- Installing nc-restore
- Activating nc-autoupdate-nc
- automatic Nextcloud updates enabled
- System config value trusted_domains => 7 set to string nextcloudpi
- System config value trusted_domains => 8 set to string nextcloudpi.lan
- Ign:1 http://ftp.nl.debian.org/debian stretch InRelease
- Hit:2 http://deb.debian.org/debian buster InRelease
- Hit:3 http://ftp.nl.debian.org/debian stretch-updates InRelease
- Get:4 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
- Hit:5 http://ftp.nl.debian.org/debian stretch Release
- Get:7 http://security.debian.org/debian-security stretch/updates/main Sources [183 kB]
- Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [454 kB]
- Get:9 http://security.debian.org/debian-security stretch/updates/main Translation-en [198 kB]
- Fetched 929 kB in 1s (569 kB/s)
- Reading package lists...
- E: The method driver /usr/lib/apt/methods/https could not be found.
- E: Failed to fetch https://packages.sury.org/php/dists/stretch/InRelease
- E: Some index files failed to download. They have been ignored, or old ones used instead.
- Reading package lists...
- Building dependency tree...
- Reading state information...
- The following additional packages will be installed:
- apt apt-utils dirmngr gnupg-agent gnupg-l10n gnupg-utils gpg gpg-agent
- gpg-wks-client gpg-wks-server gpgconf gpgsm gpgv libapt-pkg5.0 libassuan0
- libgcrypt20 libzstd1
- Suggested packages:
- apt-doc tor parcimonie xloadimage scdaemon rng-tools
- The following NEW packages will be installed:
- apt-transport-https gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
- gpg-wks-server gpgconf gpgsm libzstd1
- The following packages will be upgraded:
- apt apt-utils dirmngr gnupg gnupg-agent gpgv libapt-pkg5.0 libassuan0
- libgcrypt20
- 9 upgraded, 10 newly installed, 0 to remove and 1413 not upgraded.
- Need to get 11.4 MB of archives.
- After this operation, 11.3 MB of additional disk space will be used.
- Get:1 http://deb.debian.org/debian buster/main amd64 libzstd1 amd64 1.3.5+dfsg-1 [223 kB]
- Get:2 http://deb.debian.org/debian buster/main amd64 libapt-pkg5.0 amd64 1.7.0 [955 kB]
- Get:3 http://deb.debian.org/debian buster/main amd64 apt amd64 1.7.0 [1,319 kB]
- Get:4 http://deb.debian.org/debian buster/main amd64 apt-utils amd64 1.7.0 [420 kB]
- Get:5 http://deb.debian.org/debian buster/main amd64 libgcrypt20 amd64 1.8.3-1 [554 kB]
- Get:6 http://deb.debian.org/debian buster/main amd64 gpgv amd64 2.2.10-3 [578 kB]
- Get:7 http://deb.debian.org/debian buster/main amd64 apt-transport-https all 1.7.0 [146 kB]
- Get:8 http://deb.debian.org/debian buster/main amd64 gnupg-l10n all 2.2.10-3 [993 kB]
- Get:9 http://deb.debian.org/debian buster/main amd64 libassuan0 amd64 2.5.1-2 [47.4 kB]
- Get:10 http://deb.debian.org/debian buster/main amd64 dirmngr amd64 2.2.10-3 [703 kB]
- Get:11 http://deb.debian.org/debian buster/main amd64 gnupg all 2.2.10-3 [707 kB]
- Get:12 http://deb.debian.org/debian buster/main amd64 gnupg-agent all 2.2.10-3 [387 kB]
- Get:13 http://deb.debian.org/debian buster/main amd64 gpgconf amd64 2.2.10-3 [504 kB]
- Get:14 http://deb.debian.org/debian buster/main amd64 gpg-agent amd64 2.2.10-3 [611 kB]
- Get:15 http://deb.debian.org/debian buster/main amd64 gnupg-utils amd64 2.2.10-3 [827 kB]
- Get:16 http://deb.debian.org/debian buster/main amd64 gpg amd64 2.2.10-3 [856 kB]
- Get:17 http://deb.debian.org/debian buster/main amd64 gpg-wks-client amd64 2.2.10-3 [476 kB]
- Get:18 http://deb.debian.org/debian buster/main amd64 gpg-wks-server amd64 2.2.10-3 [471 kB]
- Get:19 http://deb.debian.org/debian buster/main amd64 gpgsm amd64 2.2.10-3 [597 kB]
- apt-listchanges: Reading changelogs...
- apt-listchanges: News
- ---------------------
- apt (1.6~rc1) unstable; urgency=medium
- Seccomp sandboxing has been turned off by default for now. If it works
- for you, you are encouraged to re-enable it by setting APT::Sandbox::Seccomp
- to true.
- -- Julian Andres Klode <[email protected]> Fri, 06 Apr 2018 14:14:29 +0200
- apt (1.6~beta1) unstable; urgency=medium
- APT now verifies that the date of Release files is not in the future. By
- default, it may be 10 seconds in the future to allow for some clock drift.
- Two new configuration options can be used to tweak the behavior:
- Acquire::Check-Date
- Acquire::Max-DateFuture
- These can be overridden in sources.list entries using the check-date
- and date-future-max options. Note that disabling check-date also
- disables checks on valid-until: It is considered to mean that your
- machine's time is not reliable.
- -- Julian Andres Klode <[email protected]> Mon, 26 Feb 2018 13:14:13 +0100
- apt (1.6~alpha1) unstable; urgency=medium
- All methods provided by apt except for cdrom, gpgv, and rsh now
- use seccomp-BPF sandboxing to restrict the list of allowed system
- calls, and trap all others with a SIGSYS signal. Three options
- can be used to configure this further:
- APT::Sandbox::Seccomp is a boolean to turn it on/off
- APT::Sandbox::Seccomp::Trap is a list of names of more syscalls to trap
- APT::Sandbox::Seccomp::Allow is a list of names of more syscalls to allow
- Also, sandboxing is now enabled for the mirror method.
- -- Julian Andres Klode <[email protected]> Mon, 23 Oct 2017 01:58:18 +0200
- apt (1.5~beta1) unstable; urgency=medium
- [ New HTTPS method ]
- The default http method now supports HTTPS itself, including encrypted proxies
- and connecting to HTTPS sites via HTTPS proxies; and the apt-transport-https
- package only provides a "curl+https" method now as a fallback, but will be
- removed shortly. If TLS support is unwanted, it can be disabled overall by
- setting the option Acquire::AllowTLS to "false".
- As for backwards compatibility, the options IssuerCert and SslForceVersion
- are not supported anymore, and any specified certificate files must be in the
- PEM format (curl might have allowed DER files as well).
- [ Changes to unauthenticated repositories ]
- The security exception for apt-get to only raise warnings if it encounters
- unauthenticated repositories in the "update" command is gone now, so that it
- will raise errors just like apt and all other apt-based front-ends do since
- at least apt version 1.3.
- It is possible (but STRONGLY ADVISED AGAINST) to revert to the previous
- behaviour of apt-get by setting the option
- Binary::apt-get::Acquire::AllowInsecureRepositories "true";
- See apt-secure(8) manpage for configuration details.
- [ Release Info Changes ]
- If values like Origin, Label, and Codename change in a Release file,
- update fails, or asks a user (if interactive). Various
- --allow-releaseinfo-change are provided for non-interactive use.
- -- Julian Andres Klode <[email protected]> Mon, 03 Jul 2017 15:09:23 +0200
- apt-listchanges: Mailing root: apt-listchanges: news for ncp
- debconf: unable to initialize frontend: Dialog
- debconf: (TERM is not set, so the dialog frontend is not usable.)
- debconf: falling back to frontend: Readline
- debconf: unable to initialize frontend: Readline
- debconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Teletype
- dpkg-preconfigure: unable to re-open stdin:
- Fetched 11.4 MB in 6s (1,780 kB/s)
- Selecting previously unselected package libzstd1:amd64.
- (Reading database ...
- (Reading database ... 5%
- (Reading database ... 10%
- (Reading database ... 15%
- (Reading database ... 20%
- (Reading database ... 25%
- (Reading database ... 30%
- (Reading database ... 35%
- (Reading database ... 40%
- (Reading database ... 45%
- (Reading database ... 50%
- (Reading database ... 55%
- (Reading database ... 60%
- (Reading database ... 65%
- (Reading database ... 70%
- (Reading database ... 75%
- (Reading database ... 80%
- (Reading database ... 85%
- (Reading database ... 90%
- (Reading database ... 95%
- (Reading database ... 100%
- (Reading database ... 145136 files and directories currently installed.)
- Preparing to unpack .../libzstd1_1.3.5+dfsg-1_amd64.deb ...
- Unpacking libzstd1:amd64 (1.3.5+dfsg-1) ...
- Setting up libzstd1:amd64 (1.3.5+dfsg-1) ...
- (Reading database ...
- (Reading database ... 5%
- (Reading database ... 10%
- (Reading database ... 15%
- (Reading database ... 20%
- (Reading database ... 25%
- (Reading database ... 30%
- (Reading database ... 35%
- (Reading database ... 40%
- (Reading database ... 45%
- (Reading database ... 50%
- (Reading database ... 55%
- (Reading database ... 60%
- (Reading database ... 65%
- (Reading database ... 70%
- (Reading database ... 75%
- (Reading database ... 80%
- (Reading database ... 85%
- (Reading database ... 90%
- (Reading database ... 95%
- (Reading database ... 100%
- (Reading database ... 145141 files and directories currently installed.)
- Preparing to unpack .../libapt-pkg5.0_1.7.0_amd64.deb ...
- Unpacking libapt-pkg5.0:amd64 (1.7.0) over (1.4.8) ...
- Setting up libapt-pkg5.0:amd64 (1.7.0) ...
- (Reading database ...
- (Reading database ... 5%
- (Reading database ... 10%
- (Reading database ... 15%
- (Reading database ... 20%
- (Reading database ... 25%
- (Reading database ... 30%
- (Reading database ... 35%
- (Reading database ... 40%
- (Reading database ... 45%
- (Reading database ... 50%
- (Reading database ... 55%
- (Reading database ... 60%
- (Reading database ... 65%
- (Reading database ... 70%
- (Reading database ... 75%
- (Reading database ... 80%
- (Reading database ... 85%
- (Reading database ... 90%
- (Reading database ... 95%
- (Reading database ... 100%
- (Reading database ... 145141 files and directories currently installed.)
- Preparing to unpack .../archives/apt_1.7.0_amd64.deb ...
- Unpacking apt (1.7.0) over (1.4.8) ...
- Setting up apt (1.7.0) ...
- Installing new version of config file /etc/apt/apt.conf.d/01autoremove ...
- Installing new version of config file /etc/cron.daily/apt-compat ...
- (Reading database ...
- (Reading database ... 5%
- (Reading database ... 10%
- (Reading database ... 15%
- (Reading database ... 20%
- (Reading database ... 25%
- (Reading database ... 30%
- (Reading database ... 35%
- (Reading database ... 40%
- (Reading database ... 45%
- (Reading database ... 50%
- (Reading database ... 55%
- (Reading database ... 60%
- (Reading database ... 65%
- (Reading database ... 70%
- (Reading database ... 75%
- (Reading database ... 80%
- (Reading database ... 85%
- (Reading database ... 90%
- (Reading database ... 95%
- (Reading database ... 100%
- (Reading database ... 145146 files and directories currently installed.)
- Preparing to unpack .../apt-utils_1.7.0_amd64.deb ...
- Unpacking apt-utils (1.7.0) over (1.4.8) ...
- Preparing to unpack .../libgcrypt20_1.8.3-1_amd64.deb ...
- Unpacking libgcrypt20:amd64 (1.8.3-1) over (1.7.6-2+deb9u3) ...
- Setting up libgcrypt20:amd64 (1.8.3-1) ...
- (Reading database ...
- (Reading database ... 5%
- (Reading database ... 10%
- (Reading database ... 15%
- (Reading database ... 20%
- (Reading database ... 25%
- (Reading database ... 30%
- (Reading database ... 35%
- (Reading database ... 40%
- (Reading database ... 45%
- (Reading database ... 50%
- (Reading database ... 55%
- (Reading database ... 60%
- (Reading database ... 65%
- (Reading database ... 70%
- (Reading database ... 75%
- (Reading database ... 80%
- (Reading database ... 85%
- (Reading database ... 90%
- (Reading database ... 95%
- (Reading database ... 100%
- (Reading database ... 145146 files and directories currently installed.)
- Preparing to unpack .../gpgv_2.2.10-3_amd64.deb ...
- Unpacking gpgv (2.2.10-3) over (2.1.18-8~deb9u2) ...
- Setting up gpgv (2.2.10-3) ...
- Selecting previously unselected package apt-transport-https.
- (Reading database ...
- (Reading database ... 5%
- (Reading database ... 10%
- (Reading database ... 15%
- (Reading database ... 20%
- (Reading database ... 25%
- (Reading database ... 30%
- (Reading database ... 35%
- (Reading database ... 40%
- (Reading database ... 45%
- (Reading database ... 50%
- (Reading database ... 55%
- (Reading database ... 60%
- (Reading database ... 65%
- (Reading database ... 70%
- (Reading database ... 75%
- (Reading database ... 80%
- (Reading database ... 85%
- (Reading database ... 90%
- (Reading database ... 95%
- (Reading database ... 100%
- (Reading database ... 145146 files and directories currently installed.)
- Preparing to unpack .../00-apt-transport-https_1.7.0_all.deb ...
- Unpacking apt-transport-https (1.7.0) ...
- Selecting previously unselected package gnupg-l10n.
- Preparing to unpack .../01-gnupg-l10n_2.2.10-3_all.deb ...
- Unpacking gnupg-l10n (2.2.10-3) ...
- Preparing to unpack .../02-libassuan0_2.5.1-2_amd64.deb ...
- Unpacking libassuan0:amd64 (2.5.1-2) over (2.4.3-2) ...
- Preparing to unpack .../03-dirmngr_2.2.10-3_amd64.deb ...
- Unpacking dirmngr (2.2.10-3) over (2.1.18-8~deb9u2) ...
- Preparing to unpack .../04-gnupg_2.2.10-3_all.deb ...
- Unpacking gnupg (2.2.10-3) over (2.1.18-8~deb9u2) ...
- Preparing to unpack .../05-gnupg-agent_2.2.10-3_all.deb ...
- Unpacking gnupg-agent (2.2.10-3) over (2.1.18-8~deb9u2) ...
- Selecting previously unselected package gpgconf.
- Preparing to unpack .../06-gpgconf_2.2.10-3_amd64.deb ...
- Unpacking gpgconf (2.2.10-3) ...
- Selecting previously unselected package gpg-agent.
- Preparing to unpack .../07-gpg-agent_2.2.10-3_amd64.deb ...
- Unpacking gpg-agent (2.2.10-3) ...
- Selecting previously unselected package gnupg-utils.
- Preparing to unpack .../08-gnupg-utils_2.2.10-3_amd64.deb ...
- Unpacking gnupg-utils (2.2.10-3) ...
- Selecting previously unselected package gpg.
- Preparing to unpack .../09-gpg_2.2.10-3_amd64.deb ...
- Unpacking gpg (2.2.10-3) ...
- Selecting previously unselected package gpg-wks-client.
- Preparing to unpack .../10-gpg-wks-client_2.2.10-3_amd64.deb ...
- Unpacking gpg-wks-client (2.2.10-3) ...
- Selecting previously unselected package gpg-wks-server.
- Preparing to unpack .../11-gpg-wks-server_2.2.10-3_amd64.deb ...
- Unpacking gpg-wks-server (2.2.10-3) ...
- Selecting previously unselected package gpgsm.
- Preparing to unpack .../12-gpgsm_2.2.10-3_amd64.deb ...
- Unpacking gpgsm (2.2.10-3) ...
- Setting up apt-transport-https (1.7.0) ...
- Setting up apt-utils (1.7.0) ...
- Setting up gnupg-l10n (2.2.10-3) ...
- Processing triggers for libc-bin (2.27-6) ...
- Processing triggers for man-db (2.7.6.1-2) ...
- Setting up libassuan0:amd64 (2.5.1-2) ...
- Setting up gpgconf (2.2.10-3) ...
- Setting up gpg-agent (2.2.10-3) ...
- Setting up gpgsm (2.2.10-3) ...
- Setting up gnupg-utils (2.2.10-3) ...
- Setting up gnupg-agent (2.2.10-3) ...
- Setting up dirmngr (2.2.10-3) ...
- Setting up gpg (2.2.10-3) ...
- Setting up gpg-wks-server (2.2.10-3) ...
- Setting up gpg-wks-client (2.2.10-3) ...
- Setting up gnupg (2.2.10-3) ...
- Processing triggers for libc-bin (2.27-6) ...
- Warning: apt-key output should not be parsed (stdout is not a terminal)
- OK
- NextCloudPi updated to version v0.64.11
- /etc/cron.daily/ncp-autoupdate-nc:
- Current Nextcloud version 14.0.3.0
- Available Nextcloud version 14.0.3
- Nothing to update
Advertisement
Add Comment
Please, Sign In to add comment