Nextcloud-snap: Unable to access nextcloud from web browser

Created on 26 Oct 2019  Â·  8Comments  Â·  Source: nextcloud/nextcloud-snap

Hi my nextcloud snap installation is no longer accessible, using ubuntu server 18.04.
After a little investigation i noticed that httpd is not running/listening and thus making nextcloud inaccessible.
Trying to restart nextcloud through sudo snap restart nextcloud does not seem to fix the issue, also tried disabling and enabling, same issue.

If i run a status on the snap.nextcloud.apache.service this is the output:

snap.nextcloud.apache.service - Service for snap application nextcloud.apache
Loaded: loaded (/etc/systemd/system/snap.nextcloud.apache.service; enabled; vendor preset:
Active: active (running) since Fri 2019-10-25 15:37:50 EDT; 8s ago
Process: 20515 ExecStop=/usr/bin/snap run --command=stop nextcloud.apache (code=exited, stat
Main PID: 9314 (run-httpd)
Tasks: 3 (limit: 4267)
CGroup: /system.slice/snap.nextcloud.apache.service
├─9314 /bin/sh /snap/nextcloud/16402/bin/run-httpd -k start -DFOREGROUND
├─9363 /bin/sh /snap/nextcloud/16402/bin/setup-nextcloud
└─9858 sleep 10

Oct 25 15:37:50 chronos systemd[1]: Started Service for snap application nextcloud.apache.
Oct 25 15:37:50 chronos nextcloud.apache[9314]: Making sure nextcloud is setup...
Oct 25 15:37:51 chronos nextcloud.apache[9314]: Making sure nextcloud is fully upgraded...
Oct 25 15:37:51 chronos nextcloud.apache[9314]: Unable to upgrade Nextcloud. Will try again.
Oct 25 15:37:51 chronos nextcloud.apache[9314]: Disabling maintenance mode...
Oct 25 15:37:51 chronos nextcloud.apache[9314]: error

Clearly something is going on here.

Any ideas on how to fix it?

bug

Most helpful comment

I get the default Apache2 page

Then you have the system Apache installed, which means both it and the snap are fighting for ports. This is borne out by your logs:

Oct 31 22:14:33 computr0n nextcloud.apache[9422]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
Oct 31 22:14:33 computr0n nextcloud.apache[9422]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80

You need to uninstall the system one or make either it or the snap listen on other ports.

All 8 comments

Please follow the issue template. Right now, I have no ideas for how to fix it, because you didn't include the logs I need.


Apache

Status

â—Ź snap.nextcloud.apache.service - Service for snap appli
cation nextcloud.apache
   Loaded: loaded (/etc/systemd/system/snap.nextcloud.ap
ache.service; enabled; vendor preset: enabled)
   Active: active (running) since Sat 2019-10-26 00:01:0
6 EDT; 6s ago
 Main PID: 31634 (run-httpd)
    Tasks: 3 (limit: 4267)
   CGroup: /system.slice/snap.nextcloud.apache.service
           ├─31634 /bin/sh /snap/nextcloud/16739/bin/…ND
           ├─31683 /bin/sh /snap/nextcloud/16739/bin/…ud
           └─32093 sleep 10

Oct 26 00:01:06 chronos systemd[1]: Started Service f…e.
Oct 26 00:01:06 chronos nextcloud.apache[31634]: Maki…..
Oct 26 00:01:07 chronos nextcloud.apache[31634]: Maki…..
Oct 26 00:01:07 chronos nextcloud.apache[31634]: Unab…n.
Oct 26 00:01:07 chronos nextcloud.apache[31634]: Disa…..
Oct 26 00:01:07 chronos nextcloud.apache[31634]: error
Hint: Some lines were ellipsized, use -l to show in full
.

Journal

-- Logs begin at Thu 2019-09-26 20:21:03 EDT, end at Sat
 2019-10-26 00:01:13 EDT. --
Oct 25 23:59:35 chronos nextcloud.apache[27579]: Making 
sure nextcloud is fully upgraded...
Oct 25 23:59:35 chronos nextcloud.apache[27579]: Unable 
to upgrade Nextcloud. Will try again.
Oct 25 23:59:35 chronos nextcloud.apache[27579]: Disabli
ng maintenance mode...
Oct 25 23:59:35 chronos nextcloud.apache[27579]: error
Oct 25 23:59:45 chronos nextcloud.apache[27579]: Failed 
to setup nextcloud
Oct 25 23:59:45 chronos systemd[1]: snap.nextcloud.apach
e.service: Main process exited, code=exited, status=1/FA
ILURE
Oct 25 23:59:45 chronos systemd[1]: snap.nextcloud.apach
e.service: Failed with result 'exit-code'.
Oct 25 23:59:46 chronos systemd[1]: snap.nextcloud.apach
e.service: Service hold-off time over, scheduling restar
t.
Oct 25 23:59:46 chronos systemd[1]: snap.nextcloud.apach
e.service: Scheduled restart job, restart counter is at 
749.
Oct 25 23:59:46 chronos systemd[1]: Stopped Service for 
snap application nextcloud.apache.
Oct 25 23:59:46 chronos systemd[1]: Started Service for 
snap application nextcloud.apache.
Oct 25 23:59:46 chronos nextcloud.apache[28071]: Making 
sure nextcloud is setup...
Oct 25 23:59:47 chronos nextcloud.apache[28071]: Making 
sure nextcloud is fully upgraded...
Oct 25 23:59:47 chronos nextcloud.apache[28071]: Unable 
to upgrade Nextcloud. Will try again.
Oct 25 23:59:47 chronos nextcloud.apache[28071]: Disabli
ng maintenance mode...
Oct 25 23:59:47 chronos nextcloud.apache[28071]: error
Oct 25 23:59:57 chronos nextcloud.apache[28071]: Failed 
to setup nextcloud
Oct 25 23:59:57 chronos systemd[1]: snap.nextcloud.apach
e.service: Main process exited, code=exited, status=1/FA
ILURE
Oct 25 23:59:57 chronos systemd[1]: snap.nextcloud.apach
e.service: Failed with result 'exit-code'.
Oct 25 23:59:57 chronos systemd[1]: snap.nextcloud.apach
e.service: Service hold-off time over, scheduling restar
t.
Oct 25 23:59:57 chronos systemd[1]: snap.nextcloud.apach
e.service: Scheduled restart job, restart counter is at 
750.
Oct 25 23:59:57 chronos systemd[1]: Stopped Service for 
snap application nextcloud.apache.
Oct 25 23:59:57 chronos systemd[1]: Started Service for 
snap application nextcloud.apache.
Oct 25 23:59:57 chronos nextcloud.apache[28695]: Making 
sure nextcloud is setup...
Oct 25 23:59:58 chronos nextcloud.apache[28695]: Making 
sure nextcloud is fully upgraded...
Oct 25 23:59:58 chronos nextcloud.apache[28695]: Unable 
to upgrade Nextcloud. Will try again.
Oct 25 23:59:58 chronos nextcloud.apache[28695]: Disabli
ng maintenance mode...
Oct 25 23:59:58 chronos nextcloud.apache[28695]: error
Oct 26 00:00:08 chronos nextcloud.apache[28695]: Failed 
to setup nextcloud
Oct 26 00:00:08 chronos systemd[1]: snap.nextcloud.apach
e.service: Main process exited, code=exited, status=1/FA
ILURE
Oct 26 00:00:08 chronos systemd[1]: snap.nextcloud.apach
e.service: Failed with result 'exit-code'.
Oct 26 00:00:09 chronos systemd[1]: snap.nextcloud.apach
e.service: Service hold-off time over, scheduling restar
t.
Oct 26 00:00:09 chronos systemd[1]: snap.nextcloud.apach
e.service: Scheduled restart job, restart counter is at 
751.
Oct 26 00:00:09 chronos systemd[1]: Stopped Service for 
snap application nextcloud.apache.
Oct 26 00:00:09 chronos systemd[1]: Started Service for 
snap application nextcloud.apache.
Oct 26 00:00:09 chronos nextcloud.apache[29184]: Making 
sure nextcloud is setup...
Oct 26 00:00:10 chronos nextcloud.apache[29184]: Making 
sure nextcloud is fully upgraded...
Oct 26 00:00:10 chronos nextcloud.apache[29184]: Unable 
to upgrade Nextcloud. Will try again.
Oct 26 00:00:10 chronos nextcloud.apache[29184]: Disabli
ng maintenance mode...
Oct 26 00:00:10 chronos nextcloud.apache[29184]: error
Oct 26 00:00:20 chronos nextcloud.apache[29184]: Failed 
to setup nextcloud
Oct 26 00:00:20 chronos systemd[1]: snap.nextcloud.apach
e.service: Main process exited, code=exited, status=1/FA
ILURE
Oct 26 00:00:20 chronos systemd[1]: snap.nextcloud.apach
e.service: Failed with result 'exit-code'.
Oct 26 00:00:20 chronos systemd[1]: snap.nextcloud.apach
e.service: Service hold-off time over, scheduling restar
t.
Oct 26 00:00:20 chronos systemd[1]: snap.nextcloud.apach
e.service: Scheduled restart job, restart counter is at 
752.
Oct 26 00:00:20 chronos systemd[1]: Stopped Service for 
snap application nextcloud.apache.
Oct 26 00:00:20 chronos systemd[1]: Started Service for 
snap application nextcloud.apache.
Oct 26 00:00:20 chronos nextcloud.apache[29678]: Making 
sure nextcloud is setup...
Oct 26 00:00:21 chronos nextcloud.apache[29678]: Making 
sure nextcloud is fully upgraded...
Oct 26 00:00:21 chronos nextcloud.apache[29678]: Unable 
to upgrade Nextcloud. Will try again.
Oct 26 00:00:21 chronos nextcloud.apache[29678]: Disabli
ng maintenance mode...
Oct 26 00:00:21 chronos nextcloud.apache[29678]: error
Oct 26 00:00:31 chronos nextcloud.apache[29678]: Failed 
to setup nextcloud
Oct 26 00:00:31 chronos systemd[1]: snap.nextcloud.apach
e.service: Main process exited, code=exited, status=1/FA
ILURE
Oct 26 00:00:31 chronos systemd[1]: snap.nextcloud.apach
e.service: Failed with result 'exit-code'.
Oct 26 00:00:32 chronos systemd[1]: snap.nextcloud.apach
e.service: Service hold-off time over, scheduling restar
t.
Oct 26 00:00:32 chronos systemd[1]: snap.nextcloud.apach
e.service: Scheduled restart job, restart counter is at 
753.
Oct 26 00:00:32 chronos systemd[1]: Stopped Service for 
snap application nextcloud.apache.
Oct 26 00:00:32 chronos systemd[1]: Started Service for 
snap application nextcloud.apache.
Oct 26 00:00:32 chronos nextcloud.apache[30166]: Making 
sure nextcloud is setup...
Oct 26 00:00:33 chronos nextcloud.apache[30166]: Making 
sure nextcloud is fully upgraded...
Oct 26 00:00:33 chronos nextcloud.apache[30166]: Unable 
to upgrade Nextcloud. Will try again.
Oct 26 00:00:33 chronos nextcloud.apache[30166]: Disabli
ng maintenance mode...
Oct 26 00:00:33 chronos nextcloud.apache[30166]: error
Oct 26 00:00:43 chronos nextcloud.apache[30166]: Failed 
to setup nextcloud
Oct 26 00:00:43 chronos systemd[1]: snap.nextcloud.apach
e.service: Main process exited, code=exited, status=1/FA
ILURE
Oct 26 00:00:43 chronos systemd[1]: snap.nextcloud.apach
e.service: Failed with result 'exit-code'.
Oct 26 00:00:43 chronos systemd[1]: snap.nextcloud.apach
e.service: Service hold-off time over, scheduling restar
t.
Oct 26 00:00:43 chronos systemd[1]: snap.nextcloud.apach
e.service: Scheduled restart job, restart counter is at 
754.
Oct 26 00:00:43 chronos systemd[1]: Stopped Service for 
snap application nextcloud.apache.
Oct 26 00:00:43 chronos systemd[1]: Started Service for 
snap application nextcloud.apache.
Oct 26 00:00:43 chronos nextcloud.apache[30653]: Making 
sure nextcloud is setup...
Oct 26 00:00:44 chronos nextcloud.apache[30653]: Making 
sure nextcloud is fully upgraded...
Oct 26 00:00:44 chronos nextcloud.apache[30653]: Unable 
to upgrade Nextcloud. Will try again.
Oct 26 00:00:44 chronos nextcloud.apache[30653]: Disabli
ng maintenance mode...
Oct 26 00:00:44 chronos nextcloud.apache[30653]: error
Oct 26 00:00:54 chronos nextcloud.apache[30653]: Failed 
to setup nextcloud
Oct 26 00:00:54 chronos systemd[1]: snap.nextcloud.apach
e.service: Main process exited, code=exited, status=1/FA
ILURE
Oct 26 00:00:54 chronos systemd[1]: snap.nextcloud.apach
e.service: Failed with result 'exit-code'.
Oct 26 00:00:55 chronos systemd[1]: snap.nextcloud.apach
e.service: Service hold-off time over, scheduling restar
t.
Oct 26 00:00:55 chronos systemd[1]: snap.nextcloud.apach
e.service: Scheduled restart job, restart counter is at 
755.
Oct 26 00:00:55 chronos systemd[1]: Stopped Service for 
snap application nextcloud.apache.
Oct 26 00:00:55 chronos systemd[1]: Started Service for 
snap application nextcloud.apache.
Oct 26 00:00:55 chronos nextcloud.apache[31145]: Making 
sure nextcloud is setup...
Oct 26 00:00:56 chronos nextcloud.apache[31145]: Making 
sure nextcloud is fully upgraded...
Oct 26 00:00:56 chronos nextcloud.apache[31145]: Unable 
to upgrade Nextcloud. Will try again.
Oct 26 00:00:56 chronos nextcloud.apache[31145]: Disabli
ng maintenance mode...
Oct 26 00:00:56 chronos nextcloud.apache[31145]: error
Oct 26 00:01:06 chronos nextcloud.apache[31145]: Failed 
to setup nextcloud
Oct 26 00:01:06 chronos systemd[1]: snap.nextcloud.apach
e.service: Main process exited, code=exited, status=1/FA
ILURE
Oct 26 00:01:06 chronos systemd[1]: snap.nextcloud.apach
e.service: Failed with result 'exit-code'.
Oct 26 00:01:06 chronos systemd[1]: snap.nextcloud.apach
e.service: Service hold-off time over, scheduling restar
t.
Oct 26 00:01:06 chronos systemd[1]: snap.nextcloud.apach
e.service: Scheduled restart job, restart counter is at 
756.
Oct 26 00:01:06 chronos systemd[1]: Stopped Service for 
snap application nextcloud.apache.
Oct 26 00:01:06 chronos systemd[1]: Started Service for 
snap application nextcloud.apache.
Oct 26 00:01:06 chronos nextcloud.apache[31634]: Making 
sure nextcloud is setup...
Oct 26 00:01:07 chronos nextcloud.apache[31634]: Making 
sure nextcloud is fully upgraded...
Oct 26 00:01:07 chronos nextcloud.apache[31634]: Unable 
to upgrade Nextcloud. Will try again.
Oct 26 00:01:07 chronos nextcloud.apache[31634]: Disabli
ng maintenance mode...
Oct 26 00:01:07 chronos nextcloud.apache[31634]: error



PHP

Status

â—Ź snap.nextcloud.php-fpm.service - Service for snap appl
ication nextcloud.php-fpm
   Loaded: loaded (/etc/systemd/system/snap.nextcloud.ph
p-fpm.service; enabled; vendor preset: enabled)
   Active: active (running) since Fri 2019-10-25 21:35:1
7 EDT; 2h 25min ago
 Main PID: 15290 (start-php-fpm)
    Tasks: 2 (limit: 4267)
   CGroup: /system.slice/snap.nextcloud.php-fpm.service
           ├─15290 /bin/sh /snap/nextcloud/16739/bin/…pm
           └─16631 php-fpm: master process (/snap/nex…f)

Oct 25 21:35:17 chronos systemd[1]: Started Service f…m.
Oct 25 21:35:21 chronos nextcloud.php-fpm[15290]: Wai…..
Oct 25 21:36:11 chronos nextcloud.php-fpm[15290]: done
Oct 25 21:36:11 chronos nextcloud.php-fpm[15290]: Obt…ne
Hint: Some lines were ellipsized, use -l to show in full
.

Journal

-- Logs begin at Thu 2019-09-26 20:21:03 EDT, end at Sat
 2019-10-26 00:01:13 EDT. --
Oct 04 07:07:34 chronos systemd[1]: Stopping Service for
 snap application nextcloud.php-fpm...
Oct 04 07:07:34 chronos systemd[1]: Stopped Service for 
snap application nextcloud.php-fpm.
Oct 04 07:08:45 chronos systemd[1]: Started Service for 
snap application nextcloud.php-fpm.
Oct 04 07:08:46 chronos nextcloud.php-fpm[32536]: Waitin
g for MySQL...
Oct 04 07:08:49 chronos nextcloud.php-fpm[32536]: done
Oct 04 07:08:49 chronos nextcloud.php-fpm[32536]: Obtain
ing nextcloud mysql credentials... done
Oct 04 19:21:25 chronos systemd[1]: Stopping Service for
 snap application nextcloud.php-fpm...
Oct 04 19:21:26 chronos systemd[1]: Stopped Service for 
snap application nextcloud.php-fpm.
-- Reboot --
Oct 04 19:27:32 chronos systemd[1]: Started Service for 
snap application nextcloud.php-fpm.
Oct 04 19:27:35 chronos nextcloud.php-fpm[1056]: Waiting
 for MySQL...
Oct 04 19:27:44 chronos nextcloud.php-fpm[1056]: done
Oct 04 19:27:44 chronos nextcloud.php-fpm[1056]: Obtaini
ng nextcloud mysql credentials... done
Oct 05 12:54:54 chronos systemd[1]: Stopping Service for
 snap application nextcloud.php-fpm...
Oct 05 12:54:54 chronos systemd[1]: Stopped Service for 
snap application nextcloud.php-fpm.
-- Reboot --
Oct 05 12:55:38 chronos systemd[1]: Started Service for 
snap application nextcloud.php-fpm.
Oct 05 12:55:41 chronos nextcloud.php-fpm[1118]: Waiting
 for MySQL...
Oct 05 12:55:50 chronos nextcloud.php-fpm[1118]: done
Oct 05 12:55:50 chronos nextcloud.php-fpm[1118]: Obtaini
ng nextcloud mysql credentials... done
Oct 07 02:54:59 chronos systemd[1]: Stopping Service for
 snap application nextcloud.php-fpm...
Oct 07 02:55:00 chronos systemd[1]: Stopped Service for 
snap application nextcloud.php-fpm.
-- Reboot --
Oct 07 02:55:50 chronos systemd[1]: Started Service for 
snap application nextcloud.php-fpm.
Oct 07 02:55:53 chronos nextcloud.php-fpm[1126]: Waiting
 for MySQL...
Oct 07 02:56:00 chronos nextcloud.php-fpm[1126]: done
Oct 07 02:56:00 chronos nextcloud.php-fpm[1126]: Obtaini
ng nextcloud mysql credentials... done
Oct 07 03:00:44 chronos systemd[1]: Stopping Service for
 snap application nextcloud.php-fpm...
Oct 07 03:00:44 chronos systemd[1]: Stopped Service for 
snap application nextcloud.php-fpm.
-- Reboot --
Oct 07 03:01:33 chronos systemd[1]: Started Service for 
snap application nextcloud.php-fpm.
Oct 07 03:01:36 chronos nextcloud.php-fpm[1124]: Waiting
 for MySQL...
Oct 07 03:01:42 chronos nextcloud.php-fpm[1124]: done
Oct 07 03:01:42 chronos nextcloud.php-fpm[1124]: Obtaini
ng nextcloud mysql credentials... done
-- Reboot --
Oct 23 18:14:57 chronos systemd[1]: Started Service for 
snap application nextcloud.php-fpm.
Oct 23 18:15:00 chronos nextcloud.php-fpm[1152]: Waiting
 for MySQL...
Oct 23 18:15:10 chronos nextcloud.php-fpm[1152]: done
Oct 23 18:15:10 chronos nextcloud.php-fpm[1152]: Obtaini
ng nextcloud mysql credentials... done
Oct 23 18:28:33 chronos systemd[1]: Stopping Service for
 snap application nextcloud.php-fpm...
Oct 23 18:28:33 chronos systemd[1]: Stopped Service for 
snap application nextcloud.php-fpm.
-- Reboot --
Oct 23 18:29:30 chronos systemd[1]: Started Service for 
snap application nextcloud.php-fpm.
Oct 23 18:29:35 chronos nextcloud.php-fpm[1159]: Waiting
 for MySQL...
Oct 23 18:29:43 chronos nextcloud.php-fpm[1159]: done
Oct 23 18:29:43 chronos nextcloud.php-fpm[1159]: Obtaini
ng nextcloud mysql credentials... done
Oct 23 18:50:11 chronos systemd[1]: Stopping Service for
 snap application nextcloud.php-fpm...
Oct 23 18:50:11 chronos systemd[1]: Stopped Service for 
snap application nextcloud.php-fpm.
-- Reboot --
Oct 23 18:53:55 chronos systemd[1]: Started Service for 
snap application nextcloud.php-fpm.
Oct 23 18:53:58 chronos nextcloud.php-fpm[1138]: Waiting
 for MySQL...
Oct 23 18:54:05 chronos nextcloud.php-fpm[1138]: done
Oct 23 18:54:05 chronos nextcloud.php-fpm[1138]: Obtaini
ng nextcloud mysql credentials... done
Oct 23 18:55:42 chronos systemd[1]: Stopping Service for
 snap application nextcloud.php-fpm...
Oct 23 18:55:42 chronos systemd[1]: Stopped Service for 
snap application nextcloud.php-fpm.
-- Reboot --
Oct 23 18:57:19 chronos systemd[1]: Started Service for 
snap application nextcloud.php-fpm.
Oct 23 18:57:22 chronos nextcloud.php-fpm[1139]: Waiting
 for MySQL...
Oct 23 18:57:29 chronos nextcloud.php-fpm[1139]: done
Oct 23 18:57:29 chronos nextcloud.php-fpm[1139]: Obtaini
ng nextcloud mysql credentials... done
Oct 23 23:21:59 chronos systemd[1]: Stopping Service for
 snap application nextcloud.php-fpm...
Oct 23 23:21:59 chronos systemd[1]: Stopped Service for 
snap application nextcloud.php-fpm.
-- Reboot --
Oct 23 23:23:30 chronos systemd[1]: Started Service for 
snap application nextcloud.php-fpm.
Oct 23 23:23:34 chronos nextcloud.php-fpm[1177]: Waiting
 for MySQL...
Oct 23 23:23:41 chronos nextcloud.php-fpm[1177]: done
Oct 23 23:23:41 chronos nextcloud.php-fpm[1177]: Obtaini
ng nextcloud mysql credentials... done
Oct 24 15:30:27 chronos systemd[1]: Stopping Service for
 snap application nextcloud.php-fpm...
Oct 24 15:30:27 chronos systemd[1]: Stopped Service for 
snap application nextcloud.php-fpm.
Oct 24 15:30:55 chronos systemd[1]: Started Service for 
snap application nextcloud.php-fpm.
Oct 24 15:30:55 chronos nextcloud.php-fpm[20901]: Waitin
g for MySQL...
Oct 24 15:30:57 chronos nextcloud.php-fpm[20901]: done
Oct 24 15:30:57 chronos nextcloud.php-fpm[20901]: Obtain
ing nextcloud mysql credentials... done
Oct 24 15:34:58 chronos systemd[1]: Stopping Service for
 snap application nextcloud.php-fpm...
Oct 24 15:34:58 chronos systemd[1]: Stopped Service for 
snap application nextcloud.php-fpm.
Oct 24 15:34:58 chronos systemd[1]: Started Service for 
snap application nextcloud.php-fpm.
Oct 24 15:34:58 chronos nextcloud.php-fpm[31916]: Waitin
g for MySQL...
Oct 24 15:35:02 chronos nextcloud.php-fpm[31916]: done
Oct 24 15:35:02 chronos nextcloud.php-fpm[31916]: Obtain
ing nextcloud mysql credentials... done
Oct 24 15:58:17 chronos systemd[1]: Stopping Service for
 snap application nextcloud.php-fpm...
Oct 24 15:58:17 chronos systemd[1]: Stopped Service for 
snap application nextcloud.php-fpm.
Oct 24 15:58:31 chronos systemd[1]: Started Service for 
snap application nextcloud.php-fpm.
Oct 24 15:58:31 chronos nextcloud.php-fpm[28355]: Waitin
g for MySQL...
Oct 24 15:58:33 chronos nextcloud.php-fpm[28355]: done
Oct 24 15:58:33 chronos nextcloud.php-fpm[28355]: Obtain
ing nextcloud mysql credentials... done
Oct 25 15:00:06 chronos systemd[1]: Stopping Service for
 snap application nextcloud.php-fpm...
Oct 25 15:00:06 chronos systemd[1]: Stopped Service for 
snap application nextcloud.php-fpm.
Oct 25 15:00:06 chronos systemd[1]: Started Service for 
snap application nextcloud.php-fpm.
Oct 25 15:00:06 chronos nextcloud.php-fpm[7486]: Waiting
 for MySQL...
Oct 25 15:00:10 chronos nextcloud.php-fpm[7486]: done
Oct 25 15:00:10 chronos nextcloud.php-fpm[7486]: Obtaini
ng nextcloud mysql credentials... done
Oct 25 15:26:34 chronos systemd[1]: Stopping Service for
 snap application nextcloud.php-fpm...
Oct 25 15:26:34 chronos systemd[1]: Stopped Service for 
snap application nextcloud.php-fpm.
Oct 25 15:26:34 chronos systemd[1]: Started Service for 
snap application nextcloud.php-fpm.
Oct 25 15:26:34 chronos nextcloud.php-fpm[11545]: Waitin
g for MySQL...
Oct 25 15:26:38 chronos nextcloud.php-fpm[11545]: done
Oct 25 15:26:38 chronos nextcloud.php-fpm[11545]: Obtain
ing nextcloud mysql credentials... done
Oct 25 15:28:26 chronos systemd[1]: Stopping Service for
 snap application nextcloud.php-fpm...
Oct 25 15:28:26 chronos systemd[1]: Stopped Service for 
snap application nextcloud.php-fpm.
Oct 25 15:28:26 chronos systemd[1]: Started Service for 
snap application nextcloud.php-fpm.
Oct 25 15:28:26 chronos nextcloud.php-fpm[17259]: Waitin
g for MySQL...
Oct 25 15:28:30 chronos nextcloud.php-fpm[17259]: done
Oct 25 15:28:30 chronos nextcloud.php-fpm[17259]: Obtain
ing nextcloud mysql credentials... done
Oct 25 21:33:56 chronos systemd[1]: Stopping Service for
 snap application nextcloud.php-fpm...
Oct 25 21:33:56 chronos systemd[1]: Stopped Service for 
snap application nextcloud.php-fpm.
Oct 25 21:35:17 chronos systemd[1]: Started Service for 
snap application nextcloud.php-fpm.
Oct 25 21:35:21 chronos nextcloud.php-fpm[15290]: Waitin
g for MySQL...
Oct 25 21:36:11 chronos nextcloud.php-fpm[15290]: done
Oct 25 21:36:11 chronos nextcloud.php-fpm[15290]: Obtain
ing nextcloud mysql credentials... done



MySQL

Status

â—Ź snap.nextcloud.mysql.service - Service for snap applic
ation nextcloud.mysql
   Loaded: loaded (/etc/systemd/system/snap.nextcloud.my
sql.service; enabled; vendor preset: enabled)
   Active: active (running) since Fri 2019-10-25 21:35:1
7 EDT; 2h 25min ago
 Main PID: 15292 (start_mysql)
    Tasks: 32 (limit: 4267)
   CGroup: /system.slice/snap.nextcloud.mysql.service
           ├─15292 /bin/sh /snap/nextcloud/16739/bin/…ql
           ├─16383 /bin/sh /snap/nextcloud/16739/bin/…ck
           ├─16576 /snap/nextcloud/16739/bin/mysqld -…ck
           └─32105 sleep 1

Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextc…OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextc…OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: sys.s…OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: Upgra…y.
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: Check…d.
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: Resta…..
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: Shutt…QL
Oct 25 21:36:09 chronos nextcloud.mysql[15292]: ... *
Oct 25 21:36:09 chronos nextcloud.mysql[15292]: Start…QL
Oct 25 21:36:10 chronos nextcloud.mysql[15292]: . *
Hint: Some lines were ellipsized, use -l to show in full
.

Journal

-- Logs begin at Thu 2019-09-26 20:21:03 EDT, end at Sat
 2019-10-26 00:01:13 EDT. --
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_maps_apikeys                          OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_maps_device_points                    OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_maps_devices                          OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_maps_favorites                        OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_maps_photos                           OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_maps_tracks                           OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_migrations                            OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_mimetypes                             OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_mounts                                OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_music_albums                          OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_music_ampache_sessions                OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_music_ampache_users                   OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_music_artists                         OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_music_cache                           OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_music_playlists                       OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_music_tracks                          OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_notes_meta                            OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_notifications                         OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_notifications_pushtokens              OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_oauth2_access_tokens                  OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_oauth2_clients                        OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_ocsms_config                          OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_ocsms_conversation_read_states        OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_ocsms_sendmessage_queue               OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_ocsms_smsdatas                        OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_ocsms_user_datas                      OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_passwords_entity_challenge            OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_passwords_entity_folder               OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_passwords_entity_folder_revision      OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_passwords_entity_keychain             OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_passwords_entity_password             OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_passwords_entity_password_revision    OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_passwords_entity_session              OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_passwords_entity_share                OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_passwords_entity_tag                  OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_passwords_entity_tag_revision         OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_passwords_relation_password_tag       OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_phonetrack_devices                    OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_phonetrack_filtersb                   OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_phonetrack_geofences                  OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_phonetrack_points                     OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_phonetrack_proxims                    OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_phonetrack_pubshares                  OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_phonetrack_sessions                   OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_phonetrack_shares                     OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_phonetrack_tileserver                 OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_preferences                           OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_privacy_admins                        OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_privatedata                           OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_properties                            OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_quicknotes_colors                     OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_quicknotes_notes                      OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_quicknotes_shares                     OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_quicknotes_tasks                      OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_radio_stations                        OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_richdocuments_assets                  OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_richdocuments_direct                  OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_richdocuments_wopi                    OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_schedulingobjects                     OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_share                                 OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_share_external                        OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_social_a2_actions                     OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_social_a2_actors                      OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_social_a2_cache_actors                OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_social_a2_cache_documts               OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_social_a2_follows                     OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_social_a2_hashtags                    OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_social_a2_request_queue               OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_social_a2_stream                      OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_social_a2_stream_action               OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_social_a2_stream_queue                OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_storages                              OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_suspicious_login                      OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_suspicious_login_model                OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_systemtag                             OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_systemtag_group                       OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_systemtag_object_mapping              OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_talk_commands                         OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_talk_guests                           OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_talk_participants                     OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_talk_rooms                            OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_talk_signaling                        OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_trusted_servers                       OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_twofactor_backupcodes                 OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_twofactor_providers                   OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_users                                 OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_users_external                        OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_vcategory                             OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_vcategory_to_object                   OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_weather_city                          OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_weather_config                        OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: nextclou
d.oc_whats_new                             OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: sys.sys_
config                                     OK
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: Upgrade 
process completed successfully.
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: Checking
 if update is needed.
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: Restarti
ng mysql server after upgrade...
Oct 25 21:36:06 chronos nextcloud.mysql[15292]: Shutting
 down MySQL
Oct 25 21:36:09 chronos nextcloud.mysql[15292]: ... *
Oct 25 21:36:09 chronos nextcloud.mysql[15292]: Starting
 MySQL
Oct 25 21:36:10 chronos nextcloud.mysql[15292]: . *



Redis

Status

â—Ź snap.nextcloud.redis-server.service - Service for snap
 application nextcloud.redis-server
   Loaded: loaded (/etc/systemd/system/snap.nextcloud.re
dis-server.service; enabled; vendor preset: enabled)
   Active: active (running) since Fri 2019-10-25 21:35:1
7 EDT; 2h 25min ago
 Main PID: 15296 (start-redis-ser)
    Tasks: 5 (limit: 4267)
   CGroup: /system.slice/snap.nextcloud.redis-server.ser
vice
           ├─15296 /bin/sh /snap/nextcloud/16739/bin/…er
           └─15659 redis-server 127.0.0.1:0

Oct 25 21:35:17 chronos systemd[1]: Started Service f…r.
Hint: Some lines were ellipsized, use -l to show in full
.

Journal

-- Logs begin at Thu 2019-09-26 20:21:03 EDT, end at Sat
 2019-10-26 00:01:14 EDT. --
Sep 26 20:27:05 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Sep 26 21:03:22 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Sep 26 21:03:23 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
-- Reboot --
Sep 26 21:04:14 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Sep 26 21:06:35 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Sep 26 21:06:35 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
-- Reboot --
Sep 26 21:07:58 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Sep 27 18:58:48 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Sep 27 18:58:49 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
Sep 27 19:01:43 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Sep 30 20:39:41 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Sep 30 20:39:42 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
-- Reboot --
Sep 30 21:04:05 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Oct 01 21:13:53 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Oct 01 21:13:55 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
-- Reboot --
Oct 01 21:14:43 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Oct 02 21:49:09 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Oct 02 21:49:11 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
-- Reboot --
Oct 02 22:21:47 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Oct 02 22:45:58 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Oct 02 22:45:58 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
-- Reboot --
Oct 02 22:46:54 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Oct 04 07:07:36 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Oct 04 07:07:36 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
Oct 04 07:08:45 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Oct 04 19:21:25 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Oct 04 19:21:26 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
-- Reboot --
Oct 04 19:27:32 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Oct 05 12:54:54 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Oct 05 12:54:54 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
-- Reboot --
Oct 05 12:55:38 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Oct 07 02:54:59 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Oct 07 02:55:00 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
-- Reboot --
Oct 07 02:55:50 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Oct 07 03:00:44 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Oct 07 03:00:44 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
-- Reboot --
Oct 07 03:01:33 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
-- Reboot --
Oct 23 18:14:57 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Oct 23 18:28:33 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Oct 23 18:28:33 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
-- Reboot --
Oct 23 18:29:30 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Oct 23 18:50:11 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Oct 23 18:50:11 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
-- Reboot --
Oct 23 18:53:55 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Oct 23 18:55:42 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Oct 23 18:55:43 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
-- Reboot --
Oct 23 18:57:19 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Oct 23 23:21:59 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Oct 23 23:22:00 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
-- Reboot --
Oct 23 23:23:30 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Oct 24 15:30:22 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Oct 24 15:30:23 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
Oct 24 15:30:55 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Oct 24 15:34:58 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Oct 24 15:34:58 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
Oct 24 15:34:58 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Oct 24 15:58:17 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Oct 24 15:58:17 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
Oct 24 15:58:31 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Oct 25 15:00:06 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Oct 25 15:00:06 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
Oct 25 15:00:06 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Oct 25 15:26:34 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Oct 25 15:26:34 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
Oct 25 15:26:34 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Oct 25 15:28:26 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Oct 25 15:28:27 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
Oct 25 15:28:27 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.
Oct 25 21:34:00 chronos systemd[1]: Stopping Service for
 snap application nextcloud.redis-server...
Oct 25 21:34:01 chronos systemd[1]: Stopped Service for 
snap application nextcloud.redis-server.
Oct 25 21:35:17 chronos systemd[1]: Started Service for 
snap application nextcloud.redis-server.



mDNS Publisher

Status

â—Ź snap.nextcloud.mdns-publisher.service - Service for sn
ap application nextcloud.mdns-publisher
   Loaded: loaded (/etc/systemd/system/snap.nextcloud.md
ns-publisher.service; enabled; vendor preset: enabled)
   Active: active (running) since Fri 2019-10-25 21:35:1
7 EDT; 2h 25min ago
 Main PID: 15300 (delay-on-failur)
    Tasks: 9 (limit: 4267)
   CGroup: /system.slice/snap.nextcloud.mdns-publisher.s
ervice
           ├─15300 /bin/sh /snap/nextcloud/16739/bin/…ud
           └─15585 mdns-publisher nextcloud

Oct 25 21:35:17 chronos systemd[1]: Started Service f…r.
Oct 25 21:35:21 chronos nextcloud.mdns-publisher[15300]:
 ...
Hint: Some lines were ellipsized, use -l to show in full
.

Journal

-- Logs begin at Thu 2019-09-26 20:21:03 EDT, end at Sat
 2019-10-26 00:01:14 EDT. --
Sep 30 21:04:13 chronos nextcloud.mdns-publisher[1134]: 
2019/09/30 21:04:13 Publishing chronos.local -> [192.168
.1.99 fe80::3664:a9ff:fe39:34c7] with 60-second TTL
Oct 01 21:13:53 chronos systemd[1]: Stopping Service for
 snap application nextcloud.mdns-publisher...
Oct 01 21:13:54 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
-- Reboot --
Oct 01 21:14:43 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 01 21:14:47 chronos nextcloud.mdns-publisher[1197]: 
2019/10/01 21:14:47 Publishing chronos.local -> [192.168
.1.99 fe80::3664:a9ff:fe39:34c7] with 60-second TTL
Oct 02 21:49:09 chronos systemd[1]: Stopping Service for
 snap application nextcloud.mdns-publisher...
Oct 02 21:49:09 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
-- Reboot --
Oct 02 22:21:47 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 02 22:21:50 chronos nextcloud.mdns-publisher[1166]: 
2019/10/02 22:21:50 Failed to listen 224.0.0.251:5353: l
isten udp4 0.0.0.0:5353->224.0.0.251: setsockopt: no suc
h device
Oct 02 22:22:00 chronos systemd[1]: snap.nextcloud.mdns-
publisher.service: Main process exited, code=exited, sta
tus=1/FAILURE
Oct 02 22:22:00 chronos systemd[1]: snap.nextcloud.mdns-
publisher.service: Failed with result 'exit-code'.
Oct 02 22:22:01 chronos systemd[1]: snap.nextcloud.mdns-
publisher.service: Service hold-off time over, schedulin
g restart.
Oct 02 22:22:01 chronos systemd[1]: snap.nextcloud.mdns-
publisher.service: Scheduled restart job, restart counte
r is at 1.
Oct 02 22:22:01 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
Oct 02 22:22:01 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 02 22:22:01 chronos nextcloud.mdns-publisher[2354]: 
2019/10/02 22:22:01 Publishing chronos.local -> [192.168
.1.99 fe80::3664:a9ff:fe39:34c7] with 60-second TTL
Oct 02 22:45:58 chronos systemd[1]: Stopping Service for
 snap application nextcloud.mdns-publisher...
Oct 02 22:45:58 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
-- Reboot --
Oct 02 22:46:54 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 02 22:46:57 chronos nextcloud.mdns-publisher[1104]: 
2019/10/02 22:46:57 Failed to listen 224.0.0.251:5353: l
isten udp4 0.0.0.0:5353->224.0.0.251: setsockopt: no suc
h device
Oct 02 22:47:07 chronos systemd[1]: snap.nextcloud.mdns-
publisher.service: Main process exited, code=exited, sta
tus=1/FAILURE
Oct 02 22:47:07 chronos systemd[1]: snap.nextcloud.mdns-
publisher.service: Failed with result 'exit-code'.
Oct 02 22:47:07 chronos systemd[1]: snap.nextcloud.mdns-
publisher.service: Service hold-off time over, schedulin
g restart.
Oct 02 22:47:07 chronos systemd[1]: snap.nextcloud.mdns-
publisher.service: Scheduled restart job, restart counte
r is at 1.
Oct 02 22:47:07 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
Oct 02 22:47:07 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 02 22:47:07 chronos nextcloud.mdns-publisher[2261]: 
2019/10/02 22:47:07 Publishing chronos.local -> [192.168
.1.99 fe80::3664:a9ff:fe39:34c7] with 60-second TTL
Oct 04 07:07:35 chronos systemd[1]: Stopping Service for
 snap application nextcloud.mdns-publisher...
Oct 04 07:07:35 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
Oct 04 07:08:45 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 04 07:08:46 chronos nextcloud.mdns-publisher[32602]:
 2019/10/04 07:08:46 Publishing chronos.local -> [192.16
8.1.99 fe80::3664:a9ff:fe39:34c7] with 60-second TTL
Oct 04 19:21:25 chronos systemd[1]: Stopping Service for
 snap application nextcloud.mdns-publisher...
Oct 04 19:21:26 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
-- Reboot --
Oct 04 19:27:32 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 04 19:27:36 chronos nextcloud.mdns-publisher[1057]: 
2019/10/04 19:27:36 Publishing chronos.local -> [192.168
.1.99 fe80::3664:a9ff:fe39:34c7] with 60-second TTL
Oct 05 12:54:54 chronos systemd[1]: Stopping Service for
 snap application nextcloud.mdns-publisher...
Oct 05 12:54:54 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
-- Reboot --
Oct 05 12:55:38 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 05 12:55:42 chronos nextcloud.mdns-publisher[1137]: 
2019/10/05 12:55:42 Publishing chronos.local -> [192.168
.1.99 fe80::3664:a9ff:fe39:34c7] with 60-second TTL
Oct 07 02:54:59 chronos systemd[1]: Stopping Service for
 snap application nextcloud.mdns-publisher...
Oct 07 02:54:59 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
-- Reboot --
Oct 07 02:55:50 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 07 02:55:53 chronos nextcloud.mdns-publisher[1154]: 
2019/10/07 02:55:53 Publishing chronos.local -> [192.168
.1.99 fe80::3664:a9ff:fe39:34c7] with 60-second TTL
Oct 07 03:00:44 chronos systemd[1]: Stopping Service for
 snap application nextcloud.mdns-publisher...
Oct 07 03:00:44 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
-- Reboot --
Oct 07 03:01:33 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 07 03:01:37 chronos nextcloud.mdns-publisher[1080]: 
2019/10/07 03:01:37 Publishing chronos.local -> [192.168
.1.99 fe80::3664:a9ff:fe39:34c7] with 60-second TTL
-- Reboot --
Oct 23 18:14:57 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 23 18:15:00 chronos nextcloud.mdns-publisher[1144]: 
2019/10/23 18:15:00 Publishing chronos.local -> [192.168
.1.99 fe80::3664:a9ff:fe39:34c7] with 60-second TTL
Oct 23 18:28:33 chronos systemd[1]: Stopping Service for
 snap application nextcloud.mdns-publisher...
Oct 23 18:28:33 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
-- Reboot --
Oct 23 18:29:30 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 23 18:29:36 chronos nextcloud.mdns-publisher[1121]: 
2019/10/23 18:29:36 Publishing chronos.local -> [192.168
.1.99 fe80::3664:a9ff:fe39:34c7] with 60-second TTL
Oct 23 18:50:11 chronos systemd[1]: Stopping Service for
 snap application nextcloud.mdns-publisher...
Oct 23 18:50:11 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
-- Reboot --
Oct 23 18:53:55 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 23 18:53:58 chronos nextcloud.mdns-publisher[1156]: 
2019/10/23 18:53:58 Failed to listen 224.0.0.251:5353: l
isten udp4 0.0.0.0:5353->224.0.0.251: setsockopt: no suc
h device
Oct 23 18:54:08 chronos systemd[1]: snap.nextcloud.mdns-
publisher.service: Main process exited, code=exited, sta
tus=1/FAILURE
Oct 23 18:54:08 chronos systemd[1]: snap.nextcloud.mdns-
publisher.service: Failed with result 'exit-code'.
Oct 23 18:54:08 chronos systemd[1]: snap.nextcloud.mdns-
publisher.service: Service hold-off time over, schedulin
g restart.
Oct 23 18:54:08 chronos systemd[1]: snap.nextcloud.mdns-
publisher.service: Scheduled restart job, restart counte
r is at 1.
Oct 23 18:54:08 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
Oct 23 18:54:08 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 23 18:54:08 chronos nextcloud.mdns-publisher[2556]: 
2019/10/23 18:54:08 Publishing chronos.local -> [192.168
.1.99 fe80::3664:a9ff:fe39:34c7] with 60-second TTL
Oct 23 18:55:42 chronos systemd[1]: Stopping Service for
 snap application nextcloud.mdns-publisher...
Oct 23 18:55:42 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
-- Reboot --
Oct 23 18:57:19 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 23 18:57:22 chronos nextcloud.mdns-publisher[1144]: 
2019/10/23 18:57:22 Publishing chronos.local -> [192.168
.1.99 fe80::3664:a9ff:fe39:34c7] with 60-second TTL
Oct 23 23:21:59 chronos systemd[1]: Stopping Service for
 snap application nextcloud.mdns-publisher...
Oct 23 23:21:59 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
-- Reboot --
Oct 23 23:23:30 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 23 23:23:34 chronos nextcloud.mdns-publisher[1140]: 
2019/10/23 23:23:34 Publishing chronos.local -> [192.168
.1.99 fe80::3664:a9ff:fe39:34c7] with 60-second TTL
Oct 24 15:30:23 chronos systemd[1]: Stopping Service for
 snap application nextcloud.mdns-publisher...
Oct 24 15:30:23 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
Oct 24 15:30:55 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 24 15:30:55 chronos nextcloud.mdns-publisher[20855]:
 2019/10/24 15:30:55 Publishing chronos.local -> [192.16
8.1.99 fe80::3664:a9ff:fe39:34c7] with 60-second TTL
Oct 24 15:34:58 chronos systemd[1]: Stopping Service for
 snap application nextcloud.mdns-publisher...
Oct 24 15:34:58 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
Oct 24 15:34:58 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 24 15:34:58 chronos nextcloud.mdns-publisher[31865]:
 2019/10/24 15:34:58 Publishing chronos.local -> [192.16
8.1.99 fe80::3664:a9ff:fe39:34c7] with 60-second TTL
Oct 24 15:58:16 chronos systemd[1]: Stopping Service for
 snap application nextcloud.mdns-publisher...
Oct 24 15:58:16 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
Oct 24 15:58:31 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 24 15:58:31 chronos nextcloud.mdns-publisher[28407]:
 2019/10/24 15:58:31 Publishing chronos.local -> [192.16
8.1.99 fe80::3664:a9ff:fe39:34c7] with 60-second TTL
Oct 25 15:00:06 chronos systemd[1]: Stopping Service for
 snap application nextcloud.mdns-publisher...
Oct 25 15:00:06 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
Oct 25 15:00:06 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 25 15:00:06 chronos nextcloud.mdns-publisher[7443]: 
2019/10/25 15:00:06 Publishing chronos.local -> [192.168
.1.99 fe80::3664:a9ff:fe39:34c7] with 60-second TTL
Oct 25 15:26:34 chronos systemd[1]: Stopping Service for
 snap application nextcloud.mdns-publisher...
Oct 25 15:26:34 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
Oct 25 15:26:34 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 25 15:26:34 chronos nextcloud.mdns-publisher[11499]:
 2019/10/25 15:26:34 Publishing chronos.local -> [192.16
8.1.99 fe80::3664:a9ff:fe39:34c7] with 60-second TTL
Oct 25 15:28:26 chronos systemd[1]: Stopping Service for
 snap application nextcloud.mdns-publisher...
Oct 25 15:28:26 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
Oct 25 15:28:26 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 25 15:28:26 chronos nextcloud.mdns-publisher[17237]:
 2019/10/25 15:28:26 Publishing chronos.local -> [192.16
8.1.99 fe80::3664:a9ff:fe39:34c7] with 60-second TTL
Oct 25 21:34:00 chronos systemd[1]: Stopping Service for
 snap application nextcloud.mdns-publisher...
Oct 25 21:34:00 chronos systemd[1]: Stopped Service for 
snap application nextcloud.mdns-publisher.
Oct 25 21:35:17 chronos systemd[1]: Started Service for 
snap application nextcloud.mdns-publisher.
Oct 25 21:35:21 chronos nextcloud.mdns-publisher[15300]:
 2019/10/25 21:35:21 Publishing chronos.local -> [192.16
8.1.99 fe80::3664:a9ff:fe39:34c7] 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.re
new-certs.service; enabled; vendor preset: enabled)
   Active: active (running) since Fri 2019-10-25 21:35:1
7 EDT; 2h 25min ago
 Main PID: 15288 (renew-certs)
    Tasks: 2 (limit: 4267)
   CGroup: /system.slice/snap.nextcloud.renew-certs.serv
ice
           ├─15288 /bin/sh /snap/nextcloud/16739/bin/…ts
           └─15997 sleep 1d

Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]: ..
.
Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]: ..
.
Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]: ..
.
Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]: ..
.
Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]: ..
.
Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]: ..
.
Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]: ..
.
Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]: ..
.
Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]: ..
.
Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]: ..
.
Hint: Some lines were ellipsized, use -l to show in full
.

