Closed kerall117 closed 3 years ago
I don't know of anything in the code that would do this, we're pretty paranoid about touching the config.
I logged into another Ubuntu server also running Nextcloud, updated everything with apt, and repeated my process. This server had the same results after adding a trusted domain and rebooting either the snap or the entire OS. It kept trusted domains that I had manually added previously, but not anything that I tried to add today.
I'm not following you here. Are you saying you're able to duplicate this not-saving-config issue on a completely separate machine? Or are you saying it works there?
Sorry I'm just not getting back to this. Yes, the same issue can be replicated on a VM that's been running for several years. I checked again today just in case I was going mental. Functionally there's nothing wrong with the "old" VM because the correct functional domains are already in place, but after adding a new one it gets zapped on a reload.
I went back into the "new" VM and confirmed that I'm still having the same issue there. This screenshot is just a print of the file after editing it and saving.
Then, one reboot later:
There are no snapshots on the hypervisor, so it's not going back to a previous state of the VM or anything. I thought it might be a formatting problem where nano is putting spaces where there should be tabs or something, but I used the occ command to add the trusted domain as well and got the same result.
Here's what I tried:
ubuntu@upright-quagga:~$ sudo snap install nextcloud
nextcloud 21.0.3snap2 from Nextcloud✓ installed
ubuntu@upright-quagga:~$ sudo nextcloud.manual-install admin admin
Nextcloud was successfully installed
ubuntu@upright-quagga:~$ sudo nextcloud.occ config:system:set trusted_domains 1 --value=example.com
System config value trusted_domains => 1 set to string example.com
ubuntu@upright-quagga:~$ sudo nextcloud.occ config:system:get trusted_domains
localhost
example.com
ubuntu@upright-quagga:~$ sudo reboot
ubuntu@upright-quagga:~$ sudo nextcloud.occ config:system:get trusted_domains
Waiting for PHP... done
localhost
example.com
ubuntu@upright-quagga:~$ sudo cat /var/snap/nextcloud/current/nextcloud/config/config.php
<?php
$CONFIG = array (
// <snip>
'trusted_domains' =>
array (
0 => 'localhost',
1 => 'example.com',
),
// <snip>
);
They're still there. I don't really know what to tell you, I'm afraid, but I suspect something is happening that is external to the snap.
I reinstalled Ubuntu into a new VM, followed your guide, and haven't run into any issues after multiple reboots. The only deviation from that that I was taking before (as far as I can remember) was that I've never used the nextcloud.manual-install option before. I guess the problem still exists on my "old" server, but since that one is already configured correctly I'm just going to breathe a sigh of relief and continue setting up the new server. Thank you for your time, @kyrofa
Describe the bug
After going through the regular Nextcloud snap install on a completely fresh copy of Ubuntu 20.04 LTS, I modified /var/snap/nextcloud/current/nextcloud/config/config.php to add a new trusted domain using nano. I restarted the entire VM but was still getting the untrusted domain error. After reopening the config.php file, I found that the line I'd just added for a new trusted domain was missing. I added it again and was certain to write the changes. After another reboot it was gone again. I used "nextcloud.occ config:system:set trusted_domains" to add the domain instead and opened config.php to confirm it had been added. After rebooting the snap, it was gone again. I logged into another Ubuntu server also running Nextcloud, updated everything with apt, and repeated my process. This server had the same results after adding a trusted domain and rebooting either the snap or the entire OS. It kept trusted domains that I had manually added previously, but not anything that I tried to add today.
Logs
apache
### Status ``` ● snap.nextcloud.apache.service - Service for snap application nextcloud.apache Loaded: loaded (/etc/systemd/system/snap.nextcloud.apache.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2021-08-17 01:22:47 UTC; 32min ago Main PID: 6379 (run-httpd) Tasks: 84 (limit: 2278) Memory: 8.2M CGroup: /system.slice/snap.nextcloud.apache.service ├─6379 /bin/sh /snap/nextcloud/28417/bin/run-httpd -k start -DFOREGROUND ├─6951 /bin/sh /snap/nextcloud/28417/bin/httpd-wrapper -k start -DFOREGROUND ├─6997 httpd -d /snap/nextcloud/28417 -DEnableHTTPS -DEnableHSTS -k start -DFOREGROUND ├─6998 httpd -d /snap/nextcloud/28417 -DEnableHTTPS -DEnableHSTS -k start -DFOREGROUND ├─6999 httpd -d /snap/nextcloud/28417 -DEnableHTTPS -DEnableHSTS -k start -DFOREGROUND └─7000 httpd -d /snap/nextcloud/28417 -DEnableHTTPS -DEnableHSTS -k start -DFOREGROUND Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #35 /snap/nextcloud/28417/htdocs/lib/priv…..') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #36 /snap/nextcloud/28417/htdocs/lib/base…ot() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #37 /snap/nextcloud/28417/htdocs/lib/base…it() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #38 /snap/nextcloud/28417/htdocs/console.…..') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #39 /snap/nextcloud/28417/htdocs/occ(11):…..') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #40 {main} Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6379]: All set! Running httpd... Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6951]: Certificates have been activated: using H…only Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6951]: Certificates look to be in order: enablin…HSTS Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6997]: AH00558: httpd: Could not reliably determ…sage Hint: Some lines were ellipsized, use -l to show in full. ``` ### Journal ``` -- Logs begin at Mon 2021-08-16 16:23:02 UTC, end at Tue 2021-08-17 01:55:46 UTC. -- Aug 17 00:55:47 ist-nextcloud nextcloud.apache[1923]: System config value redis => host set to string /tmp/sockets/redis.sock Aug 17 00:55:47 ist-nextcloud nextcloud.apache[2049]: System config value redis => port set to integer 0 Aug 17 00:55:48 ist-nextcloud nextcloud.apache[2134]: System config value memcache.locking set to string \OC\Memcache\Redis Aug 17 00:55:48 ist-nextcloud nextcloud.apache[2204]: System config value memcache.local set to string \OC\Memcache\Redis Aug 17 00:55:49 ist-nextcloud nextcloud.apache[2274]: No such app enabled: updatenotification Aug 17 00:55:49 ist-nextcloud nextcloud.apache[1075]: Making sure nextcloud is fully upgraded... Aug 17 00:55:50 ist-nextcloud nextcloud.apache[2417]: Nextcloud is already latest version Aug 17 00:55:50 ist-nextcloud nextcloud.apache[770]: All set! Running httpd... Aug 17 00:55:50 ist-nextcloud nextcloud.apache[2436]: Certificates have been activated: using HTTPS only Aug 17 00:55:50 ist-nextcloud nextcloud.apache[2436]: Certificates look to be in order: enabling HSTS Aug 17 00:55:50 ist-nextcloud nextcloud.apache[2481]: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message Aug 17 01:22:47 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.apache... Aug 17 01:22:47 ist-nextcloud nextcloud.apache[6293]: Certificates have been activated: using HTTPS only Aug 17 01:22:47 ist-nextcloud nextcloud.apache[6293]: Certificates look to be in order: enabling HSTS Aug 17 01:22:47 ist-nextcloud nextcloud.apache[6360]: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message Aug 17 01:22:47 ist-nextcloud systemd[1]: snap.nextcloud.apache.service: Succeeded. Aug 17 01:22:47 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.apache. Aug 17 01:22:47 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.apache. Aug 17 01:22:47 ist-nextcloud nextcloud.apache[6379]: Making sure nextcloud is setup... Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6541]: System config value redis => host set to string /tmp/sockets/redis.sock Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: An unhandled exception has been thrown: Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: Doctrine\DBAL\Exception: Failed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2002] No such file or directory in /snap/nextcloud/28417/htdocs/lib/private/DB/Connection.php:85 Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: Stack trace: Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #0 /snap/nextcloud/28417/htdocs/3rdparty/doctrine/dbal/src/Connection.php(1486): OC\DB\Connection->connect() Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #1 /snap/nextcloud/28417/htdocs/3rdparty/doctrine/dbal/src/Connection.php(1014): Doctrine\DBAL\Connection->getWrappedConnection() Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #2 /snap/nextcloud/28417/htdocs/lib/private/DB/Connection.php(226): Doctrine\DBAL\Connection->executeQuery('SELECT * FROM `...', Array, Array, NULL) Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #3 /snap/nextcloud/28417/htdocs/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php(210): OC\DB\Connection->executeQuery('SELECT * FROM `...', Array, Array) Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #4 /snap/nextcloud/28417/htdocs/lib/private/DB/QueryBuilder/QueryBuilder.php(287): Doctrine\DBAL\Query\QueryBuilder->execute() Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #5 /snap/nextcloud/28417/htdocs/lib/private/AppConfig.php(345): OC\DB\QueryBuilder\QueryBuilder->execute() Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #6 /snap/nextcloud/28417/htdocs/lib/private/AppConfig.php(110): OC\AppConfig->loadConfigValues() Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #7 /snap/nextcloud/28417/htdocs/lib/private/AppConfig.php(301): OC\AppConfig->getApps() Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #8 /snap/nextcloud/28417/htdocs/lib/private/legacy/OC_App.php(965): OC\AppConfig->getValues(false, 'installed_versi...') Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #9 /snap/nextcloud/28417/htdocs/lib/private/Server.php(682): OC_App::getAppVersions() Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #10 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(155): OC\Server->OC\{closure}(Object(OC\Server)) Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #11 /snap/nextcloud/28417/htdocs/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(Pimple\Container)) Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #12 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(122): Pimple\Container->offsetGet('OC\\Memcache\\Fac...') Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #13 /snap/nextcloud/28417/htdocs/lib/private/ServerContainer.php(137): OC\AppFramework\Utility\SimpleContainer->query('OC\\Memcache\\Fac...', false) Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #14 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(56): OC\ServerContainer->query('OC\\Memcache\\Fac...') Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #15 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(177): OC\AppFramework\Utility\SimpleContainer->get('OC\\Memcache\\Fac...') Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #16 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(155): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(OC\Server)) Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #17 /snap/nextcloud/28417/htdocs/3rdparty/pimple/pimple/src/Pimple/Container.php(114): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(Pimple\Container)) Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #18 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(122): Pimple\Container->offsetGet('OCP\\ICacheFacto...') Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #19 /snap/nextcloud/28417/htdocs/lib/private/ServerContainer.php(137): OC\AppFramework\Utility\SimpleContainer->query('OCP\\ICacheFacto...', false) Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #20 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(56): OC\ServerContainer->query('OCP\\ICacheFacto...') Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #21 /snap/nextcloud/28417/htdocs/lib/private/Server.php(1031): OC\AppFramework\Utility\SimpleContainer->get('OCP\\ICacheFacto...') Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #22 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(155): OC\Server->OC\{closure}(Object(OC\Server)) Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #23 /snap/nextcloud/28417/htdocs/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(Pimple\Container)) Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #24 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(122): Pimple\Container->offsetGet('OCP\\Lock\\ILocki...') Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #25 /snap/nextcloud/28417/htdocs/lib/private/ServerContainer.php(137): OC\AppFramework\Utility\SimpleContainer->query('OCP\\Lock\\ILocki...', false) Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #26 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(56): OC\ServerContainer->query('OCP\\Lock\\ILocki...') Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #27 /snap/nextcloud/28417/htdocs/lib/private/Server.php(1990): OC\AppFramework\Utility\SimpleContainer->get('OCP\\Lock\\ILocki...') Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #28 /snap/nextcloud/28417/htdocs/lib/private/Files/View.php(119): OC\Server->getLockingProvider() Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #29 /snap/nextcloud/28417/htdocs/lib/private/Server.php(430): OC\Files\View->__construct() Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #30 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(155): OC\Server->OC\{closure}(Object(OC\Server)) Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #31 /snap/nextcloud/28417/htdocs/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(Pimple\Container)) Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #32 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(122): Pimple\Container->offsetGet('OC\\Files\\Node\\H...') Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #33 /snap/nextcloud/28417/htdocs/lib/private/ServerContainer.php(137): OC\AppFramework\Utility\SimpleContainer->query('OC\\Files\\Node\\H...', false) Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #34 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(56): OC\ServerContainer->query('OC\\Files\\Node\\H...') Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #35 /snap/nextcloud/28417/htdocs/lib/private/Server.php(1353): OC\AppFramework\Utility\SimpleContainer->get('OC\\Files\\Node\\H...') Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #36 /snap/nextcloud/28417/htdocs/lib/base.php(588): OC\Server->boot() Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #37 /snap/nextcloud/28417/htdocs/lib/base.php(1076): OC::init() Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #38 /snap/nextcloud/28417/htdocs/console.php(49): require_once('/snap/nextcloud...') Aug 17 01:22:48 ist-nextcloud nextcloud.apache[6683]: #39 /snap/nextcloud/28417/htdocs/occ(11): require_once('/snap/nextcloud...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6683]: #40 {main} Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: An unhandled exception has been thrown: Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: Doctrine\DBAL\Exception: Failed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2002] No such file or directory in /snap/nextcloud/28417/htdocs/lib/private/DB/Connection.php:85 Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: Stack trace: Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #0 /snap/nextcloud/28417/htdocs/3rdparty/doctrine/dbal/src/Connection.php(1486): OC\DB\Connection->connect() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #1 /snap/nextcloud/28417/htdocs/3rdparty/doctrine/dbal/src/Connection.php(1014): Doctrine\DBAL\Connection->getWrappedConnection() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #2 /snap/nextcloud/28417/htdocs/lib/private/DB/Connection.php(226): Doctrine\DBAL\Connection->executeQuery('SELECT * FROM `...', Array, Array, NULL) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #3 /snap/nextcloud/28417/htdocs/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php(210): OC\DB\Connection->executeQuery('SELECT * FROM `...', Array, Array) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #4 /snap/nextcloud/28417/htdocs/lib/private/DB/QueryBuilder/QueryBuilder.php(287): Doctrine\DBAL\Query\QueryBuilder->execute() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #5 /snap/nextcloud/28417/htdocs/lib/private/AppConfig.php(345): OC\DB\QueryBuilder\QueryBuilder->execute() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #6 /snap/nextcloud/28417/htdocs/lib/private/AppConfig.php(110): OC\AppConfig->loadConfigValues() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #7 /snap/nextcloud/28417/htdocs/lib/private/AppConfig.php(301): OC\AppConfig->getApps() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #8 /snap/nextcloud/28417/htdocs/lib/private/legacy/OC_App.php(965): OC\AppConfig->getValues(false, 'installed_versi...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #9 /snap/nextcloud/28417/htdocs/lib/private/Server.php(682): OC_App::getAppVersions() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #10 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(155): OC\Server->OC\{closure}(Object(OC\Server)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #11 /snap/nextcloud/28417/htdocs/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(Pimple\Container)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #12 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(122): Pimple\Container->offsetGet('OC\\Memcache\\Fac...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #13 /snap/nextcloud/28417/htdocs/lib/private/ServerContainer.php(137): OC\AppFramework\Utility\SimpleContainer->query('OC\\Memcache\\Fac...', false) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #14 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(56): OC\ServerContainer->query('OC\\Memcache\\Fac...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #15 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(177): OC\AppFramework\Utility\SimpleContainer->get('OC\\Memcache\\Fac...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #16 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(155): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(OC\Server)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #17 /snap/nextcloud/28417/htdocs/3rdparty/pimple/pimple/src/Pimple/Container.php(114): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(Pimple\Container)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #18 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(122): Pimple\Container->offsetGet('OCP\\ICacheFacto...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #19 /snap/nextcloud/28417/htdocs/lib/private/ServerContainer.php(137): OC\AppFramework\Utility\SimpleContainer->query('OCP\\ICacheFacto...', false) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #20 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(56): OC\ServerContainer->query('OCP\\ICacheFacto...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #21 /snap/nextcloud/28417/htdocs/lib/private/Server.php(1031): OC\AppFramework\Utility\SimpleContainer->get('OCP\\ICacheFacto...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #22 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(155): OC\Server->OC\{closure}(Object(OC\Server)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #23 /snap/nextcloud/28417/htdocs/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(Pimple\Container)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #24 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(122): Pimple\Container->offsetGet('OCP\\Lock\\ILocki...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #25 /snap/nextcloud/28417/htdocs/lib/private/ServerContainer.php(137): OC\AppFramework\Utility\SimpleContainer->query('OCP\\Lock\\ILocki...', false) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #26 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(56): OC\ServerContainer->query('OCP\\Lock\\ILocki...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #27 /snap/nextcloud/28417/htdocs/lib/private/Server.php(1990): OC\AppFramework\Utility\SimpleContainer->get('OCP\\Lock\\ILocki...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #28 /snap/nextcloud/28417/htdocs/lib/private/Files/View.php(119): OC\Server->getLockingProvider() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #29 /snap/nextcloud/28417/htdocs/lib/private/Server.php(430): OC\Files\View->__construct() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #30 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(155): OC\Server->OC\{closure}(Object(OC\Server)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #31 /snap/nextcloud/28417/htdocs/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(Pimple\Container)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #32 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(122): Pimple\Container->offsetGet('OC\\Files\\Node\\H...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #33 /snap/nextcloud/28417/htdocs/lib/private/ServerContainer.php(137): OC\AppFramework\Utility\SimpleContainer->query('OC\\Files\\Node\\H...', false) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #34 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(56): OC\ServerContainer->query('OC\\Files\\Node\\H...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #35 /snap/nextcloud/28417/htdocs/lib/private/Server.php(1353): OC\AppFramework\Utility\SimpleContainer->get('OC\\Files\\Node\\H...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #36 /snap/nextcloud/28417/htdocs/lib/base.php(588): OC\Server->boot() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #37 /snap/nextcloud/28417/htdocs/lib/base.php(1076): OC::init() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #38 /snap/nextcloud/28417/htdocs/console.php(49): require_once('/snap/nextcloud...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #39 /snap/nextcloud/28417/htdocs/occ(11): require_once('/snap/nextcloud...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6746]: #40 {main} Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: An unhandled exception has been thrown: Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: Doctrine\DBAL\Exception: Failed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2002] No such file or directory in /snap/nextcloud/28417/htdocs/lib/private/DB/Connection.php:85 Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: Stack trace: Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #0 /snap/nextcloud/28417/htdocs/3rdparty/doctrine/dbal/src/Connection.php(1486): OC\DB\Connection->connect() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #1 /snap/nextcloud/28417/htdocs/3rdparty/doctrine/dbal/src/Connection.php(1014): Doctrine\DBAL\Connection->getWrappedConnection() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #2 /snap/nextcloud/28417/htdocs/lib/private/DB/Connection.php(226): Doctrine\DBAL\Connection->executeQuery('SELECT * FROM `...', Array, Array, NULL) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #3 /snap/nextcloud/28417/htdocs/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php(210): OC\DB\Connection->executeQuery('SELECT * FROM `...', Array, Array) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #4 /snap/nextcloud/28417/htdocs/lib/private/DB/QueryBuilder/QueryBuilder.php(287): Doctrine\DBAL\Query\QueryBuilder->execute() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #5 /snap/nextcloud/28417/htdocs/lib/private/AppConfig.php(345): OC\DB\QueryBuilder\QueryBuilder->execute() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #6 /snap/nextcloud/28417/htdocs/lib/private/AppConfig.php(110): OC\AppConfig->loadConfigValues() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #7 /snap/nextcloud/28417/htdocs/lib/private/AppConfig.php(301): OC\AppConfig->getApps() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #8 /snap/nextcloud/28417/htdocs/lib/private/legacy/OC_App.php(965): OC\AppConfig->getValues(false, 'installed_versi...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #9 /snap/nextcloud/28417/htdocs/lib/private/Server.php(682): OC_App::getAppVersions() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #10 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(155): OC\Server->OC\{closure}(Object(OC\Server)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #11 /snap/nextcloud/28417/htdocs/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(Pimple\Container)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #12 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(122): Pimple\Container->offsetGet('OC\\Memcache\\Fac...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #13 /snap/nextcloud/28417/htdocs/lib/private/ServerContainer.php(137): OC\AppFramework\Utility\SimpleContainer->query('OC\\Memcache\\Fac...', false) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #14 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(56): OC\ServerContainer->query('OC\\Memcache\\Fac...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #15 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(177): OC\AppFramework\Utility\SimpleContainer->get('OC\\Memcache\\Fac...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #16 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(155): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(OC\Server)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #17 /snap/nextcloud/28417/htdocs/3rdparty/pimple/pimple/src/Pimple/Container.php(114): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(Pimple\Container)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #18 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(122): Pimple\Container->offsetGet('OCP\\ICacheFacto...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #19 /snap/nextcloud/28417/htdocs/lib/private/ServerContainer.php(137): OC\AppFramework\Utility\SimpleContainer->query('OCP\\ICacheFacto...', false) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #20 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(56): OC\ServerContainer->query('OCP\\ICacheFacto...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #21 /snap/nextcloud/28417/htdocs/lib/private/Server.php(1031): OC\AppFramework\Utility\SimpleContainer->get('OCP\\ICacheFacto...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #22 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(155): OC\Server->OC\{closure}(Object(OC\Server)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #23 /snap/nextcloud/28417/htdocs/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(Pimple\Container)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #24 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(122): Pimple\Container->offsetGet('OCP\\Lock\\ILocki...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #25 /snap/nextcloud/28417/htdocs/lib/private/ServerContainer.php(137): OC\AppFramework\Utility\SimpleContainer->query('OCP\\Lock\\ILocki...', false) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #26 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(56): OC\ServerContainer->query('OCP\\Lock\\ILocki...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #27 /snap/nextcloud/28417/htdocs/lib/private/Server.php(1990): OC\AppFramework\Utility\SimpleContainer->get('OCP\\Lock\\ILocki...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #28 /snap/nextcloud/28417/htdocs/lib/private/Files/View.php(119): OC\Server->getLockingProvider() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #29 /snap/nextcloud/28417/htdocs/lib/private/Server.php(430): OC\Files\View->__construct() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #30 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(155): OC\Server->OC\{closure}(Object(OC\Server)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #31 /snap/nextcloud/28417/htdocs/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(Pimple\Container)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #32 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(122): Pimple\Container->offsetGet('OC\\Files\\Node\\H...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #33 /snap/nextcloud/28417/htdocs/lib/private/ServerContainer.php(137): OC\AppFramework\Utility\SimpleContainer->query('OC\\Files\\Node\\H...', false) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #34 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(56): OC\ServerContainer->query('OC\\Files\\Node\\H...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #35 /snap/nextcloud/28417/htdocs/lib/private/Server.php(1353): OC\AppFramework\Utility\SimpleContainer->get('OC\\Files\\Node\\H...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #36 /snap/nextcloud/28417/htdocs/lib/base.php(588): OC\Server->boot() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #37 /snap/nextcloud/28417/htdocs/lib/base.php(1076): OC::init() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #38 /snap/nextcloud/28417/htdocs/console.php(49): require_once('/snap/nextcloud...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #39 /snap/nextcloud/28417/htdocs/occ(11): require_once('/snap/nextcloud...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6809]: #40 {main} Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: An unhandled exception has been thrown: Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: Doctrine\DBAL\Exception: Failed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2002] No such file or directory in /snap/nextcloud/28417/htdocs/lib/private/DB/Connection.php:85 Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: Stack trace: Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #0 /snap/nextcloud/28417/htdocs/3rdparty/doctrine/dbal/src/Connection.php(1486): OC\DB\Connection->connect() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #1 /snap/nextcloud/28417/htdocs/3rdparty/doctrine/dbal/src/Connection.php(1014): Doctrine\DBAL\Connection->getWrappedConnection() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #2 /snap/nextcloud/28417/htdocs/lib/private/DB/Connection.php(226): Doctrine\DBAL\Connection->executeQuery('SELECT * FROM `...', Array, Array, NULL) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #3 /snap/nextcloud/28417/htdocs/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php(210): OC\DB\Connection->executeQuery('SELECT * FROM `...', Array, Array) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #4 /snap/nextcloud/28417/htdocs/lib/private/DB/QueryBuilder/QueryBuilder.php(287): Doctrine\DBAL\Query\QueryBuilder->execute() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #5 /snap/nextcloud/28417/htdocs/lib/private/AppConfig.php(345): OC\DB\QueryBuilder\QueryBuilder->execute() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #6 /snap/nextcloud/28417/htdocs/lib/private/AppConfig.php(110): OC\AppConfig->loadConfigValues() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #7 /snap/nextcloud/28417/htdocs/lib/private/AppConfig.php(301): OC\AppConfig->getApps() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #8 /snap/nextcloud/28417/htdocs/lib/private/legacy/OC_App.php(965): OC\AppConfig->getValues(false, 'installed_versi...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #9 /snap/nextcloud/28417/htdocs/lib/private/Server.php(682): OC_App::getAppVersions() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #10 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(155): OC\Server->OC\{closure}(Object(OC\Server)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #11 /snap/nextcloud/28417/htdocs/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(Pimple\Container)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #12 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(122): Pimple\Container->offsetGet('OC\\Memcache\\Fac...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #13 /snap/nextcloud/28417/htdocs/lib/private/ServerContainer.php(137): OC\AppFramework\Utility\SimpleContainer->query('OC\\Memcache\\Fac...', false) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #14 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(56): OC\ServerContainer->query('OC\\Memcache\\Fac...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #15 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(177): OC\AppFramework\Utility\SimpleContainer->get('OC\\Memcache\\Fac...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #16 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(155): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(OC\Server)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #17 /snap/nextcloud/28417/htdocs/3rdparty/pimple/pimple/src/Pimple/Container.php(114): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(Pimple\Container)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #18 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(122): Pimple\Container->offsetGet('OCP\\ICacheFacto...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #19 /snap/nextcloud/28417/htdocs/lib/private/ServerContainer.php(137): OC\AppFramework\Utility\SimpleContainer->query('OCP\\ICacheFacto...', false) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #20 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(56): OC\ServerContainer->query('OCP\\ICacheFacto...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #21 /snap/nextcloud/28417/htdocs/lib/private/Server.php(1031): OC\AppFramework\Utility\SimpleContainer->get('OCP\\ICacheFacto...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #22 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(155): OC\Server->OC\{closure}(Object(OC\Server)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #23 /snap/nextcloud/28417/htdocs/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(Pimple\Container)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #24 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(122): Pimple\Container->offsetGet('OCP\\Lock\\ILocki...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #25 /snap/nextcloud/28417/htdocs/lib/private/ServerContainer.php(137): OC\AppFramework\Utility\SimpleContainer->query('OCP\\Lock\\ILocki...', false) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #26 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(56): OC\ServerContainer->query('OCP\\Lock\\ILocki...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #27 /snap/nextcloud/28417/htdocs/lib/private/Server.php(1990): OC\AppFramework\Utility\SimpleContainer->get('OCP\\Lock\\ILocki...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #28 /snap/nextcloud/28417/htdocs/lib/private/Files/View.php(119): OC\Server->getLockingProvider() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #29 /snap/nextcloud/28417/htdocs/lib/private/Server.php(430): OC\Files\View->__construct() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #30 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(155): OC\Server->OC\{closure}(Object(OC\Server)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #31 /snap/nextcloud/28417/htdocs/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(Pimple\Container)) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #32 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(122): Pimple\Container->offsetGet('OC\\Files\\Node\\H...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #33 /snap/nextcloud/28417/htdocs/lib/private/ServerContainer.php(137): OC\AppFramework\Utility\SimpleContainer->query('OC\\Files\\Node\\H...', false) Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #34 /snap/nextcloud/28417/htdocs/lib/private/AppFramework/Utility/SimpleContainer.php(56): OC\ServerContainer->query('OC\\Files\\Node\\H...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #35 /snap/nextcloud/28417/htdocs/lib/private/Server.php(1353): OC\AppFramework\Utility\SimpleContainer->get('OC\\Files\\Node\\H...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #36 /snap/nextcloud/28417/htdocs/lib/base.php(588): OC\Server->boot() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #37 /snap/nextcloud/28417/htdocs/lib/base.php(1076): OC::init() Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #38 /snap/nextcloud/28417/htdocs/console.php(49): require_once('/snap/nextcloud...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #39 /snap/nextcloud/28417/htdocs/occ(11): require_once('/snap/nextcloud...') Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6874]: #40 {main} Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6379]: All set! Running httpd... Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6951]: Certificates have been activated: using HTTPS only Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6951]: Certificates look to be in order: enabling HSTS Aug 17 01:22:49 ist-nextcloud nextcloud.apache[6997]: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message ``` ### Error log ``` AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message [Mon Aug 16 20:00:30.022832 2021] [ssl:warn] [pid 3075:tid 140528804882304] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache] [Mon Aug 16 20:00:30.023060 2021] [lbmethod_heartbeat:notice] [pid 3075:tid 140528804882304] AH02282: No slotmem from mod_heartmonitor [Mon Aug 16 20:00:30.024496 2021] [mpm_event:notice] [pid 3075:tid 140528804882304] AH00489: Apache/2.4.48 (Unix) OpenSSL/1.1.1 configured -- resuming normal operations [Mon Aug 16 20:00:30.024529 2021] [core:notice] [pid 3075:tid 140528804882304] AH00094: Command line: 'httpd -d /snap/nextcloud/28417 -D FOREGROUND' [Mon Aug 16 20:00:30.035886 2021] [unixd:alert] [pid 3077:tid 140528804882304] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:00:30.035928 2021] [unixd:alert] [pid 3078:tid 140528804882304] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:00:30.036383 2021] [unixd:alert] [pid 3079:tid 140528804882304] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:01:21.079596 2021] [unixd:alert] [pid 6069:tid 140528804882304] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:28:31.089188 2021] [mpm_event:notice] [pid 3075:tid 140528804882304] AH00491: caught SIGTERM, shutting down [Mon Aug 16 20:28:35.863522 2021] [ssl:warn] [pid 11707:tid 140691492358016] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message [Mon Aug 16 20:28:35.868539 2021] [ssl:warn] [pid 11707:tid 140691492358016] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name [Mon Aug 16 20:28:35.868845 2021] [lbmethod_heartbeat:notice] [pid 11707:tid 140691492358016] AH02282: No slotmem from mod_heartmonitor [Mon Aug 16 20:28:35.870420 2021] [mpm_event:notice] [pid 11707:tid 140691492358016] AH00489: Apache/2.4.48 (Unix) OpenSSL/1.1.1 configured -- resuming normal operations [Mon Aug 16 20:28:35.870461 2021] [core:notice] [pid 11707:tid 140691492358016] AH00094: Command line: 'httpd -d /snap/nextcloud/28417 -D EnableHTTPS -D EnableHSTS -D FOREGROUND' [Mon Aug 16 20:28:35.885142 2021] [unixd:alert] [pid 11712:tid 140691492358016] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:28:35.885218 2021] [unixd:alert] [pid 11710:tid 140691492358016] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:28:35.886520 2021] [unixd:alert] [pid 11711:tid 140691492358016] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:28:39.877271 2021] [unixd:alert] [pid 11801:tid 140691492358016] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:31:53.012557 2021] [mpm_event:notice] [pid 11707:tid 140691492358016] AH00491: caught SIGTERM, shutting down [Mon Aug 16 20:32:26.859801 2021] [ssl:warn] [pid 2457:tid 139685031462784] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message [Mon Aug 16 20:32:26.865063 2021] [ssl:warn] [pid 2457:tid 139685031462784] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name [Mon Aug 16 20:32:26.865420 2021] [lbmethod_heartbeat:notice] [pid 2457:tid 139685031462784] AH02282: No slotmem from mod_heartmonitor [Mon Aug 16 20:32:26.866801 2021] [mpm_event:notice] [pid 2457:tid 139685031462784] AH00489: Apache/2.4.48 (Unix) OpenSSL/1.1.1 configured -- resuming normal operations [Mon Aug 16 20:32:26.866838 2021] [core:notice] [pid 2457:tid 139685031462784] AH00094: Command line: 'httpd -d /snap/nextcloud/28417 -D EnableHTTPS -D EnableHSTS -D FOREGROUND' [Mon Aug 16 20:32:26.880865 2021] [unixd:alert] [pid 2459:tid 139685031462784] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:32:26.880887 2021] [unixd:alert] [pid 2460:tid 139685031462784] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:32:26.881313 2021] [unixd:alert] [pid 2461:tid 139685031462784] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:32:29.872192 2021] [unixd:alert] [pid 2893:tid 139685031462784] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:35:29.060058 2021] [mpm_event:notice] [pid 2457:tid 139685031462784] AH00491: caught SIGTERM, shutting down [Mon Aug 16 20:36:03.232258 2021] [ssl:warn] [pid 2490:tid 139894195472256] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message [Mon Aug 16 20:36:03.237538 2021] [ssl:warn] [pid 2490:tid 139894195472256] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name [Mon Aug 16 20:36:03.237863 2021] [lbmethod_heartbeat:notice] [pid 2490:tid 139894195472256] AH02282: No slotmem from mod_heartmonitor [Mon Aug 16 20:36:03.239264 2021] [mpm_event:notice] [pid 2490:tid 139894195472256] AH00489: Apache/2.4.48 (Unix) OpenSSL/1.1.1 configured -- resuming normal operations [Mon Aug 16 20:36:03.239303 2021] [core:notice] [pid 2490:tid 139894195472256] AH00094: Command line: 'httpd -d /snap/nextcloud/28417 -D EnableHTTPS -D EnableHSTS -D FOREGROUND' [Mon Aug 16 20:36:03.253123 2021] [unixd:alert] [pid 2495:tid 139894195472256] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:36:03.253134 2021] [unixd:alert] [pid 2493:tid 139894195472256] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:36:03.253578 2021] [unixd:alert] [pid 2494:tid 139894195472256] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:36:04.242104 2021] [unixd:alert] [pid 2646:tid 139894195472256] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:42:08.746129 2021] [mpm_event:notice] [pid 2490:tid 139894195472256] AH00491: caught SIGTERM, shutting down [Mon Aug 16 20:42:42.104481 2021] [ssl:warn] [pid 2465:tid 140006316877696] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message [Mon Aug 16 20:42:42.108437 2021] [ssl:warn] [pid 2465:tid 140006316877696] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name [Mon Aug 16 20:42:42.108680 2021] [lbmethod_heartbeat:notice] [pid 2465:tid 140006316877696] AH02282: No slotmem from mod_heartmonitor [Mon Aug 16 20:42:42.109704 2021] [mpm_event:notice] [pid 2465:tid 140006316877696] AH00489: Apache/2.4.48 (Unix) OpenSSL/1.1.1 configured -- resuming normal operations [Mon Aug 16 20:42:42.109742 2021] [core:notice] [pid 2465:tid 140006316877696] AH00094: Command line: 'httpd -d /snap/nextcloud/28417 -D EnableHTTPS -D EnableHSTS -D FOREGROUND' [Mon Aug 16 20:42:42.118638 2021] [unixd:alert] [pid 2466:tid 140006316877696] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:42:42.118657 2021] [unixd:alert] [pid 2468:tid 140006316877696] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:42:42.119159 2021] [unixd:alert] [pid 2467:tid 140006316877696] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:42:45.115092 2021] [unixd:alert] [pid 2906:tid 140006316877696] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:55:41.040449 2021] [mpm_event:notice] [pid 2465:tid 140006316877696] AH00491: caught SIGTERM, shutting down [Mon Aug 16 20:56:13.622111 2021] [ssl:warn] [pid 2450:tid 140530255071104] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message [Mon Aug 16 20:56:13.627633 2021] [ssl:warn] [pid 2450:tid 140530255071104] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name [Mon Aug 16 20:56:13.627961 2021] [lbmethod_heartbeat:notice] [pid 2450:tid 140530255071104] AH02282: No slotmem from mod_heartmonitor [Mon Aug 16 20:56:13.629438 2021] [mpm_event:notice] [pid 2450:tid 140530255071104] AH00489: Apache/2.4.48 (Unix) OpenSSL/1.1.1 configured -- resuming normal operations [Mon Aug 16 20:56:13.629481 2021] [core:notice] [pid 2450:tid 140530255071104] AH00094: Command line: 'httpd -d /snap/nextcloud/28417 -D EnableHTTPS -D EnableHSTS -D FOREGROUND' [Mon Aug 16 20:56:13.642645 2021] [unixd:alert] [pid 2451:tid 140530255071104] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:56:13.642659 2021] [unixd:alert] [pid 2452:tid 140530255071104] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 20:56:13.643144 2021] [unixd:alert] [pid 2453:tid 140530255071104] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 21:04:44.180092 2021] [unixd:alert] [pid 4243:tid 140530255071104] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 21:06:01.896175 2021] [mpm_event:notice] [pid 2450:tid 140530255071104] AH00491: caught SIGTERM, shutting down [Mon Aug 16 21:06:35.277676 2021] [ssl:warn] [pid 2384:tid 140447387146112] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message [Mon Aug 16 21:06:35.282988 2021] [ssl:warn] [pid 2384:tid 140447387146112] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name [Mon Aug 16 21:06:35.283316 2021] [lbmethod_heartbeat:notice] [pid 2384:tid 140447387146112] AH02282: No slotmem from mod_heartmonitor [Mon Aug 16 21:06:35.284807 2021] [mpm_event:notice] [pid 2384:tid 140447387146112] AH00489: Apache/2.4.48 (Unix) OpenSSL/1.1.1 configured -- resuming normal operations [Mon Aug 16 21:06:35.284853 2021] [core:notice] [pid 2384:tid 140447387146112] AH00094: Command line: 'httpd -d /snap/nextcloud/28417 -D EnableHTTPS -D EnableHSTS -D FOREGROUND' [Mon Aug 16 21:06:35.297237 2021] [unixd:alert] [pid 2386:tid 140447387146112] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 21:06:35.297254 2021] [unixd:alert] [pid 2387:tid 140447387146112] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 21:06:35.297725 2021] [unixd:alert] [pid 2385:tid 140447387146112] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Mon Aug 16 21:10:41.169985 2021] [unixd:alert] [pid 3795:tid 140447387146112] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Tue Aug 17 00:55:17.483832 2021] [mpm_event:notice] [pid 2384:tid 140447387146112] AH00491: caught SIGTERM, shutting down [Tue Aug 17 00:55:50.695459 2021] [ssl:warn] [pid 2481:tid 139830693758848] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message [Tue Aug 17 00:55:50.700710 2021] [ssl:warn] [pid 2481:tid 139830693758848] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name [Tue Aug 17 00:55:50.701031 2021] [lbmethod_heartbeat:notice] [pid 2481:tid 139830693758848] AH02282: No slotmem from mod_heartmonitor [Tue Aug 17 00:55:50.702397 2021] [mpm_event:notice] [pid 2481:tid 139830693758848] AH00489: Apache/2.4.48 (Unix) OpenSSL/1.1.1 configured -- resuming normal operations [Tue Aug 17 00:55:50.702434 2021] [core:notice] [pid 2481:tid 139830693758848] AH00094: Command line: 'httpd -d /snap/nextcloud/28417 -D EnableHTTPS -D EnableHSTS -D FOREGROUND' [Tue Aug 17 00:55:50.714321 2021] [unixd:alert] [pid 2482:tid 139830693758848] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Tue Aug 17 00:55:50.714348 2021] [unixd:alert] [pid 2483:tid 139830693758848] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Tue Aug 17 00:55:50.714799 2021] [unixd:alert] [pid 2484:tid 139830693758848] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Tue Aug 17 01:22:47.402011 2021] [mpm_event:notice] [pid 2481:tid 139830693758848] AH00491: caught SIGTERM, shutting down [Tue Aug 17 01:22:49.938548 2021] [ssl:warn] [pid 6997:tid 140571489064832] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message [Tue Aug 17 01:22:49.943644 2021] [ssl:warn] [pid 6997:tid 140571489064832] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name [Tue Aug 17 01:22:49.944003 2021] [lbmethod_heartbeat:notice] [pid 6997:tid 140571489064832] AH02282: No slotmem from mod_heartmonitor [Tue Aug 17 01:22:49.945533 2021] [mpm_event:notice] [pid 6997:tid 140571489064832] AH00489: Apache/2.4.48 (Unix) OpenSSL/1.1.1 configured -- resuming normal operations [Tue Aug 17 01:22:49.945585 2021] [core:notice] [pid 6997:tid 140571489064832] AH00094: Command line: 'httpd -d /snap/nextcloud/28417 -D EnableHTTPS -D EnableHSTS -D FOREGROUND' [Tue Aug 17 01:22:49.946618 2021] [unixd:alert] [pid 6998:tid 140571489064832] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Tue Aug 17 01:22:49.948438 2021] [unixd:alert] [pid 6999:tid 140571489064832] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive [Tue Aug 17 01:22:49.950185 2021] [unixd:alert] [pid 7000:tid 140571489064832] AH02155: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive ```
PHP
### Status ``` ● snap.nextcloud.php-fpm.service - Service for snap application nextcloud.php-fpm Loaded: loaded (/etc/systemd/system/snap.nextcloud.php-fpm.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2021-08-17 01:22:53 UTC; 32min ago Main PID: 7540 (start-php-fpm) Tasks: 2 (limit: 2278) Memory: 9.0M CGroup: /system.slice/snap.nextcloud.php-fpm.service ├─7540 /bin/sh /snap/nextcloud/28417/bin/start-php-fpm └─7830 php-fpm: master process (/snap/nextcloud/28417/config/php/php-fpm.conf) Aug 17 01:22:53 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.php-fpm. Aug 17 01:22:53 ist-nextcloud nextcloud.php-fpm[7540]: Waiting for MySQL... Aug 17 01:22:55 ist-nextcloud nextcloud.php-fpm[7540]: done Aug 17 01:22:55 ist-nextcloud nextcloud.php-fpm[7540]: Obtaining nextcloud mysql credentials... done Hint: Some lines were ellipsized, use -l to show in full. ``` ### Journal ``` -- Logs begin at Mon 2021-08-16 16:23:02 UTC, end at Tue 2021-08-17 01:55:47 UTC. -- Aug 16 20:00:14 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.php-fpm. Aug 16 20:00:15 ist-nextcloud nextcloud.php-fpm[1925]: Waiting for MySQL... Aug 16 20:00:26 ist-nextcloud nextcloud.php-fpm[1925]: done Aug 16 20:00:26 ist-nextcloud nextcloud.php-fpm[1925]: Obtaining nextcloud mysql credentials... done Aug 16 20:31:52 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.php-fpm... Aug 16 20:31:52 ist-nextcloud systemd[1]: snap.nextcloud.php-fpm.service: Succeeded. Aug 16 20:31:52 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.php-fpm. -- Reboot -- Aug 16 20:32:09 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.php-fpm. Aug 16 20:32:12 ist-nextcloud nextcloud.php-fpm[779]: Waiting for MySQL... Aug 16 20:32:19 ist-nextcloud nextcloud.php-fpm[779]: done Aug 16 20:32:19 ist-nextcloud nextcloud.php-fpm[779]: Obtaining nextcloud mysql credentials... done Aug 16 20:35:28 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.php-fpm... Aug 16 20:35:28 ist-nextcloud systemd[1]: snap.nextcloud.php-fpm.service: Succeeded. Aug 16 20:35:28 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.php-fpm. -- Reboot -- Aug 16 20:35:45 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.php-fpm. Aug 16 20:35:48 ist-nextcloud nextcloud.php-fpm[779]: Waiting for MySQL... Aug 16 20:35:56 ist-nextcloud nextcloud.php-fpm[779]: done Aug 16 20:35:56 ist-nextcloud nextcloud.php-fpm[779]: Obtaining nextcloud mysql credentials... done Aug 16 20:42:08 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.php-fpm... Aug 16 20:42:08 ist-nextcloud systemd[1]: snap.nextcloud.php-fpm.service: Succeeded. Aug 16 20:42:08 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.php-fpm. -- Reboot -- Aug 16 20:42:25 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.php-fpm. Aug 16 20:42:28 ist-nextcloud nextcloud.php-fpm[780]: Waiting for MySQL... Aug 16 20:42:34 ist-nextcloud nextcloud.php-fpm[780]: done Aug 16 20:42:34 ist-nextcloud nextcloud.php-fpm[780]: Obtaining nextcloud mysql credentials... done Aug 16 20:55:40 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.php-fpm... Aug 16 20:55:40 ist-nextcloud systemd[1]: snap.nextcloud.php-fpm.service: Succeeded. Aug 16 20:55:40 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.php-fpm. -- Reboot -- Aug 16 20:55:57 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.php-fpm. Aug 16 20:56:00 ist-nextcloud nextcloud.php-fpm[779]: Waiting for MySQL... Aug 16 20:56:06 ist-nextcloud nextcloud.php-fpm[779]: done Aug 16 20:56:06 ist-nextcloud nextcloud.php-fpm[779]: Obtaining nextcloud mysql credentials... done Aug 16 21:06:01 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.php-fpm... Aug 16 21:06:01 ist-nextcloud systemd[1]: snap.nextcloud.php-fpm.service: Succeeded. Aug 16 21:06:01 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.php-fpm. -- Reboot -- Aug 16 21:06:18 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.php-fpm. Aug 16 21:06:20 ist-nextcloud nextcloud.php-fpm[777]: Waiting for MySQL... Aug 16 21:06:28 ist-nextcloud nextcloud.php-fpm[777]: done Aug 16 21:06:28 ist-nextcloud nextcloud.php-fpm[777]: Obtaining nextcloud mysql credentials... done Aug 17 00:55:16 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.php-fpm... Aug 17 00:55:16 ist-nextcloud systemd[1]: snap.nextcloud.php-fpm.service: Succeeded. Aug 17 00:55:16 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.php-fpm. -- Reboot -- Aug 17 00:55:33 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.php-fpm. Aug 17 00:55:36 ist-nextcloud nextcloud.php-fpm[777]: Waiting for MySQL... Aug 17 00:55:43 ist-nextcloud nextcloud.php-fpm[777]: done Aug 17 00:55:43 ist-nextcloud nextcloud.php-fpm[777]: Obtaining nextcloud mysql credentials... done Aug 17 01:22:53 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.php-fpm... Aug 17 01:22:53 ist-nextcloud systemd[1]: snap.nextcloud.php-fpm.service: Succeeded. Aug 17 01:22:53 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.php-fpm. Aug 17 01:22:53 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.php-fpm. Aug 17 01:22:53 ist-nextcloud nextcloud.php-fpm[7540]: Waiting for MySQL... Aug 17 01:22:55 ist-nextcloud nextcloud.php-fpm[7540]: done Aug 17 01:22:55 ist-nextcloud nextcloud.php-fpm[7540]: Obtaining nextcloud mysql credentials... done ``` ### Error log ``` [16-Aug-2021 20:00:27] NOTICE: fpm is running, pid 2863 [16-Aug-2021 20:00:27] NOTICE: ready to handle connections [16-Aug-2021 20:31:52] NOTICE: Terminating ... [16-Aug-2021 20:31:52] NOTICE: exiting, bye-bye! [16-Aug-2021 20:32:21] NOTICE: fpm is running, pid 1826 [16-Aug-2021 20:32:21] NOTICE: ready to handle connections [16-Aug-2021 20:35:28] NOTICE: Terminating ... [16-Aug-2021 20:35:28] NOTICE: exiting, bye-bye! [16-Aug-2021 20:35:57] NOTICE: fpm is running, pid 1860 [16-Aug-2021 20:35:57] NOTICE: ready to handle connections [16-Aug-2021 20:42:08] NOTICE: Terminating ... [16-Aug-2021 20:42:08] NOTICE: exiting, bye-bye! [16-Aug-2021 20:42:35] NOTICE: fpm is running, pid 1823 [16-Aug-2021 20:42:35] NOTICE: ready to handle connections [16-Aug-2021 20:55:40] NOTICE: Terminating ... [16-Aug-2021 20:55:40] NOTICE: exiting, bye-bye! [16-Aug-2021 20:56:07] NOTICE: fpm is running, pid 1819 [16-Aug-2021 20:56:07] NOTICE: ready to handle connections [16-Aug-2021 21:06:01] NOTICE: Terminating ... [16-Aug-2021 21:06:01] NOTICE: exiting, bye-bye! [16-Aug-2021 21:06:29] NOTICE: fpm is running, pid 1753 [16-Aug-2021 21:06:29] NOTICE: ready to handle connections [17-Aug-2021 00:55:16] NOTICE: Terminating ... [17-Aug-2021 00:55:16] NOTICE: exiting, bye-bye! [17-Aug-2021 00:55:44] NOTICE: fpm is running, pid 1851 [17-Aug-2021 00:55:44] NOTICE: ready to handle connections [17-Aug-2021 01:22:53] NOTICE: Terminating ... [17-Aug-2021 01:22:53] NOTICE: exiting, bye-bye! [17-Aug-2021 01:22:56] NOTICE: fpm is running, pid 7830 [17-Aug-2021 01:22:56] NOTICE: ready to handle connections ```
MySQL
### Status ``` ● snap.nextcloud.mysql.service - Service for snap application nextcloud.mysql Loaded: loaded (/etc/systemd/system/snap.nextcloud.mysql.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2021-08-17 01:22:52 UTC; 32min ago Main PID: 7096 (start_mysql) Tasks: 41 (limit: 2278) Memory: 383.1M CGroup: /system.slice/snap.nextcloud.mysql.service ├─ 7096 /bin/sh -e /snap/nextcloud/28417/bin/start_mysql ├─ 7156 /bin/sh /snap/nextcloud/28417/bin/mysqld_safe --defaults-file=/snap/nextcloud/… ├─ 7485 /snap/nextcloud/28417/bin/mysqld --defaults-file=/snap/nextcloud/28417/my.cnf … └─13008 sleep 1 Aug 17 01:22:52 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.mysql. Aug 17 01:22:52 ist-nextcloud nextcloud.mysql[7136]: Starting MySQL Aug 17 01:22:55 ist-nextcloud nextcloud.mysql[7136]: .. * ``` ### Journal ``` -- Logs begin at Mon 2021-08-16 16:23:02 UTC, end at Tue 2021-08-17 01:55:47 UTC. -- Aug 16 20:00:14 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.mysql. Aug 16 20:00:23 ist-nextcloud nextcloud.mysql[2455]: Starting MySQL Aug 16 20:00:25 ist-nextcloud nextcloud.mysql[2455]: .. * Aug 16 20:00:25 ist-nextcloud nextcloud.mysql[1916]: Generating root mysql password... done Aug 16 20:00:25 ist-nextcloud nextcloud.mysql[1916]: Generating nextcloud mysql password... done Aug 16 20:00:25 ist-nextcloud nextcloud.mysql[1916]: Setting up users and nextcloud database... done Aug 16 20:31:52 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.mysql... Aug 16 20:31:52 ist-nextcloud nextcloud.mysql[12259]: Shutting down MySQL Aug 16 20:31:53 ist-nextcloud nextcloud.mysql[12259]: . * Aug 16 20:31:53 ist-nextcloud systemd[1]: snap.nextcloud.mysql.service: Succeeded. Aug 16 20:31:53 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.mysql. -- Reboot -- Aug 16 20:32:09 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.mysql. Aug 16 20:32:16 ist-nextcloud nextcloud.mysql[1452]: Starting MySQL Aug 16 20:32:18 ist-nextcloud nextcloud.mysql[1452]: .. * Aug 16 20:35:28 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.mysql... Aug 16 20:35:28 ist-nextcloud nextcloud.mysql[3689]: Shutting down MySQL Aug 16 20:35:29 ist-nextcloud nextcloud.mysql[3689]: . * Aug 16 20:35:29 ist-nextcloud systemd[1]: snap.nextcloud.mysql.service: Succeeded. Aug 16 20:35:29 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.mysql. -- Reboot -- Aug 16 20:35:45 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.mysql. Aug 16 20:35:52 ist-nextcloud nextcloud.mysql[1454]: Starting MySQL Aug 16 20:35:55 ist-nextcloud nextcloud.mysql[1454]: ... * Aug 16 20:42:08 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.mysql... Aug 16 20:42:08 ist-nextcloud nextcloud.mysql[4213]: Shutting down MySQL Aug 16 20:42:10 ist-nextcloud nextcloud.mysql[4213]: .. * Aug 16 20:42:10 ist-nextcloud systemd[1]: snap.nextcloud.mysql.service: Succeeded. Aug 16 20:42:10 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.mysql. -- Reboot -- Aug 16 20:42:25 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.mysql. Aug 16 20:42:32 ist-nextcloud nextcloud.mysql[1452]: Starting MySQL Aug 16 20:42:34 ist-nextcloud nextcloud.mysql[1452]: .. * Aug 16 20:55:40 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.mysql... Aug 16 20:55:40 ist-nextcloud nextcloud.mysql[4751]: Shutting down MySQL Aug 16 20:55:41 ist-nextcloud nextcloud.mysql[4751]: . * Aug 16 20:55:41 ist-nextcloud systemd[1]: snap.nextcloud.mysql.service: Succeeded. Aug 16 20:55:41 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.mysql. -- Reboot -- Aug 16 20:55:57 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.mysql. Aug 16 20:56:03 ist-nextcloud nextcloud.mysql[1447]: Starting MySQL Aug 16 20:56:05 ist-nextcloud nextcloud.mysql[1447]: .. * Aug 16 21:06:01 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.mysql... Aug 16 21:06:01 ist-nextcloud nextcloud.mysql[4415]: Shutting down MySQL Aug 16 21:06:03 ist-nextcloud nextcloud.mysql[4415]: .. * Aug 16 21:06:03 ist-nextcloud systemd[1]: snap.nextcloud.mysql.service: Succeeded. Aug 16 21:06:03 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.mysql. -- Reboot -- Aug 16 21:06:18 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.mysql. Aug 16 21:06:24 ist-nextcloud nextcloud.mysql[1356]: Starting MySQL Aug 16 21:06:27 ist-nextcloud nextcloud.mysql[1356]: ... * Aug 17 00:55:16 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.mysql... Aug 17 00:55:17 ist-nextcloud nextcloud.mysql[27937]: Shutting down MySQL Aug 17 00:55:18 ist-nextcloud nextcloud.mysql[27937]: . * Aug 17 00:55:18 ist-nextcloud systemd[1]: snap.nextcloud.mysql.service: Succeeded. Aug 17 00:55:18 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.mysql. -- Reboot -- Aug 17 00:55:33 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.mysql. Aug 17 00:55:40 ist-nextcloud nextcloud.mysql[1457]: Starting MySQL Aug 17 00:55:43 ist-nextcloud nextcloud.mysql[1457]: ... * Aug 17 01:22:48 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.mysql... Aug 17 01:22:48 ist-nextcloud nextcloud.mysql[6550]: Shutting down MySQL Aug 17 01:22:52 ist-nextcloud nextcloud.mysql[6550]: .... * Aug 17 01:22:52 ist-nextcloud systemd[1]: snap.nextcloud.mysql.service: Succeeded. Aug 17 01:22:52 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.mysql. Aug 17 01:22:52 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.mysql. Aug 17 01:22:52 ist-nextcloud nextcloud.mysql[7136]: Starting MySQL Aug 17 01:22:55 ist-nextcloud nextcloud.mysql[7136]: .. * ``` ### Error log ``` 2021-08-16T20:00:17.212471Z 0 [System] [MY-013169] [Server] /snap/nextcloud/28417/bin/mysqld (mysqld 8.0.26) initializing of server in progress as process 2165 2021-08-16T20:00:17.555870Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2021-08-16T20:00:18.486936Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2021-08-16T20:00:20.111258Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1 is enabled for channel mysql_main 2021-08-16T20:00:20.111807Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1.1 is enabled for channel mysql_main 2021-08-16T20:00:20.213881Z 6 [Warning] [MY-010453] [Server] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option. 2021-08-16T20:00:24.418514Z 0 [System] [MY-010116] [Server] /snap/nextcloud/28417/bin/mysqld (mysqld 8.0.26) starting as process 2698 2021-08-16T20:00:24.453157Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2021-08-16T20:00:24.809885Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2021-08-16T20:00:25.255067Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1 is enabled for channel mysql_main 2021-08-16T20:00:25.255383Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1.1 is enabled for channel mysql_main 2021-08-16T20:00:25.257343Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed. 2021-08-16T20:00:25.257707Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel. 2021-08-16T20:00:25.260527Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/tmp' in the path is accessible to all OS users. Consider choosing a different directory. 2021-08-16T20:00:25.300380Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Socket: /tmp/mysqlx.sock 2021-08-16T20:00:25.300474Z 0 [System] [MY-010931] [Server] /snap/nextcloud/28417/bin/mysqld: ready for connections. Version: '8.0.26' socket: '/tmp/sockets/mysql.sock' port: 0 Source distribution. 2021-08-16T20:31:52.753394Z 0 [System] [MY-013172] [Server] Received SHUTDOWN from user. Shutting down mysqld (Version: 8.0.26).
2021-08-16T20:31:53.655630Z 0 [System] [MY-010910] [Server] /snap/nextcloud/28417/bin/mysqld: Shutdown complete (mysqld 8.0.26) Source distribution.
2021-08-16T20:32:17.476393Z 0 [System] [MY-010116] [Server] /snap/nextcloud/28417/bin/mysqld (mysqld 8.0.26) starting as process 1696
2021-08-16T20:32:17.574016Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2021-08-16T20:32:18.068212Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2021-08-16T20:32:18.521382Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1 is enabled for channel mysql_main
2021-08-16T20:32:18.521606Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1.1 is enabled for channel mysql_main
2021-08-16T20:32:18.523681Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2021-08-16T20:32:18.523935Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2021-08-16T20:32:18.526090Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/tmp' in the path is accessible to all OS users. Consider choosing a different directory.
2021-08-16T20:32:18.556083Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Socket: /tmp/mysqlx.sock
2021-08-16T20:32:18.556150Z 0 [System] [MY-010931] [Server] /snap/nextcloud/28417/bin/mysqld: ready for connections. Version: '8.0.26' socket: '/tmp/sockets/mysql.sock' port: 0 Source distribution.
2021-08-16T20:35:28.828226Z 0 [System] [MY-013172] [Server] Received SHUTDOWN from user . Shutting down mysqld (Version: 8.0.26).
2021-08-16T20:35:29.566393Z 0 [System] [MY-010910] [Server] /snap/nextcloud/28417/bin/mysqld: Shutdown complete (mysqld 8.0.26) Source distribution.
2021-08-16T20:35:53.095655Z 0 [System] [MY-010116] [Server] /snap/nextcloud/28417/bin/mysqld (mysqld 8.0.26) starting as process 1708
2021-08-16T20:35:53.190523Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2021-08-16T20:35:53.803982Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2021-08-16T20:35:54.245966Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1 is enabled for channel mysql_main
2021-08-16T20:35:54.246186Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1.1 is enabled for channel mysql_main
2021-08-16T20:35:54.248229Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2021-08-16T20:35:54.248484Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2021-08-16T20:35:54.250465Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/tmp' in the path is accessible to all OS users. Consider choosing a different directory.
2021-08-16T20:35:54.281341Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Socket: /tmp/mysqlx.sock
2021-08-16T20:35:54.281539Z 0 [System] [MY-010931] [Server] /snap/nextcloud/28417/bin/mysqld: ready for connections. Version: '8.0.26' socket: '/tmp/sockets/mysql.sock' port: 0 Source distribution.
2021-08-16T20:42:08.473925Z 0 [System] [MY-013172] [Server] Received SHUTDOWN from user . Shutting down mysqld (Version: 8.0.26).
2021-08-16T20:42:09.711429Z 0 [System] [MY-010910] [Server] /snap/nextcloud/28417/bin/mysqld: Shutdown complete (mysqld 8.0.26) Source distribution.
2021-08-16T20:42:32.989273Z 0 [System] [MY-010116] [Server] /snap/nextcloud/28417/bin/mysqld (mysqld 8.0.26) starting as process 1698
2021-08-16T20:42:33.084038Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2021-08-16T20:42:33.689932Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2021-08-16T20:42:34.155740Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1 is enabled for channel mysql_main
2021-08-16T20:42:34.155962Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1.1 is enabled for channel mysql_main
2021-08-16T20:42:34.157940Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2021-08-16T20:42:34.158198Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2021-08-16T20:42:34.160203Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/tmp' in the path is accessible to all OS users. Consider choosing a different directory.
2021-08-16T20:42:34.192626Z 0 [System] [MY-010931] [Server] /snap/nextcloud/28417/bin/mysqld: ready for connections. Version: '8.0.26' socket: '/tmp/sockets/mysql.sock' port: 0 Source distribution.
2021-08-16T20:42:34.192693Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Socket: /tmp/mysqlx.sock
2021-08-16T20:55:40.761659Z 0 [System] [MY-013172] [Server] Received SHUTDOWN from user . Shutting down mysqld (Version: 8.0.26).
2021-08-16T20:55:41.307906Z 0 [System] [MY-010910] [Server] /snap/nextcloud/28417/bin/mysqld: Shutdown complete (mysqld 8.0.26) Source distribution.
2021-08-16T20:56:04.546449Z 0 [System] [MY-010116] [Server] /snap/nextcloud/28417/bin/mysqld (mysqld 8.0.26) starting as process 1691
2021-08-16T20:56:04.647890Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2021-08-16T20:56:05.234604Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2021-08-16T20:56:05.779096Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1 is enabled for channel mysql_main
2021-08-16T20:56:05.779413Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1.1 is enabled for channel mysql_main
2021-08-16T20:56:05.782067Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2021-08-16T20:56:05.782500Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2021-08-16T20:56:05.784874Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/tmp' in the path is accessible to all OS users. Consider choosing a different directory.
2021-08-16T20:56:05.827740Z 0 [System] [MY-010931] [Server] /snap/nextcloud/28417/bin/mysqld: ready for connections. Version: '8.0.26' socket: '/tmp/sockets/mysql.sock' port: 0 Source distribution.
2021-08-16T20:56:05.828096Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Socket: /tmp/mysqlx.sock
2021-08-16T21:06:01.606751Z 0 [System] [MY-013172] [Server] Received SHUTDOWN from user . Shutting down mysqld (Version: 8.0.26).
2021-08-16T21:06:02.670762Z 0 [System] [MY-010910] [Server] /snap/nextcloud/28417/bin/mysqld: Shutdown complete (mysqld 8.0.26) Source distribution.
2021-08-16T21:06:25.129338Z 0 [System] [MY-010116] [Server] /snap/nextcloud/28417/bin/mysqld (mysqld 8.0.26) starting as process 1602
2021-08-16T21:06:25.227972Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2021-08-16T21:06:25.776701Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2021-08-16T21:06:26.229880Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1 is enabled for channel mysql_main
2021-08-16T21:06:26.230163Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1.1 is enabled for channel mysql_main
2021-08-16T21:06:26.232046Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2021-08-16T21:06:26.232307Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2021-08-16T21:06:26.234370Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/tmp' in the path is accessible to all OS users. Consider choosing a different directory.
2021-08-16T21:06:26.264450Z 0 [System] [MY-010931] [Server] /snap/nextcloud/28417/bin/mysqld: ready for connections. Version: '8.0.26' socket: '/tmp/sockets/mysql.sock' port: 0 Source distribution.
2021-08-16T21:06:26.264744Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Socket: /tmp/mysqlx.sock
2021-08-17T00:55:17.225650Z 0 [System] [MY-013172] [Server] Received SHUTDOWN from user . Shutting down mysqld (Version: 8.0.26).
2021-08-17T00:55:17.706962Z 0 [System] [MY-010910] [Server] /snap/nextcloud/28417/bin/mysqld: Shutdown complete (mysqld 8.0.26) Source distribution.
2021-08-17T00:55:41.025377Z 0 [System] [MY-010116] [Server] /snap/nextcloud/28417/bin/mysqld (mysqld 8.0.26) starting as process 1703
2021-08-17T00:55:41.120850Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2021-08-17T00:55:41.701503Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2021-08-17T00:55:42.209460Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1 is enabled for channel mysql_main
2021-08-17T00:55:42.209754Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1.1 is enabled for channel mysql_main
2021-08-17T00:55:42.212139Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2021-08-17T00:55:42.212475Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2021-08-17T00:55:42.214681Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/tmp' in the path is accessible to all OS users. Consider choosing a different directory.
2021-08-17T00:55:42.253919Z 0 [System] [MY-010931] [Server] /snap/nextcloud/28417/bin/mysqld: ready for connections. Version: '8.0.26' socket: '/tmp/sockets/mysql.sock' port: 0 Source distribution.
2021-08-17T00:55:42.254261Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Socket: /tmp/mysqlx.sock
2021-08-17T01:22:48.460449Z 0 [System] [MY-013172] [Server] Received SHUTDOWN from user . Shutting down mysqld (Version: 8.0.26).
2021-08-17T01:22:51.499588Z 0 [System] [MY-010910] [Server] /snap/nextcloud/28417/bin/mysqld: Shutdown complete (mysqld 8.0.26) Source distribution.
2021-08-17T01:22:54.008328Z 0 [System] [MY-010116] [Server] /snap/nextcloud/28417/bin/mysqld (mysqld 8.0.26) starting as process 7485
2021-08-17T01:22:54.028371Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2021-08-17T01:22:54.456051Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2021-08-17T01:22:54.784517Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1 is enabled for channel mysql_main
2021-08-17T01:22:54.784741Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1.1 is enabled for channel mysql_main
2021-08-17T01:22:54.786110Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2021-08-17T01:22:54.786367Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2021-08-17T01:22:54.788492Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/tmp' in the path is accessible to all OS users. Consider choosing a different directory.
2021-08-17T01:22:54.816258Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Socket: /tmp/mysqlx.sock
2021-08-17T01:22:54.816473Z 0 [System] [MY-010931] [Server] /snap/nextcloud/28417/bin/mysqld: ready for connections. Version: '8.0.26' socket: '/tmp/sockets/mysql.sock' port: 0 Source distribution.
```
Redis
### Status ``` ● snap.nextcloud.redis-server.service - Service for snap application nextcloud.redis-server Loaded: loaded (/etc/systemd/system/snap.nextcloud.redis-server.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2021-08-17 01:22:53 UTC; 32min ago Main PID: 7621 (start-redis-ser) Tasks: 5 (limit: 2278) Memory: 2.6M CGroup: /system.slice/snap.nextcloud.redis-server.service ├─7621 /bin/sh /snap/nextcloud/28417/bin/start-redis-server └─7660 redis-server 127.0.0.1:0 Aug 17 01:22:53 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.redi…erver. Hint: Some lines were ellipsized, use -l to show in full. ``` ### Journal ``` -- Logs begin at Mon 2021-08-16 16:23:02 UTC, end at Tue 2021-08-17 01:55:47 UTC. -- Aug 16 20:00:14 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.redis-server. Aug 16 20:31:52 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.redis-server... Aug 16 20:31:52 ist-nextcloud systemd[1]: snap.nextcloud.redis-server.service: Succeeded. Aug 16 20:31:52 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.redis-server. -- Reboot -- Aug 16 20:32:09 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.redis-server. Aug 16 20:35:28 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.redis-server... Aug 16 20:35:28 ist-nextcloud systemd[1]: snap.nextcloud.redis-server.service: Succeeded. Aug 16 20:35:28 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.redis-server. -- Reboot -- Aug 16 20:35:45 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.redis-server. Aug 16 20:42:08 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.redis-server... Aug 16 20:42:08 ist-nextcloud systemd[1]: snap.nextcloud.redis-server.service: Succeeded. Aug 16 20:42:08 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.redis-server. -- Reboot -- Aug 16 20:42:25 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.redis-server. Aug 16 20:55:40 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.redis-server... Aug 16 20:55:40 ist-nextcloud systemd[1]: snap.nextcloud.redis-server.service: Succeeded. Aug 16 20:55:40 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.redis-server. -- Reboot -- Aug 16 20:55:57 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.redis-server. Aug 16 21:06:01 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.redis-server... Aug 16 21:06:01 ist-nextcloud systemd[1]: snap.nextcloud.redis-server.service: Succeeded. Aug 16 21:06:01 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.redis-server. -- Reboot -- Aug 16 21:06:18 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.redis-server. Aug 17 00:55:16 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.redis-server... Aug 17 00:55:16 ist-nextcloud systemd[1]: snap.nextcloud.redis-server.service: Succeeded. Aug 17 00:55:16 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.redis-server. -- Reboot -- Aug 17 00:55:33 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.redis-server. Aug 17 01:22:53 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.redis-server... Aug 17 01:22:53 ist-nextcloud systemd[1]: snap.nextcloud.redis-server.service: Succeeded. Aug 17 01:22:53 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.redis-server. Aug 17 01:22:53 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.redis-server. ``` ### Error log ``` 1131:M 16 Aug 2021 22:41:57.516 * 10 changes in 300 seconds. Saving... 1131:M 16 Aug 2021 22:41:57.517 * Background saving started by pid 13595 13595:C 16 Aug 2021 22:41:57.523 * DB saved on disk 13595:C 16 Aug 2021 22:41:57.524 * RDB: 0 MB of memory used by copy-on-write 1131:M 16 Aug 2021 22:41:57.617 * Background saving terminated with success 1131:M 16 Aug 2021 22:46:58.003 * 10 changes in 300 seconds. Saving... 1131:M 16 Aug 2021 22:46:58.004 * Background saving started by pid 14054 14054:C 16 Aug 2021 22:46:58.010 * DB saved on disk 14054:C 16 Aug 2021 22:46:58.010 * RDB: 0 MB of memory used by copy-on-write 1131:M 16 Aug 2021 22:46:58.104 * Background saving terminated with success 1131:M 16 Aug 2021 22:51:59.078 * 10 changes in 300 seconds. Saving... 1131:M 16 Aug 2021 22:51:59.078 * Background saving started by pid 14587 14587:C 16 Aug 2021 22:51:59.084 * DB saved on disk 14587:C 16 Aug 2021 22:51:59.085 * RDB: 0 MB of memory used by copy-on-write 1131:M 16 Aug 2021 22:51:59.179 * Background saving terminated with success 1131:M 16 Aug 2021 22:57:01.858 * 10 changes in 300 seconds. Saving... 1131:M 16 Aug 2021 22:57:01.858 * Background saving started by pid 15223 15223:C 16 Aug 2021 22:57:01.866 * DB saved on disk 15223:C 16 Aug 2021 22:57:01.866 * RDB: 0 MB of memory used by copy-on-write 1131:M 16 Aug 2021 22:57:01.959 * Background saving terminated with success 1131:M 16 Aug 2021 23:07:03.701 * 10 changes in 300 seconds. Saving... 1131:M 16 Aug 2021 23:07:03.702 * Background saving started by pid 16253 16253:C 16 Aug 2021 23:07:03.707 * DB saved on disk 16253:C 16 Aug 2021 23:07:03.707 * RDB: 0 MB of memory used by copy-on-write 1131:M 16 Aug 2021 23:07:03.802 * Background saving terminated with success 1131:M 16 Aug 2021 23:12:05.677 * 10 changes in 300 seconds. Saving... 1131:M 16 Aug 2021 23:12:05.677 * Background saving started by pid 16818 16818:C 16 Aug 2021 23:12:05.682 * DB saved on disk 16818:C 16 Aug 2021 23:12:05.683 * RDB: 0 MB of memory used by copy-on-write 1131:M 16 Aug 2021 23:12:05.778 * Background saving terminated with success 1131:M 16 Aug 2021 23:22:08.033 * 10 changes in 300 seconds. Saving... 1131:M 16 Aug 2021 23:22:08.033 * Background saving started by pid 17855 17855:C 16 Aug 2021 23:22:08.039 * DB saved on disk 17855:C 16 Aug 2021 23:22:08.039 * RDB: 0 MB of memory used by copy-on-write 1131:M 16 Aug 2021 23:22:08.133 * Background saving terminated with success 1131:M 16 Aug 2021 23:27:10.011 * 10 changes in 300 seconds. Saving... 1131:M 16 Aug 2021 23:27:10.012 * Background saving started by pid 18417 18417:C 16 Aug 2021 23:27:10.018 * DB saved on disk 18417:C 16 Aug 2021 23:27:10.018 * RDB: 0 MB of memory used by copy-on-write 1131:M 16 Aug 2021 23:27:10.112 * Background saving terminated with success 1131:M 16 Aug 2021 23:32:11.089 * 10 changes in 300 seconds. Saving... 1131:M 16 Aug 2021 23:32:11.090 * Background saving started by pid 18949 18949:C 16 Aug 2021 23:32:11.095 * DB saved on disk 18949:C 16 Aug 2021 23:32:11.096 * RDB: 0 MB of memory used by copy-on-write 1131:M 16 Aug 2021 23:32:11.190 * Background saving terminated with success 1131:M 16 Aug 2021 23:42:13.052 * 10 changes in 300 seconds. Saving... 1131:M 16 Aug 2021 23:42:13.053 * Background saving started by pid 19982 19982:C 16 Aug 2021 23:42:13.058 * DB saved on disk 19982:C 16 Aug 2021 23:42:13.059 * RDB: 0 MB of memory used by copy-on-write 1131:M 16 Aug 2021 23:42:13.153 * Background saving terminated with success 1131:M 16 Aug 2021 23:47:14.028 * 10 changes in 300 seconds. Saving... 1131:M 16 Aug 2021 23:47:14.029 * Background saving started by pid 20457 20457:C 16 Aug 2021 23:47:14.034 * DB saved on disk 20457:C 16 Aug 2021 23:47:14.034 * RDB: 0 MB of memory used by copy-on-write 1131:M 16 Aug 2021 23:47:14.129 * Background saving terminated with success 1131:M 16 Aug 2021 23:52:15.708 * 10 changes in 300 seconds. Saving... 1131:M 16 Aug 2021 23:52:15.708 * Background saving started by pid 21049 21049:C 16 Aug 2021 23:52:15.714 * DB saved on disk 21049:C 16 Aug 2021 23:52:15.714 * RDB: 0 MB of memory used by copy-on-write 1131:M 16 Aug 2021 23:52:15.808 * Background saving terminated with success 1131:M 16 Aug 2021 23:57:17.487 * 10 changes in 300 seconds. Saving... 1131:M 16 Aug 2021 23:57:17.487 * Background saving started by pid 21610 21610:C 16 Aug 2021 23:57:17.494 * DB saved on disk 21610:C 16 Aug 2021 23:57:17.495 * RDB: 0 MB of memory used by copy-on-write 1131:M 16 Aug 2021 23:57:17.587 * Background saving terminated with success 1131:M 17 Aug 2021 00:02:18.176 * 10 changes in 300 seconds. Saving... 1131:M 17 Aug 2021 00:02:18.177 * Background saving started by pid 22170 22170:C 17 Aug 2021 00:02:18.182 * DB saved on disk 22170:C 17 Aug 2021 00:02:18.183 * RDB: 0 MB of memory used by copy-on-write 1131:M 17 Aug 2021 00:02:18.277 * Background saving terminated with success 1131:M 17 Aug 2021 00:07:19.357 * 10 changes in 300 seconds. Saving... 1131:M 17 Aug 2021 00:07:19.357 * Background saving started by pid 22704 22704:C 17 Aug 2021 00:07:19.363 * DB saved on disk 22704:C 17 Aug 2021 00:07:19.364 * RDB: 0 MB of memory used by copy-on-write 1131:M 17 Aug 2021 00:07:19.457 * Background saving terminated with success 1131:M 17 Aug 2021 00:12:21.346 * 10 changes in 300 seconds. Saving... 1131:M 17 Aug 2021 00:12:21.347 * Background saving started by pid 23269 23269:C 17 Aug 2021 00:12:21.356 * DB saved on disk 23269:C 17 Aug 2021 00:12:21.356 * RDB: 0 MB of memory used by copy-on-write 1131:M 17 Aug 2021 00:12:21.447 * Background saving terminated with success 1131:M 17 Aug 2021 00:17:22.021 * 10 changes in 300 seconds. Saving... 1131:M 17 Aug 2021 00:17:22.022 * Background saving started by pid 23773 23773:C 17 Aug 2021 00:17:22.028 * DB saved on disk 23773:C 17 Aug 2021 00:17:22.028 * RDB: 0 MB of memory used by copy-on-write 1131:M 17 Aug 2021 00:17:22.122 * Background saving terminated with success 1131:M 17 Aug 2021 00:27:24.866 * 10 changes in 300 seconds. Saving... 1131:M 17 Aug 2021 00:27:24.867 * Background saving started by pid 24836 24836:C 17 Aug 2021 00:27:24.873 * DB saved on disk 24836:C 17 Aug 2021 00:27:24.874 * RDB: 0 MB of memory used by copy-on-write 1131:M 17 Aug 2021 00:27:24.968 * Background saving terminated with success 1131:M 17 Aug 2021 00:32:25.046 * 10 changes in 300 seconds. Saving... 1131:M 17 Aug 2021 00:32:25.047 * Background saving started by pid 25294 25294:C 17 Aug 2021 00:32:25.053 * DB saved on disk 25294:C 17 Aug 2021 00:32:25.053 * RDB: 0 MB of memory used by copy-on-write 1131:M 17 Aug 2021 00:32:25.147 * Background saving terminated with success 1131:M 17 Aug 2021 00:37:27.428 * 10 changes in 300 seconds. Saving... 1131:M 17 Aug 2021 00:37:27.429 * Background saving started by pid 25899 25899:C 17 Aug 2021 00:37:27.434 * DB saved on disk 25899:C 17 Aug 2021 00:37:27.435 * RDB: 0 MB of memory used by copy-on-write 1131:M 17 Aug 2021 00:37:27.530 * Background saving terminated with success 1131:M 17 Aug 2021 00:42:29.323 * 10 changes in 300 seconds. Saving... 1131:M 17 Aug 2021 00:42:29.324 * Background saving started by pid 26461 26461:C 17 Aug 2021 00:42:29.329 * DB saved on disk 26461:C 17 Aug 2021 00:42:29.329 * RDB: 0 MB of memory used by copy-on-write 1131:M 17 Aug 2021 00:42:29.425 * Background saving terminated with success 1131:M 17 Aug 2021 00:47:30.006 * 10 changes in 300 seconds. Saving... 1131:M 17 Aug 2021 00:47:30.007 * Background saving started by pid 26963 26963:C 17 Aug 2021 00:47:30.012 * DB saved on disk 26963:C 17 Aug 2021 00:47:30.013 * RDB: 0 MB of memory used by copy-on-write 1131:M 17 Aug 2021 00:47:30.107 * Background saving terminated with success 1131:signal-handler (1629161716) Received SIGTERM scheduling shutdown... 1131:signal-handler (1629161716) Received SIGTERM scheduling shutdown... 1131:M 17 Aug 2021 00:55:16.866 # User requested shutdown... 1131:M 17 Aug 2021 00:55:16.866 * Saving the final RDB snapshot before exiting. 1131:M 17 Aug 2021 00:55:16.870 * DB saved on disk 1131:M 17 Aug 2021 00:55:16.870 * Removing the pid file. 1131:M 17 Aug 2021 00:55:16.870 * Removing the unix socket file. 1131:M 17 Aug 2021 00:55:16.871 # Redis is now ready to exit, bye bye... 1108:C 17 Aug 2021 00:55:36.493 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1108:C 17 Aug 2021 00:55:36.493 # Redis version=5.0.12, bits=64, commit=2ccd77a8, modified=0, pid=1108, just started 1108:C 17 Aug 2021 00:55:36.493 # Configuration loaded 1108:M 17 Aug 2021 00:55:36.494 * Increased maximum number of open files to 10032 (it was originally set to 1024). 1108:M 17 Aug 2021 00:55:36.495 * Running mode=standalone, port=0. 1108:M 17 Aug 2021 00:55:36.495 # Server initialized 1108:M 17 Aug 2021 00:55:36.495 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. 1108:M 17 Aug 2021 00:55:36.495 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled. 1108:M 17 Aug 2021 00:55:36.496 * DB loaded from disk: 0.001 seconds 1108:M 17 Aug 2021 00:55:36.496 * The server is now ready to accept connections at /tmp/sockets/redis.sock 1108:M 17 Aug 2021 01:00:37.022 * 10 changes in 300 seconds. Saving... 1108:M 17 Aug 2021 01:00:37.023 * Background saving started by pid 3798 3798:C 17 Aug 2021 01:00:37.028 * DB saved on disk 3798:C 17 Aug 2021 01:00:37.029 * RDB: 0 MB of memory used by copy-on-write 1108:M 17 Aug 2021 01:00:37.123 * Background saving terminated with success 1108:M 17 Aug 2021 01:05:38.086 * 10 changes in 300 seconds. Saving... 1108:M 17 Aug 2021 01:05:38.086 * Background saving started by pid 4357 4357:C 17 Aug 2021 01:05:38.092 * DB saved on disk 4357:C 17 Aug 2021 01:05:38.093 * RDB: 0 MB of memory used by copy-on-write 1108:M 17 Aug 2021 01:05:38.187 * Background saving terminated with success 1108:M 17 Aug 2021 01:10:51.184 * 10 changes in 300 seconds. Saving... 1108:M 17 Aug 2021 01:10:51.184 * Background saving started by pid 4987 4987:C 17 Aug 2021 01:10:51.190 * DB saved on disk 4987:C 17 Aug 2021 01:10:51.191 * RDB: 0 MB of memory used by copy-on-write 1108:M 17 Aug 2021 01:10:51.285 * Background saving terminated with success 1108:M 17 Aug 2021 01:15:53.059 * 10 changes in 300 seconds. Saving... 1108:M 17 Aug 2021 01:15:53.059 * Background saving started by pid 5546 5546:C 17 Aug 2021 01:15:53.066 * DB saved on disk 5546:C 17 Aug 2021 01:15:53.067 * RDB: 0 MB of memory used by copy-on-write 1108:M 17 Aug 2021 01:15:53.160 * Background saving terminated with success 1108:M 17 Aug 2021 01:20:54.032 * 10 changes in 300 seconds. Saving... 1108:M 17 Aug 2021 01:20:54.032 * Background saving started by pid 6098 6098:C 17 Aug 2021 01:20:54.037 * DB saved on disk 6098:C 17 Aug 2021 01:20:54.038 * RDB: 0 MB of memory used by copy-on-write 1108:M 17 Aug 2021 01:20:54.133 * Background saving terminated with success 1108:signal-handler (1629163373) Received SIGTERM scheduling shutdown... 1108:M 17 Aug 2021 01:22:53.676 # User requested shutdown... 1108:M 17 Aug 2021 01:22:53.677 * Saving the final RDB snapshot before exiting. 1108:M 17 Aug 2021 01:22:53.684 * DB saved on disk 1108:M 17 Aug 2021 01:22:53.684 * Removing the pid file. 1108:M 17 Aug 2021 01:22:53.685 * Removing the unix socket file. 1108:M 17 Aug 2021 01:22:53.685 # Redis is now ready to exit, bye bye... 7660:C 17 Aug 2021 01:22:54.090 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 7660:C 17 Aug 2021 01:22:54.090 # Redis version=5.0.12, bits=64, commit=2ccd77a8, modified=0, pid=7660, just started 7660:C 17 Aug 2021 01:22:54.090 # Configuration loaded 7660:M 17 Aug 2021 01:22:54.091 * Increased maximum number of open files to 10032 (it was originally set to 1024). 7660:M 17 Aug 2021 01:22:54.093 * Running mode=standalone, port=0. 7660:M 17 Aug 2021 01:22:54.093 # Server initialized 7660:M 17 Aug 2021 01:22:54.094 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. 7660:M 17 Aug 2021 01:22:54.094 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled. 7660:M 17 Aug 2021 01:22:54.095 * DB loaded from disk: 0.001 seconds 7660:M 17 Aug 2021 01:22:54.095 * The server is now ready to accept connections at /tmp/sockets/redis.sock 7660:M 17 Aug 2021 01:27:55.071 * 10 changes in 300 seconds. Saving... 7660:M 17 Aug 2021 01:27:55.071 * Background saving started by pid 9160 9160:C 17 Aug 2021 01:27:55.076 * DB saved on disk 9160:C 17 Aug 2021 01:27:55.076 * RDB: 0 MB of memory used by copy-on-write 7660:M 17 Aug 2021 01:27:55.172 * Background saving terminated with success 7660:M 17 Aug 2021 01:32:56.052 * 10 changes in 300 seconds. Saving... 7660:M 17 Aug 2021 01:32:56.053 * Background saving started by pid 9686 9686:C 17 Aug 2021 01:32:56.060 * DB saved on disk 9686:C 17 Aug 2021 01:32:56.062 * RDB: 0 MB of memory used by copy-on-write 7660:M 17 Aug 2021 01:32:56.153 * Background saving terminated with success 7660:M 17 Aug 2021 01:37:57.018 * 10 changes in 300 seconds. Saving... 7660:M 17 Aug 2021 01:37:57.019 * Background saving started by pid 10519 10519:C 17 Aug 2021 01:37:57.024 * DB saved on disk 10519:C 17 Aug 2021 01:37:57.025 * RDB: 0 MB of memory used by copy-on-write 7660:M 17 Aug 2021 01:37:57.119 * Background saving terminated with success 7660:M 17 Aug 2021 01:42:58.006 * 10 changes in 300 seconds. Saving... 7660:M 17 Aug 2021 01:42:58.006 * Background saving started by pid 11225 11225:C 17 Aug 2021 01:42:58.012 * DB saved on disk 11225:C 17 Aug 2021 01:42:58.012 * RDB: 0 MB of memory used by copy-on-write 7660:M 17 Aug 2021 01:42:58.106 * Background saving terminated with success 7660:M 17 Aug 2021 01:47:59.880 * 10 changes in 300 seconds. Saving... 7660:M 17 Aug 2021 01:47:59.880 * Background saving started by pid 11785 11785:C 17 Aug 2021 01:47:59.889 * DB saved on disk 11785:C 17 Aug 2021 01:47:59.890 * RDB: 0 MB of memory used by copy-on-write 7660:M 17 Aug 2021 01:47:59.981 * Background saving terminated with success 7660:M 17 Aug 2021 01:53:00.061 * 10 changes in 300 seconds. Saving... 7660:M 17 Aug 2021 01:53:00.061 * Background saving started by pid 12214 12214:C 17 Aug 2021 01:53:00.067 * DB saved on disk 12214:C 17 Aug 2021 01:53:00.067 * RDB: 0 MB of memory used by copy-on-write 7660:M 17 Aug 2021 01:53:00.162 * Background saving terminated with success ```
mDNS Publisher
### Status ``` ● snap.nextcloud.mdns-publisher.service - Service for snap application nextcloud.mdns-publisher Loaded: loaded (/etc/systemd/system/snap.nextcloud.mdns-publisher.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2021-08-17 01:22:48 UTC; 32min ago Main PID: 6544 (delay-on-failur) Tasks: 7 (limit: 2278) Memory: 2.9M CGroup: /system.slice/snap.nextcloud.mdns-publisher.service ├─6544 /bin/sh /snap/nextcloud/28417/bin/delay-on-failure mdns-publisher nextcloud └─6608 mdns-publisher nextcloud Aug 17 01:22:48 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.mdns…isher. Aug 17 01:22:48 ist-nextcloud nextcloud.mdns-publisher[6608]: 2021/08/17 01:22:48 Publishing is… TTL Hint: Some lines were ellipsized, use -l to show in full. ``` ### Journal ``` -- Logs begin at Mon 2021-08-16 16:23:02 UTC, end at Tue 2021-08-17 01:55:47 UTC. -- Aug 16 20:00:14 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.mdns-publisher. Aug 16 20:00:15 ist-nextcloud nextcloud.mdns-publisher[2061]: 2021/08/16 20:00:15 Publishing ist-nextcloud.local -> [192.168.10.10 fe80::20c:29ff:feca:a132] with 60-second TTL Aug 16 20:31:52 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher... Aug 16 20:31:52 ist-nextcloud systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded. Aug 16 20:31:52 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher. -- Reboot -- Aug 16 20:32:09 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.mdns-publisher. Aug 16 20:32:12 ist-nextcloud nextcloud.mdns-publisher[1034]: 2021/08/16 20:32:12 Publishing ist-nextcloud.local -> [192.168.10.10 fe80::20c:29ff:feca:a132] with 60-second TTL Aug 16 20:35:28 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher... Aug 16 20:35:28 ist-nextcloud systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded. Aug 16 20:35:28 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher. -- Reboot -- Aug 16 20:35:45 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.mdns-publisher. Aug 16 20:35:49 ist-nextcloud nextcloud.mdns-publisher[1048]: 2021/08/16 20:35:49 Publishing ist-nextcloud.local -> [192.168.10.10 fe80::20c:29ff:feca:a132] with 60-second TTL Aug 16 20:42:08 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher... Aug 16 20:42:08 ist-nextcloud systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded. Aug 16 20:42:08 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher. -- Reboot -- Aug 16 20:42:25 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.mdns-publisher. Aug 16 20:42:28 ist-nextcloud nextcloud.mdns-publisher[1040]: 2021/08/16 20:42:28 Publishing ist-nextcloud.local -> [192.168.10.10 fe80::20c:29ff:feca:a132] with 60-second TTL Aug 16 20:55:40 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher... Aug 16 20:55:40 ist-nextcloud systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded. Aug 16 20:55:40 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher. -- Reboot -- Aug 16 20:55:57 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.mdns-publisher. Aug 16 20:56:00 ist-nextcloud nextcloud.mdns-publisher[1039]: 2021/08/16 20:56:00 Publishing ist-nextcloud.local -> [192.168.10.10 fe80::20c:29ff:feca:a132] with 60-second TTL Aug 16 21:06:01 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher... Aug 16 21:06:01 ist-nextcloud systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded. Aug 16 21:06:01 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher. -- Reboot -- Aug 16 21:06:18 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.mdns-publisher. Aug 16 21:06:21 ist-nextcloud nextcloud.mdns-publisher[1034]: 2021/08/16 21:06:21 Publishing ist-nextcloud.local -> [192.168.10.10 fe80::20c:29ff:feca:a132] with 60-second TTL Aug 17 00:55:16 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher... Aug 17 00:55:16 ist-nextcloud systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded. Aug 17 00:55:16 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher. -- Reboot -- Aug 17 00:55:33 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.mdns-publisher. Aug 17 00:55:36 ist-nextcloud nextcloud.mdns-publisher[1030]: 2021/08/17 00:55:36 Publishing ist-nextcloud.local -> [192.168.10.10 fe80::20c:29ff:feca:a132] with 60-second TTL Aug 17 01:22:48 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher... Aug 17 01:22:48 ist-nextcloud systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded. Aug 17 01:22:48 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher. Aug 17 01:22:48 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.mdns-publisher. Aug 17 01:22:48 ist-nextcloud nextcloud.mdns-publisher[6608]: 2021/08/17 01:22:48 Publishing ist-nextcloud.local -> [192.168.10.10 fe80::20c:29ff:feca:a132] with 60-second TTL ```
Certificate Renewer
### Status ``` ● snap.nextcloud.renew-certs.service - Service for snap application nextcloud.renew-certs Loaded: loaded (/etc/systemd/system/snap.nextcloud.renew-certs.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2021-08-17 01:22:54 UTC; 32min ago Main PID: 7677 (renew-certs) Tasks: 2 (limit: 2278) Memory: 1.1M CGroup: /system.slice/snap.nextcloud.renew-certs.service ├─7677 /bin/sh /snap/nextcloud/28417/bin/renew-certs └─7832 sleep 1d Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: Processing Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: /var/snap/nextcloud/current/certs/ce…conf Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: - - - - - - - - - - - - - - - - - - … - - Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: Cert not yet due for renewal Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: - - - - - - - - - - - - - - - - - - … - - Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: The following certs are not due for …yet: Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: /var/snap/nextcloud/current/certs/…ped) Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: No renewals were attempted. Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: No hooks were run. Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: - - - - - - - - - - - - - - - - - - … - - Hint: Some lines were ellipsized, use -l to show in full. ``` ### Journal ``` -- Logs begin at Mon 2021-08-16 16:23:02 UTC, end at Tue 2021-08-17 01:55:47 UTC. -- Aug 16 20:00:14 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.renew-certs. Aug 16 20:00:19 ist-nextcloud nextcloud.renew-certs[2147]: Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log Aug 16 20:00:19 ist-nextcloud nextcloud.renew-certs[2147]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 16 20:00:19 ist-nextcloud nextcloud.renew-certs[2147]: No renewals were attempted. Aug 16 20:00:19 ist-nextcloud nextcloud.renew-certs[2147]: No hooks were run. Aug 16 20:00:19 ist-nextcloud nextcloud.renew-certs[2147]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 16 20:31:52 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.renew-certs... Aug 16 20:31:52 ist-nextcloud systemd[1]: snap.nextcloud.renew-certs.service: Succeeded. Aug 16 20:31:52 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.renew-certs. -- Reboot -- Aug 16 20:32:09 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.renew-certs. Aug 16 20:32:18 ist-nextcloud nextcloud.renew-certs[1079]: Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log Aug 16 20:32:18 ist-nextcloud nextcloud.renew-certs[1079]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 16 20:32:18 ist-nextcloud nextcloud.renew-certs[1079]: Processing Aug 16 20:32:18 ist-nextcloud nextcloud.renew-certs[1079]: /var/snap/nextcloud/current/certs/certbot/config/renewal/[removed] Aug 16 20:32:18 ist-nextcloud nextcloud.renew-certs[1079]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 16 20:32:18 ist-nextcloud nextcloud.renew-certs[1079]: Cert not yet due for renewal Aug 16 20:32:18 ist-nextcloud nextcloud.renew-certs[1079]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 16 20:32:18 ist-nextcloud nextcloud.renew-certs[1079]: The following certs are not due for renewal yet: Aug 16 20:32:18 ist-nextcloud nextcloud.renew-certs[1079]: /var/snap/nextcloud/current/certs/certbot/config/live/[removed]/fullchain.pem expires on 2021-11-14 (skipped) Aug 16 20:32:18 ist-nextcloud nextcloud.renew-certs[1079]: No renewals were attempted. Aug 16 20:32:18 ist-nextcloud nextcloud.renew-certs[1079]: No hooks were run. Aug 16 20:32:18 ist-nextcloud nextcloud.renew-certs[1079]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 16 20:35:28 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.renew-certs... Aug 16 20:35:28 ist-nextcloud systemd[1]: snap.nextcloud.renew-certs.service: Succeeded. Aug 16 20:35:28 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.renew-certs. -- Reboot -- Aug 16 20:35:45 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.renew-certs. Aug 16 20:35:54 ist-nextcloud nextcloud.renew-certs[1107]: Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log Aug 16 20:35:54 ist-nextcloud nextcloud.renew-certs[1107]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 16 20:35:54 ist-nextcloud nextcloud.renew-certs[1107]: Processing Aug 16 20:35:54 ist-nextcloud nextcloud.renew-certs[1107]: /var/snap/nextcloud/current/certs/certbot/config/renewal/[removed].conf Aug 16 20:35:54 ist-nextcloud nextcloud.renew-certs[1107]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 16 20:35:54 ist-nextcloud nextcloud.renew-certs[1107]: Cert not yet due for renewal Aug 16 20:35:54 ist-nextcloud nextcloud.renew-certs[1107]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 16 20:35:54 ist-nextcloud nextcloud.renew-certs[1107]: The following certs are not due for renewal yet: Aug 16 20:35:54 ist-nextcloud nextcloud.renew-certs[1107]: /var/snap/nextcloud/current/certs/certbot/config/live/[removed]/fullchain.pem expires on 2021-11-14 (skipped) Aug 16 20:35:54 ist-nextcloud nextcloud.renew-certs[1107]: No renewals were attempted. Aug 16 20:35:54 ist-nextcloud nextcloud.renew-certs[1107]: No hooks were run. Aug 16 20:35:54 ist-nextcloud nextcloud.renew-certs[1107]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 16 20:42:08 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.renew-certs... Aug 16 20:42:08 ist-nextcloud systemd[1]: snap.nextcloud.renew-certs.service: Succeeded. Aug 16 20:42:08 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.renew-certs. -- Reboot -- Aug 16 20:42:25 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.renew-certs. Aug 16 20:42:34 ist-nextcloud nextcloud.renew-certs[1080]: Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log Aug 16 20:42:34 ist-nextcloud nextcloud.renew-certs[1080]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 16 20:42:34 ist-nextcloud nextcloud.renew-certs[1080]: Processing Aug 16 20:42:34 ist-nextcloud nextcloud.renew-certs[1080]: /var/snap/nextcloud/current/certs/certbot/config/renewal/[removed].conf Aug 16 20:42:34 ist-nextcloud nextcloud.renew-certs[1080]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 16 20:42:34 ist-nextcloud nextcloud.renew-certs[1080]: Cert not yet due for renewal Aug 16 20:42:34 ist-nextcloud nextcloud.renew-certs[1080]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 16 20:42:34 ist-nextcloud nextcloud.renew-certs[1080]: The following certs are not due for renewal yet: Aug 16 20:42:34 ist-nextcloud nextcloud.renew-certs[1080]: /var/snap/nextcloud/current/certs/certbot/config/live/[removed]/fullchain.pem expires on 2021-11-14 (skipped) Aug 16 20:42:34 ist-nextcloud nextcloud.renew-certs[1080]: No renewals were attempted. Aug 16 20:42:34 ist-nextcloud nextcloud.renew-certs[1080]: No hooks were run. Aug 16 20:42:34 ist-nextcloud nextcloud.renew-certs[1080]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 16 20:55:40 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.renew-certs... Aug 16 20:55:40 ist-nextcloud systemd[1]: snap.nextcloud.renew-certs.service: Succeeded. Aug 16 20:55:40 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.renew-certs. -- Reboot -- Aug 16 20:55:57 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.renew-certs. Aug 16 20:56:05 ist-nextcloud nextcloud.renew-certs[1095]: Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log Aug 16 20:56:05 ist-nextcloud nextcloud.renew-certs[1095]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 16 20:56:05 ist-nextcloud nextcloud.renew-certs[1095]: Processing Aug 16 20:56:05 ist-nextcloud nextcloud.renew-certs[1095]: /var/snap/nextcloud/current/certs/certbot/config/renewal/[removed].net.conf Aug 16 20:56:05 ist-nextcloud nextcloud.renew-certs[1095]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 16 20:56:06 ist-nextcloud nextcloud.renew-certs[1095]: Cert not yet due for renewal Aug 16 20:56:06 ist-nextcloud nextcloud.renew-certs[1095]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 16 20:56:06 ist-nextcloud nextcloud.renew-certs[1095]: The following certs are not due for renewal yet: Aug 16 20:56:06 ist-nextcloud nextcloud.renew-certs[1095]: /var/snap/nextcloud/current/certs/certbot/config/live/[removed]/fullchain.pem expires on 2021-11-14 (skipped) Aug 16 20:56:06 ist-nextcloud nextcloud.renew-certs[1095]: No renewals were attempted. Aug 16 20:56:06 ist-nextcloud nextcloud.renew-certs[1095]: No hooks were run. Aug 16 20:56:06 ist-nextcloud nextcloud.renew-certs[1095]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 16 21:06:01 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.renew-certs... Aug 16 21:06:01 ist-nextcloud systemd[1]: snap.nextcloud.renew-certs.service: Succeeded. Aug 16 21:06:01 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.renew-certs. -- Reboot -- Aug 16 21:06:18 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.renew-certs. Aug 16 21:06:26 ist-nextcloud nextcloud.renew-certs[1074]: Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log Aug 16 21:06:26 ist-nextcloud nextcloud.renew-certs[1074]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 16 21:06:26 ist-nextcloud nextcloud.renew-certs[1074]: Processing Aug 16 21:06:26 ist-nextcloud nextcloud.renew-certs[1074]: /var/snap/nextcloud/current/certs/certbot/config/renewal/[removed].conf Aug 16 21:06:26 ist-nextcloud nextcloud.renew-certs[1074]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 16 21:06:26 ist-nextcloud nextcloud.renew-certs[1074]: Cert not yet due for renewal Aug 16 21:06:26 ist-nextcloud nextcloud.renew-certs[1074]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 16 21:06:26 ist-nextcloud nextcloud.renew-certs[1074]: The following certs are not due for renewal yet: Aug 16 21:06:26 ist-nextcloud nextcloud.renew-certs[1074]: /var/snap/nextcloud/current/certs/certbot/config/live/[removed]/fullchain.pem expires on 2021-11-14 (skipped) Aug 16 21:06:26 ist-nextcloud nextcloud.renew-certs[1074]: No renewals were attempted. Aug 16 21:06:26 ist-nextcloud nextcloud.renew-certs[1074]: No hooks were run. Aug 16 21:06:26 ist-nextcloud nextcloud.renew-certs[1074]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 17 00:55:16 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.renew-certs... Aug 17 00:55:16 ist-nextcloud systemd[1]: snap.nextcloud.renew-certs.service: Succeeded. Aug 17 00:55:16 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.renew-certs. -- Reboot -- Aug 17 00:55:33 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.renew-certs. Aug 17 00:55:42 ist-nextcloud nextcloud.renew-certs[1104]: Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log Aug 17 00:55:42 ist-nextcloud nextcloud.renew-certs[1104]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 17 00:55:42 ist-nextcloud nextcloud.renew-certs[1104]: Processing Aug 17 00:55:42 ist-nextcloud nextcloud.renew-certs[1104]: /var/snap/nextcloud/current/certs/certbot/config/renewal/[removed].conf Aug 17 00:55:42 ist-nextcloud nextcloud.renew-certs[1104]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 17 00:55:42 ist-nextcloud nextcloud.renew-certs[1104]: Cert not yet due for renewal Aug 17 00:55:42 ist-nextcloud nextcloud.renew-certs[1104]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 17 00:55:42 ist-nextcloud nextcloud.renew-certs[1104]: The following certs are not due for renewal yet: Aug 17 00:55:42 ist-nextcloud nextcloud.renew-certs[1104]: /var/snap/nextcloud/current/certs/certbot/config/live/[removed]/fullchain.pem expires on 2021-11-14 (skipped) Aug 17 00:55:42 ist-nextcloud nextcloud.renew-certs[1104]: No renewals were attempted. Aug 17 00:55:42 ist-nextcloud nextcloud.renew-certs[1104]: No hooks were run. Aug 17 00:55:42 ist-nextcloud nextcloud.renew-certs[1104]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 17 01:22:53 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.renew-certs... Aug 17 01:22:53 ist-nextcloud systemd[1]: snap.nextcloud.renew-certs.service: Succeeded. Aug 17 01:22:53 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.renew-certs. Aug 17 01:22:54 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.renew-certs. Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: Processing Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: /var/snap/nextcloud/current/certs/certbot/config/renewal/[removed].conf Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: Cert not yet due for renewal Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: The following certs are not due for renewal yet: Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: /var/snap/nextcloud/current/certs/certbot/config/live/[removed]/fullchain.pem expires on 2021-11-14 (skipped) Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: No renewals were attempted. Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: No hooks were run. Aug 17 01:22:56 ist-nextcloud nextcloud.renew-certs[7710]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ```
Logrotate
### Status ``` ● snap.nextcloud.logrotate.service - Service for snap application nextcloud.logrotate Loaded: loaded (/etc/systemd/system/snap.nextcloud.logrotate.service; static; vendor preset: enabled) Active: inactive (dead) since Tue 2021-08-17 01:22:48 UTC; 32min ago TriggeredBy: ● snap.nextcloud.logrotate.timer Process: 6476 ExecStart=/usr/bin/snap run --timer=00:00 nextcloud.logrotate (code=exited, status=0/SUCCESS) Main PID: 6476 (code=exited, status=0/SUCCESS) Aug 17 01:22:47 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.logrotate. Aug 17 01:22:48 ist-nextcloud nextcloud.logrotate[6476]: 2021-08-17T01:22:48Z: attempted to run…:00" Aug 17 01:22:48 ist-nextcloud systemd[1]: snap.nextcloud.logrotate.service: Succeeded. Hint: Some lines were ellipsized, use -l to show in full. ``` ### Journal ``` -- Logs begin at Mon 2021-08-16 16:23:02 UTC, end at Tue 2021-08-17 01:55:47 UTC. -- Aug 17 00:00:49 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.logrotate. Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: reading config file /tmp/tmp.aSVxEChqho Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Reading state from file: /var/snap/nextcloud/28417/logrotate/status Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Allocating hash table for state file, size 64 entries Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Handling 4 logs Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: rotating pattern: /var/snap/nextcloud/current/logs/apache_errors.log /var/snap/nextcloud/current/logs/apache_access.log weekly (4 rotations) Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: empty log files are not rotated, old logs are removed Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: considering log /var/snap/nextcloud/current/logs/apache_errors.log Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Creating new state Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Now: 2021-08-17 00:00 Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Last rotated at 2021-08-17 00:00 Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: log does not need rotating (log has been already rotated) Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: considering log /var/snap/nextcloud/current/logs/apache_access.log Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Creating new state Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Now: 2021-08-17 00:00 Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Last rotated at 2021-08-17 00:00 Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: log does not need rotating (log has been already rotated) Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: rotating pattern: /var/snap/nextcloud/current/logs/php_errors.log /var/snap/nextcloud/current/logs/php-fpm_errors.log /var/snap/nextcloud/current/logs/nextcloud.log weekly (4 rotations) Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: empty log files are not rotated, old logs are removed Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: considering log /var/snap/nextcloud/current/logs/php_errors.log Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: log /var/snap/nextcloud/current/logs/php_errors.log does not exist -- skipping Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Creating new state Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: considering log /var/snap/nextcloud/current/logs/php-fpm_errors.log Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Creating new state Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Now: 2021-08-17 00:00 Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Last rotated at 2021-08-17 00:00 Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: log does not need rotating (log has been already rotated) Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: considering log /var/snap/nextcloud/current/logs/nextcloud.log Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Creating new state Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Now: 2021-08-17 00:00 Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Last rotated at 2021-08-17 00:00 Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: log does not need rotating (log has been already rotated) Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: rotating pattern: /var/snap/nextcloud/current/logs/redis.log weekly (4 rotations) Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: empty log files are not rotated, old logs are removed Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: considering log /var/snap/nextcloud/current/logs/redis.log Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Creating new state Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Now: 2021-08-17 00:00 Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Last rotated at 2021-08-17 00:00 Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: log does not need rotating (log has been already rotated) Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: rotating pattern: /var/snap/nextcloud/current/logs/mysql_errors.log weekly (4 rotations) Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: empty log files are not rotated, old logs are removed Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: considering log /var/snap/nextcloud/current/logs/mysql_errors.log Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Creating new state Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Now: 2021-08-17 00:00 Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: Last rotated at 2021-08-17 00:00 Aug 17 00:00:50 ist-nextcloud nextcloud.logrotate[21969]: log does not need rotating (log has been already rotated) Aug 17 00:00:50 ist-nextcloud systemd[1]: snap.nextcloud.logrotate.service: Succeeded. -- Reboot -- Aug 17 01:22:47 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.logrotate. Aug 17 01:22:48 ist-nextcloud nextcloud.logrotate[6476]: 2021-08-17T01:22:48Z: attempted to run "nextcloud.logrotate" timer outside of scheduled time "00:00" Aug 17 01:22:48 ist-nextcloud systemd[1]: snap.nextcloud.logrotate.service: Succeeded. ```
Nextcloud Cron
### Status ``` ● snap.nextcloud.nextcloud-cron.service - Service for snap application nextcloud.nextcloud-cron Loaded: loaded (/etc/systemd/system/snap.nextcloud.nextcloud-cron.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2021-08-17 01:22:53 UTC; 32min ago Main PID: 7195 (nextcloud-cron) Tasks: 2 (limit: 2278) Memory: 1.4M CGroup: /system.slice/snap.nextcloud.nextcloud-cron.service ├─ 7195 /bin/sh /snap/nextcloud/28417/bin/nextcloud-cron └─12324 sleep 5m Aug 17 01:22:53 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.next…-cron. Aug 17 01:22:53 ist-nextcloud nextcloud.nextcloud-cron[7195]: Waiting for Nextcloud config dir.…done Hint: Some lines were ellipsized, use -l to show in full. ``` ### Journal ``` -- Logs begin at Mon 2021-08-16 16:23:02 UTC, end at Tue 2021-08-17 01:55:47 UTC. -- Aug 16 20:00:14 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.nextcloud-cron. Aug 16 20:00:28 ist-nextcloud nextcloud.nextcloud-cron[1907]: Waiting for Nextcloud config dir... done Aug 16 20:31:52 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron... Aug 16 20:31:52 ist-nextcloud systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded. Aug 16 20:31:52 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron. -- Reboot -- Aug 16 20:32:09 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.nextcloud-cron. Aug 16 20:32:12 ist-nextcloud nextcloud.nextcloud-cron[777]: Waiting for Nextcloud config dir... done Aug 16 20:35:28 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron... Aug 16 20:35:28 ist-nextcloud systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded. Aug 16 20:35:28 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron. -- Reboot -- Aug 16 20:35:45 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.nextcloud-cron. Aug 16 20:35:47 ist-nextcloud nextcloud.nextcloud-cron[776]: Waiting for Nextcloud config dir... done Aug 16 20:42:08 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron... Aug 16 20:42:08 ist-nextcloud systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded. Aug 16 20:42:08 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron. -- Reboot -- Aug 16 20:42:25 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.nextcloud-cron. Aug 16 20:42:28 ist-nextcloud nextcloud.nextcloud-cron[776]: Waiting for Nextcloud config dir... done Aug 16 20:55:40 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron... Aug 16 20:55:40 ist-nextcloud systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded. Aug 16 20:55:40 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron. -- Reboot -- Aug 16 20:55:57 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.nextcloud-cron. Aug 16 20:55:59 ist-nextcloud nextcloud.nextcloud-cron[777]: Waiting for Nextcloud config dir... done Aug 16 21:06:01 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron... Aug 16 21:06:01 ist-nextcloud systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded. Aug 16 21:06:01 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron. -- Reboot -- Aug 16 21:06:18 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.nextcloud-cron. Aug 16 21:06:20 ist-nextcloud nextcloud.nextcloud-cron[775]: Waiting for Nextcloud config dir... done Aug 17 00:55:16 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron... Aug 17 00:55:16 ist-nextcloud systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded. Aug 17 00:55:16 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron. -- Reboot -- Aug 17 00:55:33 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.nextcloud-cron. Aug 17 00:55:35 ist-nextcloud nextcloud.nextcloud-cron[775]: Waiting for Nextcloud config dir... done Aug 17 01:22:52 ist-nextcloud systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron... Aug 17 01:22:52 ist-nextcloud systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded. Aug 17 01:22:52 ist-nextcloud systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron. Aug 17 01:22:53 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.nextcloud-cron. Aug 17 01:22:53 ist-nextcloud nextcloud.nextcloud-cron[7195]: Waiting for Nextcloud config dir... done ```
Nextcloud Fixer
### Status ``` ● snap.nextcloud.nextcloud-fixer.service - Service for snap application nextcloud.nextcloud-fixer Loaded: loaded (/etc/systemd/system/snap.nextcloud.nextcloud-fixer.service; enabled; vendor preset: enabled) Active: inactive (dead) since Tue 2021-08-17 01:23:08 UTC; 32min ago Process: 7439 ExecStart=/usr/bin/snap run nextcloud.nextcloud-fixer (code=exited, status=0/SUCCESS) Main PID: 7439 (code=exited, status=0/SUCCESS) Aug 17 01:23:02 ist-nextcloud nextcloud.nextcloud-fixer[8363]: Done. Aug 17 01:23:02 ist-nextcloud nextcloud.nextcloud-fixer[7865]: run-parts: executing /snap/nextc…s.sh Aug 17 01:23:02 ist-nextcloud nextcloud.nextcloud-fixer[7439]: Enabling maintenance mode... Aug 17 01:23:03 ist-nextcloud nextcloud.nextcloud-fixer[7439]: done Aug 17 01:23:05 ist-nextcloud nextcloud.nextcloud-fixer[8458]: run-parts: executing /snap/nextc…t.sh Aug 17 01:23:05 ist-nextcloud nextcloud.nextcloud-fixer[8523]: Nextcloud is in maintenance mode…aded Aug 17 01:23:06 ist-nextcloud nextcloud.nextcloud-fixer[8523]: All tables already up to date! Aug 17 01:23:06 ist-nextcloud nextcloud.nextcloud-fixer[7439]: Disabling maintenance mode... Aug 17 01:23:06 ist-nextcloud nextcloud.nextcloud-fixer[7439]: done Aug 17 01:23:08 ist-nextcloud systemd[1]: snap.nextcloud.nextcloud-fixer.service: Succeeded. Hint: Some lines were ellipsized, use -l to show in full. ``` ### Journal ``` -- Logs begin at Mon 2021-08-16 16:23:02 UTC, end at Tue 2021-08-17 01:55:47 UTC. -- Aug 17 00:55:58 ist-nextcloud nextcloud.nextcloud-fixer[2921]: Check indices of the twofactor_providers table. Aug 17 00:55:58 ist-nextcloud nextcloud.nextcloud-fixer[2921]: Check indices of the login_flow_v2 table. Aug 17 00:55:58 ist-nextcloud nextcloud.nextcloud-fixer[2921]: Check indices of the whats_new table. Aug 17 00:55:58 ist-nextcloud nextcloud.nextcloud-fixer[2921]: Check indices of the cards table. Aug 17 00:55:58 ist-nextcloud nextcloud.nextcloud-fixer[2921]: Check indices of the cards_properties table. Aug 17 00:55:58 ist-nextcloud nextcloud.nextcloud-fixer[2921]: Check indices of the calendarobjects_props table. Aug 17 00:55:58 ist-nextcloud nextcloud.nextcloud-fixer[2921]: Check indices of the schedulingobjects table. Aug 17 00:55:58 ist-nextcloud nextcloud.nextcloud-fixer[2921]: Check indices of the oc_properties table. Aug 17 00:55:58 ist-nextcloud nextcloud.nextcloud-fixer[2921]: Done. Aug 17 00:55:58 ist-nextcloud nextcloud.nextcloud-fixer[2638]: run-parts: executing /snap/nextcloud/28417/fixes/existing-install/4_add-missing-columns.sh Aug 17 00:55:58 ist-nextcloud nextcloud.nextcloud-fixer[3002]: Check columns of the comments table. Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3002]: Done. Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[2638]: run-parts: executing /snap/nextcloud/28417/fixes/existing-install/5_regenerate-assets.sh Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Repair MySQL collation Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - All tables already have the correct collation -> nothing to do Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Repair mime types Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Clean tags and favorites Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - 0 tags of deleted users have been removed. Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - 0 tags for delete files have been removed. Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - 0 tag entries for deleted tags have been removed. Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - 0 tags with no entries have been removed. Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Repair invalid shares Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Move .step file of updater to backup location Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Add move avatar background job Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Repair step already executed Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Add preview cleanup background jobs Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Fix potential broken mount points Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - No mounts updated Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Repair language codes Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Install new core bundle components Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Add log rotate job Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Clear frontend caches Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Image cache cleared Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - SCSS cache cleared Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - JS cache cleared Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Clear every generated avatar on major updates Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Add preview background cleanup job Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Queue a one-time job to cleanup old backups of the updater Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Cleanup invalid photocache files for carddav Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Add background job to cleanup login flow v2 tokens Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Remove potentially over exposing share links Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - No need to remove link shares. Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Clear access cache of projects Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Reset generated avatar flag Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Keep legacy encryption enabled Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Check encryption key format Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Remove old dashboard app config data Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Add job to cleanup the bruteforce entries Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Queue a one-time job to check for user uploaded certificates Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Repair DAV shares Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Add background job to set the lookup server share state for users Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Fix component of birthday calendars Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - 3 birthday calendars updated. Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Regenerating birthday calendars to use new icons and fix old birthday events without year Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Repair step already executed Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Fix broken values of calendar objects Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: 0 [>---------------------------] Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Registering building of calendar search index as background job Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Repair step already executed Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Register building of social profile search index as background job Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Registering background jobs to update cache for webcal calendars Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Added 0 background jobs to update webcal calendars Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Registering building of calendar reminder index as background job Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Repair step already executed Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Clean up orphan event and contact data Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - 0 events without a calendar have been cleaned up Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - 0 properties without an events have been cleaned up Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - 0 changes without a calendar have been cleaned up Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - 0 cached events without a calendar subscription have been cleaned up Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - 0 changes without a calendar subscription have been cleaned up Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - 0 contacts without an addressbook have been cleaned up Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - 0 properties without a contact have been cleaned up Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - 0 changes without an addressbook have been cleaned up Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Remove activity entries of private events Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Removed 0 activity entries Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Fix the share type of guest shares when migrating from ownCloud Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Copy the share password into the dedicated column Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Set existing shares as accepted Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Update OAuth token expiration times Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Switches from default updater server to the customer one if a valid subscription is available Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Repair step already executed Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Send an admin notification if monthly report is disabled Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Add background job to check for backup codes Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[3073]: - Populating added database structures for workflows Aug 17 00:55:59 ist-nextcloud nextcloud.nextcloud-fixer[2638]: run-parts: executing /snap/nextcloud/28417/fixes/existing-install/6_add-missing-primary-keys.sh Aug 17 00:56:00 ist-nextcloud nextcloud.nextcloud-fixer[3142]: Check primary keys. Aug 17 00:56:01 ist-nextcloud nextcloud.nextcloud-fixer[3142]: Done. Aug 17 00:56:01 ist-nextcloud nextcloud.nextcloud-fixer[2638]: run-parts: executing /snap/nextcloud/28417/fixes/existing-install/99_notify_admins.sh Aug 17 00:56:01 ist-nextcloud nextcloud.nextcloud-fixer[776]: Enabling maintenance mode... Aug 17 00:56:01 ist-nextcloud nextcloud.nextcloud-fixer[776]: done Aug 17 00:56:03 ist-nextcloud nextcloud.nextcloud-fixer[3235]: run-parts: executing /snap/nextcloud/28417/fixes/existing-install/maintenance/1_convert-filecache-bigint.sh Aug 17 00:56:04 ist-nextcloud nextcloud.nextcloud-fixer[3299]: Nextcloud is in maintenance mode - no apps have been loaded Aug 17 00:56:04 ist-nextcloud nextcloud.nextcloud-fixer[3299]: All tables already up to date! Aug 17 00:56:04 ist-nextcloud nextcloud.nextcloud-fixer[776]: Disabling maintenance mode... Aug 17 00:56:05 ist-nextcloud nextcloud.nextcloud-fixer[776]: done Aug 17 00:56:07 ist-nextcloud systemd[1]: snap.nextcloud.nextcloud-fixer.service: Succeeded. Aug 17 01:22:53 ist-nextcloud systemd[1]: Started Service for snap application nextcloud.nextcloud-fixer. Aug 17 01:22:57 ist-nextcloud nextcloud.nextcloud-fixer[7865]: run-parts: executing /snap/nextcloud/28417/fixes/existing-install/1_upgrade.sh Aug 17 01:22:57 ist-nextcloud nextcloud.nextcloud-fixer[7930]: Nextcloud is already latest version Aug 17 01:22:57 ist-nextcloud nextcloud.nextcloud-fixer[7865]: run-parts: executing /snap/nextcloud/28417/fixes/existing-install/2_update-apps.sh Aug 17 01:22:58 ist-nextcloud nextcloud.nextcloud-fixer[8072]: Nextcloud is already latest version Aug 17 01:22:58 ist-nextcloud nextcloud.nextcloud-fixer[7865]: run-parts: executing /snap/nextcloud/28417/fixes/existing-install/3_add-missing-indices.sh Aug 17 01:22:59 ist-nextcloud nextcloud.nextcloud-fixer[8144]: Check indices of the share table. Aug 17 01:22:59 ist-nextcloud nextcloud.nextcloud-fixer[8144]: Check indices of the filecache table. Aug 17 01:22:59 ist-nextcloud nextcloud.nextcloud-fixer[8144]: Check indices of the twofactor_providers table. Aug 17 01:22:59 ist-nextcloud nextcloud.nextcloud-fixer[8144]: Check indices of the login_flow_v2 table. Aug 17 01:22:59 ist-nextcloud nextcloud.nextcloud-fixer[8144]: Check indices of the whats_new table. Aug 17 01:22:59 ist-nextcloud nextcloud.nextcloud-fixer[8144]: Check indices of the cards table. Aug 17 01:22:59 ist-nextcloud nextcloud.nextcloud-fixer[8144]: Check indices of the cards_properties table. Aug 17 01:22:59 ist-nextcloud nextcloud.nextcloud-fixer[8144]: Check indices of the calendarobjects_props table. Aug 17 01:22:59 ist-nextcloud nextcloud.nextcloud-fixer[8144]: Check indices of the schedulingobjects table. Aug 17 01:22:59 ist-nextcloud nextcloud.nextcloud-fixer[8144]: Check indices of the oc_properties table. Aug 17 01:22:59 ist-nextcloud nextcloud.nextcloud-fixer[8144]: Done. Aug 17 01:22:59 ist-nextcloud nextcloud.nextcloud-fixer[7865]: run-parts: executing /snap/nextcloud/28417/fixes/existing-install/4_add-missing-columns.sh Aug 17 01:23:00 ist-nextcloud nextcloud.nextcloud-fixer[8219]: Check columns of the comments table. Aug 17 01:23:00 ist-nextcloud nextcloud.nextcloud-fixer[8219]: Done. Aug 17 01:23:00 ist-nextcloud nextcloud.nextcloud-fixer[7865]: run-parts: executing /snap/nextcloud/28417/fixes/existing-install/5_regenerate-assets.sh Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Repair MySQL collation Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - All tables already have the correct collation -> nothing to do Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Repair mime types Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Clean tags and favorites Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - 0 tags of deleted users have been removed. Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - 0 tags for delete files have been removed. Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - 0 tag entries for deleted tags have been removed. Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - 0 tags with no entries have been removed. Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Repair invalid shares Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Move .step file of updater to backup location Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Add move avatar background job Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Repair step already executed Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Add preview cleanup background jobs Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Fix potential broken mount points Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - No mounts updated Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Repair language codes Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Install new core bundle components Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Add log rotate job Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Clear frontend caches Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Image cache cleared Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - SCSS cache cleared Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - JS cache cleared Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Clear every generated avatar on major updates Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Add preview background cleanup job Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Queue a one-time job to cleanup old backups of the updater Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Cleanup invalid photocache files for carddav Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Add background job to cleanup login flow v2 tokens Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Remove potentially over exposing share links Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - No need to remove link shares. Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Clear access cache of projects Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Reset generated avatar flag Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Keep legacy encryption enabled Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Check encryption key format Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Remove old dashboard app config data Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Add job to cleanup the bruteforce entries Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Queue a one-time job to check for user uploaded certificates Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Repair DAV shares Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Add background job to set the lookup server share state for users Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Fix component of birthday calendars Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - 3 birthday calendars updated. Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Regenerating birthday calendars to use new icons and fix old birthday events without year Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Repair step already executed Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Fix broken values of calendar objects Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: 0 [>---------------------------] Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Registering building of calendar search index as background job Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Repair step already executed Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Register building of social profile search index as background job Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Registering background jobs to update cache for webcal calendars Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Added 0 background jobs to update webcal calendars Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Registering building of calendar reminder index as background job Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Repair step already executed Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Clean up orphan event and contact data Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - 0 events without a calendar have been cleaned up Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - 0 properties without an events have been cleaned up Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - 0 changes without a calendar have been cleaned up Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - 0 cached events without a calendar subscription have been cleaned up Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - 0 changes without a calendar subscription have been cleaned up Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - 0 contacts without an addressbook have been cleaned up Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - 0 properties without a contact have been cleaned up Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - 0 changes without an addressbook have been cleaned up Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Remove activity entries of private events Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Removed 0 activity entries Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Fix the share type of guest shares when migrating from ownCloud Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Copy the share password into the dedicated column Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Set existing shares as accepted Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Update OAuth token expiration times Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Switches from default updater server to the customer one if a valid subscription is available Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Repair step already executed Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Send an admin notification if monthly report is disabled Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Add background job to check for backup codes Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[8290]: - Populating added database structures for workflows Aug 17 01:23:01 ist-nextcloud nextcloud.nextcloud-fixer[7865]: run-parts: executing /snap/nextcloud/28417/fixes/existing-install/6_add-missing-primary-keys.sh Aug 17 01:23:02 ist-nextcloud nextcloud.nextcloud-fixer[8363]: Check primary keys. Aug 17 01:23:02 ist-nextcloud nextcloud.nextcloud-fixer[8363]: Done. Aug 17 01:23:02 ist-nextcloud nextcloud.nextcloud-fixer[7865]: run-parts: executing /snap/nextcloud/28417/fixes/existing-install/99_notify_admins.sh Aug 17 01:23:02 ist-nextcloud nextcloud.nextcloud-fixer[7439]: Enabling maintenance mode... Aug 17 01:23:03 ist-nextcloud nextcloud.nextcloud-fixer[7439]: done Aug 17 01:23:05 ist-nextcloud nextcloud.nextcloud-fixer[8458]: run-parts: executing /snap/nextcloud/28417/fixes/existing-install/maintenance/1_convert-filecache-bigint.sh Aug 17 01:23:05 ist-nextcloud nextcloud.nextcloud-fixer[8523]: Nextcloud is in maintenance mode - no apps have been loaded Aug 17 01:23:06 ist-nextcloud nextcloud.nextcloud-fixer[8523]: All tables already up to date! Aug 17 01:23:06 ist-nextcloud nextcloud.nextcloud-fixer[7439]: Disabling maintenance mode... Aug 17 01:23:06 ist-nextcloud nextcloud.nextcloud-fixer[7439]: done Aug 17 01:23:08 ist-nextcloud systemd[1]: snap.nextcloud.nextcloud-fixer.service: Succeeded. ```
Nextcloud configuration
``` { "system": { "apps_paths": [ { "path": "\/snap\/nextcloud\/current\/htdocs\/apps", "url": "\/apps", "writable": false }, { "path": "\/var\/snap\/nextcloud\/current\/nextcloud\/extra-apps", "url": "\/extra-apps", "writable": true } ], "supportedDatabases": [ "mysql" ], "memcache.locking": "\\OC\\Memcache\\Redis", "memcache.local": "\\OC\\Memcache\\Redis", "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": 0 }, "log_type": "file", "logfile": "\/var\/snap\/nextcloud\/current\/logs\/nextcloud.log", "logfilemode": 416, "instanceid": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "192.168.10.10" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "21.0.3.1", "overwrite.cli.url": "http:\/\/192.168.10.10", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "maintenance": false }, "apps": { "accessibility": { "enabled": "yes", "installed_version": "1.7.0", "types": "" }, "activity": { "enabled": "yes", "installed_version": "2.14.3", "types": "filesystem" }, "backgroundjob": { "lastjob": "39" }, "bruteforcesettings": { "enabled": "yes", "installed_version": "2.2.0", "types": "" }, "cloud_federation_api": { "enabled": "yes", "installed_version": "1.4.0", "types": "filesystem" }, "comments": { "enabled": "yes", "installed_version": "1.11.0", "types": "logging" }, "contactsinteraction": { "enabled": "yes", "installed_version": "1.2.0", "types": "dav" }, "core": { "backgroundjobs_mode": "cron", "installed.bundles": "[\"CoreBundle\"]", "installedat": "1629144082.3778", "lastcron": "1629165181", "lastupdatedat": "1629144082.3834", "moveavatarsdone": "yes", "oc.integritycheck.checker": "[]", "previewsCleanedUp": "1", "public_files": "files_sharing\/public.php", "public_webdav": "dav\/appinfo\/v1\/publicwebdav.php", "theming.variables": "d41d8cd98f00b204e9800998ecf8427e", "vendor": "nextcloud" }, "dashboard": { "enabled": "yes", "installed_version": "7.1.0", "types": "" }, "dav": { "buildCalendarReminderIndex": "yes", "buildCalendarSearchIndex": "yes", "enabled": "yes", "installed_version": "1.17.1", "regeneratedBirthdayCalendarsForYearFix": "yes", "types": "filesystem" }, "federatedfilesharing": { "enabled": "yes", "installed_version": "1.11.0", "types": "" }, "federation": { "enabled": "yes", "installed_version": "1.11.0", "types": "authentication" }, "files": { "enabled": "yes", "installed_version": "1.16.0", "types": "filesystem" }, "files_pdfviewer": { "enabled": "yes", "installed_version": "2.1.0", "types": "" }, "files_rightclick": { "enabled": "yes", "installed_version": "1.0.0", "types": "" }, "files_sharing": { "enabled": "yes", "installed_version": "1.13.1", "types": "filesystem" }, "files_trashbin": { "enabled": "yes", "installed_version": "1.11.0", "types": "filesystem,dav" }, "files_versions": { "enabled": "yes", "installed_version": "1.14.0", "types": "filesystem,dav" }, "files_videoplayer": { "enabled": "yes", "installed_version": "1.10.0", "types": "" }, "firstrunwizard": { "enabled": "yes", "installed_version": "2.10.0", "types": "logging" }, "logreader": { "enabled": "yes", "installed_version": "2.6.0", "types": "" }, "lookup_server_connector": { "enabled": "yes", "installed_version": "1.9.0", "types": "authentication" }, "nextcloud_announcements": { "enabled": "yes", "installed_version": "1.10.0", "notification_groups": "[\"admin\"]", "pub_date": "Thu, 24 Oct 2019 00:00:00 +0200", "types": "logging" }, "notifications": { "enabled": "yes", "installed_version": "2.9.0", "types": "logging" }, "oauth2": { "enabled": "yes", "installed_version": "1.9.0", "types": "authentication" }, "password_policy": { "enabled": "yes", "enforceHaveIBeenPwned": "1", "enforceNumericCharacters": "1", "enforceSpecialCharacters": "1", "enforceUpperLowerCase": "1", "installed_version": "1.11.0", "maximumLoginAttempts": "10", "types": "authentication" }, "photos": { "enabled": "yes", "installed_version": "1.3.0", "types": "" }, "privacy": { "enabled": "yes", "installed_version": "1.5.0", "types": "" }, "provisioning_api": { "enabled": "yes", "installed_version": "1.11.0", "types": "prevent_group_restriction" }, "recommendations": { "enabled": "yes", "installed_version": "1.0.0", "types": "" }, "serverinfo": { "cached_count_filecache": "260", "cached_count_storages": "3", "enabled": "yes", "installed_version": "1.11.0", "types": "" }, "settings": { "enabled": "yes", "installed_version": "1.3.0", "types": "" }, "sharebymail": { "enabled": "yes", "installed_version": "1.11.0", "types": "filesystem" }, "support": { "SwitchUpdaterServerHasRun": "yes", "enabled": "yes", "installed_version": "1.4.0", "types": "session" }, "survey_client": { "enabled": "yes", "installed_version": "1.9.0", "types": "" }, "systemtags": { "enabled": "yes", "installed_version": "1.11.0", "types": "logging" }, "text": { "enabled": "yes", "installed_version": "3.2.0", "types": "dav" }, "theming": { "enabled": "no", "installed_version": "1.12.0", "types": "logging" }, "twofactor_backupcodes": { "enabled": "yes", "installed_version": "1.10.0", "types": "" }, "user_status": { "enabled": "yes", "installed_version": "1.1.1", "types": "" }, "viewer": { "enabled": "yes", "installed_version": "1.5.0", "types": "" }, "weather_status": { "enabled": "yes", "installed_version": "1.1.0", "types": "" }, "workflowengine": { "enabled": "yes", "installed_version": "2.3.0", "types": "filesystem" } } } ```
Nextcloud logs
``` {"reqId":"9ltlJy0R6XHpYQPMPZ66","level":3,"time":"2021-08-16T20:15:47+00:00","remoteAddr":"192.168.1.82","user":"ist_admin","app":"ocs_api","method":"POST","url":"/ocs/v2.php/cloud/users","message":{"Exception":"Swift_TransportException","Message":"Connection could not be established with host 127.0.0.1 :stream_socket_client(): unable to connect to 127.0.0.1:25 (Connection refused)","Code":0,"Trace":[{"function":"{closure}","class":"Swift_Transport_StreamBuffer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/snap/nextcloud/28417/htdocs/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php","line":264,"function":"stream_socket_client","args":["127.0.0.1:25",111,"Connection refused",10,4,null]},{"file":"/snap/nextcloud/28417/htdocs/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php","line":58,"function":"establishSocketConnection","class":"Swift_Transport_StreamBuffer","type":"->","args":[]},{"file":"/snap/nextcloud/28417/htdocs/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php","line":143,"function":"initialize","class":"Swift_Transport_StreamBuffer","type":"->","args":[{"protocol":"","host":"127.0.0.1","port":25,"timeout":10,"blocking":1,"0":"And 3 more entries, set log level to debug to see all entries"}]},{"file":"/snap/nextcloud/28417/htdocs/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php","line":65,"function":"start","class":"Swift_Transport_AbstractSmtpTransport","type":"->","args":[]},{"file":"/snap/nextcloud/28417/htdocs/lib/private/Mail/Mailer.php","line":205,"function":"send","class":"Swift_Mailer","type":"->","args":[{"__class__":"Swift_Message"},"*** sensitive parameter replaced ***"]},{"file":"/snap/nextcloud/28417/htdocs/apps/settings/lib/Mailer/NewUserMailHelper.php","line":180,"function":"send","class":"OC\\Mail\\Mailer","type":"->","args":[{"__class__":"OC\\Mail\\Message"}]},{"file":"/snap/nextcloud/28417/htdocs/apps/provisioning_api/lib/Controller/UsersController.php","line":441,"function":"sendMail","class":"OCA\\Settings\\Mailer\\NewUserMailHelper","type":"->","args":[{"__class__":"OC\\User\\User"},{"__class__":"OC\\Mail\\EMailTemplate"}]},{"file":"/snap/nextcloud/28417/htdocs/lib/private/AppFramework/Http/Dispatcher.php","line":218,"function":"addUser","class":"OCA\\Provisioning_API\\Controller\\UsersController","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/snap/nextcloud/28417/htdocs/lib/private/AppFramework/Http/Dispatcher.php","line":127,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Provisioning_API\\Controller\\UsersController"},"addUser"]},{"file":"/snap/nextcloud/28417/htdocs/lib/private/AppFramework/App.php","line":157,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Provisioning_API\\Controller\\UsersController"},"addUser"]},{"file":"/snap/nextcloud/28417/htdocs/lib/private/Route/Router.php","line":302,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Provisioning_API\\Controller\\UsersController","addUser",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"ocs.provisioning_api.Users.addUser"}]},{"file":"/snap/nextcloud/28417/htdocs/ocs/v1.php","line":63,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/ocsapp/cloud/users"]},{"file":"/snap/nextcloud/28417/htdocs/ocs/v2.php","line":24,"args":["/snap/nextcloud/28417/htdocs/ocs/v1.php"],"function":"require_once"}],"File":"/snap/nextcloud/28417/htdocs/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php","Line":261,"CustomMessage":"Unable to send the invitation mail to [removed]"},"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0","version":"21.0.3.1"} {"reqId":"fLbWlVhgWFiraTuwpiEr","level":2,"time":"2021-08-16T20:17:04+00:00","remoteAddr":"192.168.1.82","user":"[removed]","app":"no app in context","method":"GET","url":"/index.php/settings/user/privacy","message":"Invalid privacyPolicyUrl data provided to provideInitialState by privacy","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0","version":"21.0.3.1"} {"reqId":"jgwTxiDLxwiuKeAQxdgl","level":3,"time":"2021-08-16T20:41:02+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":{"Exception":"Error","Message":"Trying to access array offset on value of type null at /snap/nextcloud/28417/htdocs/apps/dav/lib/CalDAV/BirthdayService.php#305","Code":0,"Trace":[{"file":"/snap/nextcloud/28417/htdocs/apps/dav/lib/CalDAV/BirthdayService.php","line":305,"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::","args":[8,"Trying to access array offset on value of type null","/snap/nextcloud/28417/htdocs/apps/dav/lib/CalDAV/BirthdayService.php",305,{"user":"[removed]","principal":"principals/users/[removed]","calendar":null}]},{"file":"/snap/nextcloud/28417/htdocs/apps/dav/lib/BackgroundJob/GenerateBirthdayCalendarBackgroundJob.php","line":71,"function":"resetForUser","class":"OCA\\DAV\\CalDAV\\BirthdayService","type":"->","args":["[removed]"]},{"file":"/snap/nextcloud/28417/htdocs/lib/private/BackgroundJob/Job.php","line":52,"function":"run","class":"OCA\\DAV\\BackgroundJob\\GenerateBirthdayCalendarBackgroundJob","type":"->","args":[{"userId":"[removed]","purgeBeforeGenerating":true}]},{"file":"/snap/nextcloud/28417/htdocs/lib/private/BackgroundJob/QueuedJob.php","line":46,"function":"execute","class":"OC\\BackgroundJob\\Job","type":"->","args":[{"__class__":"OC\\BackgroundJob\\JobList"},{"__class__":"OC\\Log"}]},{"file":"/snap/nextcloud/28417/htdocs/cron.php","line":128,"function":"execute","class":"OC\\BackgroundJob\\QueuedJob","type":"->","args":[{"__class__":"OC\\BackgroundJob\\JobList"},{"__class__":"OC\\Log"}]}],"File":"/snap/nextcloud/28417/htdocs/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"},"userAgent":"--","version":"21.0.3.1"} {"reqId":"jgwTxiDLxwiuKeAQxdgl","level":3,"time":"2021-08-16T20:41:02+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":{"Exception":"Error","Message":"Trying to access array offset on value of type null at /snap/nextcloud/28417/htdocs/apps/dav/lib/CalDAV/BirthdayService.php#305","Code":0,"Trace":[{"file":"/snap/nextcloud/28417/htdocs/apps/dav/lib/CalDAV/BirthdayService.php","line":305,"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::","args":[8,"Trying to access array offset on value of type null","/snap/nextcloud/28417/htdocs/apps/dav/lib/CalDAV/BirthdayService.php",305,{"user":"ist_admin","principal":"principals/users/ist_admin","calendar":null}]},{"file":"/snap/nextcloud/28417/htdocs/apps/dav/lib/BackgroundJob/GenerateBirthdayCalendarBackgroundJob.php","line":71,"function":"resetForUser","class":"OCA\\DAV\\CalDAV\\BirthdayService","type":"->","args":["ist_admin"]},{"file":"/snap/nextcloud/28417/htdocs/lib/private/BackgroundJob/Job.php","line":52,"function":"run","class":"OCA\\DAV\\BackgroundJob\\GenerateBirthdayCalendarBackgroundJob","type":"->","args":[{"userId":"ist_admin","purgeBeforeGenerating":true}]},{"file":"/snap/nextcloud/28417/htdocs/lib/private/BackgroundJob/QueuedJob.php","line":46,"function":"execute","class":"OC\\BackgroundJob\\Job","type":"->","args":[{"__class__":"OC\\BackgroundJob\\JobList"},{"__class__":"OC\\Log"}]},{"file":"/snap/nextcloud/28417/htdocs/cron.php","line":128,"function":"execute","class":"OC\\BackgroundJob\\QueuedJob","type":"->","args":[{"__class__":"OC\\BackgroundJob\\JobList"},{"__class__":"OC\\Log"}]}],"File":"/snap/nextcloud/28417/htdocs/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"},"userAgent":"--","version":"21.0.3.1"} ```
snap version
``` snap 2.51.3 snapd 2.51.3 series 16 ubuntu 20.04 kernel 5.4.0-81-generic ```
nextcloud version
``` Name Version Rev Tracking Publisher Notes nextcloud 21.0.3snap2 28417 latest/stable nextcloud✓ - ```
nextcloud interfaces
``` Interface Plug Slot Notes network nextcloud:network :network - network-bind nextcloud:network-bind :network-bind - network-observe nextcloud:network-observe - - removable-media nextcloud:removable-media - - ```