Journal

-- Logs begin at Thu 2019-09-26 20:21:03 EDT, end at Sat
 2019-10-26 00:01:14 EDT. --
Oct 24 15:30:56 chronos nextcloud.renew-certs[20880]: Pr
ocessing
Oct 24 15:30:56 chronos nextcloud.renew-certs[20880]: /v
ar/snap/nextcloud/current/certs/certbot/config/renewal/t
inokiziscloud.com.conf
Oct 24 15:30:56 chronos nextcloud.renew-certs[20880]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 24 15:30:56 chronos nextcloud.renew-certs[20880]: Ce
rt not yet due for renewal
Oct 24 15:30:56 chronos nextcloud.renew-certs[20880]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 24 15:30:56 chronos nextcloud.renew-certs[20880]: Th
e following certs are not due for renewal yet:
Oct 24 15:30:56 chronos nextcloud.renew-certs[20880]:   
/var/snap/nextcloud/current/certs/certbot/config/live/ti
nokiziscloud.com/fullchain.pem expires on 2019-12-25 (sk
ipped)
Oct 24 15:30:56 chronos nextcloud.renew-certs[20880]: No
 renewals were attempted.
Oct 24 15:30:56 chronos nextcloud.renew-certs[20880]: No
 hooks were run.
Oct 24 15:30:56 chronos nextcloud.renew-certs[20880]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 24 15:34:58 chronos systemd[1]: Stopping Service for
 snap application nextcloud.renew-certs...
Oct 24 15:34:58 chronos systemd[1]: Stopped Service for 
snap application nextcloud.renew-certs.
Oct 24 15:34:58 chronos systemd[1]: Started Service for 
snap application nextcloud.renew-certs.
Oct 24 15:34:59 chronos nextcloud.renew-certs[31906]: Sa
ving debug log to /var/snap/nextcloud/current/certs/cert
bot/logs/letsencrypt.log
Oct 24 15:34:59 chronos nextcloud.renew-certs[31906]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 24 15:34:59 chronos nextcloud.renew-certs[31906]: Pr
ocessing
Oct 24 15:34:59 chronos nextcloud.renew-certs[31906]: /v
ar/snap/nextcloud/current/certs/certbot/config/renewal/t
inokiziscloud.com.conf
Oct 24 15:34:59 chronos nextcloud.renew-certs[31906]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 24 15:34:59 chronos nextcloud.renew-certs[31906]: Ce
rt not yet due for renewal
Oct 24 15:34:59 chronos nextcloud.renew-certs[31906]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 24 15:34:59 chronos nextcloud.renew-certs[31906]: Th
e following certs are not due for renewal yet:
Oct 24 15:34:59 chronos nextcloud.renew-certs[31906]:   
/var/snap/nextcloud/current/certs/certbot/config/live/ti
nokiziscloud.com/fullchain.pem expires on 2019-12-25 (sk
ipped)
Oct 24 15:34:59 chronos nextcloud.renew-certs[31906]: No
 renewals were attempted.
Oct 24 15:34:59 chronos nextcloud.renew-certs[31906]: No
 hooks were run.
Oct 24 15:34:59 chronos nextcloud.renew-certs[31906]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 24 15:58:20 chronos systemd[1]: Stopping Service for
 snap application nextcloud.renew-certs...
Oct 24 15:58:20 chronos systemd[1]: Stopped Service for 
snap application nextcloud.renew-certs.
Oct 24 15:58:31 chronos systemd[1]: Started Service for 
snap application nextcloud.renew-certs.
Oct 24 15:58:32 chronos nextcloud.renew-certs[28322]: Sa
ving debug log to /var/snap/nextcloud/current/certs/cert
bot/logs/letsencrypt.log
Oct 24 15:58:32 chronos nextcloud.renew-certs[28322]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 24 15:58:32 chronos nextcloud.renew-certs[28322]: Pr
ocessing
Oct 24 15:58:32 chronos nextcloud.renew-certs[28322]: /v
ar/snap/nextcloud/current/certs/certbot/config/renewal/t
inokiziscloud.com.conf
Oct 24 15:58:32 chronos nextcloud.renew-certs[28322]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 24 15:58:32 chronos nextcloud.renew-certs[28322]: Ce
rt not yet due for renewal
Oct 24 15:58:32 chronos nextcloud.renew-certs[28322]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 24 15:58:32 chronos nextcloud.renew-certs[28322]: Th
e following certs are not due for renewal yet:
Oct 24 15:58:32 chronos nextcloud.renew-certs[28322]:   
/var/snap/nextcloud/current/certs/certbot/config/live/ti
nokiziscloud.com/fullchain.pem expires on 2019-12-25 (sk
ipped)
Oct 24 15:58:32 chronos nextcloud.renew-certs[28322]: No
 renewals were attempted.
Oct 24 15:58:32 chronos nextcloud.renew-certs[28322]: No
 hooks were run.
Oct 24 15:58:32 chronos nextcloud.renew-certs[28322]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 25 15:00:06 chronos systemd[1]: Stopping Service for
 snap application nextcloud.renew-certs...
Oct 25 15:00:06 chronos systemd[1]: Stopped Service for 
snap application nextcloud.renew-certs.
Oct 25 15:00:06 chronos systemd[1]: Started Service for 
snap application nextcloud.renew-certs.
Oct 25 15:00:07 chronos nextcloud.renew-certs[7487]: Sav
ing debug log to /var/snap/nextcloud/current/certs/certb
ot/logs/letsencrypt.log
Oct 25 15:00:07 chronos nextcloud.renew-certs[7487]: - -
 - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 - - - - - - - - - -
Oct 25 15:00:07 chronos nextcloud.renew-certs[7487]: Pro
cessing
Oct 25 15:00:07 chronos nextcloud.renew-certs[7487]: /va
r/snap/nextcloud/current/certs/certbot/config/renewal/ti
nokiziscloud.com.conf
Oct 25 15:00:07 chronos nextcloud.renew-certs[7487]: - -
 - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 - - - - - - - - - -
Oct 25 15:00:07 chronos nextcloud.renew-certs[7487]: Cer
t not yet due for renewal
Oct 25 15:00:07 chronos nextcloud.renew-certs[7487]: - -
 - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 - - - - - - - - - -
Oct 25 15:00:07 chronos nextcloud.renew-certs[7487]: The
 following certs are not due for renewal yet:
Oct 25 15:00:07 chronos nextcloud.renew-certs[7487]:   /
var/snap/nextcloud/current/certs/certbot/config/live/tin
okiziscloud.com/fullchain.pem expires on 2019-12-25 (ski
pped)
Oct 25 15:00:07 chronos nextcloud.renew-certs[7487]: No 
renewals were attempted.
Oct 25 15:00:07 chronos nextcloud.renew-certs[7487]: No 
hooks were run.
Oct 25 15:00:07 chronos nextcloud.renew-certs[7487]: - -
 - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 - - - - - - - - - -
Oct 25 15:26:34 chronos systemd[1]: Stopping Service for
 snap application nextcloud.renew-certs...
Oct 25 15:26:34 chronos systemd[1]: Stopped Service for 
snap application nextcloud.renew-certs.
Oct 25 15:26:34 chronos systemd[1]: Started Service for 
snap application nextcloud.renew-certs.
Oct 25 15:26:35 chronos nextcloud.renew-certs[11558]: Sa
ving debug log to /var/snap/nextcloud/current/certs/cert
bot/logs/letsencrypt.log
Oct 25 15:26:35 chronos nextcloud.renew-certs[11558]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 25 15:26:35 chronos nextcloud.renew-certs[11558]: Pr
ocessing
Oct 25 15:26:35 chronos nextcloud.renew-certs[11558]: /v
ar/snap/nextcloud/current/certs/certbot/config/renewal/t
inokiziscloud.com.conf
Oct 25 15:26:35 chronos nextcloud.renew-certs[11558]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 25 15:26:35 chronos nextcloud.renew-certs[11558]: Ce
rt not yet due for renewal
Oct 25 15:26:35 chronos nextcloud.renew-certs[11558]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 25 15:26:35 chronos nextcloud.renew-certs[11558]: Th
e following certs are not due for renewal yet:
Oct 25 15:26:35 chronos nextcloud.renew-certs[11558]:   
/var/snap/nextcloud/current/certs/certbot/config/live/ti
nokiziscloud.com/fullchain.pem expires on 2019-12-25 (sk
ipped)
Oct 25 15:26:35 chronos nextcloud.renew-certs[11558]: No
 renewals were attempted.
Oct 25 15:26:35 chronos nextcloud.renew-certs[11558]: No
 hooks were run.
Oct 25 15:26:35 chronos nextcloud.renew-certs[11558]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 25 15:28:26 chronos systemd[1]: Stopping Service for
 snap application nextcloud.renew-certs...
Oct 25 15:28:26 chronos systemd[1]: Stopped Service for 
snap application nextcloud.renew-certs.
Oct 25 15:28:26 chronos systemd[1]: Started Service for 
snap application nextcloud.renew-certs.
Oct 25 15:28:28 chronos nextcloud.renew-certs[17282]: Sa
ving debug log to /var/snap/nextcloud/current/certs/cert
bot/logs/letsencrypt.log
Oct 25 15:28:28 chronos nextcloud.renew-certs[17282]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 25 15:28:28 chronos nextcloud.renew-certs[17282]: Pr
ocessing
Oct 25 15:28:28 chronos nextcloud.renew-certs[17282]: /v
ar/snap/nextcloud/current/certs/certbot/config/renewal/t
inokiziscloud.com.conf
Oct 25 15:28:28 chronos nextcloud.renew-certs[17282]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 25 15:28:28 chronos nextcloud.renew-certs[17282]: Ce
rt not yet due for renewal
Oct 25 15:28:28 chronos nextcloud.renew-certs[17282]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 25 15:28:28 chronos nextcloud.renew-certs[17282]: Th
e following certs are not due for renewal yet:
Oct 25 15:28:28 chronos nextcloud.renew-certs[17282]:   
/var/snap/nextcloud/current/certs/certbot/config/live/ti
nokiziscloud.com/fullchain.pem expires on 2019-12-25 (sk
ipped)
Oct 25 15:28:28 chronos nextcloud.renew-certs[17282]: No
 renewals were attempted.
Oct 25 15:28:28 chronos nextcloud.renew-certs[17282]: No
 hooks were run.
Oct 25 15:28:28 chronos nextcloud.renew-certs[17282]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 25 21:33:55 chronos systemd[1]: Stopping Service for
 snap application nextcloud.renew-certs...
Oct 25 21:33:55 chronos systemd[1]: Stopped Service for 
snap application nextcloud.renew-certs.
Oct 25 21:35:17 chronos systemd[1]: Started Service for 
snap application nextcloud.renew-certs.
Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]: Sa
ving debug log to /var/snap/nextcloud/current/certs/cert
bot/logs/letsencrypt.log
Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]: Pr
ocessing
Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]: /v
ar/snap/nextcloud/current/certs/certbot/config/renewal/t
inokiziscloud.com.conf
Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]: Ce
rt not yet due for renewal
Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -
Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]: Th
e following certs are not due for renewal yet:
Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]:   
/var/snap/nextcloud/current/certs/certbot/config/live/ti
nokiziscloud.com/fullchain.pem expires on 2019-12-25 (sk
ipped)
Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]: No
 renewals were attempted.
Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]: No
 hooks were run.
Oct 25 21:35:23 chronos nextcloud.renew-certs[15288]: - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - -



Nextcloud Cron

Status

â—Ź snap.nextcloud.nextcloud-cron.service - Service for sn
ap application nextcloud.nextcloud-cron
   Loaded: loaded (/etc/systemd/system/snap.nextcloud.ne
xtcloud-cron.service; enabled; vendor preset: enabled)
   Active: active (running) since Fri 2019-10-25 21:35:1
7 EDT; 2h 25min ago
 Main PID: 15298 (nextcloud-cron)
    Tasks: 2 (limit: 4267)
   CGroup: /system.slice/snap.nextcloud.nextcloud-cron.s
ervice
           ├─ 4491 sleep 15m
           └─15298 /bin/sh /snap/nextcloud/16739/bin/…on

Oct 25 21:35:17 chronos systemd[1]: Started Service f…n.
Oct 25 21:35:20 chronos nextcloud.nextcloud-cron[15298]:
 ...
Hint: Some lines were ellipsized, use -l to show in full
.

Journal

-- Logs begin at Thu 2019-09-26 20:21:03 EDT, end at Sat
 2019-10-26 00:01:14 EDT. --
Sep 26 20:27:05 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Sep 26 20:27:49 chronos nextcloud.nextcloud-cron[25786]:
 Waiting for Nextcloud config dir... done
Sep 26 21:03:22 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Sep 26 21:03:22 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
-- Reboot --
Sep 26 21:04:14 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Sep 26 21:04:19 chronos nextcloud.nextcloud-cron[1270]: 
Waiting for Nextcloud config dir... done
Sep 26 21:06:35 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Sep 26 21:06:35 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
-- Reboot --
Sep 26 21:07:58 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Sep 26 21:08:01 chronos nextcloud.nextcloud-cron[1164]: 
Waiting for Nextcloud config dir... done
Sep 27 18:58:48 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Sep 27 18:58:48 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
Sep 27 19:01:43 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Sep 27 19:01:45 chronos nextcloud.nextcloud-cron[23940]:
 Waiting for Nextcloud config dir... done
Sep 30 20:39:41 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Sep 30 20:39:42 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
-- Reboot --
Sep 30 21:04:05 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Sep 30 21:04:08 chronos nextcloud.nextcloud-cron[1138]: 
Waiting for Nextcloud config dir... done
Oct 01 21:13:53 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Oct 01 21:13:54 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
-- Reboot --
Oct 01 21:14:43 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Oct 01 21:14:46 chronos nextcloud.nextcloud-cron[1165]: 
Waiting for Nextcloud config dir... done
Oct 02 21:49:09 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Oct 02 21:49:09 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
-- Reboot --
Oct 02 22:21:47 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Oct 02 22:21:50 chronos nextcloud.nextcloud-cron[1176]: 
Waiting for Nextcloud config dir... done
Oct 02 22:45:58 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Oct 02 22:45:58 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
-- Reboot --
Oct 02 22:46:54 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Oct 02 22:46:57 chronos nextcloud.nextcloud-cron[1118]: 
Waiting for Nextcloud config dir... done
Oct 04 07:07:35 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Oct 04 07:07:35 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
Oct 04 07:08:45 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Oct 04 07:08:46 chronos nextcloud.nextcloud-cron[32570]:
 Waiting for Nextcloud config dir... done
Oct 04 19:21:25 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Oct 04 19:21:26 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
-- Reboot --
Oct 04 19:27:32 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Oct 04 19:27:35 chronos nextcloud.nextcloud-cron[1068]: 
Waiting for Nextcloud config dir... done
Oct 05 12:54:54 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Oct 05 12:54:54 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
-- Reboot --
Oct 05 12:55:38 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Oct 05 12:55:41 chronos nextcloud.nextcloud-cron[1120]: 
Waiting for Nextcloud config dir... done
Oct 07 02:54:59 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Oct 07 02:54:59 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
-- Reboot --
Oct 07 02:55:50 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Oct 07 02:55:53 chronos nextcloud.nextcloud-cron[1139]: 
Waiting for Nextcloud config dir... done
Oct 07 03:00:44 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Oct 07 03:00:44 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
-- Reboot --
Oct 07 03:01:33 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Oct 07 03:01:36 chronos nextcloud.nextcloud-cron[1092]: 
Waiting for Nextcloud config dir... done
-- Reboot --
Oct 23 18:14:57 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Oct 23 18:14:59 chronos nextcloud.nextcloud-cron[1196]: 
Waiting for Nextcloud config dir... done
Oct 23 18:28:33 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Oct 23 18:28:33 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
-- Reboot --
Oct 23 18:29:30 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Oct 23 18:29:35 chronos nextcloud.nextcloud-cron[1164]: 
Waiting for Nextcloud config dir... done
Oct 23 18:50:11 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Oct 23 18:50:11 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
-- Reboot --
Oct 23 18:53:55 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Oct 23 18:53:57 chronos nextcloud.nextcloud-cron[1126]: 
Waiting for Nextcloud config dir... done
Oct 23 18:55:42 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Oct 23 18:55:42 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
-- Reboot --
Oct 23 18:57:19 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Oct 23 18:57:22 chronos nextcloud.nextcloud-cron[1109]: 
Waiting for Nextcloud config dir... done
Oct 23 23:21:59 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Oct 23 23:21:59 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
-- Reboot --
Oct 23 23:23:30 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Oct 23 23:23:33 chronos nextcloud.nextcloud-cron[1156]: 
Waiting for Nextcloud config dir... done
Oct 24 15:30:24 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Oct 24 15:30:24 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
Oct 24 15:30:55 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Oct 24 15:30:55 chronos nextcloud.nextcloud-cron[20969]:
 Waiting for Nextcloud config dir... done
Oct 24 15:34:58 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Oct 24 15:34:58 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
Oct 24 15:34:58 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Oct 24 15:34:58 chronos nextcloud.nextcloud-cron[31885]:
 Waiting for Nextcloud config dir... done
Oct 24 15:58:17 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Oct 24 15:58:17 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
Oct 24 15:58:31 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Oct 24 15:58:31 chronos nextcloud.nextcloud-cron[28285]:
 Waiting for Nextcloud config dir... done
Oct 25 15:00:06 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Oct 25 15:00:06 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
Oct 25 15:00:06 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Oct 25 15:00:06 chronos nextcloud.nextcloud-cron[7455]: 
Waiting for Nextcloud config dir... done
Oct 25 15:26:34 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Oct 25 15:26:34 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
Oct 25 15:26:34 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Oct 25 15:26:34 chronos nextcloud.nextcloud-cron[11511]:
 Waiting for Nextcloud config dir... done
Oct 25 15:28:26 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Oct 25 15:28:26 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
Oct 25 15:28:26 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Oct 25 15:28:26 chronos nextcloud.nextcloud-cron[17243]:
 Waiting for Nextcloud config dir... done
Oct 25 21:33:56 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-cron...
Oct 25 21:33:56 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-cron.
Oct 25 21:35:17 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-cron.
Oct 25 21:35:20 chronos nextcloud.nextcloud-cron[15298]:
 Waiting for Nextcloud config dir... done



Nextcloud Fixer

Status

â—Ź snap.nextcloud.nextcloud-fixer.service - Service for s
nap application nextcloud.nextcloud-fixer
   Loaded: loaded (/etc/systemd/system/snap.nextcloud.ne
xtcloud-fixer.service; enabled; vendor preset: enabled)
   Active: active (running) since Fri 2019-10-25 21:35:1
7 EDT; 2h 25min ago
 Main PID: 15294 (nextcloud-fixer)
    Tasks: 2 (limit: 4267)
   CGroup: /system.slice/snap.nextcloud.nextcloud-fixer.
service
           ├─15294 /bin/sh /snap/nextcloud/16739/bin/…er
           └─32118 sleep 1

Oct 25 21:35:17 chronos systemd[1]: Started Service f…r.
Oct 25 21:35:21 chronos nextcloud.nextcloud-fixer[15294]
: ...
Hint: Some lines were ellipsized, use -l to show in full
.

Journal

-- Logs begin at Thu 2019-09-26 20:21:03 EDT, end at Sat
 2019-10-26 00:01:14 EDT. --
Oct 04 19:27:58 chronos nextcloud.nextcloud-fixer[1046]:
 All tables already up to date!
Oct 04 19:27:58 chronos nextcloud.nextcloud-fixer[1046]:
 Disabling maintenance mode...
Oct 04 19:27:58 chronos nextcloud.nextcloud-fixer[1046]:
 done
-- Reboot --
Oct 05 12:55:38 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-fixer.
Oct 05 12:55:41 chronos nextcloud.nextcloud-fixer[1107]:
 Waiting for Apache...
Oct 05 12:55:56 chronos nextcloud.nextcloud-fixer[1107]:
 done
Oct 05 12:55:57 chronos nextcloud.nextcloud-fixer[1107]:
 Check indices of the share table.
Oct 05 12:55:57 chronos nextcloud.nextcloud-fixer[1107]:
 Check indices of the filecache table.
Oct 05 12:55:57 chronos nextcloud.nextcloud-fixer[1107]:
 Check indices of the twofactor_providers table.
Oct 05 12:55:57 chronos nextcloud.nextcloud-fixer[1107]:
 Check indices of the login_flow_v2 table.
Oct 05 12:55:57 chronos nextcloud.nextcloud-fixer[1107]:
 Check indices of the whats_new table.
Oct 05 12:55:57 chronos nextcloud.nextcloud-fixer[1107]:
 Check indices of the cards table.
Oct 05 12:55:57 chronos nextcloud.nextcloud-fixer[1107]:
 Check indices of the cards_properties table.
Oct 05 12:55:57 chronos nextcloud.nextcloud-fixer[1107]:
 Done.
Oct 05 12:55:57 chronos nextcloud.nextcloud-fixer[1107]:
 Enabling maintenance mode...
Oct 05 12:55:58 chronos nextcloud.nextcloud-fixer[1107]:
 done
Oct 05 12:56:00 chronos nextcloud.nextcloud-fixer[1107]:
 Nextcloud is in maintenance mode - no apps have been lo
aded
Oct 05 12:56:00 chronos nextcloud.nextcloud-fixer[1107]:
 All tables already up to date!
Oct 05 12:56:00 chronos nextcloud.nextcloud-fixer[1107]:
 Disabling maintenance mode...
Oct 05 12:56:00 chronos nextcloud.nextcloud-fixer[1107]:
 done
-- Reboot --
Oct 07 02:55:50 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-fixer.
Oct 07 02:55:53 chronos nextcloud.nextcloud-fixer[1153]:
 Waiting for Apache...
Oct 07 02:56:07 chronos nextcloud.nextcloud-fixer[1153]:
 done
Oct 07 02:56:07 chronos nextcloud.nextcloud-fixer[1153]:
 Check indices of the share table.
Oct 07 02:56:09 chronos nextcloud.nextcloud-fixer[1153]:
 Check indices of the filecache table.
Oct 07 02:56:09 chronos nextcloud.nextcloud-fixer[1153]:
 Check indices of the twofactor_providers table.
Oct 07 02:56:09 chronos nextcloud.nextcloud-fixer[1153]:
 Check indices of the login_flow_v2 table.
Oct 07 02:56:09 chronos nextcloud.nextcloud-fixer[1153]:
 Check indices of the whats_new table.
Oct 07 02:56:09 chronos nextcloud.nextcloud-fixer[1153]:
 Check indices of the cards table.
Oct 07 02:56:09 chronos nextcloud.nextcloud-fixer[1153]:
 Check indices of the cards_properties table.
Oct 07 02:56:09 chronos nextcloud.nextcloud-fixer[1153]:
 Done.
Oct 07 02:56:09 chronos nextcloud.nextcloud-fixer[1153]:
 Enabling maintenance mode...
Oct 07 02:56:09 chronos nextcloud.nextcloud-fixer[1153]:
 done
Oct 07 02:56:11 chronos nextcloud.nextcloud-fixer[1153]:
 Nextcloud is in maintenance mode - no apps have been lo
aded
Oct 07 02:56:11 chronos nextcloud.nextcloud-fixer[1153]:
 All tables already up to date!
Oct 07 02:56:11 chronos nextcloud.nextcloud-fixer[1153]:
 Disabling maintenance mode...
Oct 07 02:56:12 chronos nextcloud.nextcloud-fixer[1153]:
 done
-- Reboot --
Oct 07 03:01:33 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-fixer.
Oct 07 03:01:36 chronos nextcloud.nextcloud-fixer[1076]:
 Waiting for Apache...
Oct 07 03:01:48 chronos nextcloud.nextcloud-fixer[1076]:
 done
Oct 07 03:01:49 chronos nextcloud.nextcloud-fixer[1076]:
 Check indices of the share table.
Oct 07 03:01:50 chronos nextcloud.nextcloud-fixer[1076]:
 Check indices of the filecache table.
Oct 07 03:01:50 chronos nextcloud.nextcloud-fixer[1076]:
 Check indices of the twofactor_providers table.
Oct 07 03:01:50 chronos nextcloud.nextcloud-fixer[1076]:
 Check indices of the login_flow_v2 table.
Oct 07 03:01:50 chronos nextcloud.nextcloud-fixer[1076]:
 Check indices of the whats_new table.
Oct 07 03:01:50 chronos nextcloud.nextcloud-fixer[1076]:
 Check indices of the cards table.
Oct 07 03:01:50 chronos nextcloud.nextcloud-fixer[1076]:
 Check indices of the cards_properties table.
Oct 07 03:01:50 chronos nextcloud.nextcloud-fixer[1076]:
 Done.
Oct 07 03:01:50 chronos nextcloud.nextcloud-fixer[1076]:
 Enabling maintenance mode...
Oct 07 03:01:50 chronos nextcloud.nextcloud-fixer[1076]:
 done
Oct 07 03:01:52 chronos nextcloud.nextcloud-fixer[1076]:
 Nextcloud is in maintenance mode - no apps have been lo
aded
Oct 07 03:01:52 chronos nextcloud.nextcloud-fixer[1076]:
 All tables already up to date!
Oct 07 03:01:52 chronos nextcloud.nextcloud-fixer[1076]:
 Disabling maintenance mode...
Oct 07 03:01:52 chronos nextcloud.nextcloud-fixer[1076]:
 done
-- Reboot --
Oct 23 18:14:57 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-fixer.
Oct 23 18:15:00 chronos nextcloud.nextcloud-fixer[1176]:
 Waiting for Apache...
Oct 23 18:28:33 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-fixer...
Oct 23 18:28:33 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-fixer.
-- Reboot --
Oct 23 18:29:30 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-fixer.
Oct 23 18:29:35 chronos nextcloud.nextcloud-fixer[1150]:
 Waiting for Apache...
Oct 23 18:50:11 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-fixer...
Oct 23 18:50:11 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-fixer.
-- Reboot --
Oct 23 18:53:55 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-fixer.
Oct 23 18:53:58 chronos nextcloud.nextcloud-fixer[1132]:
 Waiting for Apache...
Oct 23 18:55:42 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-fixer...
Oct 23 18:55:42 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-fixer.
-- Reboot --
Oct 23 18:57:19 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-fixer.
Oct 23 18:57:22 chronos nextcloud.nextcloud-fixer[1115]:
 Waiting for Apache...
Oct 23 23:21:59 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-fixer...
Oct 23 23:21:59 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-fixer.
-- Reboot --
Oct 23 23:23:30 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-fixer.
Oct 23 23:23:34 chronos nextcloud.nextcloud-fixer[1127]:
 Waiting for Apache...
Oct 24 15:30:24 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-fixer...
Oct 24 15:30:24 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-fixer.
Oct 24 15:30:55 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-fixer.
Oct 24 15:30:55 chronos nextcloud.nextcloud-fixer[20862]
: Waiting for Apache...
Oct 24 15:34:58 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-fixer...
Oct 24 15:34:58 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-fixer.
Oct 24 15:34:58 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-fixer.
Oct 24 15:34:58 chronos nextcloud.nextcloud-fixer[31891]
: Waiting for Apache...
Oct 24 15:58:20 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-fixer...
Oct 24 15:58:20 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-fixer.
Oct 24 15:58:31 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-fixer.
Oct 24 15:58:31 chronos nextcloud.nextcloud-fixer[28311]
: Waiting for Apache...
Oct 25 15:00:06 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-fixer...
Oct 25 15:00:06 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-fixer.
Oct 25 15:00:06 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-fixer.
Oct 25 15:00:06 chronos nextcloud.nextcloud-fixer[7467]:
 Waiting for Apache...
Oct 25 15:26:34 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-fixer...
Oct 25 15:26:34 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-fixer.
Oct 25 15:26:34 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-fixer.
Oct 25 15:26:34 chronos nextcloud.nextcloud-fixer[11531]
: Waiting for Apache...
Oct 25 15:28:26 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-fixer...
Oct 25 15:28:26 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-fixer.
Oct 25 15:28:26 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-fixer.
Oct 25 15:28:26 chronos nextcloud.nextcloud-fixer[17254]
: Waiting for Apache...
Oct 25 21:33:55 chronos systemd[1]: Stopping Service for
 snap application nextcloud.nextcloud-fixer...          
Oct 25 21:33:55 chronos systemd[1]: Stopped Service for 
snap application nextcloud.nextcloud-fixer.
Oct 25 21:35:17 chronos systemd[1]: Started Service for 
snap application nextcloud.nextcloud-fixer.
Oct 25 21:35:21 chronos nextcloud.nextcloud-fixer[15294]
: Waiting for Apache...




Nextcloud configuration



@kyrofa is the output i posted with the script of any help??

I also can't access my server anymore (I get the default Apache2 page). It started when I ran sudo snap refresh nextcloud --channel=17/edge so that I can get S3 working.

I ran sudo snap disable nextcloud && sudo snap enable nextcloud, without avail.


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 Thu 2019-10-31 22:14:33 UTC; 570ms ago
 Main PID: 9929 (run-httpd)
    Tasks: 5 (limit: 4915)
   Memory: 33.9M
   CGroup: /system.slice/snap.nextcloud.apache.service
           ├─ 9929 /bin/sh /snap/nextcloud/16296/bin/run-httpd -k start -DFOREGROUND
           ├─ 9963 /bin/sh /snap/nextcloud/16296/bin/setup-nextcloud
           ├─10001 /bin/sh /snap/nextcloud/16296/bin/occ -n config:system:set redis host --value=/tmp/sockets/redis.sock --type=string
           ├─10031 /bin/sh /snap/nextcloud/16296/bin/run-php /snap/nextcloud/16296/htdocs/occ -n config:system:set redis host --value=/tmp/sockets/redis.sock --type=string
           └─10052 php -c /snap/nextcloud/16296/config/php /snap/nextcloud/16296/htdocs/occ -n config:system:set redis host --value=/tmp/sockets/redis.sock --type=string

Oct 31 22:14:33 computr0n systemd[1]: Started Service for snap application nextcloud.apache.
Oct 31 22:14:33 computr0n nextcloud.apache[9929]: Making sure nextcloud is setup...
Oct 31 22:14:34 computr0n nextcloud.apache[9929]: System config value redis => host set to string /tmp/sockets/redis.sock

Journal

-- Logs begin at Thu 2019-09-12 16:08:55 UTC, end at Thu 2019-10-31 22:14:34 UTC. --
Oct 31 22:14:19 computr0n nextcloud.apache[7388]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
Oct 31 22:14:19 computr0n nextcloud.apache[7388]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
Oct 31 22:14:19 computr0n nextcloud.apache[7388]: no listening sockets available, shutting down
Oct 31 22:14:19 computr0n nextcloud.apache[7388]: AH00015: Unable to open logs
Oct 31 22:14:19 computr0n systemd[1]: snap.nextcloud.apache.service: Main process exited, code=exited, status=1/FAILURE
Oct 31 22:14:19 computr0n systemd[1]: snap.nextcloud.apache.service: Failed with result 'exit-code'.
Oct 31 22:14:19 computr0n systemd[1]: snap.nextcloud.apache.service: Service RestartSec=100ms expired, scheduling restart.
Oct 31 22:14:19 computr0n systemd[1]: snap.nextcloud.apache.service: Scheduled restart job, restart counter is at 139.
Oct 31 22:14:19 computr0n systemd[1]: Stopped Service for snap application nextcloud.apache.
Oct 31 22:14:19 computr0n systemd[1]: Started Service for snap application nextcloud.apache.
Oct 31 22:14:19 computr0n nextcloud.apache[7902]: Making sure nextcloud is setup...
Oct 31 22:14:20 computr0n nextcloud.apache[7902]: System config value redis => host set to string /tmp/sockets/redis.sock
Oct 31 22:14:20 computr0n nextcloud.apache[7902]: System config value redis => port set to integer 0
Oct 31 22:14:21 computr0n nextcloud.apache[7902]: System config value memcache.locking set to string \OC\Memcache\Redis
Oct 31 22:14:21 computr0n nextcloud.apache[7902]: System config value memcache.local set to string \OC\Memcache\Redis
Oct 31 22:14:22 computr0n nextcloud.apache[7902]: No such app enabled: updatenotification
Oct 31 22:14:22 computr0n nextcloud.apache[7902]: Making sure nextcloud is fully upgraded...
Oct 31 22:14:22 computr0n nextcloud.apache[7902]: Nextcloud is already latest version
Oct 31 22:14:22 computr0n nextcloud.apache[7902]: All set! Running httpd...
Oct 31 22:14:22 computr0n nextcloud.apache[7902]: Certificates have been activated: using HTTPS only
Oct 31 22:14:22 computr0n nextcloud.apache[7902]: Certificates look to be in order: enabling HSTS
Oct 31 22:14:22 computr0n nextcloud.apache[7902]: 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
Oct 31 22:14:22 computr0n nextcloud.apache[7902]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
Oct 31 22:14:22 computr0n nextcloud.apache[7902]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
Oct 31 22:14:22 computr0n nextcloud.apache[7902]: no listening sockets available, shutting down
Oct 31 22:14:22 computr0n nextcloud.apache[7902]: AH00015: Unable to open logs
Oct 31 22:14:23 computr0n systemd[1]: snap.nextcloud.apache.service: Main process exited, code=exited, status=1/FAILURE
Oct 31 22:14:23 computr0n systemd[1]: snap.nextcloud.apache.service: Failed with result 'exit-code'.
Oct 31 22:14:23 computr0n systemd[1]: snap.nextcloud.apache.service: Service RestartSec=100ms expired, scheduling restart.
Oct 31 22:14:23 computr0n systemd[1]: snap.nextcloud.apache.service: Scheduled restart job, restart counter is at 140.
Oct 31 22:14:23 computr0n systemd[1]: Stopped Service for snap application nextcloud.apache.
Oct 31 22:14:23 computr0n systemd[1]: Started Service for snap application nextcloud.apache.
Oct 31 22:14:23 computr0n nextcloud.apache[8411]: Making sure nextcloud is setup...
Oct 31 22:14:23 computr0n nextcloud.apache[8411]: System config value redis => host set to string /tmp/sockets/redis.sock
Oct 31 22:14:24 computr0n nextcloud.apache[8411]: System config value redis => port set to integer 0
Oct 31 22:14:24 computr0n nextcloud.apache[8411]: System config value memcache.locking set to string \OC\Memcache\Redis
Oct 31 22:14:25 computr0n nextcloud.apache[8411]: System config value memcache.local set to string \OC\Memcache\Redis
Oct 31 22:14:25 computr0n nextcloud.apache[8411]: No such app enabled: updatenotification
Oct 31 22:14:25 computr0n nextcloud.apache[8411]: Making sure nextcloud is fully upgraded...
Oct 31 22:14:26 computr0n nextcloud.apache[8411]: Nextcloud is already latest version
Oct 31 22:14:26 computr0n nextcloud.apache[8411]: All set! Running httpd...
Oct 31 22:14:26 computr0n nextcloud.apache[8411]: Certificates have been activated: using HTTPS only
Oct 31 22:14:26 computr0n nextcloud.apache[8411]: Certificates look to be in order: enabling HSTS
Oct 31 22:14:26 computr0n nextcloud.apache[8411]: 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
Oct 31 22:14:26 computr0n nextcloud.apache[8411]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
Oct 31 22:14:26 computr0n nextcloud.apache[8411]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
Oct 31 22:14:26 computr0n nextcloud.apache[8411]: no listening sockets available, shutting down
Oct 31 22:14:26 computr0n nextcloud.apache[8411]: AH00015: Unable to open logs
Oct 31 22:14:26 computr0n systemd[1]: snap.nextcloud.apache.service: Main process exited, code=exited, status=1/FAILURE
Oct 31 22:14:26 computr0n systemd[1]: snap.nextcloud.apache.service: Failed with result 'exit-code'.
Oct 31 22:14:26 computr0n systemd[1]: snap.nextcloud.apache.service: Service RestartSec=100ms expired, scheduling restart.
Oct 31 22:14:26 computr0n systemd[1]: snap.nextcloud.apache.service: Scheduled restart job, restart counter is at 141.
Oct 31 22:14:26 computr0n systemd[1]: Stopped Service for snap application nextcloud.apache.
Oct 31 22:14:26 computr0n systemd[1]: Started Service for snap application nextcloud.apache.
Oct 31 22:14:26 computr0n nextcloud.apache[8920]: Making sure nextcloud is setup...
Oct 31 22:14:27 computr0n nextcloud.apache[8920]: System config value redis => host set to string /tmp/sockets/redis.sock
Oct 31 22:14:27 computr0n nextcloud.apache[8920]: System config value redis => port set to integer 0
Oct 31 22:14:28 computr0n nextcloud.apache[8920]: System config value memcache.locking set to string \OC\Memcache\Redis
Oct 31 22:14:28 computr0n nextcloud.apache[8920]: System config value memcache.local set to string \OC\Memcache\Redis
Oct 31 22:14:29 computr0n nextcloud.apache[8920]: No such app enabled: updatenotification
Oct 31 22:14:29 computr0n nextcloud.apache[8920]: Making sure nextcloud is fully upgraded...
Oct 31 22:14:29 computr0n nextcloud.apache[8920]: Nextcloud is already latest version
Oct 31 22:14:29 computr0n nextcloud.apache[8920]: All set! Running httpd...
Oct 31 22:14:29 computr0n nextcloud.apache[8920]: Certificates have been activated: using HTTPS only
Oct 31 22:14:29 computr0n nextcloud.apache[8920]: Certificates look to be in order: enabling HSTS
Oct 31 22:14:29 computr0n nextcloud.apache[8920]: 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
Oct 31 22:14:29 computr0n nextcloud.apache[8920]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
Oct 31 22:14:29 computr0n nextcloud.apache[8920]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
Oct 31 22:14:29 computr0n nextcloud.apache[8920]: no listening sockets available, shutting down
Oct 31 22:14:29 computr0n nextcloud.apache[8920]: AH00015: Unable to open logs
Oct 31 22:14:29 computr0n systemd[1]: snap.nextcloud.apache.service: Main process exited, code=exited, status=1/FAILURE
Oct 31 22:14:29 computr0n systemd[1]: snap.nextcloud.apache.service: Failed with result 'exit-code'.
Oct 31 22:14:30 computr0n systemd[1]: snap.nextcloud.apache.service: Service RestartSec=100ms expired, scheduling restart.
Oct 31 22:14:30 computr0n systemd[1]: snap.nextcloud.apache.service: Scheduled restart job, restart counter is at 142.
Oct 31 22:14:30 computr0n systemd[1]: Stopped Service for snap application nextcloud.apache.
Oct 31 22:14:30 computr0n systemd[1]: Started Service for snap application nextcloud.apache.
Oct 31 22:14:30 computr0n nextcloud.apache[9422]: Making sure nextcloud is setup...
Oct 31 22:14:30 computr0n nextcloud.apache[9422]: System config value redis => host set to string /tmp/sockets/redis.sock
Oct 31 22:14:31 computr0n nextcloud.apache[9422]: System config value redis => port set to integer 0
Oct 31 22:14:31 computr0n nextcloud.apache[9422]: System config value memcache.locking set to string \OC\Memcache\Redis
Oct 31 22:14:32 computr0n nextcloud.apache[9422]: System config value memcache.local set to string \OC\Memcache\Redis
Oct 31 22:14:32 computr0n nextcloud.apache[9422]: No such app enabled: updatenotification
Oct 31 22:14:32 computr0n nextcloud.apache[9422]: Making sure nextcloud is fully upgraded...
Oct 31 22:14:33 computr0n nextcloud.apache[9422]: Nextcloud is already latest version
Oct 31 22:14:33 computr0n nextcloud.apache[9422]: All set! Running httpd...
Oct 31 22:14:33 computr0n nextcloud.apache[9422]: Certificates have been activated: using HTTPS only
Oct 31 22:14:33 computr0n nextcloud.apache[9422]: Certificates look to be in order: enabling HSTS
Oct 31 22:14:33 computr0n nextcloud.apache[9422]: 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
Oct 31 22:14:33 computr0n nextcloud.apache[9422]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
Oct 31 22:14:33 computr0n nextcloud.apache[9422]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
Oct 31 22:14:33 computr0n nextcloud.apache[9422]: no listening sockets available, shutting down
Oct 31 22:14:33 computr0n nextcloud.apache[9422]: AH00015: Unable to open logs
Oct 31 22:14:33 computr0n systemd[1]: snap.nextcloud.apache.service: Main process exited, code=exited, status=1/FAILURE
Oct 31 22:14:33 computr0n systemd[1]: snap.nextcloud.apache.service: Failed with result 'exit-code'.
Oct 31 22:14:33 computr0n systemd[1]: snap.nextcloud.apache.service: Service RestartSec=100ms expired, scheduling restart.
Oct 31 22:14:33 computr0n systemd[1]: snap.nextcloud.apache.service: Scheduled restart job, restart counter is at 143.
Oct 31 22:14:33 computr0n systemd[1]: Stopped Service for snap application nextcloud.apache.
Oct 31 22:14:33 computr0n systemd[1]: Started Service for snap application nextcloud.apache.
Oct 31 22:14:33 computr0n nextcloud.apache[9929]: Making sure nextcloud is setup...
Oct 31 22:14:34 computr0n nextcloud.apache[9929]: System config value redis => host set to string /tmp/sockets/redis.sock



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 Thu 2019-10-31 22:06:26 UTC; 8min ago
 Main PID: 32577 (start-php-fpm)
    Tasks: 3 (limit: 4915)
   Memory: 9.4M
   CGroup: /system.slice/snap.nextcloud.php-fpm.service
           ├─  721 php-fpm: master process (/snap/nextcloud/16296/config/php/php-fpm.conf)
           ├─  810 php-fpm: pool www
           └─32577 /bin/sh /snap/nextcloud/16296/bin/start-php-fpm

Oct 31 22:06:26 computr0n systemd[1]: Started Service for snap application nextcloud.php-fpm.
Oct 31 22:06:26 computr0n nextcloud.php-fpm[32577]: Waiting for MySQL...
Oct 31 22:06:27 computr0n nextcloud.php-fpm[32577]: done
Oct 31 22:06:27 computr0n nextcloud.php-fpm[32577]: Obtaining nextcloud mysql credentials... done

Journal

-- Logs begin at Thu 2019-09-12 16:08:55 UTC, end at Thu 2019-10-31 22:14:34 UTC. --
Sep 12 20:27:40 computr0n systemd[1]: Started Service for snap application nextcloud.php-fpm.
Sep 12 20:27:41 computr0n nextcloud.php-fpm[1157]: Waiting for MySQL...
Sep 12 20:27:45 computr0n nextcloud.php-fpm[1157]: done
Sep 12 20:27:45 computr0n nextcloud.php-fpm[1157]: Obtaining nextcloud mysql credentials... done
-- Reboot --
Sep 21 21:54:57 computr0n systemd[1]: Started Service for snap application nextcloud.php-fpm.
Sep 21 21:54:58 computr0n nextcloud.php-fpm[1044]: Waiting for MySQL...
Sep 21 21:55:02 computr0n nextcloud.php-fpm[1044]: done
Sep 21 21:55:02 computr0n nextcloud.php-fpm[1044]: Obtaining nextcloud mysql credentials... done
Sep 23 01:00:22 computr0n systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
Sep 23 01:00:22 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Main process exited, code=killed, status=15/TERM
Sep 23 01:00:22 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
Sep 23 01:00:22 computr0n systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
-- Reboot --
Sep 23 01:00:47 computr0n systemd[1]: Started Service for snap application nextcloud.php-fpm.
Sep 23 01:00:48 computr0n nextcloud.php-fpm[1174]: Waiting for MySQL...
Sep 23 01:00:52 computr0n nextcloud.php-fpm[1174]: done
Sep 23 01:00:52 computr0n nextcloud.php-fpm[1174]: Obtaining nextcloud mysql credentials... done
Sep 28 03:41:01 computr0n systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
Sep 28 03:41:01 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Main process exited, code=killed, status=15/TERM
Sep 28 03:41:01 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
Sep 28 03:41:01 computr0n systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
Sep 28 03:41:08 computr0n systemd[1]: Started Service for snap application nextcloud.php-fpm.
Sep 28 03:41:08 computr0n nextcloud.php-fpm[14643]: Waiting for MySQL...
Sep 28 03:41:11 computr0n nextcloud.php-fpm[14643]: done
Sep 28 03:41:11 computr0n nextcloud.php-fpm[14643]: Obtaining nextcloud mysql credentials... done
Oct 04 11:05:55 computr0n systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
Oct 04 11:05:55 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Main process exited, code=killed, status=15/TERM
Oct 04 11:05:55 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
Oct 04 11:05:55 computr0n systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
Oct 04 11:06:04 computr0n systemd[1]: Started Service for snap application nextcloud.php-fpm.
Oct 04 11:06:04 computr0n nextcloud.php-fpm[15559]: Waiting for MySQL...
Oct 04 11:06:07 computr0n nextcloud.php-fpm[15559]: done
Oct 04 11:06:07 computr0n nextcloud.php-fpm[15559]: Obtaining nextcloud mysql credentials... done
Oct 08 14:51:27 computr0n systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
Oct 08 14:51:27 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Main process exited, code=killed, status=15/TERM
Oct 08 14:51:27 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
Oct 08 14:51:27 computr0n systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
-- Reboot --
Oct 08 14:51:54 computr0n systemd[1]: Started Service for snap application nextcloud.php-fpm.
Oct 08 14:51:55 computr0n nextcloud.php-fpm[1086]: Waiting for MySQL...
Oct 08 14:51:59 computr0n nextcloud.php-fpm[1086]: done
Oct 08 14:51:59 computr0n nextcloud.php-fpm[1086]: Obtaining nextcloud mysql credentials... done
Oct 18 01:50:47 computr0n systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
Oct 18 01:50:47 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Main process exited, code=killed, status=15/TERM
Oct 18 01:50:47 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
Oct 18 01:50:47 computr0n systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
-- Reboot --
Oct 18 01:51:09 computr0n systemd[1]: Started Service for snap application nextcloud.php-fpm.
Oct 18 01:51:11 computr0n nextcloud.php-fpm[1098]: Waiting for MySQL...
Oct 18 01:51:15 computr0n nextcloud.php-fpm[1098]: done
Oct 18 01:51:15 computr0n nextcloud.php-fpm[1098]: Obtaining nextcloud mysql credentials... done
Oct 25 23:31:21 computr0n systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
Oct 25 23:31:21 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Main process exited, code=killed, status=15/TERM
Oct 25 23:31:21 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
Oct 25 23:31:21 computr0n systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
Oct 25 23:31:28 computr0n systemd[1]: Started Service for snap application nextcloud.php-fpm.
Oct 25 23:31:28 computr0n nextcloud.php-fpm[26800]: Waiting for MySQL...
Oct 25 23:31:36 computr0n nextcloud.php-fpm[26800]: done
Oct 25 23:31:36 computr0n nextcloud.php-fpm[26800]: Obtaining nextcloud mysql credentials... done
Oct 26 19:36:08 computr0n systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
Oct 26 19:36:08 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Main process exited, code=killed, status=15/TERM
Oct 26 19:36:08 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
Oct 26 19:36:08 computr0n systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
-- Reboot --
Oct 26 19:36:31 computr0n systemd[1]: Started Service for snap application nextcloud.php-fpm.
Oct 26 19:36:33 computr0n nextcloud.php-fpm[1082]: Waiting for MySQL...
Oct 26 19:36:37 computr0n nextcloud.php-fpm[1082]: done
Oct 26 19:36:37 computr0n nextcloud.php-fpm[1082]: Obtaining nextcloud mysql credentials... done
Oct 27 01:10:01 computr0n systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
Oct 27 01:10:01 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Main process exited, code=killed, status=15/TERM
Oct 27 01:10:01 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
Oct 27 01:10:01 computr0n systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
-- Reboot --
Oct 27 01:10:28 computr0n systemd[1]: Started Service for snap application nextcloud.php-fpm.
Oct 27 01:10:30 computr0n nextcloud.php-fpm[1105]: Waiting for MySQL...
Oct 27 01:10:34 computr0n nextcloud.php-fpm[1105]: done
Oct 27 01:10:34 computr0n nextcloud.php-fpm[1105]: Obtaining nextcloud mysql credentials... done
Oct 31 21:54:37 computr0n systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
Oct 31 21:54:37 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Main process exited, code=killed, status=15/TERM
Oct 31 21:54:37 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
Oct 31 21:54:37 computr0n systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
Oct 31 21:54:41 computr0n systemd[1]: Started Service for snap application nextcloud.php-fpm.
Oct 31 21:54:41 computr0n nextcloud.php-fpm[17929]: Waiting for MySQL...
Oct 31 21:54:48 computr0n nextcloud.php-fpm[17929]: done
Oct 31 21:54:48 computr0n nextcloud.php-fpm[17929]: Obtaining nextcloud mysql credentials... done
Oct 31 21:55:39 computr0n systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
Oct 31 21:55:39 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Main process exited, code=killed, status=15/TERM
Oct 31 21:55:39 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
Oct 31 21:55:39 computr0n systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
-- Reboot --
Oct 31 21:56:03 computr0n systemd[1]: Started Service for snap application nextcloud.php-fpm.
Oct 31 21:56:05 computr0n nextcloud.php-fpm[1103]: Waiting for MySQL...
Oct 31 21:56:09 computr0n nextcloud.php-fpm[1103]: done
Oct 31 21:56:09 computr0n nextcloud.php-fpm[1103]: Obtaining nextcloud mysql credentials... done
Oct 31 22:06:19 computr0n systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
Oct 31 22:06:19 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Main process exited, code=killed, status=15/TERM
Oct 31 22:06:19 computr0n systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
Oct 31 22:06:19 computr0n systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
Oct 31 22:06:26 computr0n systemd[1]: Started Service for snap application nextcloud.php-fpm.
Oct 31 22:06:26 computr0n nextcloud.php-fpm[32577]: Waiting for MySQL...
Oct 31 22:06:27 computr0n nextcloud.php-fpm[32577]: done
Oct 31 22:06:27 computr0n nextcloud.php-fpm[32577]: Obtaining nextcloud mysql credentials... done



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 Thu 2019-10-31 22:06:26 UTC; 8min ago
 Main PID: 32490 (start_mysql)
    Tasks: 33 (limit: 4915)
   Memory: 210.1M
   CGroup: /system.slice/snap.nextcloud.mysql.service
           ├─  420 /bin/sh /snap/nextcloud/16296/bin/mysqld_safe --datadir=/var/snap/nextcloud/16296/mysql --pid-file=/tmp/pids/mysql.pid --lc-messages-dir=/snap/nextcloud/16296/share --socket=/tmp/sockets/mysql.sock
           ├─  658 /snap/nextcloud/16296/bin/mysqld --basedir=/snap/nextcloud/16296 --datadir=/var/snap/nextcloud/16296/mysql --plugin-dir=/snap/nextcloud/16296/lib/plugin --lc-messages-dir=/snap/nextcloud/16296/share --log-error=error.log --pid-file=/tmp/pids/mysql.pid --socket=/tmp/sockets/mysql.sock
           ├─10056 sleep 1
           └─32490 /bin/sh /snap/nextcloud/16296/bin/start_mysql

Oct 31 22:06:26 computr0n systemd[1]: Started Service for snap application nextcloud.mysql.
Oct 31 22:06:26 computr0n nextcloud.mysql[32490]: 2019-10-31T22:06:26.314760Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
Oct 31 22:06:26 computr0n nextcloud.mysql[32490]: 2019-10-31T22:06:26.316401Z 0 [ERROR] --initialize specified but the data directory has files in it. Aborting.
Oct 31 22:06:26 computr0n nextcloud.mysql[32490]: 2019-10-31T22:06:26.316455Z 0 [ERROR] Aborting
Oct 31 22:06:26 computr0n nextcloud.mysql[32490]: Starting MySQL
Oct 31 22:06:27 computr0n nextcloud.mysql[32490]: . *
Oct 31 22:06:27 computr0n nextcloud.mysql[32490]: Checking/upgrading mysql tables if necessary...
Oct 31 22:06:27 computr0n nextcloud.mysql[32490]: Checking if update is needed.
Oct 31 22:06:27 computr0n nextcloud.mysql[32490]: This installation of MySQL is already upgraded to 5.7.27, use --force if you still need to run mysql_upgrade

Journal

-- Logs begin at Thu 2019-09-12 16:08:55 UTC, end at Thu 2019-10-31 22:14:34 UTC. --
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_credentials                           OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_dav_shares                            OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_deck_assigned_labels                  OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_deck_assigned_users                   OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_deck_attachment                       OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_deck_board_acl                        OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_deck_boards                           OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_deck_cards                            OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_deck_labels                           OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_deck_stacks                           OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_directlink                            OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_external_applicable                   OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_external_config                       OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_external_mounts                       OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_external_options                      OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_federated_reshares                    OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_file_locks                            OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_filecache                             OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_files_trash                           OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_flow_checks                           OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_flow_operations                       OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_group_admin                           OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_group_user                            OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_groups                                OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_jobs                                  OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_login_flow_v2                         OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_migrations                            OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_mimetypes                             OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_mounts                                OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_notifications                         OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_notifications_pushtokens              OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_oauth2_access_tokens                  OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_oauth2_clients                        OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_passwords_entity_challenge            OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_passwords_entity_folder               OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_passwords_entity_folder_revision      OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_passwords_entity_keychain             OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_passwords_entity_password             OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_passwords_entity_password_revision    OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_passwords_entity_session              OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_passwords_entity_share                OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_passwords_entity_tag                  OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_passwords_entity_tag_revision         OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_passwords_relation_password_tag       OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_preferences                           OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_preview_generation                    OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_privacy_admins                        OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_properties                            OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_schedulingobjects                     OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_share                                 OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_share_external                        OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_storages                              OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_systemtag                             OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_systemtag_group                       OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_systemtag_object_mapping              OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_trusted_servers                       OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_twofactor_backupcodes                 OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_twofactor_providers                   OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_users                                 OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_vcategory                             OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_vcategory_to_object                   OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: nextcloud.oc_whats_new                             OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: sys.sys_config                                     OK
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: Upgrade process completed successfully.
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: Checking if update is needed.
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: Restarting mysql server after upgrade...
Oct 31 21:54:45 computr0n nextcloud.mysql[17816]: Shutting down MySQL
Oct 31 21:54:47 computr0n nextcloud.mysql[17816]: .. *
Oct 31 21:54:47 computr0n nextcloud.mysql[17816]: Starting MySQL
Oct 31 21:54:48 computr0n nextcloud.mysql[17816]: . *
Oct 31 21:55:39 computr0n systemd[1]: Stopping Service for snap application nextcloud.mysql...
Oct 31 21:55:39 computr0n nextcloud.mysql[20338]: Shutting down MySQL
Oct 31 21:55:41 computr0n nextcloud.mysql[20338]: .. *
Oct 31 21:55:41 computr0n systemd[1]: snap.nextcloud.mysql.service: Main process exited, code=killed, status=15/TERM
Oct 31 21:55:41 computr0n systemd[1]: snap.nextcloud.mysql.service: Succeeded.
Oct 31 21:55:41 computr0n systemd[1]: Stopped Service for snap application nextcloud.mysql.
-- Reboot --
Oct 31 21:56:03 computr0n systemd[1]: Started Service for snap application nextcloud.mysql.
Oct 31 21:56:06 computr0n nextcloud.mysql[1102]: 2019-10-31T21:56:05.874312Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
Oct 31 21:56:06 computr0n nextcloud.mysql[1102]: 2019-10-31T21:56:06.087407Z 0 [ERROR] --initialize specified but the data directory has files in it. Aborting.
Oct 31 21:56:06 computr0n nextcloud.mysql[1102]: 2019-10-31T21:56:06.087480Z 0 [ERROR] Aborting
Oct 31 21:56:06 computr0n nextcloud.mysql[1102]: Starting MySQL
Oct 31 21:56:08 computr0n nextcloud.mysql[1102]: .. *
Oct 31 21:56:08 computr0n nextcloud.mysql[1102]: Checking/upgrading mysql tables if necessary...
Oct 31 21:56:08 computr0n nextcloud.mysql[1102]: Checking if update is needed.
Oct 31 21:56:08 computr0n nextcloud.mysql[1102]: This installation of MySQL is already upgraded to 5.7.27, use --force if you still need to run mysql_upgrade
Oct 31 22:06:16 computr0n systemd[1]: Stopping Service for snap application nextcloud.mysql...
Oct 31 22:06:16 computr0n nextcloud.mysql[31293]: Shutting down MySQL
Oct 31 22:06:18 computr0n nextcloud.mysql[31293]: .. *
Oct 31 22:06:18 computr0n systemd[1]: snap.nextcloud.mysql.service: Main process exited, code=killed, status=15/TERM
Oct 31 22:06:18 computr0n systemd[1]: snap.nextcloud.mysql.service: Succeeded.
Oct 31 22:06:18 computr0n systemd[1]: Stopped Service for snap application nextcloud.mysql.
Oct 31 22:06:26 computr0n systemd[1]: Started Service for snap application nextcloud.mysql.
Oct 31 22:06:26 computr0n nextcloud.mysql[32490]: 2019-10-31T22:06:26.314760Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
Oct 31 22:06:26 computr0n nextcloud.mysql[32490]: 2019-10-31T22:06:26.316401Z 0 [ERROR] --initialize specified but the data directory has files in it. Aborting.
Oct 31 22:06:26 computr0n nextcloud.mysql[32490]: 2019-10-31T22:06:26.316455Z 0 [ERROR] Aborting
Oct 31 22:06:26 computr0n nextcloud.mysql[32490]: Starting MySQL
Oct 31 22:06:27 computr0n nextcloud.mysql[32490]: . *
Oct 31 22:06:27 computr0n nextcloud.mysql[32490]: Checking/upgrading mysql tables if necessary...
Oct 31 22:06:27 computr0n nextcloud.mysql[32490]: Checking if update is needed.
Oct 31 22:06:27 computr0n nextcloud.mysql[32490]: This installation of MySQL is already upgraded to 5.7.27, use --force if you still need to run mysql_upgrade



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 Thu 2019-10-31 22:06:26 UTC; 8min ago
 Main PID: 32550 (start-redis-ser)
    Tasks: 5 (limit: 4915)
   Memory: 7.9M
   CGroup: /system.slice/snap.nextcloud.redis-server.service
           ├─  314 redis-server 127.0.0.1:0
           └─32550 /bin/sh /snap/nextcloud/16296/bin/start-redis-server

Oct 31 22:06:26 computr0n systemd[1]: Started Service for snap application nextcloud.redis-server.

Journal

-- Logs begin at Thu 2019-09-12 16:08:55 UTC, end at Thu 2019-10-31 22:14:34 UTC. --
Sep 12 20:27:40 computr0n systemd[1]: Started Service for snap application nextcloud.redis-server.
-- Reboot --
Sep 21 21:54:57 computr0n systemd[1]: Started Service for snap application nextcloud.redis-server.
Sep 23 01:00:22 computr0n systemd[1]: Stopping Service for snap application nextcloud.redis-server...
Sep 23 01:00:22 computr0n systemd[1]: snap.nextcloud.redis-server.service: Main process exited, code=killed, status=15/TERM
Sep 23 01:00:22 computr0n systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
Sep 23 01:00:22 computr0n systemd[1]: Stopped Service for snap application nextcloud.redis-server.
-- Reboot --
Sep 23 01:00:47 computr0n systemd[1]: Started Service for snap application nextcloud.redis-server.
Sep 28 03:40:56 computr0n systemd[1]: Stopping Service for snap application nextcloud.redis-server...
Sep 28 03:40:56 computr0n systemd[1]: snap.nextcloud.redis-server.service: Main process exited, code=killed, status=15/TERM
Sep 28 03:40:57 computr0n systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
Sep 28 03:40:57 computr0n systemd[1]: Stopped Service for snap application nextcloud.redis-server.
Sep 28 03:41:08 computr0n systemd[1]: Started Service for snap application nextcloud.redis-server.
Oct 04 11:05:56 computr0n systemd[1]: Stopping Service for snap application nextcloud.redis-server...
Oct 04 11:05:56 computr0n systemd[1]: snap.nextcloud.redis-server.service: Main process exited, code=killed, status=15/TERM
Oct 04 11:05:57 computr0n systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
Oct 04 11:05:57 computr0n systemd[1]: Stopped Service for snap application nextcloud.redis-server.
Oct 04 11:06:04 computr0n systemd[1]: Started Service for snap application nextcloud.redis-server.
Oct 08 14:51:27 computr0n systemd[1]: Stopping Service for snap application nextcloud.redis-server...
Oct 08 14:51:27 computr0n systemd[1]: snap.nextcloud.redis-server.service: Main process exited, code=killed, status=15/TERM
Oct 08 14:51:27 computr0n systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
Oct 08 14:51:27 computr0n systemd[1]: Stopped Service for snap application nextcloud.redis-server.
-- Reboot --
Oct 08 14:51:54 computr0n systemd[1]: Started Service for snap application nextcloud.redis-server.
Oct 18 01:50:47 computr0n systemd[1]: Stopping Service for snap application nextcloud.redis-server...
Oct 18 01:50:47 computr0n systemd[1]: snap.nextcloud.redis-server.service: Main process exited, code=killed, status=15/TERM
Oct 18 01:50:47 computr0n systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
Oct 18 01:50:47 computr0n systemd[1]: Stopped Service for snap application nextcloud.redis-server.
-- Reboot --
Oct 18 01:51:09 computr0n systemd[1]: Started Service for snap application nextcloud.redis-server.
Oct 25 23:31:18 computr0n systemd[1]: Stopping Service for snap application nextcloud.redis-server...
Oct 25 23:31:18 computr0n systemd[1]: snap.nextcloud.redis-server.service: Main process exited, code=killed, status=15/TERM
Oct 25 23:31:18 computr0n systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
Oct 25 23:31:18 computr0n systemd[1]: Stopped Service for snap application nextcloud.redis-server.
Oct 25 23:31:28 computr0n systemd[1]: Started Service for snap application nextcloud.redis-server.
Oct 26 19:36:08 computr0n systemd[1]: Stopping Service for snap application nextcloud.redis-server...
Oct 26 19:36:08 computr0n systemd[1]: snap.nextcloud.redis-server.service: Main process exited, code=killed, status=15/TERM
Oct 26 19:36:08 computr0n systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
Oct 26 19:36:08 computr0n systemd[1]: Stopped Service for snap application nextcloud.redis-server.
-- Reboot --
Oct 26 19:36:31 computr0n systemd[1]: Started Service for snap application nextcloud.redis-server.
Oct 27 01:10:01 computr0n systemd[1]: Stopping Service for snap application nextcloud.redis-server...
Oct 27 01:10:01 computr0n systemd[1]: snap.nextcloud.redis-server.service: Main process exited, code=killed, status=15/TERM
Oct 27 01:10:01 computr0n systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
Oct 27 01:10:01 computr0n systemd[1]: Stopped Service for snap application nextcloud.redis-server.
-- Reboot --
Oct 27 01:10:28 computr0n systemd[1]: Started Service for snap application nextcloud.redis-server.
Oct 31 21:54:36 computr0n systemd[1]: Stopping Service for snap application nextcloud.redis-server...
Oct 31 21:54:36 computr0n systemd[1]: snap.nextcloud.redis-server.service: Main process exited, code=killed, status=15/TERM
Oct 31 21:54:36 computr0n systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
Oct 31 21:54:36 computr0n systemd[1]: Stopped Service for snap application nextcloud.redis-server.
Oct 31 21:54:41 computr0n systemd[1]: Started Service for snap application nextcloud.redis-server.
Oct 31 21:55:39 computr0n systemd[1]: Stopping Service for snap application nextcloud.redis-server...
Oct 31 21:55:39 computr0n systemd[1]: snap.nextcloud.redis-server.service: Main process exited, code=killed, status=15/TERM
Oct 31 21:55:39 computr0n systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
Oct 31 21:55:39 computr0n systemd[1]: Stopped Service for snap application nextcloud.redis-server.
-- Reboot --
Oct 31 21:56:03 computr0n systemd[1]: Started Service for snap application nextcloud.redis-server.
Oct 31 22:06:20 computr0n systemd[1]: Stopping Service for snap application nextcloud.redis-server...
Oct 31 22:06:20 computr0n systemd[1]: snap.nextcloud.redis-server.service: Main process exited, code=killed, status=15/TERM
Oct 31 22:06:20 computr0n systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
Oct 31 22:06:20 computr0n systemd[1]: Stopped Service for snap application nextcloud.redis-server.
Oct 31 22:06:26 computr0n systemd[1]: Started Service for snap application nextcloud.redis-server.



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 Thu 2019-10-31 22:06:26 UTC; 8min ago
 Main PID: 32537 (delay-on-failur)
    Tasks: 7 (limit: 4915)
   Memory: 3.9M
   CGroup: /system.slice/snap.nextcloud.mdns-publisher.service
           ├─32537 /bin/sh /snap/nextcloud/16296/bin/delay-on-failure mdns-publisher nextcloud
           └─32746 mdns-publisher nextcloud

Oct 31 22:06:26 computr0n systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
Oct 31 22:06:26 computr0n nextcloud.mdns-publisher[32537]: 2019/10/31 22:06:26 Publishing computr0n.local -> [157.230.228.29 10.10.0.5 fe80::50f6:e4ff:feb8:a8ea] with 60-second TTL

Journal

-- Logs begin at Thu 2019-09-12 16:08:55 UTC, end at Thu 2019-10-31 22:14:34 UTC. --
Sep 12 20:27:40 computr0n systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
Sep 12 20:27:41 computr0n nextcloud.mdns-publisher[1151]: 2019/09/12 20:27:41 Publishing computr0n.local -> [157.230.228.29 10.10.0.5 fe80::50f6:e4ff:feb8:a8ea] with 60-second TTL
-- Reboot --
Sep 21 21:54:57 computr0n systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
Sep 21 21:54:58 computr0n nextcloud.mdns-publisher[1051]: 2019/09/21 21:54:58 Publishing computr0n.local -> [157.230.228.29 10.10.0.5 fe80::50f6:e4ff:feb8:a8ea] with 60-second TTL
Sep 23 01:00:22 computr0n systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
Sep 23 01:00:22 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Main process exited, code=killed, status=15/TERM
Sep 23 01:00:22 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
Sep 23 01:00:22 computr0n systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
-- Reboot --
Sep 23 01:00:47 computr0n systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
Sep 23 01:00:48 computr0n nextcloud.mdns-publisher[1179]: 2019/09/23 01:00:48 Publishing computr0n.local -> [157.230.228.29 10.10.0.5 fe80::50f6:e4ff:feb8:a8ea] with 60-second TTL
Sep 28 03:40:56 computr0n systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
Sep 28 03:40:56 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Main process exited, code=killed, status=15/TERM
Sep 28 03:40:56 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
Sep 28 03:40:56 computr0n systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
Sep 28 03:41:08 computr0n systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
Sep 28 03:41:08 computr0n nextcloud.mdns-publisher[14631]: 2019/09/28 03:41:08 Publishing computr0n.local -> [157.230.228.29 10.10.0.5 fe80::50f6:e4ff:feb8:a8ea] with 60-second TTL
Oct 04 11:05:56 computr0n systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
Oct 04 11:05:56 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Main process exited, code=killed, status=15/TERM
Oct 04 11:05:56 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
Oct 04 11:05:56 computr0n systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
Oct 04 11:06:04 computr0n systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
Oct 04 11:06:04 computr0n nextcloud.mdns-publisher[15508]: 2019/10/04 11:06:04 Publishing computr0n.local -> [157.230.228.29 10.10.0.5 fe80::50f6:e4ff:feb8:a8ea] with 60-second TTL
Oct 08 14:51:27 computr0n systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
Oct 08 14:51:27 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Main process exited, code=killed, status=15/TERM
Oct 08 14:51:27 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
Oct 08 14:51:27 computr0n systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
-- Reboot --
Oct 08 14:51:54 computr0n systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
Oct 08 14:51:55 computr0n nextcloud.mdns-publisher[1104]: 2019/10/08 14:51:55 Publishing computr0n.local -> [157.230.228.29 10.10.0.5 fe80::50f6:e4ff:feb8:a8ea] with 60-second TTL
Oct 18 01:50:47 computr0n systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
Oct 18 01:50:47 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Main process exited, code=killed, status=15/TERM
Oct 18 01:50:47 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
Oct 18 01:50:47 computr0n systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
-- Reboot --
Oct 18 01:51:09 computr0n systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
Oct 18 01:51:10 computr0n nextcloud.mdns-publisher[1117]: 2019/10/18 01:51:10 Publishing computr0n.local -> [157.230.228.29 10.10.0.5 fe80::50f6:e4ff:feb8:a8ea] with 60-second TTL
Oct 25 23:31:21 computr0n systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
Oct 25 23:31:21 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Main process exited, code=killed, status=15/TERM
Oct 25 23:31:21 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
Oct 25 23:31:21 computr0n systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
Oct 25 23:31:28 computr0n systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
Oct 25 23:31:28 computr0n nextcloud.mdns-publisher[26776]: 2019/10/25 23:31:28 Publishing computr0n.local -> [157.230.228.29 10.10.0.5 fe80::50f6:e4ff:feb8:a8ea] with 60-second TTL
Oct 26 19:36:08 computr0n systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
Oct 26 19:36:08 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Main process exited, code=killed, status=15/TERM
Oct 26 19:36:08 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
Oct 26 19:36:08 computr0n systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
-- Reboot --
Oct 26 19:36:31 computr0n systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
Oct 26 19:36:33 computr0n nextcloud.mdns-publisher[1083]: 2019/10/26 19:36:32 Publishing computr0n.local -> [157.230.228.29 10.10.0.5 fe80::50f6:e4ff:feb8:a8ea] with 60-second TTL
Oct 27 01:10:01 computr0n systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
Oct 27 01:10:01 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Main process exited, code=killed, status=15/TERM
Oct 27 01:10:01 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
Oct 27 01:10:01 computr0n systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
-- Reboot --
Oct 27 01:10:28 computr0n systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
Oct 27 01:10:29 computr0n nextcloud.mdns-publisher[1113]: 2019/10/27 01:10:29 Publishing computr0n.local -> [157.230.228.29 10.10.0.5 fe80::50f6:e4ff:feb8:a8ea] with 60-second TTL
Oct 31 21:54:35 computr0n systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
Oct 31 21:54:35 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Main process exited, code=killed, status=15/TERM
Oct 31 21:54:35 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
Oct 31 21:54:35 computr0n systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
Oct 31 21:54:41 computr0n systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
Oct 31 21:54:42 computr0n nextcloud.mdns-publisher[17901]: 2019/10/31 21:54:42 Publishing computr0n.local -> [157.230.228.29 10.10.0.5 fe80::50f6:e4ff:feb8:a8ea] with 60-second TTL
Oct 31 21:55:39 computr0n systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
Oct 31 21:55:39 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Main process exited, code=killed, status=15/TERM
Oct 31 21:55:39 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
Oct 31 21:55:39 computr0n systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
-- Reboot --
Oct 31 21:56:03 computr0n systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
Oct 31 21:56:05 computr0n nextcloud.mdns-publisher[1099]: 2019/10/31 21:56:04 Publishing computr0n.local -> [157.230.228.29 10.10.0.5 fe80::50f6:e4ff:feb8:a8ea] with 60-second TTL
Oct 31 22:06:16 computr0n systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
Oct 31 22:06:16 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Main process exited, code=killed, status=15/TERM
Oct 31 22:06:16 computr0n systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
Oct 31 22:06:16 computr0n systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
Oct 31 22:06:26 computr0n systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
Oct 31 22:06:26 computr0n nextcloud.mdns-publisher[32537]: 2019/10/31 22:06:26 Publishing computr0n.local -> [157.230.228.29 10.10.0.5 fe80::50f6:e4ff:feb8:a8ea] 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 Thu 2019-10-31 22:06:26 UTC; 8min ago
 Main PID: 32520 (renew-certs)
    Tasks: 2 (limit: 4915)
   Memory: 2.2M
   CGroup: /system.slice/snap.nextcloud.renew-certs.service
           ├─  736 sleep 1d
           └─32520 /bin/sh /snap/nextcloud/16296/bin/renew-certs

Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]: Processing
Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]: /var/snap/nextcloud/current/certs/certbot/config/renewal/nextcloud.richarddecal.com.conf
Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]: Cert not yet due for renewal
Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]: The following certs are not due for renewal yet:
Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]:   /var/snap/nextcloud/current/certs/certbot/config/live/nextcloud.richarddecal.com/fullchain.pem expires on 2019-12-22 (skipped)
Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]: No renewals were attempted.
Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]: No hooks were run.
Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Journal

-- Logs begin at Thu 2019-09-12 16:08:55 UTC, end at Thu 2019-10-31 22:14:34 UTC. --
Oct 27 01:10:33 computr0n nextcloud.renew-certs[1121]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 28 01:10:34 computr0n nextcloud.renew-certs[1121]: Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log
Oct 28 01:10:34 computr0n nextcloud.renew-certs[1121]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 28 01:10:34 computr0n nextcloud.renew-certs[1121]: Processing
Oct 28 01:10:34 computr0n nextcloud.renew-certs[1121]: /var/snap/nextcloud/current/certs/certbot/config/renewal/nextcloud.richarddecal.com.conf
Oct 28 01:10:34 computr0n nextcloud.renew-certs[1121]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 28 01:10:34 computr0n nextcloud.renew-certs[1121]: Cert not yet due for renewal
Oct 28 01:10:34 computr0n nextcloud.renew-certs[1121]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 28 01:10:34 computr0n nextcloud.renew-certs[1121]: The following certs are not due for renewal yet:
Oct 28 01:10:34 computr0n nextcloud.renew-certs[1121]:   /var/snap/nextcloud/current/certs/certbot/config/live/nextcloud.richarddecal.com/fullchain.pem expires on 2019-12-22 (skipped)
Oct 28 01:10:34 computr0n nextcloud.renew-certs[1121]: No renewals were attempted.
Oct 28 01:10:34 computr0n nextcloud.renew-certs[1121]: No hooks were run.
Oct 28 01:10:34 computr0n nextcloud.renew-certs[1121]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 29 01:11:31 computr0n nextcloud.renew-certs[1121]: Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log
Oct 29 01:11:31 computr0n nextcloud.renew-certs[1121]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 29 01:11:31 computr0n nextcloud.renew-certs[1121]: Processing
Oct 29 01:11:31 computr0n nextcloud.renew-certs[1121]: /var/snap/nextcloud/current/certs/certbot/config/renewal/nextcloud.richarddecal.com.conf
Oct 29 01:11:31 computr0n nextcloud.renew-certs[1121]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 29 01:11:31 computr0n nextcloud.renew-certs[1121]: Cert not yet due for renewal
Oct 29 01:11:31 computr0n nextcloud.renew-certs[1121]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 29 01:11:31 computr0n nextcloud.renew-certs[1121]: The following certs are not due for renewal yet:
Oct 29 01:11:31 computr0n nextcloud.renew-certs[1121]:   /var/snap/nextcloud/current/certs/certbot/config/live/nextcloud.richarddecal.com/fullchain.pem expires on 2019-12-22 (skipped)
Oct 29 01:11:31 computr0n nextcloud.renew-certs[1121]: No renewals were attempted.
Oct 29 01:11:31 computr0n nextcloud.renew-certs[1121]: No hooks were run.
Oct 29 01:11:31 computr0n nextcloud.renew-certs[1121]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 30 01:11:32 computr0n nextcloud.renew-certs[1121]: Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log
Oct 30 01:11:32 computr0n nextcloud.renew-certs[1121]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 30 01:11:32 computr0n nextcloud.renew-certs[1121]: Processing
Oct 30 01:11:32 computr0n nextcloud.renew-certs[1121]: /var/snap/nextcloud/current/certs/certbot/config/renewal/nextcloud.richarddecal.com.conf
Oct 30 01:11:32 computr0n nextcloud.renew-certs[1121]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 30 01:11:33 computr0n nextcloud.renew-certs[1121]: Cert not yet due for renewal
Oct 30 01:11:33 computr0n nextcloud.renew-certs[1121]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 30 01:11:33 computr0n nextcloud.renew-certs[1121]: The following certs are not due for renewal yet:
Oct 30 01:11:33 computr0n nextcloud.renew-certs[1121]:   /var/snap/nextcloud/current/certs/certbot/config/live/nextcloud.richarddecal.com/fullchain.pem expires on 2019-12-22 (skipped)
Oct 30 01:11:33 computr0n nextcloud.renew-certs[1121]: No renewals were attempted.
Oct 30 01:11:33 computr0n nextcloud.renew-certs[1121]: No hooks were run.
Oct 30 01:11:33 computr0n nextcloud.renew-certs[1121]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 31 01:11:34 computr0n nextcloud.renew-certs[1121]: Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log
Oct 31 01:11:34 computr0n nextcloud.renew-certs[1121]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 31 01:11:34 computr0n nextcloud.renew-certs[1121]: Processing
Oct 31 01:11:34 computr0n nextcloud.renew-certs[1121]: /var/snap/nextcloud/current/certs/certbot/config/renewal/nextcloud.richarddecal.com.conf
Oct 31 01:11:34 computr0n nextcloud.renew-certs[1121]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 31 01:11:34 computr0n nextcloud.renew-certs[1121]: Cert not yet due for renewal
Oct 31 01:11:34 computr0n nextcloud.renew-certs[1121]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 31 01:11:34 computr0n nextcloud.renew-certs[1121]: The following certs are not due for renewal yet:
Oct 31 01:11:34 computr0n nextcloud.renew-certs[1121]:   /var/snap/nextcloud/current/certs/certbot/config/live/nextcloud.richarddecal.com/fullchain.pem expires on 2019-12-22 (skipped)
Oct 31 01:11:34 computr0n nextcloud.renew-certs[1121]: No renewals were attempted.
Oct 31 01:11:34 computr0n nextcloud.renew-certs[1121]: No hooks were run.
Oct 31 01:11:34 computr0n nextcloud.renew-certs[1121]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 31 21:54:36 computr0n systemd[1]: Stopping Service for snap application nextcloud.renew-certs...
Oct 31 21:54:36 computr0n systemd[1]: snap.nextcloud.renew-certs.service: Main process exited, code=killed, status=15/TERM
Oct 31 21:54:36 computr0n systemd[1]: snap.nextcloud.renew-certs.service: Succeeded.
Oct 31 21:54:36 computr0n systemd[1]: Stopped Service for snap application nextcloud.renew-certs.
Oct 31 21:54:41 computr0n systemd[1]: Started Service for snap application nextcloud.renew-certs.
Oct 31 21:54:45 computr0n nextcloud.renew-certs[17882]: Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log
Oct 31 21:54:45 computr0n nextcloud.renew-certs[17882]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 31 21:54:45 computr0n nextcloud.renew-certs[17882]: Processing
Oct 31 21:54:45 computr0n nextcloud.renew-certs[17882]: /var/snap/nextcloud/current/certs/certbot/config/renewal/nextcloud.richarddecal.com.conf
Oct 31 21:54:45 computr0n nextcloud.renew-certs[17882]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 31 21:54:45 computr0n nextcloud.renew-certs[17882]: Cert not yet due for renewal
Oct 31 21:54:45 computr0n nextcloud.renew-certs[17882]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 31 21:54:45 computr0n nextcloud.renew-certs[17882]: The following certs are not due for renewal yet:
Oct 31 21:54:45 computr0n nextcloud.renew-certs[17882]:   /var/snap/nextcloud/current/certs/certbot/config/live/nextcloud.richarddecal.com/fullchain.pem expires on 2019-12-22 (skipped)
Oct 31 21:54:45 computr0n nextcloud.renew-certs[17882]: No renewals were attempted.
Oct 31 21:54:45 computr0n nextcloud.renew-certs[17882]: No hooks were run.
Oct 31 21:54:45 computr0n nextcloud.renew-certs[17882]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 31 21:55:39 computr0n systemd[1]: Stopping Service for snap application nextcloud.renew-certs...
Oct 31 21:55:39 computr0n systemd[1]: snap.nextcloud.renew-certs.service: Main process exited, code=killed, status=15/TERM
Oct 31 21:55:39 computr0n systemd[1]: snap.nextcloud.renew-certs.service: Succeeded.
Oct 31 21:55:39 computr0n systemd[1]: Stopped Service for snap application nextcloud.renew-certs.
-- Reboot --
Oct 31 21:56:03 computr0n systemd[1]: Started Service for snap application nextcloud.renew-certs.
Oct 31 21:56:09 computr0n nextcloud.renew-certs[1107]: Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log
Oct 31 21:56:09 computr0n nextcloud.renew-certs[1107]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 31 21:56:09 computr0n nextcloud.renew-certs[1107]: Processing
Oct 31 21:56:09 computr0n nextcloud.renew-certs[1107]: /var/snap/nextcloud/current/certs/certbot/config/renewal/nextcloud.richarddecal.com.conf
Oct 31 21:56:09 computr0n nextcloud.renew-certs[1107]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 31 21:56:09 computr0n nextcloud.renew-certs[1107]: Cert not yet due for renewal
Oct 31 21:56:09 computr0n nextcloud.renew-certs[1107]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 31 21:56:09 computr0n nextcloud.renew-certs[1107]: The following certs are not due for renewal yet:
Oct 31 21:56:09 computr0n nextcloud.renew-certs[1107]:   /var/snap/nextcloud/current/certs/certbot/config/live/nextcloud.richarddecal.com/fullchain.pem expires on 2019-12-22 (skipped)
Oct 31 21:56:09 computr0n nextcloud.renew-certs[1107]: No renewals were attempted.
Oct 31 21:56:09 computr0n nextcloud.renew-certs[1107]: No hooks were run.
Oct 31 21:56:09 computr0n nextcloud.renew-certs[1107]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 31 22:06:20 computr0n systemd[1]: Stopping Service for snap application nextcloud.renew-certs...
Oct 31 22:06:20 computr0n systemd[1]: snap.nextcloud.renew-certs.service: Main process exited, code=killed, status=15/TERM
Oct 31 22:06:20 computr0n systemd[1]: snap.nextcloud.renew-certs.service: Succeeded.
Oct 31 22:06:20 computr0n systemd[1]: Stopped Service for snap application nextcloud.renew-certs.
Oct 31 22:06:26 computr0n systemd[1]: Started Service for snap application nextcloud.renew-certs.
Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]: Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log
Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]: Processing
Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]: /var/snap/nextcloud/current/certs/certbot/config/renewal/nextcloud.richarddecal.com.conf
Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]: Cert not yet due for renewal
Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]: The following certs are not due for renewal yet:
Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]:   /var/snap/nextcloud/current/certs/certbot/config/live/nextcloud.richarddecal.com/fullchain.pem expires on 2019-12-22 (skipped)
Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]: No renewals were attempted.
Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]: No hooks were run.
Oct 31 22:06:27 computr0n nextcloud.renew-certs[32520]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



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 Thu 2019-10-31 22:06:26 UTC; 8min ago
 Main PID: 32532 (nextcloud-cron)
    Tasks: 2 (limit: 4915)
   Memory: 2.2M
   CGroup: /system.slice/snap.nextcloud.nextcloud-cron.service
           ├─  584 sleep 10m
           └─32532 /bin/sh /snap/nextcloud/16296/bin/nextcloud-cron

Oct 31 22:06:26 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
Oct 31 22:06:26 computr0n nextcloud.nextcloud-cron[32532]: Waiting for Nextcloud config dir... done

Journal

-- Logs begin at Thu 2019-09-12 16:08:55 UTC, end at Thu 2019-10-31 22:14:34 UTC. --
Sep 12 20:27:40 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
Sep 12 20:27:41 computr0n nextcloud.nextcloud-cron[1118]: Waiting for Nextcloud config dir... done
-- Reboot --
Sep 21 21:54:57 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
Sep 21 21:54:58 computr0n nextcloud.nextcloud-cron[1045]: Waiting for Nextcloud config dir... done
Sep 23 01:00:22 computr0n systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
Sep 23 01:00:22 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Main process exited, code=killed, status=15/TERM
Sep 23 01:00:22 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
Sep 23 01:00:22 computr0n systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
-- Reboot --
Sep 23 01:00:47 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
Sep 23 01:00:48 computr0n nextcloud.nextcloud-cron[1180]: Waiting for Nextcloud config dir... done
Sep 28 03:41:02 computr0n systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
Sep 28 03:41:02 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Main process exited, code=killed, status=15/TERM
Sep 28 03:41:02 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
Sep 28 03:41:02 computr0n systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
Sep 28 03:41:08 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
Sep 28 03:41:08 computr0n nextcloud.nextcloud-cron[14696]: Waiting for Nextcloud config dir... done
Oct 04 11:05:56 computr0n systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
Oct 04 11:05:56 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Main process exited, code=killed, status=15/TERM
Oct 04 11:05:56 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
Oct 04 11:05:56 computr0n systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
Oct 04 11:06:04 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
Oct 04 11:06:04 computr0n nextcloud.nextcloud-cron[15466]: Waiting for Nextcloud config dir... done
Oct 08 14:51:27 computr0n systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
Oct 08 14:51:27 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Main process exited, code=killed, status=15/TERM
Oct 08 14:51:27 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
Oct 08 14:51:27 computr0n systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
-- Reboot --
Oct 08 14:51:54 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
Oct 08 14:51:55 computr0n nextcloud.nextcloud-cron[1077]: Waiting for Nextcloud config dir... done
Oct 18 01:50:47 computr0n systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
Oct 18 01:50:47 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Main process exited, code=killed, status=15/TERM
Oct 18 01:50:47 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
Oct 18 01:50:47 computr0n systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
-- Reboot --
Oct 18 01:51:09 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
Oct 18 01:51:10 computr0n nextcloud.nextcloud-cron[1093]: Waiting for Nextcloud config dir... done
Oct 25 23:31:21 computr0n systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
Oct 25 23:31:21 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Main process exited, code=killed, status=15/TERM
Oct 25 23:31:21 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
Oct 25 23:31:21 computr0n systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
Oct 25 23:31:28 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
Oct 25 23:31:28 computr0n nextcloud.nextcloud-cron[26886]: Waiting for Nextcloud config dir... done
Oct 26 19:36:08 computr0n systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
Oct 26 19:36:08 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Main process exited, code=killed, status=15/TERM
Oct 26 19:36:08 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
Oct 26 19:36:08 computr0n systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
-- Reboot --
Oct 26 19:36:31 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
Oct 26 19:36:32 computr0n nextcloud.nextcloud-cron[1095]: Waiting for Nextcloud config dir... done
Oct 27 01:10:01 computr0n systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
Oct 27 01:10:01 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Main process exited, code=killed, status=15/TERM
Oct 27 01:10:01 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
Oct 27 01:10:01 computr0n systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
-- Reboot --
Oct 27 01:10:28 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
Oct 27 01:10:29 computr0n nextcloud.nextcloud-cron[1120]: Waiting for Nextcloud config dir... done
Oct 31 21:54:37 computr0n systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
Oct 31 21:54:37 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Main process exited, code=killed, status=15/TERM
Oct 31 21:54:37 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
Oct 31 21:54:37 computr0n systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
Oct 31 21:54:41 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
Oct 31 21:54:41 computr0n nextcloud.nextcloud-cron[17859]: Waiting for Nextcloud config dir... done
Oct 31 21:55:39 computr0n systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
Oct 31 21:55:39 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Main process exited, code=killed, status=15/TERM
Oct 31 21:55:39 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
Oct 31 21:55:39 computr0n systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
-- Reboot --
Oct 31 21:56:03 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
Oct 31 21:56:04 computr0n nextcloud.nextcloud-cron[1098]: Waiting for Nextcloud config dir... done
Oct 31 21:58:34 computr0n systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
Oct 31 21:58:34 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Main process exited, code=killed, status=15/TERM
Oct 31 21:58:34 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
Oct 31 21:58:34 computr0n systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
Oct 31 21:58:34 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
Oct 31 21:58:34 computr0n nextcloud.nextcloud-cron[26006]: Waiting for Nextcloud config dir... done
Oct 31 22:06:19 computr0n systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
Oct 31 22:06:19 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Main process exited, code=killed, status=15/TERM
Oct 31 22:06:19 computr0n systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
Oct 31 22:06:19 computr0n systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
Oct 31 22:06:26 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
Oct 31 22:06:26 computr0n nextcloud.nextcloud-cron[32532]: 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: active (running) since Thu 2019-10-31 22:06:26 UTC; 8min ago
 Main PID: 32502 (nextcloud-fixer)
    Tasks: 2 (limit: 4915)
   Memory: 2.1M
   CGroup: /system.slice/snap.nextcloud.nextcloud-fixer.service
           ├─10053 sleep 1
           └─32502 /bin/sh /snap/nextcloud/16296/bin/nextcloud-fixer

Oct 31 22:06:26 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-fixer.
Oct 31 22:06:26 computr0n nextcloud.nextcloud-fixer[32502]: Waiting for Apache...

Journal

-- Logs begin at Thu 2019-09-12 16:08:55 UTC, end at Thu 2019-10-31 22:14:34 UTC. --
Oct 08 14:52:07 computr0n nextcloud.nextcloud-fixer[1102]: done
Oct 08 14:52:09 computr0n systemd[1]: snap.nextcloud.nextcloud-fixer.service: Succeeded.
-- Reboot --
Oct 18 01:51:09 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-fixer.
Oct 18 01:51:10 computr0n nextcloud.nextcloud-fixer[1125]: Waiting for Apache...
Oct 18 01:51:18 computr0n nextcloud.nextcloud-fixer[1125]: done
Oct 18 01:51:19 computr0n nextcloud.nextcloud-fixer[1125]: Check indices of the share table.
Oct 18 01:51:19 computr0n nextcloud.nextcloud-fixer[1125]: Check indices of the filecache table.
Oct 18 01:51:19 computr0n nextcloud.nextcloud-fixer[1125]: Check indices of the twofactor_providers table.
Oct 18 01:51:19 computr0n nextcloud.nextcloud-fixer[1125]: Check indices of the login_flow_v2 table.
Oct 18 01:51:19 computr0n nextcloud.nextcloud-fixer[1125]: Check indices of the whats_new table.
Oct 18 01:51:19 computr0n nextcloud.nextcloud-fixer[1125]: Check indices of the cards table.
Oct 18 01:51:19 computr0n nextcloud.nextcloud-fixer[1125]: Check indices of the cards_properties table.
Oct 18 01:51:19 computr0n nextcloud.nextcloud-fixer[1125]: Done.
Oct 18 01:51:19 computr0n nextcloud.nextcloud-fixer[1125]: Enabling maintenance mode...
Oct 18 01:51:20 computr0n nextcloud.nextcloud-fixer[1125]: done
Oct 18 01:51:22 computr0n nextcloud.nextcloud-fixer[1125]: Nextcloud is in maintenance mode - no apps have been loaded
Oct 18 01:51:22 computr0n nextcloud.nextcloud-fixer[1125]: All tables already up to date!
Oct 18 01:51:22 computr0n nextcloud.nextcloud-fixer[1125]: Disabling maintenance mode...
Oct 18 01:51:22 computr0n nextcloud.nextcloud-fixer[1125]: done
Oct 18 01:51:24 computr0n systemd[1]: snap.nextcloud.nextcloud-fixer.service: Succeeded.
Oct 25 23:31:28 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-fixer.
Oct 25 23:31:28 computr0n nextcloud.nextcloud-fixer[26849]: Waiting for Apache...
Oct 25 23:31:40 computr0n nextcloud.nextcloud-fixer[26849]: done
Oct 25 23:31:41 computr0n nextcloud.nextcloud-fixer[26849]: Check indices of the share table.
Oct 25 23:31:41 computr0n nextcloud.nextcloud-fixer[26849]: Check indices of the filecache table.
Oct 25 23:31:41 computr0n nextcloud.nextcloud-fixer[26849]: Check indices of the twofactor_providers table.
Oct 25 23:31:41 computr0n nextcloud.nextcloud-fixer[26849]: Check indices of the login_flow_v2 table.
Oct 25 23:31:41 computr0n nextcloud.nextcloud-fixer[26849]: Check indices of the whats_new table.
Oct 25 23:31:41 computr0n nextcloud.nextcloud-fixer[26849]: Check indices of the cards table.
Oct 25 23:31:41 computr0n nextcloud.nextcloud-fixer[26849]: Check indices of the cards_properties table.
Oct 25 23:31:41 computr0n nextcloud.nextcloud-fixer[26849]: Done.
Oct 25 23:31:41 computr0n nextcloud.nextcloud-fixer[26849]: Enabling maintenance mode...
Oct 25 23:31:41 computr0n nextcloud.nextcloud-fixer[26849]: done
Oct 25 23:31:43 computr0n nextcloud.nextcloud-fixer[26849]: Nextcloud is in maintenance mode - no apps have been loaded
Oct 25 23:31:43 computr0n nextcloud.nextcloud-fixer[26849]: All tables already up to date!
Oct 25 23:31:43 computr0n nextcloud.nextcloud-fixer[26849]: Disabling maintenance mode...
Oct 25 23:31:44 computr0n nextcloud.nextcloud-fixer[26849]: done
Oct 25 23:31:46 computr0n systemd[1]: snap.nextcloud.nextcloud-fixer.service: Succeeded.
-- Reboot --
Oct 26 19:36:31 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-fixer.
Oct 26 19:36:33 computr0n nextcloud.nextcloud-fixer[1102]: Waiting for Apache...
Oct 26 19:36:41 computr0n nextcloud.nextcloud-fixer[1102]: done
Oct 26 19:36:41 computr0n nextcloud.nextcloud-fixer[1102]: Check indices of the share table.
Oct 26 19:36:41 computr0n nextcloud.nextcloud-fixer[1102]: Check indices of the filecache table.
Oct 26 19:36:41 computr0n nextcloud.nextcloud-fixer[1102]: Check indices of the twofactor_providers table.
Oct 26 19:36:41 computr0n nextcloud.nextcloud-fixer[1102]: Check indices of the login_flow_v2 table.
Oct 26 19:36:41 computr0n nextcloud.nextcloud-fixer[1102]: Check indices of the whats_new table.
Oct 26 19:36:41 computr0n nextcloud.nextcloud-fixer[1102]: Check indices of the cards table.
Oct 26 19:36:41 computr0n nextcloud.nextcloud-fixer[1102]: Check indices of the cards_properties table.
Oct 26 19:36:41 computr0n nextcloud.nextcloud-fixer[1102]: Done.
Oct 26 19:36:41 computr0n nextcloud.nextcloud-fixer[1102]: Enabling maintenance mode...
Oct 26 19:36:42 computr0n nextcloud.nextcloud-fixer[1102]: done
Oct 26 19:36:44 computr0n nextcloud.nextcloud-fixer[1102]: Nextcloud is in maintenance mode - no apps have been loaded
Oct 26 19:36:44 computr0n nextcloud.nextcloud-fixer[1102]: All tables already up to date!
Oct 26 19:36:44 computr0n nextcloud.nextcloud-fixer[1102]: Disabling maintenance mode...
Oct 26 19:36:44 computr0n nextcloud.nextcloud-fixer[1102]: done
Oct 26 19:36:46 computr0n systemd[1]: snap.nextcloud.nextcloud-fixer.service: Succeeded.
-- Reboot --
Oct 27 01:10:28 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-fixer.
Oct 27 01:10:29 computr0n nextcloud.nextcloud-fixer[1102]: Waiting for Apache...
Oct 27 01:10:37 computr0n nextcloud.nextcloud-fixer[1102]: done
Oct 27 01:10:38 computr0n nextcloud.nextcloud-fixer[1102]: Check indices of the share table.
Oct 27 01:10:38 computr0n nextcloud.nextcloud-fixer[1102]: Check indices of the filecache table.
Oct 27 01:10:38 computr0n nextcloud.nextcloud-fixer[1102]: Check indices of the twofactor_providers table.
Oct 27 01:10:38 computr0n nextcloud.nextcloud-fixer[1102]: Check indices of the login_flow_v2 table.
Oct 27 01:10:38 computr0n nextcloud.nextcloud-fixer[1102]: Check indices of the whats_new table.
Oct 27 01:10:38 computr0n nextcloud.nextcloud-fixer[1102]: Check indices of the cards table.
Oct 27 01:10:38 computr0n nextcloud.nextcloud-fixer[1102]: Check indices of the cards_properties table.
Oct 27 01:10:38 computr0n nextcloud.nextcloud-fixer[1102]: Done.
Oct 27 01:10:38 computr0n nextcloud.nextcloud-fixer[1102]: Enabling maintenance mode...
Oct 27 01:10:39 computr0n nextcloud.nextcloud-fixer[1102]: done
Oct 27 01:10:41 computr0n nextcloud.nextcloud-fixer[1102]: Nextcloud is in maintenance mode - no apps have been loaded
Oct 27 01:10:41 computr0n nextcloud.nextcloud-fixer[1102]: All tables already up to date!
Oct 27 01:10:41 computr0n nextcloud.nextcloud-fixer[1102]: Disabling maintenance mode...
Oct 27 01:10:41 computr0n nextcloud.nextcloud-fixer[1102]: done
Oct 27 01:10:43 computr0n systemd[1]: snap.nextcloud.nextcloud-fixer.service: Succeeded.
Oct 31 21:54:41 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-fixer.
Oct 31 21:54:41 computr0n nextcloud.nextcloud-fixer[17846]: Waiting for Apache...
Oct 31 21:55:13 computr0n nextcloud.nextcloud-fixer[17846]: done
Oct 31 21:55:15 computr0n nextcloud.nextcloud-fixer[17846]: Check indices of the share table.
Oct 31 21:55:15 computr0n nextcloud.nextcloud-fixer[17846]: Check indices of the filecache table.
Oct 31 21:55:15 computr0n nextcloud.nextcloud-fixer[17846]: Check indices of the twofactor_providers table.
Oct 31 21:55:15 computr0n nextcloud.nextcloud-fixer[17846]: Check indices of the login_flow_v2 table.
Oct 31 21:55:15 computr0n nextcloud.nextcloud-fixer[17846]: Check indices of the whats_new table.
Oct 31 21:55:15 computr0n nextcloud.nextcloud-fixer[17846]: Check indices of the cards table.
Oct 31 21:55:15 computr0n nextcloud.nextcloud-fixer[17846]: Check indices of the cards_properties table.
Oct 31 21:55:15 computr0n nextcloud.nextcloud-fixer[17846]: Done.
Oct 31 21:55:15 computr0n nextcloud.nextcloud-fixer[17846]: Enabling maintenance mode...
Oct 31 21:55:15 computr0n nextcloud.nextcloud-fixer[17846]: done
Oct 31 21:55:15 computr0n nextcloud.nextcloud-fixer[17846]: Nextcloud is in maintenance mode - no apps have been loaded
Oct 31 21:55:16 computr0n nextcloud.nextcloud-fixer[17846]: All tables already up to date!
Oct 31 21:55:16 computr0n nextcloud.nextcloud-fixer[17846]: Disabling maintenance mode...
Oct 31 21:55:16 computr0n nextcloud.nextcloud-fixer[17846]: done
Oct 31 21:55:16 computr0n systemd[1]: snap.nextcloud.nextcloud-fixer.service: Succeeded.
-- Reboot --
Oct 31 21:56:03 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-fixer.
Oct 31 21:56:05 computr0n nextcloud.nextcloud-fixer[1114]: Waiting for Apache...
Oct 31 22:06:20 computr0n systemd[1]: Stopping Service for snap application nextcloud.nextcloud-fixer...
Oct 31 22:06:20 computr0n systemd[1]: snap.nextcloud.nextcloud-fixer.service: Main process exited, code=killed, status=15/TERM
Oct 31 22:06:20 computr0n systemd[1]: snap.nextcloud.nextcloud-fixer.service: Succeeded.
Oct 31 22:06:20 computr0n systemd[1]: Stopped Service for snap application nextcloud.nextcloud-fixer.
Oct 31 22:06:26 computr0n systemd[1]: Started Service for snap application nextcloud.nextcloud-fixer.
Oct 31 22:06:26 computr0n nextcloud.nextcloud-fixer[32502]: Waiting for Apache...



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
        },
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": {
            "0": "localhost",
            "2": "nextcloud.richarddecal.com"
        },
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "17.0.0.9",
        "overwrite.cli.url": "http:\/\/localhost",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "maintenance": false,
        "loglevel": 2,
        "twofactor_enforced": "false",
        "twofactor_enforced_groups": [],
        "twofactor_enforced_excluded_groups": []
    },
    "apps": {
        "accessibility": {
            "enabled": "no",
            "installed_version": "1.2.0",
            "types": ""
        },
        "activity": {
            "enabled": "no",
            "installed_version": "2.9.1",
            "types": "filesystem"
        },
        "backgroundjob": {
            "lastjob": "3"
        },
        "calendar": {
            "enabled": "yes",
            "installed_version": "1.7.1",
            "types": ""
        },
        "camerarawpreviews": {
            "enabled": "yes",
            "installed_version": "0.7.2",
            "types": "filesystem"
        },
        "cloud_federation_api": {
            "enabled": "yes",
            "installed_version": "1.0.0",
            "types": "filesystem"
        },
        "comments": {
            "enabled": "yes",
            "installed_version": "1.7.0",
            "types": "logging"
        },
        "contacts": {
            "enabled": "yes",
            "installed_version": "3.1.6",
            "types": ""
        },
        "core": {
            "backgroundjobs_mode": "cron",
            "enterpriseLogoChecked": "yes",
            "installedat": "1560305034.7671",
            "lastcron": "1572559131",
            "lastupdatedat": "0",
            "oc.integritycheck.checker": "[]",
            "public_files": "files_sharing\/public.php",
            "public_webdav": "dav\/appinfo\/v1\/publicwebdav.php",
            "scss.variables": "d41d8cd98f00b204e9800998ecf8427e",
            "theming.variables": "db81cddf52fdb3c8ca1e4c859e214124",
            "vendor": "nextcloud"
        },
        "dav": {
            "buildCalendarReminderIndex": "yes",
            "buildCalendarSearchIndex": "yes",
            "chunks_migrated": "1",
            "enabled": "yes",
            "installed_version": "1.13.0",
            "regeneratedBirthdayCalendarsForYearFix": "yes",
            "types": "filesystem"
        },
        "deck": {
            "enabled": "yes",
            "installed_version": "0.7.0",
            "types": "dav"
        },
        "external": {
            "enabled": "yes",
            "installed_version": "3.4.1",
            "types": ""
        },
        "federatedfilesharing": {
            "enabled": "yes",
            "installed_version": "1.7.0",
            "types": ""
        },
        "federation": {
            "enabled": "yes",
            "installed_version": "1.7.0",
            "types": "authentication"
        },
        "files": {
            "cronjob_scan_files": "500",
            "enabled": "yes",
            "installed_version": "1.12.0",
            "types": "filesystem"
        },
        "files_external": {
            "enabled": "yes",
            "installed_version": "1.8.0",
            "types": "filesystem"
        },
        "files_pdfviewer": {
            "enabled": "yes",
            "installed_version": "1.6.0",
            "types": ""
        },
        "files_rightclick": {
            "enabled": "yes",
            "installed_version": "0.15.1",
            "types": ""
        },
        "files_sharing": {
            "enabled": "yes",
            "installed_version": "1.9.0",
            "types": "filesystem"
        },
        "files_texteditor": {
            "enabled": "no",
            "installed_version": "2.8.0",
            "types": ""
        },
        "files_trashbin": {
            "enabled": "yes",
            "installed_version": "1.7.0",
            "types": "filesystem,dav"
        },
        "files_versions": {
            "enabled": "yes",
            "installed_version": "1.10.0",
            "types": "filesystem,dav"
        },
        "files_videoplayer": {
            "enabled": "yes",
            "installed_version": "1.6.0",
            "types": ""
        },
        "firstrunwizard": {
            "enabled": "yes",
            "installed_version": "2.6.0",
            "types": "logging"
        },
        "gallery": {
            "enabled": "yes",
            "installed_version": "18.4.0",
            "types": ""
        },
        "logreader": {
            "enabled": "yes",
            "installed_version": "2.2.0",
            "types": ""
        },
        "lookup_server_connector": {
            "enabled": "yes",
            "installed_version": "1.5.0",
            "types": "authentication"
        },
        "nextcloud_announcements": {
            "enabled": "yes",
            "installed_version": "1.6.0",
            "pub_date": "Thu, 24 Oct 2019 00:00:00 +0200",
            "types": "logging"
        },
        "notifications": {
            "enabled": "yes",
            "installed_version": "2.5.0",
            "types": "logging"
        },
        "oauth2": {
            "enabled": "yes",
            "installed_version": "1.5.0",
            "types": "authentication"
        },
        "password_policy": {
            "enabled": "yes",
            "enforceHaveIBeenPwned": "1",
            "enforceNumericCharacters": "1",
            "enforceSpecialCharacters": "1",
            "enforceUpperLowerCase": "1",
            "installed_version": "1.7.0",
            "types": ""
        },
        "passwords": {
            "SSEv1ServerKey": "0CgyHyIiQ0zm+prpHqD61jMcbfM6\/0paElMSO6m7MApHy8SnegHoKDvfIEzqJfVZyvQm4v8hNAIi1vJbNXxrSyFb0PjeymiHuqi5X+kACXyELjXT5J1s3Drdt7xquxSfWlQpFC33Dgjkdu28tIGMoUm7Drl1DJdowe5ahDnKXZxrtXvJ+qcxf93Lu5vyPv+yTZgYV0GT4FHdzqK77tITM\/BPL7XG8KKSwO+Y3cVdoW9Nnf0JfPQ+liGRcpQS2IePx9aNmrant+jB05V2eOPLsrwDb89TTsPkRf1DKkVVItD0jr6QWqW4T0k0aDHMehOkXmKiVVW5rbI3A6B9YQ6rvjcWXmMqCdL1DXyhxWOpVIAm4s6\/1B4yErRYTRHe5n0LWODb3r\/N9NZvc+fuTGgn4\/\/XPhzIHUv7623Ja8EOjTJyBmM+jC9bLvib0ZwBCzXqUT9iQuse4jcm05a4wK7PbQxBzkpRcYRaLnz8fFOsxnjC1huzw3ZL2T4NAb4gS0ktt0W9np4cUiD7KsTr6tbrDRNYL2t3OO16XPuZzxSno5TLcShuprbO99CrMVyicxyLIh6LmqgBfW0QeXAyrfHpunPz0tHoNbxqTUp9xVUnvGF2868AIOqOxokmv8NAsph22t8F6XtfZapoJKTGRhR9v4S\/tcx6Scy1FLqFazZAkDyvDHoabWzZoJlNjpuIXljnngvujmUu\/somuusT\/W7dItvXqfUxReb7N3SOmP5SmyYUguCJU5vQyxoa4sxlsN5NyQtCZ8uQTy7iHfPUcRA255YAzvN0kU+jloT4zeflf+J5NtkF+88KALozcqw\/5Ge4REBRLmTyXMeNWhbibItfFggCfdH6\/2O0jcSwEuYv2Q524oF2GbbZhHW5So9ztvrQ7gf9gVW5loZ0i\/sxvbWbyuvh4zVSnxCv79nUVwkcLzw9G5eLaw7e74R7GSJopzoaXeOohsy\/t3tq6C9ry46ZBmQ9Q\/2M3l4tIbNrCS7xUGA9mK9jdIQXOKNQZfR9O\/Gb",
            "backup\/timestamp": "1564392999",
            "backups\/moved": "yes",
            "enabled": "yes",
            "installed_version": "2019.10.0",
            "legacy_api_checkpoint": "1572325927",
            "legacy_last_used": "1572228779",
            "migration\/customFields": "2019.7.2",
            "passwords\/localdb\/type": "hibp",
            "service\/favicon": "bi",
            "service\/words": "wo4snakes",
            "survey\/server\/mode": "2",
            "survey\/server\/notification": "1571720227",
            "survey\/server\/week": "44",
            "types": "",
            "users\/deleted": "[]"
        },
        "previewgenerator": {
            "enabled": "yes",
            "installed_version": "2.1.0",
            "types": "filesystem"
        },
        "privacy": {
            "enabled": "yes",
            "installed_version": "1.1.0",
            "types": ""
        },
        "provisioning_api": {
            "enabled": "yes",
            "installed_version": "1.7.0",
            "types": "prevent_group_restriction"
        },
        "recommendations": {
            "enabled": "yes",
            "installed_version": "0.5.0",
            "types": ""
        },
        "serverinfo": {
            "enabled": "yes",
            "installed_version": "1.7.0",
            "types": ""
        },
        "sharebymail": {
            "enabled": "yes",
            "installed_version": "1.7.0",
            "types": "filesystem"
        },
        "support": {
            "enabled": "yes",
            "installed_version": "1.0.1",
            "types": "session"
        },
        "survey_client": {
            "enabled": "no",
            "installed_version": "1.4.0",
            "last_report": "{\"id\":\"oc8bhc4qaaww\",\"items\":[[\"server\",\"version\",\"16.0.2.0\"],[\"server\",\"code\",\"other\"],[\"server\",\"enable_avatars\",\"yes\"],[\"server\",\"enable_previews\",\"yes\"],[\"server\",\"memcache.local\",\"\\\\OC\\\\Memcache\\\\Redis\"],[\"server\",\"memcache.distributed\",\"none\"],[\"server\",\"asset-pipeline.enabled\",\"no\"],[\"server\",\"filelocking.enabled\",\"yes\"],[\"server\",\"memcache.locking\",\"\\\\OC\\\\Memcache\\\\Redis\"],[\"server\",\"debug\",\"no\"],[\"server\",\"cron\",\"cron\"],[\"php\",\"version\",\"7.2.19\"],[\"php\",\"memory_limit\",1073741824],[\"php\",\"max_execution_time\",0],[\"php\",\"upload_max_filesize\",2097152],[\"database\",\"type\",\"mysql\"],[\"database\",\"version\",\"5.7.26\"],[\"database\",\"size\",32088064],[\"apps\",\"accessibility\",\"1.2.0\"],[\"apps\",\"activity\",\"disabled\"],[\"apps\",\"calendar\",\"disabled\"],[\"apps\",\"camerarawpreviews\",\"0.7.0\"],[\"apps\",\"cloud_federation_api\",\"0.2.0\"],[\"apps\",\"comments\",\"1.6.0\"],[\"apps\",\"contacts\",\"3.1.3\"],[\"apps\",\"dav\",\"1.9.2\"],[\"apps\",\"deck\",\"disabled\"],[\"apps\",\"external\",\"3.3.0\"],[\"apps\",\"federatedfilesharing\",\"1.6.0\"],[\"apps\",\"federation\",\"1.6.0\"],[\"apps\",\"files\",\"1.11.0\"],[\"apps\",\"files_external\",\"1.7.0\"],[\"apps\",\"files_pdfviewer\",\"1.5.0\"],[\"apps\",\"files_rightclick\",\"0.13.0\"],[\"apps\",\"files_sharing\",\"1.8.0\"],[\"apps\",\"files_texteditor\",\"2.8.0\"],[\"apps\",\"files_trashbin\",\"1.6.0\"],[\"apps\",\"files_versions\",\"1.9.0\"],[\"apps\",\"files_videoplayer\",\"1.5.0\"],[\"apps\",\"firstrunwizard\",\"2.5.0\"],[\"apps\",\"gallery\",\"18.3.0\"],[\"apps\",\"logreader\",\"2.1.0\"],[\"apps\",\"lookup_server_connector\",\"1.4.0\"],[\"apps\",\"nextcloud_announcements\",\"1.5.0\"],[\"apps\",\"notifications\",\"2.4.1\"],[\"apps\",\"oauth2\",\"1.4.2\"],[\"apps\",\"password_policy\",\"1.6.0\"],[\"apps\",\"passwords\",\"2019.6.0\"],[\"apps\",\"previewgenerator\",\"2.1.0\"],[\"apps\",\"privacy\",\"1.0.0\"],[\"apps\",\"provisioning_api\",\"1.6.0\"],[\"apps\",\"recommendations\",\"0.4.0\"],[\"apps\",\"serverinfo\",\"1.6.0\"],[\"apps\",\"sharebymail\",\"1.6.0\"],[\"apps\",\"support\",\"1.0.0\"],[\"apps\",\"survey_client\",\"1.4.0\"],[\"apps\",\"systemtags\",\"1.6.0\"],[\"apps\",\"theming\",\"disabled\"],[\"apps\",\"twofactor_backupcodes\",\"1.5.0\"],[\"apps\",\"viewer\",\"1.0.0\"],[\"apps\",\"workflowengine\",\"1.6.0\"],[\"stats\",\"num_files\",40319],[\"stats\",\"num_users\",2],[\"stats\",\"num_storages\",6],[\"stats\",\"num_storages_local\",1],[\"stats\",\"num_storages_home\",3],[\"stats\",\"num_storages_other\",2],[\"stats\",\"num_comments\",0],[\"stats\",\"num_comment_markers\",0],[\"stats\",\"num_systemtags\",0],[\"stats\",\"num_systemtags_mappings\",0],[\"files_sharing\",\"num_shares\",1],[\"files_sharing\",\"num_shares_user\",0],[\"files_sharing\",\"num_shares_groups\",0],[\"files_sharing\",\"num_shares_link\",1],[\"files_sharing\",\"num_shares_link_no_password\",1],[\"files_sharing\",\"num_fed_shares_sent\",0],[\"files_sharing\",\"num_fed_shares_received\",0],[\"files_sharing\",\"permissions_3_1\",\"1\"],[\"encryption\",\"enabled\",\"no\"],[\"encryption\",\"default_module\",\"no\"]]}",
            "last_sent": "1563156646",
            "types": ""
        },
        "systemtags": {
            "enabled": "yes",
            "installed_version": "1.7.0",
            "types": "logging"
        },
        "text": {
            "enabled": "yes",
            "installed_version": "1.1.0",
            "types": ""
        },
        "theming": {
            "enabled": "yes",
            "installed_version": "1.8.0",
            "types": "logging"
        },
        "twofactor_backupcodes": {
            "enabled": "yes",
            "installed_version": "1.6.0",
            "types": ""
        },
        "viewer": {
            "enabled": "yes",
            "installed_version": "1.1.0",
            "types": ""
        },
        "workflowengine": {
            "enabled": "yes",
            "installed_version": "1.7.0",
            "types": "filesystem"
        }
    }
}


I get the default Apache2 page

Then you have the system Apache installed, which means both it and the snap are fighting for ports. This is borne out by your logs:

Oct 31 22:14:33 computr0n nextcloud.apache[9422]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
Oct 31 22:14:33 computr0n nextcloud.apache[9422]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80

You need to uninstall the system one or make either it or the snap listen on other ports.

@tinokizis can you please paste the output of the following command?

$ sudo nextcloud.occ upgrade

@kyrofa i tried. No output at all :O

I’m also experiencing the same issue where I can't access Nextcloud from the web browser, I also get the default Apache2 page. I don’t have Apache2 installed alongside the snap. But my error message says “cannot communicate with server” instead of “Address already in use”.

I have tried

  • restarting nextcloud
  • nextcloud.occ upgrade
  • made sure Apache is not installed on the server and I have also disabled it on my desktop
  • snap refresh.

This also happened overnight. I have only had nextcloud installed for about three days, but I do shut it down at night. Everything was working well but now I only get the default apache2 page, even when I try to access the router. It is possible to login for users from the domain I was using, but not the admin page that comes when I type the ip of the server.

OS: Ubuntu server 20.04 LTS


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 Sun 2020-05-17 15:42:56 UTC; 1h 28min ago
   Main PID: 8225 (run-httpd)
      Tasks: 84 (limit: 38059)
     Memory: 11.6M
     CGroup: /system.slice/snap.nextcloud.apache.service
             ├─8225 /bin/sh /snap/nextcloud/20498/bin/run-httpd -k start -DFOREGROUND
             ├─9255 /bin/sh /snap/nextcloud/20498/bin/httpd-wrapper -k start -DFOREGROUND
             ├─9296 httpd -d /snap/nextcloud/20498 -DEnableHTTPS -DEnableHSTS -k start -DFOREGROUND
             ├─9297 httpd -d /snap/nextcloud/20498 -DEnableHTTPS -DEnableHSTS -k start -DFOREGROUND
             ├─9298 httpd -d /snap/nextcloud/20498 -DEnableHTTPS -DEnableHSTS -k start -DFOREGROUND
             └─9299 httpd -d /snap/nextcloud/20498 -DEnableHTTPS -DEnableHSTS -k start -DFOREGROUND

May 17 15:42:59 nkloud nextcloud.apache[8941]: System config value redis => port set to integer 0
May 17 15:43:00 nkloud nextcloud.apache[8999]: System config value memcache.locking set to string \OC\Memcache\Redis
May 17 15:43:00 nkloud nextcloud.apache[9059]: System config value memcache.local set to string \OC\Memcache\Redis
May 17 15:43:00 nkloud nextcloud.apache[9119]: No such app enabled: updatenotification
May 17 15:43:00 nkloud nextcloud.apache[8322]: Making sure nextcloud is fully upgraded...
May 17 15:43:01 nkloud nextcloud.apache[9238]: Nextcloud is already latest version
May 17 15:43:01 nkloud nextcloud.apache[8225]: All set! Running httpd...
May 17 15:43:01 nkloud nextcloud.apache[9255]: Certificates have been activated: using HTTPS only
May 17 15:43:01 nkloud nextcloud.apache[9255]: Certificates look to be in order: enabling HSTS
May 17 15:43:01 nkloud nextcloud.apache[9296]: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' dir…s this message
Hint: Some lines were ellipsized, use -l to show in full.

Journal

-- Logs begin at Wed 2020-04-01 17:23:42 UTC, end at Sun 2020-05-17 17:11:24 UTC. --
May 15 19:43:03 nkloud nextcloud.apache[41101]: Certificates look to be in order: enabling HSTS
May 15 19:43:03 nkloud nextcloud.apache[41253]: error: cannot communicate with server: Post http://localhost/v2/snapctl: EOF
May 15 19:43:03 nkloud nextcloud.apache[41264]: error: cannot communicate with server: Post http://localhost/v2/snapctl: EOF
May 15 19:43:03 nkloud nextcloud.apache[41272]: error: cannot communicate with server: Post http://localhost/v2/snapctl: EOF
May 15 19:43:03 nkloud nextcloud.apache[41282]: error: cannot communicate with server: Post http://localhost/v2/snapctl: EOF
May 15 19:43:03 nkloud nextcloud.apache[41296]: error: cannot communicate with server: Post http://localhost/v2/snapctl: EOF
May 15 19:43:03 nkloud nextcloud.apache[41305]: error: cannot communicate with server: Post http://localhost/v2/snapctl: EOF
May 15 19:43:03 nkloud nextcloud.apache[41316]: error: cannot communicate with server: Post http://localhost/v2/snapctl: EOF
May 15 19:43:03 nkloud nextcloud.apache[41328]: error: cannot communicate with server: Post http://localhost/v2/snapctl: EOF
May 15 19:43:03 nkloud nextcloud.apache[41342]: error: cannot communicate with server: Post http://localhost/v2/snapctl: EOF
May 15 19:43:03 nkloud nextcloud.apache[41353]: 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
May 15 19:43:03 nkloud systemd[1]: snap.nextcloud.apache.service: Succeeded.
May 15 19:43:03 nkloud systemd[1]: Stopped Service for snap application nextcloud.apache.
-- Reboot --
May 17 13:06:53 nkloud systemd[1]: Started Service for snap application nextcloud.apache.
May 17 13:06:54 nkloud nextcloud.apache[948]: Making sure nextcloud is setup...
May 17 13:06:54 nkloud nextcloud.apache[1331]: Waiting for PHP...
May 17 13:06:58 nkloud nextcloud.apache[1331]: done
May 17 13:06:58 nkloud nextcloud.apache[1791]: System config value redis => host set to string /tmp/sockets/redis.sock
May 17 13:06:59 nkloud nextcloud.apache[1853]: System config value redis => port set to integer 0
May 17 13:06:59 nkloud nextcloud.apache[1911]: System config value memcache.locking set to string \OC\Memcache\Redis
May 17 13:06:59 nkloud nextcloud.apache[1970]: System config value memcache.local set to string \OC\Memcache\Redis
May 17 13:06:59 nkloud nextcloud.apache[2030]: No such app enabled: updatenotification
May 17 13:06:59 nkloud nextcloud.apache[1331]: Making sure nextcloud is fully upgraded...
May 17 13:07:00 nkloud nextcloud.apache[2150]: Nextcloud is already latest version
May 17 13:07:00 nkloud nextcloud.apache[948]: All set! Running httpd...
May 17 13:07:00 nkloud nextcloud.apache[2167]: Certificates have been activated: using HTTPS only
May 17 13:07:00 nkloud nextcloud.apache[2167]: Certificates look to be in order: enabling HSTS
May 17 13:07:00 nkloud nextcloud.apache[2208]: 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
May 17 13:22:49 nkloud systemd[1]: Stopping Service for snap application nextcloud.apache...
May 17 13:22:49 nkloud nextcloud.apache[4144]: Certificates have been activated: using HTTPS only
May 17 13:22:49 nkloud nextcloud.apache[4144]: Certificates look to be in order: enabling HSTS
May 17 13:22:49 nkloud nextcloud.apache[4284]: error: cannot communicate with server: Post http://localhost/v2/snapctl: read unix @->/run/snapd-snap.socket: read: connection reset by peer
May 17 13:22:49 nkloud nextcloud.apache[4302]: error: cannot communicate with server: Post http://localhost/v2/snapctl: EOF
May 17 13:22:49 nkloud nextcloud.apache[4313]: error: cannot communicate with server: Post http://localhost/v2/snapctl: EOF
May 17 13:22:49 nkloud nextcloud.apache[4327]: error: cannot communicate with server: Post http://localhost/v2/snapctl: EOF
May 17 13:22:49 nkloud nextcloud.apache[4341]: error: cannot communicate with server: Post http://localhost/v2/snapctl: read unix @->/run/snapd-snap.socket: read: connection reset by peer
May 17 13:22:49 nkloud nextcloud.apache[4362]: error: cannot communicate with server: Post http://localhost/v2/snapctl: read unix @->/run/snapd-snap.socket: read: connection reset by peer
May 17 13:22:49 nkloud nextcloud.apache[4373]: error: cannot communicate with server: Post http://localhost/v2/snapctl: EOF
May 17 13:22:49 nkloud nextcloud.apache[4378]: error: cannot communicate with server: Post http://localhost/v2/snapctl: EOF
May 17 13:22:49 nkloud nextcloud.apache[4382]: error: cannot communicate with server: Post http://localhost/v2/snapctl: EOF
May 17 13:22:49 nkloud nextcloud.apache[4387]: 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
May 17 13:22:49 nkloud systemd[1]: snap.nextcloud.apache.service: Succeeded.
May 17 13:22:49 nkloud systemd[1]: Stopped Service for snap application nextcloud.apache.
-- Reboot --
May 17 15:07:19 nkloud systemd[1]: Started Service for snap application nextcloud.apache.
May 17 15:07:20 nkloud nextcloud.apache[907]: Making sure nextcloud is setup...
May 17 15:07:20 nkloud nextcloud.apache[1260]: Waiting for PHP...
May 17 15:07:23 nkloud nextcloud.apache[1260]: done
May 17 15:07:23 nkloud nextcloud.apache[1706]: System config value redis => host set to string /tmp/sockets/redis.sock
May 17 15:07:23 nkloud nextcloud.apache[1766]: System config value redis => port set to integer 0
May 17 15:07:23 nkloud nextcloud.apache[1826]: System config value memcache.locking set to string \OC\Memcache\Redis
May 17 15:07:24 nkloud nextcloud.apache[1888]: System config value memcache.local set to string \OC\Memcache\Redis
May 17 15:07:24 nkloud nextcloud.apache[1948]: No such app enabled: updatenotification
May 17 15:07:24 nkloud nextcloud.apache[1260]: Making sure nextcloud is fully upgraded...
May 17 15:07:24 nkloud nextcloud.apache[2069]: Nextcloud is already latest version
May 17 15:07:24 nkloud nextcloud.apache[907]: All set! Running httpd...
May 17 15:07:24 nkloud nextcloud.apache[2086]: Certificates have been activated: using HTTPS only
May 17 15:07:24 nkloud nextcloud.apache[2086]: Certificates look to be in order: enabling HSTS
May 17 15:07:24 nkloud nextcloud.apache[2128]: 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
May 17 15:14:19 nkloud systemd[1]: Stopping Service for snap application nextcloud.apache...
May 17 15:14:19 nkloud nextcloud.apache[3652]: Certificates have been activated: using HTTPS only
May 17 15:14:20 nkloud nextcloud.apache[3652]: Certificates look to be in order: enabling HSTS
May 17 15:14:20 nkloud nextcloud.apache[3987]: 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
May 17 15:14:20 nkloud systemd[1]: snap.nextcloud.apache.service: Succeeded.
May 17 15:14:20 nkloud systemd[1]: Stopped Service for snap application nextcloud.apache.
May 17 15:14:20 nkloud systemd[1]: Started Service for snap application nextcloud.apache.
May 17 15:14:20 nkloud nextcloud.apache[4028]: Making sure nextcloud is setup...
May 17 15:14:20 nkloud nextcloud.apache[4075]: Waiting for PHP...
May 17 15:14:24 nkloud nextcloud.apache[4075]: done
May 17 15:14:24 nkloud nextcloud.apache[4485]: System config value redis => host set to string /tmp/sockets/redis.sock
May 17 15:14:24 nkloud nextcloud.apache[4544]: System config value redis => port set to integer 0
May 17 15:14:24 nkloud nextcloud.apache[4602]: System config value memcache.locking set to string \OC\Memcache\Redis
May 17 15:14:25 nkloud nextcloud.apache[4660]: System config value memcache.local set to string \OC\Memcache\Redis
May 17 15:14:25 nkloud nextcloud.apache[4743]: No such app enabled: updatenotification
May 17 15:14:25 nkloud nextcloud.apache[4075]: Making sure nextcloud is fully upgraded...
May 17 15:14:25 nkloud nextcloud.apache[4982]: Nextcloud is already latest version
May 17 15:14:25 nkloud nextcloud.apache[4028]: All set! Running httpd...
May 17 15:14:25 nkloud nextcloud.apache[5006]: Certificates have been activated: using HTTPS only
May 17 15:14:25 nkloud nextcloud.apache[5006]: Certificates look to be in order: enabling HSTS
May 17 15:14:25 nkloud nextcloud.apache[5047]: 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
May 17 15:42:37 nkloud systemd[1]: Stopping Service for snap application nextcloud.apache...
May 17 15:42:37 nkloud nextcloud.apache[7796]: Certificates have been activated: using HTTPS only
May 17 15:42:37 nkloud nextcloud.apache[7796]: Certificates look to be in order: enabling HSTS
May 17 15:42:37 nkloud nextcloud.apache[7856]: 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
May 17 15:42:37 nkloud systemd[1]: snap.nextcloud.apache.service: Succeeded.
May 17 15:42:37 nkloud systemd[1]: Stopped Service for snap application nextcloud.apache.
May 17 15:42:56 nkloud systemd[1]: Started Service for snap application nextcloud.apache.
May 17 15:42:56 nkloud nextcloud.apache[8225]: Making sure nextcloud is setup...
May 17 15:42:56 nkloud nextcloud.apache[8322]: Waiting for PHP...
May 17 15:42:59 nkloud nextcloud.apache[8322]: done
May 17 15:42:59 nkloud nextcloud.apache[8883]: System config value redis => host set to string /tmp/sockets/redis.sock
May 17 15:42:59 nkloud nextcloud.apache[8941]: System config value redis => port set to integer 0
May 17 15:43:00 nkloud nextcloud.apache[8999]: System config value memcache.locking set to string \OC\Memcache\Redis
May 17 15:43:00 nkloud nextcloud.apache[9059]: System config value memcache.local set to string \OC\Memcache\Redis
May 17 15:43:00 nkloud nextcloud.apache[9119]: No such app enabled: updatenotification
May 17 15:43:00 nkloud nextcloud.apache[8322]: Making sure nextcloud is fully upgraded...
May 17 15:43:01 nkloud nextcloud.apache[9238]: Nextcloud is already latest version
May 17 15:43:01 nkloud nextcloud.apache[8225]: All set! Running httpd...
May 17 15:43:01 nkloud nextcloud.apache[9255]: Certificates have been activated: using HTTPS only
May 17 15:43:01 nkloud nextcloud.apache[9255]: Certificates look to be in order: enabling HSTS
May 17 15:43:01 nkloud nextcloud.apache[9296]: 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



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 Sun 2020-05-17 15:42:56 UTC; 1h 28min ago
   Main PID: 8362 (start-php-fpm)
      Tasks: 2 (limit: 38059)
     Memory: 10.2M
     CGroup: /system.slice/snap.nextcloud.php-fpm.service
             ├─8362 /bin/sh /snap/nextcloud/20498/bin/start-php-fpm
             └─8822 php-fpm: master process (/snap/nextcloud/20498/config/php/php-fpm.conf)

May 17 15:42:56 nkloud systemd[1]: Started Service for snap application nextcloud.php-fpm.
May 17 15:42:56 nkloud nextcloud.php-fpm[8362]: Waiting for MySQL...
May 17 15:42:58 nkloud nextcloud.php-fpm[8362]: done
May 17 15:42:58 nkloud nextcloud.php-fpm[8362]: Obtaining nextcloud mysql credentials... done

Journal

-- Logs begin at Wed 2020-04-01 17:23:42 UTC, end at Sun 2020-05-17 17:11:25 UTC. --
May 11 23:39:18 nkloud systemd[1]: Started Service for snap application nextcloud.php-fpm.
May 11 23:39:18 nkloud nextcloud.php-fpm[2751]: Waiting for MySQL...
May 11 23:39:30 nkloud nextcloud.php-fpm[2751]: done
May 11 23:39:30 nkloud nextcloud.php-fpm[2751]: Obtaining nextcloud mysql credentials... done
May 12 00:22:21 nkloud systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
May 12 00:22:22 nkloud systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
May 12 00:22:22 nkloud systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
-- Reboot --
May 12 00:22:29 nkloud systemd[1]: Started Service for snap application nextcloud.php-fpm.
May 12 00:22:30 nkloud nextcloud.php-fpm[994]: Waiting for MySQL...
May 12 00:22:33 nkloud nextcloud.php-fpm[994]: done
May 12 00:22:33 nkloud nextcloud.php-fpm[994]: Obtaining nextcloud mysql credentials... done
May 12 19:29:58 nkloud systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
May 12 19:29:58 nkloud systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
May 12 19:29:58 nkloud systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
May 12 19:30:12 nkloud systemd[1]: Started Service for snap application nextcloud.php-fpm.
May 12 19:30:12 nkloud nextcloud.php-fpm[16181]: Waiting for MySQL...
May 12 19:30:14 nkloud nextcloud.php-fpm[16181]: done
May 12 19:30:14 nkloud nextcloud.php-fpm[16181]: Obtaining nextcloud mysql credentials... done
May 12 22:50:10 nkloud systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
May 12 22:50:10 nkloud systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
May 12 22:50:10 nkloud systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
-- Reboot --
May 12 22:50:18 nkloud systemd[1]: Started Service for snap application nextcloud.php-fpm.
May 12 22:50:18 nkloud nextcloud.php-fpm[981]: Waiting for MySQL...
May 12 22:50:21 nkloud nextcloud.php-fpm[981]: done
May 12 22:50:21 nkloud nextcloud.php-fpm[981]: Obtaining nextcloud mysql credentials... done
May 14 22:25:02 nkloud systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
May 14 22:25:02 nkloud systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
May 14 22:25:02 nkloud systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
May 14 22:25:15 nkloud systemd[1]: Started Service for snap application nextcloud.php-fpm.
May 14 22:25:15 nkloud nextcloud.php-fpm[7413]: Waiting for MySQL...
May 14 22:25:16 nkloud nextcloud.php-fpm[7413]: done
May 14 22:25:16 nkloud nextcloud.php-fpm[7413]: Obtaining nextcloud mysql credentials... done
May 15 00:36:23 nkloud systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
May 15 00:36:23 nkloud systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
May 15 00:36:23 nkloud systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
-- Reboot --
May 15 11:52:08 nkloud systemd[1]: Started Service for snap application nextcloud.php-fpm.
May 15 11:52:08 nkloud nextcloud.php-fpm[941]: Waiting for MySQL...
May 15 11:52:10 nkloud nextcloud.php-fpm[941]: done
May 15 11:52:10 nkloud nextcloud.php-fpm[941]: Obtaining nextcloud mysql credentials... done
May 15 15:00:10 nkloud systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
May 15 15:00:10 nkloud systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
May 15 15:00:10 nkloud systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
May 15 15:00:22 nkloud systemd[1]: Started Service for snap application nextcloud.php-fpm.
May 15 15:00:22 nkloud nextcloud.php-fpm[18089]: Waiting for MySQL...
May 15 15:00:24 nkloud nextcloud.php-fpm[18089]: done
May 15 15:00:24 nkloud nextcloud.php-fpm[18089]: Obtaining nextcloud mysql credentials... done
May 15 17:37:07 nkloud systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
May 15 17:37:07 nkloud systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
May 15 17:37:07 nkloud systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
May 15 17:37:19 nkloud systemd[1]: Started Service for snap application nextcloud.php-fpm.
May 15 17:37:19 nkloud nextcloud.php-fpm[31235]: Waiting for MySQL...
May 15 17:37:20 nkloud nextcloud.php-fpm[31235]: done
May 15 17:37:20 nkloud nextcloud.php-fpm[31235]: Obtaining nextcloud mysql credentials... done
May 15 19:43:03 nkloud systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
May 15 19:43:03 nkloud systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
May 15 19:43:03 nkloud systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
-- Reboot --
May 17 13:06:53 nkloud systemd[1]: Started Service for snap application nextcloud.php-fpm.
May 17 13:06:54 nkloud nextcloud.php-fpm[971]: Waiting for MySQL...
May 17 13:06:57 nkloud nextcloud.php-fpm[971]: done
May 17 13:06:57 nkloud nextcloud.php-fpm[971]: Obtaining nextcloud mysql credentials... done
May 17 13:22:49 nkloud systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
May 17 13:22:49 nkloud systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
May 17 13:22:49 nkloud systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
-- Reboot --
May 17 15:07:19 nkloud systemd[1]: Started Service for snap application nextcloud.php-fpm.
May 17 15:07:20 nkloud nextcloud.php-fpm[917]: Waiting for MySQL...
May 17 15:07:22 nkloud nextcloud.php-fpm[917]: done
May 17 15:07:22 nkloud nextcloud.php-fpm[917]: Obtaining nextcloud mysql credentials... done
May 17 15:14:19 nkloud systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
May 17 15:14:19 nkloud systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
May 17 15:14:19 nkloud systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
May 17 15:14:19 nkloud systemd[1]: Started Service for snap application nextcloud.php-fpm.
May 17 15:14:20 nkloud nextcloud.php-fpm[3709]: Waiting for MySQL...
May 17 15:14:24 nkloud nextcloud.php-fpm[3709]: done
May 17 15:14:24 nkloud nextcloud.php-fpm[3709]: Obtaining nextcloud mysql credentials... done
May 17 15:42:38 nkloud systemd[1]: Stopping Service for snap application nextcloud.php-fpm...
May 17 15:42:38 nkloud systemd[1]: snap.nextcloud.php-fpm.service: Succeeded.
May 17 15:42:38 nkloud systemd[1]: Stopped Service for snap application nextcloud.php-fpm.
May 17 15:42:56 nkloud systemd[1]: Started Service for snap application nextcloud.php-fpm.
May 17 15:42:56 nkloud nextcloud.php-fpm[8362]: Waiting for MySQL...
May 17 15:42:58 nkloud nextcloud.php-fpm[8362]: done
May 17 15:42:58 nkloud nextcloud.php-fpm[8362]: Obtaining nextcloud mysql credentials... done



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 Sun 2020-05-17 15:42:56 UTC; 1h 28min ago
   Main PID: 8339 (start_mysql)
      Tasks: 31 (limit: 38059)
     Memory: 199.0M
     CGroup: /system.slice/snap.nextcloud.mysql.service
             ├─ 8339 /bin/sh /snap/nextcloud/20498/bin/start_mysql
             ├─ 8564 /bin/sh /snap/nextcloud/20498/bin/mysqld_safe --datadir=/var/snap/nextcloud/20498/mysql --pid-file=/tmp/pids/mysql.pid --lc-messages-dir=/snap/nextcloud/20498/share --s…
             ├─ 8763 /snap/nextcloud/20498/bin/mysqld --basedir=/snap/nextcloud/20498 --datadir=/var/snap/nextcloud/20498/mysql --plugin-dir=/snap/nextcloud/20498/lib/plugin --lc-messages-d…
             └─26901 sleep 1

May 17 15:42:56 nkloud systemd[1]: Started Service for snap application nextcloud.mysql.
May 17 15:42:56 nkloud nextcloud.mysql[8505]: 2020-05-17T15:42:56.471043Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_t…more details).
May 17 15:42:56 nkloud nextcloud.mysql[8505]: 2020-05-17T15:42:56.471812Z 0 [ERROR] --initialize specified but the data directory has files in it. Aborting.
May 17 15:42:56 nkloud nextcloud.mysql[8505]: 2020-05-17T15:42:56.471838Z 0 [ERROR] Aborting
May 17 15:42:56 nkloud nextcloud.mysql[8524]: Starting MySQL
May 17 15:42:57 nkloud nextcloud.mysql[8524]: . *
May 17 15:42:57 nkloud nextcloud.mysql[8339]: Checking/upgrading mysql tables if necessary...
May 17 15:42:57 nkloud nextcloud.mysql[8798]: Checking if update is needed.
May 17 15:42:57 nkloud nextcloud.mysql[8798]: This installation of MySQL is already upgraded to 5.7.29, use --force if you still need to run mysql_upgrade
Hint: Some lines were ellipsized, use -l to show in full.

Journal

-- Logs begin at Wed 2020-04-01 17:23:42 UTC, end at Sun 2020-05-17 17:11:25 UTC. --
May 14 22:25:16 nkloud nextcloud.mysql[7866]: Checking if update is needed.
May 14 22:25:16 nkloud nextcloud.mysql[7866]: This installation of MySQL is already upgraded to 5.7.29, use --force if you still need to run mysql_upgrade
May 15 00:36:23 nkloud systemd[1]: Stopping Service for snap application nextcloud.mysql...
May 15 00:36:23 nkloud nextcloud.mysql[18997]: Shutting down MySQL
May 15 00:36:25 nkloud nextcloud.mysql[18997]: .. *
May 15 00:36:25 nkloud systemd[1]: snap.nextcloud.mysql.service: Succeeded.
May 15 00:36:25 nkloud systemd[1]: Stopped Service for snap application nextcloud.mysql.
-- Reboot --
May 15 11:52:08 nkloud systemd[1]: Started Service for snap application nextcloud.mysql.
May 15 11:52:09 nkloud nextcloud.mysql[1244]: 2020-05-15T11:52:09.126214Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
May 15 11:52:09 nkloud nextcloud.mysql[1244]: 2020-05-15T11:52:09.266096Z 0 [ERROR] --initialize specified but the data directory has files in it. Aborting.
May 15 11:52:09 nkloud nextcloud.mysql[1244]: 2020-05-15T11:52:09.266142Z 0 [ERROR] Aborting
May 15 11:52:09 nkloud nextcloud.mysql[1349]: Starting MySQL
May 15 11:52:10 nkloud nextcloud.mysql[1349]: . *
May 15 11:52:10 nkloud nextcloud.mysql[909]: Checking/upgrading mysql tables if necessary...
May 15 11:52:10 nkloud nextcloud.mysql[1623]: Checking if update is needed.
May 15 11:52:10 nkloud nextcloud.mysql[1623]: This installation of MySQL is already upgraded to 5.7.29, use --force if you still need to run mysql_upgrade
May 15 15:00:06 nkloud systemd[1]: Stopping Service for snap application nextcloud.mysql...
May 15 15:00:06 nkloud nextcloud.mysql[17578]: Shutting down MySQL
May 15 15:00:10 nkloud nextcloud.mysql[17578]: .... *
May 15 15:00:10 nkloud systemd[1]: snap.nextcloud.mysql.service: Succeeded.
May 15 15:00:10 nkloud systemd[1]: Stopped Service for snap application nextcloud.mysql.
May 15 15:00:22 nkloud systemd[1]: Started Service for snap application nextcloud.mysql.
May 15 15:00:22 nkloud nextcloud.mysql[18273]: 2020-05-15T15:00:22.194017Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
May 15 15:00:22 nkloud nextcloud.mysql[18273]: 2020-05-15T15:00:22.194695Z 0 [ERROR] --initialize specified but the data directory has files in it. Aborting.
May 15 15:00:22 nkloud nextcloud.mysql[18273]: 2020-05-15T15:00:22.194733Z 0 [ERROR] Aborting
May 15 15:00:22 nkloud nextcloud.mysql[18293]: Starting MySQL
May 15 15:00:23 nkloud nextcloud.mysql[18293]: . *
May 15 15:00:23 nkloud nextcloud.mysql[18122]: Checking/upgrading mysql tables if necessary...
May 15 15:00:23 nkloud nextcloud.mysql[18887]: Checking if update is needed.
May 15 15:00:23 nkloud nextcloud.mysql[18887]: This installation of MySQL is already upgraded to 5.7.29, use --force if you still need to run mysql_upgrade
May 15 17:37:07 nkloud systemd[1]: Stopping Service for snap application nextcloud.mysql...
May 15 17:37:07 nkloud nextcloud.mysql[30838]: Shutting down MySQL
May 15 17:37:09 nkloud nextcloud.mysql[30838]: .. *
May 15 17:37:09 nkloud systemd[1]: snap.nextcloud.mysql.service: Succeeded.
May 15 17:37:09 nkloud systemd[1]: Stopped Service for snap application nextcloud.mysql.
May 15 17:37:19 nkloud systemd[1]: Started Service for snap application nextcloud.mysql.
May 15 17:37:19 nkloud nextcloud.mysql[31259]: 2020-05-15T17:37:19.192176Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
May 15 17:37:19 nkloud nextcloud.mysql[31259]: 2020-05-15T17:37:19.193115Z 0 [ERROR] --initialize specified but the data directory has files in it. Aborting.
May 15 17:37:19 nkloud nextcloud.mysql[31259]: 2020-05-15T17:37:19.193151Z 0 [ERROR] Aborting
May 15 17:37:19 nkloud nextcloud.mysql[31285]: Starting MySQL
May 15 17:37:20 nkloud nextcloud.mysql[31285]: . *
May 15 17:37:20 nkloud nextcloud.mysql[31135]: Checking/upgrading mysql tables if necessary...
May 15 17:37:20 nkloud nextcloud.mysql[31730]: Checking if update is needed.
May 15 17:37:20 nkloud nextcloud.mysql[31730]: This installation of MySQL is already upgraded to 5.7.29, use --force if you still need to run mysql_upgrade
May 15 19:43:03 nkloud systemd[1]: Stopping Service for snap application nextcloud.mysql...
May 15 19:43:03 nkloud nextcloud.mysql[41103]: Shutting down MySQL
May 15 19:43:05 nkloud nextcloud.mysql[41103]: .. *
May 15 19:43:05 nkloud systemd[1]: snap.nextcloud.mysql.service: Succeeded.
May 15 19:43:05 nkloud systemd[1]: Stopped Service for snap application nextcloud.mysql.
-- Reboot --
May 17 13:06:53 nkloud systemd[1]: Started Service for snap application nextcloud.mysql.
May 17 13:06:55 nkloud nextcloud.mysql[1330]: 2020-05-17T13:06:55.194034Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
May 17 13:06:55 nkloud nextcloud.mysql[1330]: 2020-05-17T13:06:55.331724Z 0 [ERROR] --initialize specified but the data directory has files in it. Aborting.
May 17 13:06:55 nkloud nextcloud.mysql[1330]: 2020-05-17T13:06:55.331763Z 0 [ERROR] Aborting
May 17 13:06:55 nkloud nextcloud.mysql[1434]: Starting MySQL
May 17 13:06:56 nkloud nextcloud.mysql[1434]: . *
May 17 13:06:56 nkloud nextcloud.mysql[955]: Checking/upgrading mysql tables if necessary...
May 17 13:06:56 nkloud nextcloud.mysql[1705]: Checking if update is needed.
May 17 13:06:56 nkloud nextcloud.mysql[1705]: This installation of MySQL is already upgraded to 5.7.29, use --force if you still need to run mysql_upgrade
May 17 13:22:49 nkloud systemd[1]: Stopping Service for snap application nextcloud.mysql...
May 17 13:22:49 nkloud nextcloud.mysql[4147]: Shutting down MySQL
May 17 13:22:51 nkloud nextcloud.mysql[4147]: .. *
May 17 13:22:51 nkloud systemd[1]: snap.nextcloud.mysql.service: Succeeded.
May 17 13:22:51 nkloud systemd[1]: Stopped Service for snap application nextcloud.mysql.
-- Reboot --
May 17 15:07:19 nkloud systemd[1]: Started Service for snap application nextcloud.mysql.
May 17 15:07:20 nkloud nextcloud.mysql[1257]: 2020-05-17T15:07:20.714158Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
May 17 15:07:20 nkloud nextcloud.mysql[1257]: 2020-05-17T15:07:20.839822Z 0 [ERROR] --initialize specified but the data directory has files in it. Aborting.
May 17 15:07:20 nkloud nextcloud.mysql[1257]: 2020-05-17T15:07:20.839874Z 0 [ERROR] Aborting
May 17 15:07:21 nkloud nextcloud.mysql[1356]: Starting MySQL
May 17 15:07:22 nkloud nextcloud.mysql[1356]: . *
May 17 15:07:22 nkloud nextcloud.mysql[909]: Checking/upgrading mysql tables if necessary...
May 17 15:07:22 nkloud nextcloud.mysql[1626]: Checking if update is needed.
May 17 15:07:22 nkloud nextcloud.mysql[1626]: This installation of MySQL is already upgraded to 5.7.29, use --force if you still need to run mysql_upgrade
May 17 15:14:19 nkloud systemd[1]: Stopping Service for snap application nextcloud.mysql...
May 17 15:14:20 nkloud nextcloud.mysql[3659]: Shutting down MySQL
May 17 15:14:22 nkloud nextcloud.mysql[3659]: .. *
May 17 15:14:22 nkloud systemd[1]: snap.nextcloud.mysql.service: Succeeded.
May 17 15:14:22 nkloud systemd[1]: Stopped Service for snap application nextcloud.mysql.
May 17 15:14:22 nkloud systemd[1]: Started Service for snap application nextcloud.mysql.
May 17 15:14:22 nkloud nextcloud.mysql[4158]: 2020-05-17T15:14:22.060284Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
May 17 15:14:22 nkloud nextcloud.mysql[4158]: 2020-05-17T15:14:22.060911Z 0 [ERROR] --initialize specified but the data directory has files in it. Aborting.
May 17 15:14:22 nkloud nextcloud.mysql[4158]: 2020-05-17T15:14:22.060935Z 0 [ERROR] Aborting
May 17 15:14:22 nkloud nextcloud.mysql[4160]: Starting MySQL
May 17 15:14:23 nkloud nextcloud.mysql[4160]: . *
May 17 15:14:23 nkloud nextcloud.mysql[4124]: Checking/upgrading mysql tables if necessary...
May 17 15:14:23 nkloud nextcloud.mysql[4405]: Checking if update is needed.
May 17 15:14:23 nkloud nextcloud.mysql[4405]: This installation of MySQL is already upgraded to 5.7.29, use --force if you still need to run mysql_upgrade
May 17 15:42:39 nkloud systemd[1]: Stopping Service for snap application nextcloud.mysql...
May 17 15:42:39 nkloud nextcloud.mysql[7887]: Shutting down MySQL
May 17 15:42:41 nkloud nextcloud.mysql[7887]: .. *
May 17 15:42:41 nkloud systemd[1]: snap.nextcloud.mysql.service: Succeeded.
May 17 15:42:41 nkloud systemd[1]: Stopped Service for snap application nextcloud.mysql.
May 17 15:42:56 nkloud systemd[1]: Started Service for snap application nextcloud.mysql.
May 17 15:42:56 nkloud nextcloud.mysql[8505]: 2020-05-17T15:42:56.471043Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
May 17 15:42:56 nkloud nextcloud.mysql[8505]: 2020-05-17T15:42:56.471812Z 0 [ERROR] --initialize specified but the data directory has files in it. Aborting.
May 17 15:42:56 nkloud nextcloud.mysql[8505]: 2020-05-17T15:42:56.471838Z 0 [ERROR] Aborting
May 17 15:42:56 nkloud nextcloud.mysql[8524]: Starting MySQL
May 17 15:42:57 nkloud nextcloud.mysql[8524]: . *
May 17 15:42:57 nkloud nextcloud.mysql[8339]: Checking/upgrading mysql tables if necessary...
May 17 15:42:57 nkloud nextcloud.mysql[8798]: Checking if update is needed.
May 17 15:42:57 nkloud nextcloud.mysql[8798]: This installation of MySQL is already upgraded to 5.7.29, use --force if you still need to run mysql_upgrade



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 Sun 2020-05-17 15:42:56 UTC; 1h 28min ago
   Main PID: 8319 (start-redis-ser)
      Tasks: 5 (limit: 38059)
     Memory: 6.1M
     CGroup: /system.slice/snap.nextcloud.redis-server.service
             ├─8319 /bin/sh /snap/nextcloud/20498/bin/start-redis-server
             └─8491 redis-server 127.0.0.1:0

May 17 15:42:56 nkloud systemd[1]: Started Service for snap application nextcloud.redis-server.

Journal

-- Logs begin at Wed 2020-04-01 17:23:42 UTC, end at Sun 2020-05-17 17:11:25 UTC. --
May 11 23:39:18 nkloud systemd[1]: Started Service for snap application nextcloud.redis-server.
May 12 00:22:21 nkloud systemd[1]: Stopping Service for snap application nextcloud.redis-server...
May 12 00:22:22 nkloud systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
May 12 00:22:22 nkloud systemd[1]: Stopped Service for snap application nextcloud.redis-server.
-- Reboot --
May 12 00:22:29 nkloud systemd[1]: Started Service for snap application nextcloud.redis-server.
May 12 19:29:58 nkloud systemd[1]: Stopping Service for snap application nextcloud.redis-server...
May 12 19:29:58 nkloud systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
May 12 19:29:58 nkloud systemd[1]: Stopped Service for snap application nextcloud.redis-server.
May 12 19:30:12 nkloud systemd[1]: Started Service for snap application nextcloud.redis-server.
May 12 22:50:10 nkloud systemd[1]: Stopping Service for snap application nextcloud.redis-server...
May 12 22:50:10 nkloud systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
May 12 22:50:10 nkloud systemd[1]: Stopped Service for snap application nextcloud.redis-server.
-- Reboot --
May 12 22:50:18 nkloud systemd[1]: Started Service for snap application nextcloud.redis-server.
May 14 22:25:02 nkloud systemd[1]: Stopping Service for snap application nextcloud.redis-server...
May 14 22:25:02 nkloud systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
May 14 22:25:02 nkloud systemd[1]: Stopped Service for snap application nextcloud.redis-server.
May 14 22:25:15 nkloud systemd[1]: Started Service for snap application nextcloud.redis-server.
May 15 00:36:23 nkloud systemd[1]: Stopping Service for snap application nextcloud.redis-server...
May 15 00:36:23 nkloud systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
May 15 00:36:23 nkloud systemd[1]: Stopped Service for snap application nextcloud.redis-server.
-- Reboot --
May 15 11:52:08 nkloud systemd[1]: Started Service for snap application nextcloud.redis-server.
May 15 15:00:06 nkloud systemd[1]: Stopping Service for snap application nextcloud.redis-server...
May 15 15:00:06 nkloud systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
May 15 15:00:06 nkloud systemd[1]: Stopped Service for snap application nextcloud.redis-server.
May 15 15:00:22 nkloud systemd[1]: Started Service for snap application nextcloud.redis-server.
May 15 17:37:06 nkloud systemd[1]: Stopping Service for snap application nextcloud.redis-server...
May 15 17:37:06 nkloud systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
May 15 17:37:06 nkloud systemd[1]: Stopped Service for snap application nextcloud.redis-server.
May 15 17:37:19 nkloud systemd[1]: Started Service for snap application nextcloud.redis-server.
May 15 19:43:03 nkloud systemd[1]: Stopping Service for snap application nextcloud.redis-server...
May 15 19:43:03 nkloud systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
May 15 19:43:03 nkloud systemd[1]: Stopped Service for snap application nextcloud.redis-server.
-- Reboot --
May 17 13:06:53 nkloud systemd[1]: Started Service for snap application nextcloud.redis-server.
May 17 13:22:49 nkloud systemd[1]: Stopping Service for snap application nextcloud.redis-server...
May 17 13:22:49 nkloud systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
May 17 13:22:49 nkloud systemd[1]: Stopped Service for snap application nextcloud.redis-server.
-- Reboot --
May 17 15:07:19 nkloud systemd[1]: Started Service for snap application nextcloud.redis-server.
May 17 15:14:19 nkloud systemd[1]: Stopping Service for snap application nextcloud.redis-server...
May 17 15:14:20 nkloud systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
May 17 15:14:20 nkloud systemd[1]: Stopped Service for snap application nextcloud.redis-server.
May 17 15:14:20 nkloud systemd[1]: Started Service for snap application nextcloud.redis-server.
May 17 15:42:41 nkloud systemd[1]: Stopping Service for snap application nextcloud.redis-server...
May 17 15:42:41 nkloud systemd[1]: snap.nextcloud.redis-server.service: Succeeded.
May 17 15:42:41 nkloud systemd[1]: Stopped Service for snap application nextcloud.redis-server.
May 17 15:42:56 nkloud systemd[1]: Started Service for snap application nextcloud.redis-server.



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 Sun 2020-05-17 15:42:56 UTC; 1h 28min ago
   Main PID: 8236 (delay-on-failur)
      Tasks: 13 (limit: 38059)
     Memory: 7.3M
     CGroup: /system.slice/snap.nextcloud.mdns-publisher.service
             ├─8236 /bin/sh /snap/nextcloud/20498/bin/delay-on-failure mdns-publisher nextcloud
             └─8321 mdns-publisher nextcloud

May 17 15:42:56 nkloud systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
May 17 15:42:56 nkloud nextcloud.mdns-publisher[8321]: 2020/05/17 15:42:56 Publishing nkloud.local -> [172.16.0.7 2a02:fe1:3000:6400:76d0:2bff:fe97:fa3a fe80::76d0:2bff:fe97:fa…60-second TTL
May 17 17:08:08 nkloud nextcloud.mdns-publisher[8321]: 2020/05/17 17:08:08 Could not read from &{{%!s(*net.netFD=&{{0 0 0} 6 10 2 false udp6 0xc82007ab10 <nil> {140153349619960…acking uint16
May 17 17:08:08 nkloud nextcloud.mdns-publisher[8321]: 2020/05/17 17:08:08 Could not read from &{{%!s(*net.netFD=&{{0 0 0} 6 10 2 false udp6 0xc82007ab10 <nil> {140153349619960…acking uint16
May 17 17:08:09 nkloud nextcloud.mdns-publisher[8321]: 2020/05/17 17:08:09 Could not read from &{{%!s(*net.netFD=&{{0 0 0} 6 10 2 false udp6 0xc82007ab10 <nil> {140153349619960…acking uint16
Hint: Some lines were ellipsized, use -l to show in full.

Journal

-- Logs begin at Wed 2020-04-01 17:23:42 UTC, end at Sun 2020-05-17 17:11:25 UTC. --
May 11 23:39:18 nkloud systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
May 11 23:39:19 nkloud nextcloud.mdns-publisher[2875]: 2020/05/11 23:39:19 Publishing nkloud.local -> [172.16.0.7 2a02:fe1:3000:6400:76d0:2bff:fe97:fa3a fe80::76d0:2bff:fe97:fa3a] with 60-second TTL
May 12 00:22:21 nkloud systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
May 12 00:22:22 nkloud systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
May 12 00:22:22 nkloud systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
-- Reboot --
May 12 00:22:29 nkloud systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
May 12 00:22:30 nkloud nextcloud.mdns-publisher[1228]: 2020/05/12 00:22:30 Publishing nkloud.local -> [172.16.0.7 2a02:fe1:3000:6400:76d0:2bff:fe97:fa3a fe80::76d0:2bff:fe97:fa3a] with 60-second TTL
May 12 19:29:59 nkloud systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
May 12 19:29:59 nkloud systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
May 12 19:29:59 nkloud systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
May 12 19:30:12 nkloud systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
May 12 19:30:12 nkloud nextcloud.mdns-publisher[16161]: 2020/05/12 19:30:12 Publishing nkloud.local -> [172.16.0.7 2a02:fe1:3000:6400:76d0:2bff:fe97:fa3a fe80::76d0:2bff:fe97:fa3a] with 60-second TTL
May 12 22:50:10 nkloud systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
May 12 22:50:10 nkloud systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
May 12 22:50:10 nkloud systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
-- Reboot --
May 12 22:50:18 nkloud systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
May 12 22:50:18 nkloud nextcloud.mdns-publisher[1221]: 2020/05/12 22:50:18 Publishing nkloud.local -> [172.16.0.7 2a02:fe1:3000:6400:76d0:2bff:fe97:fa3a fe80::76d0:2bff:fe97:fa3a] with 60-second TTL
May 14 22:24:58 nkloud systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
May 14 22:24:58 nkloud systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
May 14 22:24:58 nkloud systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
May 14 22:25:15 nkloud systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
May 14 22:25:15 nkloud nextcloud.mdns-publisher[7376]: 2020/05/14 22:25:15 Publishing nkloud.local -> [172.16.0.7 2a02:fe1:3000:6400:76d0:2bff:fe97:fa3a fe80::76d0:2bff:fe97:fa3a] with 60-second TTL
May 15 00:36:23 nkloud systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
May 15 00:36:23 nkloud systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
May 15 00:36:23 nkloud systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
-- Reboot --
May 15 11:52:08 nkloud systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
May 15 11:52:08 nkloud nextcloud.mdns-publisher[1197]: 2020/05/15 11:52:08 Publishing nkloud.local -> [172.16.0.7 2a02:fe1:3000:6400:76d0:2bff:fe97:fa3a fe80::76d0:2bff:fe97:fa3a] with 60-second TTL
May 15 15:00:05 nkloud systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
May 15 15:00:05 nkloud systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
May 15 15:00:05 nkloud systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
May 15 15:00:22 nkloud systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
May 15 15:00:22 nkloud nextcloud.mdns-publisher[18174]: 2020/05/15 15:00:22 Publishing nkloud.local -> [172.16.0.7 2a02:fe1:3000:6400:76d0:2bff:fe97:fa3a fe80::76d0:2bff:fe97:fa3a] with 60-second TTL
May 15 17:37:05 nkloud systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
May 15 17:37:05 nkloud systemd[1]: snap.nextcloud.mdns-publisher.service: Killing process 26755 (mdns-publisher) with signal SIGKILL.
May 15 17:37:05 nkloud systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
May 15 17:37:05 nkloud systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
May 15 17:37:19 nkloud systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
May 15 17:37:19 nkloud nextcloud.mdns-publisher[31375]: 2020/05/15 17:37:19 Publishing nkloud.local -> [172.16.0.7 2a02:fe1:3000:6400:76d0:2bff:fe97:fa3a fe80::76d0:2bff:fe97:fa3a] with 60-second TTL
May 15 19:43:03 nkloud systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
May 15 19:43:03 nkloud systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
May 15 19:43:03 nkloud systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
-- Reboot --
May 17 13:06:53 nkloud systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
May 17 13:06:54 nkloud nextcloud.mdns-publisher[1250]: 2020/05/17 13:06:54 Publishing nkloud.local -> [172.16.0.7 2a02:fe1:3000:6400:76d0:2bff:fe97:fa3a fe80::76d0:2bff:fe97:fa3a] with 60-second TTL
May 17 13:22:49 nkloud systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
May 17 13:22:49 nkloud systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
May 17 13:22:49 nkloud systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
-- Reboot --
May 17 15:07:19 nkloud systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
May 17 15:07:20 nkloud nextcloud.mdns-publisher[1192]: 2020/05/17 15:07:20 Publishing nkloud.local -> [172.16.0.7 2a02:fe1:3000:6400:76d0:2bff:fe97:fa3a fe80::76d0:2bff:fe97:fa3a] with 60-second TTL
May 17 15:14:19 nkloud systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
May 17 15:14:19 nkloud systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
May 17 15:14:19 nkloud systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
May 17 15:14:19 nkloud systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
May 17 15:14:19 nkloud nextcloud.mdns-publisher[3861]: 2020/05/17 15:14:19 Publishing nkloud.local -> [172.16.0.7 2a02:fe1:3000:6400:76d0:2bff:fe97:fa3a fe80::76d0:2bff:fe97:fa3a] with 60-second TTL
May 17 15:42:38 nkloud systemd[1]: Stopping Service for snap application nextcloud.mdns-publisher...
May 17 15:42:38 nkloud systemd[1]: snap.nextcloud.mdns-publisher.service: Succeeded.
May 17 15:42:38 nkloud systemd[1]: Stopped Service for snap application nextcloud.mdns-publisher.
May 17 15:42:56 nkloud systemd[1]: Started Service for snap application nextcloud.mdns-publisher.
May 17 15:42:56 nkloud nextcloud.mdns-publisher[8321]: 2020/05/17 15:42:56 Publishing nkloud.local -> [172.16.0.7 2a02:fe1:3000:6400:76d0:2bff:fe97:fa3a fe80::76d0:2bff:fe97:fa3a] with 60-second TTL
May 17 17:08:08 nkloud nextcloud.mdns-publisher[8321]: 2020/05/17 17:08:08 Could not read from &{{%!s(*net.netFD=&{{0 0 0} 6 10 2 false udp6 0xc82007ab10 <nil> {140153349619960}})}}: dns: overflow unpacking uint16
May 17 17:08:08 nkloud nextcloud.mdns-publisher[8321]: 2020/05/17 17:08:08 Could not read from &{{%!s(*net.netFD=&{{0 0 0} 6 10 2 false udp6 0xc82007ab10 <nil> {140153349619960}})}}: dns: overflow unpacking uint16
May 17 17:08:09 nkloud nextcloud.mdns-publisher[8321]: 2020/05/17 17:08:09 Could not read from &{{%!s(*net.netFD=&{{0 0 0} 6 10 2 false udp6 0xc82007ab10 <nil> {140153349619960}})}}: dns: overflow unpacking uint16



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 Sun 2020-05-17 15:42:56 UTC; 1h 28min ago
   Main PID: 8295 (renew-certs)
      Tasks: 2 (limit: 38059)
     Memory: 2.4M
     CGroup: /system.slice/snap.nextcloud.renew-certs.service
             ├─8295 /bin/sh /snap/nextcloud/20498/bin/renew-certs
             └─9684 sleep 1d

May 17 15:43:03 nkloud nextcloud.renew-certs[8430]: Processing
May 17 15:43:03 nkloud nextcloud.renew-certs[8430]: /var/snap/nextcloud/current/certs/certbot/config/renewal/nkloud.cloudns.cl.conf
May 17 15:43:03 nkloud nextcloud.renew-certs[8430]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 17 15:43:03 nkloud nextcloud.renew-certs[8430]: Cert not yet due for renewal
May 17 15:43:03 nkloud nextcloud.renew-certs[8430]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 17 15:43:03 nkloud nextcloud.renew-certs[8430]: The following certs are not due for renewal yet:
May 17 15:43:03 nkloud nextcloud.renew-certs[8430]:   /var/snap/nextcloud/current/certs/certbot/config/live/nkloud.cloudns.cl/fullchain.pem expires on 2020-08-12 (skipped)
May 17 15:43:03 nkloud nextcloud.renew-certs[8430]: No renewals were attempted.
May 17 15:43:03 nkloud nextcloud.renew-certs[8430]: No hooks were run.
May 17 15:43:03 nkloud nextcloud.renew-certs[8430]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Journal

-- Logs begin at Wed 2020-04-01 17:23:42 UTC, end at Sun 2020-05-17 17:11:25 UTC. --
May 15 11:52:12 nkloud nextcloud.renew-certs[1254]:   /var/snap/nextcloud/current/certs/certbot/config/live/nkloud.cloudns.cl/fullchain.pem expires on 2020-08-12 (skipped)
May 15 11:52:12 nkloud nextcloud.renew-certs[1254]: No renewals were attempted.
May 15 11:52:12 nkloud nextcloud.renew-certs[1254]: No hooks were run.
May 15 11:52:12 nkloud nextcloud.renew-certs[1254]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 15 15:00:05 nkloud systemd[1]: Stopping Service for snap application nextcloud.renew-certs...
May 15 15:00:05 nkloud systemd[1]: snap.nextcloud.renew-certs.service: Succeeded.
May 15 15:00:05 nkloud systemd[1]: Stopped Service for snap application nextcloud.renew-certs.
May 15 15:00:22 nkloud systemd[1]: Started Service for snap application nextcloud.renew-certs.
May 15 15:00:23 nkloud nextcloud.renew-certs[18156]: Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log
May 15 15:00:23 nkloud nextcloud.renew-certs[18156]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 15 15:00:23 nkloud nextcloud.renew-certs[18156]: Processing
May 15 15:00:23 nkloud nextcloud.renew-certs[18156]: /var/snap/nextcloud/current/certs/certbot/config/renewal/nkloud.cloudns.cl.conf
May 15 15:00:23 nkloud nextcloud.renew-certs[18156]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 15 15:00:23 nkloud nextcloud.renew-certs[18156]: Cert not yet due for renewal
May 15 15:00:23 nkloud nextcloud.renew-certs[18156]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 15 15:00:23 nkloud nextcloud.renew-certs[18156]: The following certs are not due for renewal yet:
May 15 15:00:23 nkloud nextcloud.renew-certs[18156]:   /var/snap/nextcloud/current/certs/certbot/config/live/nkloud.cloudns.cl/fullchain.pem expires on 2020-08-12 (skipped)
May 15 15:00:23 nkloud nextcloud.renew-certs[18156]: No renewals were attempted.
May 15 15:00:23 nkloud nextcloud.renew-certs[18156]: No hooks were run.
May 15 15:00:23 nkloud nextcloud.renew-certs[18156]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 15 17:37:06 nkloud systemd[1]: Stopping Service for snap application nextcloud.renew-certs...
May 15 17:37:06 nkloud systemd[1]: snap.nextcloud.renew-certs.service: Succeeded.
May 15 17:37:06 nkloud systemd[1]: Stopped Service for snap application nextcloud.renew-certs.
May 15 17:37:19 nkloud systemd[1]: Started Service for snap application nextcloud.renew-certs.
May 15 17:37:20 nkloud nextcloud.renew-certs[31313]: Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log
May 15 17:37:20 nkloud nextcloud.renew-certs[31313]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 15 17:37:20 nkloud nextcloud.renew-certs[31313]: Processing
May 15 17:37:20 nkloud nextcloud.renew-certs[31313]: /var/snap/nextcloud/current/certs/certbot/config/renewal/nkloud.cloudns.cl.conf
May 15 17:37:20 nkloud nextcloud.renew-certs[31313]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 15 17:37:20 nkloud nextcloud.renew-certs[31313]: Cert not yet due for renewal
May 15 17:37:20 nkloud nextcloud.renew-certs[31313]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 15 17:37:20 nkloud nextcloud.renew-certs[31313]: The following certs are not due for renewal yet:
May 15 17:37:20 nkloud nextcloud.renew-certs[31313]:   /var/snap/nextcloud/current/certs/certbot/config/live/nkloud.cloudns.cl/fullchain.pem expires on 2020-08-12 (skipped)
May 15 17:37:20 nkloud nextcloud.renew-certs[31313]: No renewals were attempted.
May 15 17:37:20 nkloud nextcloud.renew-certs[31313]: No hooks were run.
May 15 17:37:20 nkloud nextcloud.renew-certs[31313]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 15 19:43:03 nkloud systemd[1]: Stopping Service for snap application nextcloud.renew-certs...
May 15 19:43:03 nkloud systemd[1]: snap.nextcloud.renew-certs.service: Succeeded.
May 15 19:43:03 nkloud systemd[1]: Stopped Service for snap application nextcloud.renew-certs.
-- Reboot --
May 17 13:06:53 nkloud systemd[1]: Started Service for snap application nextcloud.renew-certs.
May 17 13:06:57 nkloud nextcloud.renew-certs[1324]: Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log
May 17 13:06:57 nkloud nextcloud.renew-certs[1324]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 17 13:06:57 nkloud nextcloud.renew-certs[1324]: Processing
May 17 13:06:57 nkloud nextcloud.renew-certs[1324]: /var/snap/nextcloud/current/certs/certbot/config/renewal/nkloud.cloudns.cl.conf
May 17 13:06:57 nkloud nextcloud.renew-certs[1324]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 17 13:06:57 nkloud nextcloud.renew-certs[1324]: Cert not yet due for renewal
May 17 13:06:57 nkloud nextcloud.renew-certs[1324]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 17 13:06:57 nkloud nextcloud.renew-certs[1324]: The following certs are not due for renewal yet:
May 17 13:06:57 nkloud nextcloud.renew-certs[1324]:   /var/snap/nextcloud/current/certs/certbot/config/live/nkloud.cloudns.cl/fullchain.pem expires on 2020-08-12 (skipped)
May 17 13:06:57 nkloud nextcloud.renew-certs[1324]: No renewals were attempted.
May 17 13:06:57 nkloud nextcloud.renew-certs[1324]: No hooks were run.
May 17 13:06:57 nkloud nextcloud.renew-certs[1324]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 17 13:22:49 nkloud systemd[1]: Stopping Service for snap application nextcloud.renew-certs...
May 17 13:22:49 nkloud systemd[1]: snap.nextcloud.renew-certs.service: Succeeded.
May 17 13:22:49 nkloud systemd[1]: Stopped Service for snap application nextcloud.renew-certs.
-- Reboot --
May 17 15:07:19 nkloud systemd[1]: Started Service for snap application nextcloud.renew-certs.
May 17 15:07:24 nkloud nextcloud.renew-certs[1258]: Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log
May 17 15:07:24 nkloud nextcloud.renew-certs[1258]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 17 15:07:24 nkloud nextcloud.renew-certs[1258]: Processing
May 17 15:07:24 nkloud nextcloud.renew-certs[1258]: /var/snap/nextcloud/current/certs/certbot/config/renewal/nkloud.cloudns.cl.conf
May 17 15:07:24 nkloud nextcloud.renew-certs[1258]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 17 15:07:24 nkloud nextcloud.renew-certs[1258]: Cert not yet due for renewal
May 17 15:07:24 nkloud nextcloud.renew-certs[1258]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 17 15:07:24 nkloud nextcloud.renew-certs[1258]: The following certs are not due for renewal yet:
May 17 15:07:24 nkloud nextcloud.renew-certs[1258]:   /var/snap/nextcloud/current/certs/certbot/config/live/nkloud.cloudns.cl/fullchain.pem expires on 2020-08-12 (skipped)
May 17 15:07:24 nkloud nextcloud.renew-certs[1258]: No renewals were attempted.
May 17 15:07:24 nkloud nextcloud.renew-certs[1258]: No hooks were run.
May 17 15:07:24 nkloud nextcloud.renew-certs[1258]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 17 15:14:19 nkloud systemd[1]: Stopping Service for snap application nextcloud.renew-certs...
May 17 15:14:19 nkloud systemd[1]: snap.nextcloud.renew-certs.service: Succeeded.
May 17 15:14:19 nkloud systemd[1]: Stopped Service for snap application nextcloud.renew-certs.
May 17 15:14:19 nkloud systemd[1]: Started Service for snap application nextcloud.renew-certs.
May 17 15:14:31 nkloud nextcloud.renew-certs[3903]: Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log
May 17 15:14:31 nkloud nextcloud.renew-certs[3903]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 17 15:14:31 nkloud nextcloud.renew-certs[3903]: Processing
May 17 15:14:31 nkloud nextcloud.renew-certs[3903]: /var/snap/nextcloud/current/certs/certbot/config/renewal/nkloud.cloudns.cl.conf
May 17 15:14:31 nkloud nextcloud.renew-certs[3903]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 17 15:14:31 nkloud nextcloud.renew-certs[3903]: Cert not yet due for renewal
May 17 15:14:31 nkloud nextcloud.renew-certs[3903]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 17 15:14:31 nkloud nextcloud.renew-certs[3903]: The following certs are not due for renewal yet:
May 17 15:14:31 nkloud nextcloud.renew-certs[3903]:   /var/snap/nextcloud/current/certs/certbot/config/live/nkloud.cloudns.cl/fullchain.pem expires on 2020-08-12 (skipped)
May 17 15:14:31 nkloud nextcloud.renew-certs[3903]: No renewals were attempted.
May 17 15:14:31 nkloud nextcloud.renew-certs[3903]: No hooks were run.
May 17 15:14:31 nkloud nextcloud.renew-certs[3903]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 17 15:42:38 nkloud systemd[1]: Stopping Service for snap application nextcloud.renew-certs...
May 17 15:42:38 nkloud systemd[1]: snap.nextcloud.renew-certs.service: Succeeded.
May 17 15:42:38 nkloud systemd[1]: Stopped Service for snap application nextcloud.renew-certs.
May 17 15:42:56 nkloud systemd[1]: Started Service for snap application nextcloud.renew-certs.
May 17 15:43:03 nkloud nextcloud.renew-certs[8430]: Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log
May 17 15:43:03 nkloud nextcloud.renew-certs[8430]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 17 15:43:03 nkloud nextcloud.renew-certs[8430]: Processing
May 17 15:43:03 nkloud nextcloud.renew-certs[8430]: /var/snap/nextcloud/current/certs/certbot/config/renewal/nkloud.cloudns.cl.conf
May 17 15:43:03 nkloud nextcloud.renew-certs[8430]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 17 15:43:03 nkloud nextcloud.renew-certs[8430]: Cert not yet due for renewal
May 17 15:43:03 nkloud nextcloud.renew-certs[8430]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
May 17 15:43:03 nkloud nextcloud.renew-certs[8430]: The following certs are not due for renewal yet:
May 17 15:43:03 nkloud nextcloud.renew-certs[8430]:   /var/snap/nextcloud/current/certs/certbot/config/live/nkloud.cloudns.cl/fullchain.pem expires on 2020-08-12 (skipped)
May 17 15:43:03 nkloud nextcloud.renew-certs[8430]: No renewals were attempted.
May 17 15:43:03 nkloud nextcloud.renew-certs[8430]: No hooks were run.
May 17 15:43:03 nkloud nextcloud.renew-certs[8430]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



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 Sun 2020-05-17 15:42:56 UTC; 1h 28min ago
   Main PID: 8251 (nextcloud-cron)
      Tasks: 2 (limit: 38059)
     Memory: 4.3M
     CGroup: /system.slice/snap.nextcloud.nextcloud-cron.service
             ├─ 8251 /bin/sh /snap/nextcloud/20498/bin/nextcloud-cron
             └─15502 sleep 15m

May 17 15:42:56 nkloud systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
May 17 15:42:56 nkloud nextcloud.nextcloud-cron[8251]: Waiting for Nextcloud config dir... done

Journal

-- Logs begin at Wed 2020-04-01 17:23:42 UTC, end at Sun 2020-05-17 17:11:25 UTC. --
May 11 23:39:18 nkloud systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
May 11 23:39:32 nkloud nextcloud.nextcloud-cron[2655]: Waiting for Nextcloud config dir... done
May 12 00:22:21 nkloud systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
May 12 00:22:22 nkloud systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
May 12 00:22:22 nkloud systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
-- Reboot --
May 12 00:22:29 nkloud systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
May 12 00:22:30 nkloud nextcloud.nextcloud-cron[981]: Waiting for Nextcloud config dir... done
May 12 19:19:10 nkloud nextcloud.nextcloud-cron[14954]: Your data directory is readable by other users
May 12 19:19:10 nkloud nextcloud.nextcloud-cron[14954]: Please change the permissions to 0770 so that the directory cannot be listed by other users.
May 12 19:29:59 nkloud systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
May 12 19:29:59 nkloud systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
May 12 19:29:59 nkloud systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
May 12 19:30:12 nkloud systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
May 12 19:30:12 nkloud nextcloud.nextcloud-cron[16194]: Waiting for Nextcloud config dir... done
May 12 22:50:10 nkloud systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
May 12 22:50:10 nkloud systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
May 12 22:50:10 nkloud systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
-- Reboot --
May 12 22:50:18 nkloud systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
May 12 22:50:18 nkloud nextcloud.nextcloud-cron[968]: Waiting for Nextcloud config dir... done
May 14 22:24:59 nkloud systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
May 14 22:24:59 nkloud systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
May 14 22:24:59 nkloud systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
May 14 22:25:15 nkloud systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
May 14 22:25:15 nkloud nextcloud.nextcloud-cron[7390]: Waiting for Nextcloud config dir... done
May 15 00:36:23 nkloud systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
May 15 00:36:23 nkloud systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
May 15 00:36:23 nkloud systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
-- Reboot --
May 15 11:52:08 nkloud systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
May 15 11:52:08 nkloud nextcloud.nextcloud-cron[915]: Waiting for Nextcloud config dir... done
May 15 15:00:11 nkloud systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
May 15 15:00:11 nkloud systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
May 15 15:00:11 nkloud systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
May 15 15:00:22 nkloud systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
May 15 15:00:22 nkloud nextcloud.nextcloud-cron[18164]: Waiting for Nextcloud config dir... done
May 15 17:37:06 nkloud systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
May 15 17:37:06 nkloud systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
May 15 17:37:06 nkloud systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
May 15 17:37:19 nkloud systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
May 15 17:37:19 nkloud nextcloud.nextcloud-cron[31142]: Waiting for Nextcloud config dir... done
May 15 19:43:03 nkloud systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
May 15 19:43:03 nkloud systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
May 15 19:43:03 nkloud systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
-- Reboot --
May 17 13:06:53 nkloud systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
May 17 13:06:54 nkloud nextcloud.nextcloud-cron[960]: Waiting for Nextcloud config dir... done
May 17 13:22:49 nkloud systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
May 17 13:22:49 nkloud systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
May 17 13:22:49 nkloud systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
-- Reboot --
May 17 15:07:19 nkloud systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
May 17 15:07:20 nkloud nextcloud.nextcloud-cron[910]: Waiting for Nextcloud config dir... done
May 17 15:14:19 nkloud systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
May 17 15:14:19 nkloud systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
May 17 15:14:19 nkloud systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
May 17 15:14:19 nkloud systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
May 17 15:14:19 nkloud nextcloud.nextcloud-cron[3669]: Waiting for Nextcloud config dir... done
May 17 15:42:38 nkloud systemd[1]: Stopping Service for snap application nextcloud.nextcloud-cron...
May 17 15:42:38 nkloud systemd[1]: snap.nextcloud.nextcloud-cron.service: Succeeded.
May 17 15:42:38 nkloud systemd[1]: Stopped Service for snap application nextcloud.nextcloud-cron.
May 17 15:42:56 nkloud systemd[1]: Started Service for snap application nextcloud.nextcloud-cron.
May 17 15:42:56 nkloud nextcloud.nextcloud-cron[8251]: 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 Sun 2020-05-17 15:43:07 UTC; 1h 28min ago
   Main PID: 8216 (code=exited, status=0/SUCCESS)

May 17 15:43:03 nkloud nextcloud.nextcloud-fixer[9677]: Done.
May 17 15:43:03 nkloud nextcloud.nextcloud-fixer[9442]: run-parts: executing /snap/nextcloud/20498/fixes/existing-install/99_notify_admins.sh
May 17 15:43:03 nkloud nextcloud.nextcloud-fixer[8216]: Enabling maintenance mode...
May 17 15:43:03 nkloud nextcloud.nextcloud-fixer[8216]: done
May 17 15:43:05 nkloud nextcloud.nextcloud-fixer[9755]: run-parts: executing /snap/nextcloud/20498/fixes/existing-install/maintenance/1_convert-filecache-bigint.sh
May 17 15:43:05 nkloud nextcloud.nextcloud-fixer[9808]: Nextcloud is in maintenance mode - no apps have been loaded
May 17 15:43:05 nkloud nextcloud.nextcloud-fixer[9808]: All tables already up to date!
May 17 15:43:05 nkloud nextcloud.nextcloud-fixer[8216]: Disabling maintenance mode...
May 17 15:43:05 nkloud nextcloud.nextcloud-fixer[8216]: done
May 17 15:43:07 nkloud systemd[1]: snap.nextcloud.nextcloud-fixer.service: Succeeded.

Journal

-- Logs begin at Wed 2020-04-01 17:23:42 UTC, end at Sun 2020-05-17 17:11:25 UTC. --
May 17 13:07:03 nkloud nextcloud.nextcloud-fixer[2538]: Nextcloud is already latest version
May 17 13:07:03 nkloud nextcloud.nextcloud-fixer[2354]: run-parts: executing /snap/nextcloud/20498/fixes/existing-install/3_add-missing-indices.sh
May 17 13:07:03 nkloud nextcloud.nextcloud-fixer[2597]: Check indices of the share table.
May 17 13:07:03 nkloud nextcloud.nextcloud-fixer[2597]: Check indices of the filecache table.
May 17 13:07:03 nkloud nextcloud.nextcloud-fixer[2597]: Check indices of the twofactor_providers table.
May 17 13:07:03 nkloud nextcloud.nextcloud-fixer[2597]: Check indices of the login_flow_v2 table.
May 17 13:07:03 nkloud nextcloud.nextcloud-fixer[2597]: Check indices of the whats_new table.
May 17 13:07:03 nkloud nextcloud.nextcloud-fixer[2597]: Check indices of the cards table.
May 17 13:07:03 nkloud nextcloud.nextcloud-fixer[2597]: Check indices of the cards_properties table.
May 17 13:07:03 nkloud nextcloud.nextcloud-fixer[2597]: Check indices of the calendarobjects_props table.
May 17 13:07:03 nkloud nextcloud.nextcloud-fixer[2597]: Check indices of the schedulingobjects table.
May 17 13:07:03 nkloud nextcloud.nextcloud-fixer[2597]: Done.
May 17 13:07:03 nkloud nextcloud.nextcloud-fixer[2354]: run-parts: executing /snap/nextcloud/20498/fixes/existing-install/99_notify_admins.sh
May 17 13:07:03 nkloud nextcloud.nextcloud-fixer[961]: Enabling maintenance mode...
May 17 13:07:03 nkloud nextcloud.nextcloud-fixer[961]: done
May 17 13:07:05 nkloud nextcloud.nextcloud-fixer[2675]: run-parts: executing /snap/nextcloud/20498/fixes/existing-install/maintenance/1_convert-filecache-bigint.sh
May 17 13:07:06 nkloud nextcloud.nextcloud-fixer[2729]: Nextcloud is in maintenance mode - no apps have been loaded
May 17 13:07:06 nkloud nextcloud.nextcloud-fixer[2729]: All tables already up to date!
May 17 13:07:06 nkloud nextcloud.nextcloud-fixer[961]: Disabling maintenance mode...
May 17 13:07:06 nkloud nextcloud.nextcloud-fixer[961]: done
May 17 13:07:08 nkloud systemd[1]: snap.nextcloud.nextcloud-fixer.service: Succeeded.
-- Reboot --
May 17 15:07:19 nkloud systemd[1]: Started Service for snap application nextcloud.nextcloud-fixer.
May 17 15:07:20 nkloud nextcloud.nextcloud-fixer[916]: Waiting for Apache...
May 17 15:07:25 nkloud nextcloud.nextcloud-fixer[916]: done
May 17 15:07:25 nkloud nextcloud.nextcloud-fixer[2275]: run-parts: executing /snap/nextcloud/20498/fixes/existing-install/1_upgrade.sh
May 17 15:07:25 nkloud nextcloud.nextcloud-fixer[2328]: Nextcloud is already latest version
May 17 15:07:25 nkloud nextcloud.nextcloud-fixer[2275]: run-parts: executing /snap/nextcloud/20498/fixes/existing-install/2_update-apps.sh
May 17 15:07:26 nkloud nextcloud.nextcloud-fixer[2454]: Nextcloud is already latest version
May 17 15:07:26 nkloud nextcloud.nextcloud-fixer[2275]: run-parts: executing /snap/nextcloud/20498/fixes/existing-install/3_add-missing-indices.sh
May 17 15:07:26 nkloud nextcloud.nextcloud-fixer[2513]: Check indices of the share table.
May 17 15:07:26 nkloud nextcloud.nextcloud-fixer[2513]: Check indices of the filecache table.
May 17 15:07:26 nkloud nextcloud.nextcloud-fixer[2513]: Check indices of the twofactor_providers table.
May 17 15:07:26 nkloud nextcloud.nextcloud-fixer[2513]: Check indices of the login_flow_v2 table.
May 17 15:07:26 nkloud nextcloud.nextcloud-fixer[2513]: Check indices of the whats_new table.
May 17 15:07:26 nkloud nextcloud.nextcloud-fixer[2513]: Check indices of the cards table.
May 17 15:07:26 nkloud nextcloud.nextcloud-fixer[2513]: Check indices of the cards_properties table.
May 17 15:07:26 nkloud nextcloud.nextcloud-fixer[2513]: Check indices of the calendarobjects_props table.
May 17 15:07:26 nkloud nextcloud.nextcloud-fixer[2513]: Check indices of the schedulingobjects table.
May 17 15:07:26 nkloud nextcloud.nextcloud-fixer[2513]: Done.
May 17 15:07:26 nkloud nextcloud.nextcloud-fixer[2275]: run-parts: executing /snap/nextcloud/20498/fixes/existing-install/99_notify_admins.sh
May 17 15:07:26 nkloud nextcloud.nextcloud-fixer[916]: Enabling maintenance mode...
May 17 15:07:27 nkloud nextcloud.nextcloud-fixer[916]: done
May 17 15:07:29 nkloud nextcloud.nextcloud-fixer[2591]: run-parts: executing /snap/nextcloud/20498/fixes/existing-install/maintenance/1_convert-filecache-bigint.sh
May 17 15:07:29 nkloud nextcloud.nextcloud-fixer[2644]: Nextcloud is in maintenance mode - no apps have been loaded
May 17 15:07:29 nkloud nextcloud.nextcloud-fixer[2644]: All tables already up to date!
May 17 15:07:29 nkloud nextcloud.nextcloud-fixer[916]: Disabling maintenance mode...
May 17 15:07:29 nkloud nextcloud.nextcloud-fixer[916]: done
May 17 15:07:31 nkloud systemd[1]: snap.nextcloud.nextcloud-fixer.service: Succeeded.
May 17 15:14:19 nkloud systemd[1]: Started Service for snap application nextcloud.nextcloud-fixer.
May 17 15:14:25 nkloud nextcloud.nextcloud-fixer[4751]: run-parts: executing /snap/nextcloud/20498/fixes/existing-install/1_upgrade.sh
May 17 15:14:25 nkloud nextcloud.nextcloud-fixer[4804]: Nextcloud is already latest version
May 17 15:14:25 nkloud nextcloud.nextcloud-fixer[4751]: run-parts: executing /snap/nextcloud/20498/fixes/existing-install/2_update-apps.sh
May 17 15:14:26 nkloud nextcloud.nextcloud-fixer[5183]: Nextcloud is already latest version
May 17 15:14:26 nkloud nextcloud.nextcloud-fixer[4751]: run-parts: executing /snap/nextcloud/20498/fixes/existing-install/3_add-missing-indices.sh
May 17 15:14:26 nkloud nextcloud.nextcloud-fixer[5243]: Check indices of the share table.
May 17 15:14:26 nkloud nextcloud.nextcloud-fixer[5243]: Check indices of the filecache table.
May 17 15:14:26 nkloud nextcloud.nextcloud-fixer[5243]: Check indices of the twofactor_providers table.
May 17 15:14:26 nkloud nextcloud.nextcloud-fixer[5243]: Check indices of the login_flow_v2 table.
May 17 15:14:26 nkloud nextcloud.nextcloud-fixer[5243]: Check indices of the whats_new table.
May 17 15:14:26 nkloud nextcloud.nextcloud-fixer[5243]: Check indices of the cards table.
May 17 15:14:26 nkloud nextcloud.nextcloud-fixer[5243]: Check indices of the cards_properties table.
May 17 15:14:26 nkloud nextcloud.nextcloud-fixer[5243]: Check indices of the calendarobjects_props table.
May 17 15:14:26 nkloud nextcloud.nextcloud-fixer[5243]: Check indices of the schedulingobjects table.
May 17 15:14:26 nkloud nextcloud.nextcloud-fixer[5243]: Done.
May 17 15:14:26 nkloud nextcloud.nextcloud-fixer[4751]: run-parts: executing /snap/nextcloud/20498/fixes/existing-install/99_notify_admins.sh
May 17 15:14:26 nkloud nextcloud.nextcloud-fixer[3692]: Enabling maintenance mode...
May 17 15:14:26 nkloud nextcloud.nextcloud-fixer[3692]: done
May 17 15:14:28 nkloud nextcloud.nextcloud-fixer[5318]: run-parts: executing /snap/nextcloud/20498/fixes/existing-install/maintenance/1_convert-filecache-bigint.sh
May 17 15:14:28 nkloud nextcloud.nextcloud-fixer[5371]: Nextcloud is in maintenance mode - no apps have been loaded
May 17 15:14:29 nkloud nextcloud.nextcloud-fixer[5371]: All tables already up to date!
May 17 15:14:29 nkloud nextcloud.nextcloud-fixer[3692]: Disabling maintenance mode...
May 17 15:14:29 nkloud nextcloud.nextcloud-fixer[3692]: done
May 17 15:14:31 nkloud systemd[1]: snap.nextcloud.nextcloud-fixer.service: Succeeded.
May 17 15:42:56 nkloud systemd[1]: Started Service for snap application nextcloud.nextcloud-fixer.
May 17 15:42:56 nkloud nextcloud.nextcloud-fixer[8216]: Waiting for Apache...
May 17 15:43:01 nkloud nextcloud.nextcloud-fixer[8216]: done
May 17 15:43:01 nkloud nextcloud.nextcloud-fixer[9442]: run-parts: executing /snap/nextcloud/20498/fixes/existing-install/1_upgrade.sh
May 17 15:43:01 nkloud nextcloud.nextcloud-fixer[9495]: Nextcloud is already latest version
May 17 15:43:01 nkloud nextcloud.nextcloud-fixer[9442]: run-parts: executing /snap/nextcloud/20498/fixes/existing-install/2_update-apps.sh
May 17 15:43:02 nkloud nextcloud.nextcloud-fixer[9615]: Nextcloud is already latest version
May 17 15:43:02 nkloud nextcloud.nextcloud-fixer[9442]: run-parts: executing /snap/nextcloud/20498/fixes/existing-install/3_add-missing-indices.sh
May 17 15:43:03 nkloud nextcloud.nextcloud-fixer[9677]: Check indices of the share table.
May 17 15:43:03 nkloud nextcloud.nextcloud-fixer[9677]: Check indices of the filecache table.
May 17 15:43:03 nkloud nextcloud.nextcloud-fixer[9677]: Check indices of the twofactor_providers table.
May 17 15:43:03 nkloud nextcloud.nextcloud-fixer[9677]: Check indices of the login_flow_v2 table.
May 17 15:43:03 nkloud nextcloud.nextcloud-fixer[9677]: Check indices of the whats_new table.
May 17 15:43:03 nkloud nextcloud.nextcloud-fixer[9677]: Check indices of the cards table.
May 17 15:43:03 nkloud nextcloud.nextcloud-fixer[9677]: Check indices of the cards_properties table.
May 17 15:43:03 nkloud nextcloud.nextcloud-fixer[9677]: Check indices of the calendarobjects_props table.
May 17 15:43:03 nkloud nextcloud.nextcloud-fixer[9677]: Check indices of the schedulingobjects table.
May 17 15:43:03 nkloud nextcloud.nextcloud-fixer[9677]: Done.
May 17 15:43:03 nkloud nextcloud.nextcloud-fixer[9442]: run-parts: executing /snap/nextcloud/20498/fixes/existing-install/99_notify_admins.sh
May 17 15:43:03 nkloud nextcloud.nextcloud-fixer[8216]: Enabling maintenance mode...
May 17 15:43:03 nkloud nextcloud.nextcloud-fixer[8216]: done
May 17 15:43:05 nkloud nextcloud.nextcloud-fixer[9755]: run-parts: executing /snap/nextcloud/20498/fixes/existing-install/maintenance/1_convert-filecache-bigint.sh
May 17 15:43:05 nkloud nextcloud.nextcloud-fixer[9808]: Nextcloud is in maintenance mode - no apps have been loaded
May 17 15:43:05 nkloud nextcloud.nextcloud-fixer[9808]: All tables already up to date!
May 17 15:43:05 nkloud nextcloud.nextcloud-fixer[8216]: Disabling maintenance mode...
May 17 15:43:05 nkloud nextcloud.nextcloud-fixer[8216]: done
May 17 15:43:07 nkloud 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
        },
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "172.16.0.7",
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "18.0.4.2",
        "overwrite.cli.url": "http:\/\/172.16.0.7",
        "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.4.0",
            "types": ""
        },
        "activity": {
            "enabled": "yes",
            "installed_version": "2.11.0",
            "types": "filesystem"
        },
        "backgroundjob": {
            "lastjob": "46"
        },
        "bruteforcesettings": {
            "enabled": "yes",
            "installed_version": "1.6.0",
            "types": ""
        },
        "calendar": {
            "enabled": "yes",
            "installed_version": "2.0.3",
            "types": ""
        },
        "cloud_federation_api": {
            "enabled": "yes",
            "installed_version": "1.1.0",
            "types": "filesystem"
        },
        "comments": {
            "enabled": "yes",
            "installed_version": "1.8.0",
            "types": "logging"
        },
        "core": {
            "backgroundjobs_mode": "cron",
            "installed.bundles": "[\"CoreBundle\"]",
            "installedat": "1589240715.5801",
            "lastcron": "1589734681",
            "lastupdatedat": "1589240715.5858",
            "oc.integritycheck.checker": "[]",
            "public_files": "files_sharing\/public.php",
            "public_webdav": "dav\/appinfo\/v1\/publicwebdav.php",
            "theming.variables": "d41d8cd98f00b204e9800998ecf8427e",
            "vendor": "nextcloud"
        },
        "dav": {
            "enabled": "yes",
            "installed_version": "1.14.0",
            "types": "filesystem"
        },
        "federatedfilesharing": {
            "enabled": "yes",
            "installed_version": "1.8.0",
            "types": ""
        },
        "federation": {
            "enabled": "yes",
            "installed_version": "1.8.0",
            "types": "authentication"
        },
        "files": {
            "cronjob_scan_files": "500",
            "enabled": "yes",
            "installed_version": "1.13.1",
            "types": "filesystem"
        },
        "files_antivirus": {
            "av_cmd_options": "",
            "av_host": "",
            "av_infected_action": "only_log",
            "av_max_file_size": "-1",
            "av_mode": "socket",
            "av_path": "\/usr\/bin\/clamscan",
            "av_port": "0",
            "av_socket": "\/var\/snap\/nextcloud\/current\/clamd.ctl",
            "av_stream_max_length": "26214400",
            "enabled": "yes",
            "installed_version": "2.3.0",
            "types": "filesystem,dav"
        },
        "files_pdfviewer": {
            "enabled": "yes",
            "installed_version": "1.7.0",
            "types": ""
        },
        "files_rightclick": {
            "enabled": "yes",
            "installed_version": "0.15.2",
            "types": ""
        },
        "files_sharing": {
            "enabled": "yes",
            "installed_version": "1.10.1",
            "types": "filesystem"
        },
        "files_trashbin": {
            "enabled": "yes",
            "installed_version": "1.8.0",
            "types": "filesystem,dav"
        },
        "files_versions": {
            "enabled": "yes",
            "installed_version": "1.11.0",
            "types": "filesystem,dav"
        },
        "files_videoplayer": {
            "enabled": "yes",
            "installed_version": "1.7.0",
            "types": ""
        },
        "firstrunwizard": {
            "enabled": "yes",
            "installed_version": "2.7.0",
            "types": "logging"
        },
        "logreader": {
            "enabled": "yes",
            "installed_version": "2.3.0",
            "types": ""
        },
        "lookup_server_connector": {
            "enabled": "yes",
            "installed_version": "1.6.0",
            "types": "authentication"
        },
        "nextcloud_announcements": {
            "enabled": "yes",
            "installed_version": "1.7.0",
            "pub_date": "Thu, 24 Oct 2019 00:00:00 +0200",
            "types": "logging"
        },
        "notifications": {
            "enabled": "yes",
            "installed_version": "2.6.0",
            "types": "logging"
        },
        "oauth2": {
            "enabled": "yes",
            "installed_version": "1.6.0",
            "types": "authentication"
        },
        "onlyoffice": {
            "enabled": "yes",
            "installed_version": "4.1.4",
            "types": "filesystem"
        },
        "password_policy": {
            "enabled": "yes",
            "enforceUpperLowerCase": "1",
            "installed_version": "1.8.0",
            "types": ""
        },
        "photos": {
            "enabled": "yes",
            "installed_version": "1.0.0",
            "types": ""
        },
        "privacy": {
            "enabled": "yes",
            "fullDiskEncryptionEnabled": "0",
            "installed_version": "1.2.0",
            "types": ""
        },
        "provisioning_api": {
            "enabled": "yes",
            "installed_version": "1.8.0",
            "types": "prevent_group_restriction"
        },
        "ransomware_protection": {
            "enabled": "yes",
            "installed_version": "1.6.1",
            "types": "logging"
        },
        "recommendations": {
            "enabled": "yes",
            "installed_version": "0.6.0",
            "types": ""
        },
        "serverinfo": {
            "enabled": "yes",
            "installed_version": "1.8.0",
            "types": ""
        },
        "settings": {
            "enabled": "yes",
            "installed_version": "1.0.0",
            "types": ""
        },
        "sharebymail": {
            "enabled": "yes",
            "installed_version": "1.8.0",
            "types": "filesystem"
        },
        "support": {
            "enabled": "yes",
            "installed_version": "1.1.0",
            "types": "session"
        },
        "survey_client": {
            "enabled": "yes",
            "installed_version": "1.6.0",
            "last_report": "{\"id\":\"ocu7yiskazr8\",\"items\":[[\"server\",\"version\",\"18.0.4.2\"],[\"server\",\"code\",\"other\"],[\"server\",\"enable_avatars\",\"yes\"],[\"server\",\"enable_previews\",\"yes\"],[\"server\",\"memcache.local\",\"\\\\OC\\\\Memcache\\\\Redis\"],[\"server\",\"memcache.distributed\",\"none\"],[\"server\",\"asset-pipeline.enabled\",\"no\"],[\"server\",\"filelocking.enabled\",\"yes\"],[\"server\",\"memcache.locking\",\"\\\\OC\\\\Memcache\\\\Redis\"],[\"server\",\"debug\",\"no\"],[\"server\",\"cron\",\"cron\"],[\"php\",\"version\",\"7.3.17\"],[\"php\",\"memory_limit\",536870912],[\"php\",\"max_execution_time\",0],[\"php\",\"upload_max_filesize\",2097152],[\"database\",\"type\",\"mysql\"],[\"database\",\"version\",\"5.7.29\"],[\"database\",\"size\",1581056],[\"apps\",\"accessibility\",\"1.4.0\"],[\"apps\",\"activity\",\"2.11.0\"],[\"apps\",\"bruteforcesettings\",\"1.6.0\"],[\"apps\",\"cloud_federation_api\",\"1.1.0\"],[\"apps\",\"comments\",\"1.8.0\"],[\"apps\",\"dav\",\"1.14.0\"],[\"apps\",\"federatedfilesharing\",\"1.8.0\"],[\"apps\",\"federation\",\"1.8.0\"],[\"apps\",\"files\",\"1.13.1\"],[\"apps\",\"files_pdfviewer\",\"1.7.0\"],[\"apps\",\"files_rightclick\",\"0.15.2\"],[\"apps\",\"files_sharing\",\"1.10.1\"],[\"apps\",\"files_trashbin\",\"1.8.0\"],[\"apps\",\"files_versions\",\"1.11.0\"],[\"apps\",\"files_videoplayer\",\"1.7.0\"],[\"apps\",\"firstrunwizard\",\"2.7.0\"],[\"apps\",\"logreader\",\"2.3.0\"],[\"apps\",\"lookup_server_connector\",\"1.6.0\"],[\"apps\",\"nextcloud_announcements\",\"1.7.0\"],[\"apps\",\"notifications\",\"2.6.0\"],[\"apps\",\"oauth2\",\"1.6.0\"],[\"apps\",\"password_policy\",\"1.8.0\"],[\"apps\",\"photos\",\"1.0.0\"],[\"apps\",\"privacy\",\"1.2.0\"],[\"apps\",\"provisioning_api\",\"1.8.0\"],[\"apps\",\"recommendations\",\"0.6.0\"],[\"apps\",\"serverinfo\",\"1.8.0\"],[\"apps\",\"settings\",\"1.0.0\"],[\"apps\",\"sharebymail\",\"1.8.0\"],[\"apps\",\"support\",\"1.1.0\"],[\"apps\",\"survey_client\",\"1.6.0\"],[\"apps\",\"systemtags\",\"1.8.0\"],[\"apps\",\"text\",\"2.0.0\"],[\"apps\",\"theming\",\"disabled\"],[\"apps\",\"twofactor_backupcodes\",\"1.7.0\"],[\"apps\",\"viewer\",\"1.2.0\"],[\"apps\",\"workflowengine\",\"2.0.0\"],[\"stats\",\"num_files\",168],[\"stats\",\"num_users\",1],[\"stats\",\"num_storages\",2],[\"stats\",\"num_storages_local\",1],[\"stats\",\"num_storages_home\",1],[\"stats\",\"num_storages_other\",0],[\"stats\",\"num_comments\",0],[\"stats\",\"num_comment_markers\",0],[\"stats\",\"num_systemtags\",0],[\"stats\",\"num_systemtags_mappings\",0],[\"files_sharing\",\"num_shares\",0],[\"files_sharing\",\"num_shares_user\",0],[\"files_sharing\",\"num_shares_groups\",0],[\"files_sharing\",\"num_shares_link\",0],[\"files_sharing\",\"num_shares_link_no_password\",0],[\"files_sharing\",\"num_fed_shares_sent\",0],[\"files_sharing\",\"num_fed_shares_received\",0],[\"encryption\",\"enabled\",\"no\"],[\"encryption\",\"default_module\",\"no\"]]}",
            "last_sent": "1589242175",
            "types": ""
        },
        "systemtags": {
            "enabled": "yes",
            "installed_version": "1.8.0",
            "types": "logging"
        },
        "text": {
            "enabled": "yes",
            "installed_version": "2.0.0",
            "types": "dav"
        },
        "theming": {
            "enabled": "no",
            "installed_version": "1.9.0",
            "types": "logging"
        },
        "twofactor_backupcodes": {
            "enabled": "yes",
            "installed_version": "1.7.0",
            "types": ""
        },
        "viewer": {
            "enabled": "yes",
            "installed_version": "1.2.0",
            "types": ""
        },
        "workflowengine": {
            "enabled": "yes",
            "installed_version": "2.0.0",
            "types": "filesystem"
        }
    }
}



snap version

snap    2.44.3+20.04
snapd   2.44.3+20.04
series  16
ubuntu  20.04
kernel  5.4.0-29-generic



nextcloud version

Name       Version      Rev    Tracking       Publisher   Notes
nextcloud  18.0.4snap1  20498  latest/stable  nextcloudâś“  -


Was this page helpful?
0 / 5 - 0 ratings

Related issues

pheiduck picture pheiduck  Â·  8Comments

Seferi picture Seferi  Â·  5Comments

srkunze picture srkunze  Â·  6Comments

nihil21 picture nihil21  Â·  6Comments

mo-seph picture mo-seph  Â·  6Comments