[Support] Linuxserver.io - Nextcloud


Recommended Posts

So, I've been following this guide to set up MariaDB/Nextcloud/Let's Encrypt.  Things were working well until I got to the point that I created a file to put into the LE App data folder (/config/nginx/site-confs/nextcloud).  Since then, I've been getting the following error in my LE docker log, over and over:

 

nginx: [emerg] the size 10485760 of shared memory zone "SSL" conflicts with already declared size 52428800 in /config/nginx/site-confs/nextcloud:20

 

When I set the LE container up, I set it to use a subdomain only (my nextcloud instance) and it has created the certs for that URL.  Otherwise, I can connect to Nextcloud and have set it up and can log in but I always get the invalid cert notification.  Is there a way to simply install the certs that LE has already obtained to the NextCloud instance?

Link to comment
48 minutes ago, drsparks68 said:

nginx: [emerg] the size 10485760 of shared memory zone "SSL" conflicts with already declared size 52428800 in /config/nginx/site-confs/nextcloud:20

Look through all your LE nginx config files and remove one of the conflicting  ssl_session_cache lines.

Link to comment
8 hours ago, CHBMB said:
12 hours ago, Hoanh said:
Hi guy. I want to add an external drive to my nextcloud. The external drive is one of my shares in unraid. Can it be done? 
Thank you!

Yes

 

Yes you just have to select it in the docker as data location

image.png.2571dcce5bbbdb15f9d714c36079c232.png

 

 

Regards

Bengele

 

Link to comment
1 hour ago, Hoanh said:

 

 

Thank guys! Now I can access all my data over nextcloud, little bit concerned about security.

As long you are using https you are safe.

1. Banking Websites also use https and are fine.

2. Bruteforce attacks are covered by the lets encrypt docker with fail2ban

3. The weakness is ddos but that makes your website just unavalible and attacks inside your homenetwork

 

Regards

Bengele

Link to comment
On 4/23/2018 at 5:21 PM, CHBMB said:

 

Just pull the container, leave the database as sqlite and add a admin user and password, I'm not sure how you can go wrong with that or why you need any help, I feel like I'm missing something.  Just tried it myself and had no problems at all.  But you haven't really elaborated on what you mean by "trouble"

 

On 4/22/2018 at 4:11 PM, bengele said:

Hello Master,

well the are combined packes wich includes the maria db but you need a database everywhere you want to create users and passwords. Nextcloud wont work without a database.

Further more, if you want to use your nextcloud only in your local network its fine to skip on https and ssl but if you want to use it in the inernet you need to be aware that everybody can capture your data.

 

Im also not sure if the certificates works with ipadresses instead of domains (https).

 

Can you tell us maybe what your problem was with the old setup? what error did you get?

 

Regards

Bengele

Ok I've just install new and everything surprisingly is working BUT when I try to click on the nextcloud icon in my Apps/ and webui/ the address it takes me to is wrong. And I've even tried to edit/ advance/ and input it manually in the webui place. Hmm.   But I don't know why but its working. We will see how long it last.

Link to comment

Ok after messing more around with it I found more problems. My main use for this is on my iPhone's for just backup of photos and videos to help clear space and still have access on the go. I use a vpn for everything on my unraid server so like my apps all work without having to port forward everything. But for some reason i'm getting a connection error when I try to connect using my vpn. I'm guess maybe I need add something in openVPN network settings? Anyone got a clue?

Link to comment

Since the last Nextcloud update (Nextcloud 13.0.2) it's complaining about some security issues I have added via my config settings:

Der „X-XSS-Protection“-HTTP-Header ist nicht so konfiguriert, dass er „1; mode=block“ entspricht. 
Der „X-Content-Type-Options“-HTTP-Header ist nicht so konfiguriert, dass er „nosniff“ entspricht.
Der „X-Robots-Tag“-HTTP-Header ist nicht so konfiguriert, dass er „none“ entspricht.
Der „X-Download-Options“-HTTP-Header ist nicht so konfiguriert, dass er „noopen“ entspricht.
Der „X-Permitted-Cross-Domain-Policies“-HTTP-Header ist nicht so konfiguriert, dass er „none“ entspricht.

 

However, the default file is showing the correct settings:

Quote

  # Adding the cache control header for js and css files
  # Make sure it is BELOW the location ~ \.php(?:$|/) { block
  location ~* \.(?:css|js)$ {
    add_header Cache-Control "public, max-age=7200";
    # Add headers to serve security related headers
    add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;";
    add_header X-Content-Type-Options nosniff;                                                                                   add_header X-Frame-Options "SAMEORIGIN";
    add_header X-XSS-Protection "1; mode=block";
    add_header X-Robots-Tag none;
    add_header X-Download-Options noopen;
    add_header X-Permitted-Cross-Domain-Policies none;
    # Optional: Don't log access to assets
    access_log off;

 

 

Anyone can guide me towards a solution? Thanks a lot.

Edited by EdgarWallace
Link to comment

Thanks CHBMB for this app!

 

Nextcloud makes me loose my last hair...

 

I found the following problem after many grey hairs:

[03-May-2018 19:58:47] WARNING: [pool www] server reached pm.max_children setting (5), consider raising it

 

Then i tried to make it higher, but it wont accept the localphp.ini, as it seems.

 

Now i read in this thread like on page 30, that you can change it inside the docker, but after new update, its away....

 

 

... soooo is there a way to make this thing handle 1 person at a time (Handy+PC) without changing config after every update? Like a variable in the template i could use?

 

 

I dont use SSL or reverse proxy, but mariadb. Is there anything i can do to increase speed besides the FPM thingy? Login takes forever, uploads sometimes also... downloads also... 

 

What could



018/05/03 22:40:59 [error] 310#310: *492 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Uncaught PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction in /config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:105
Stack trace:
#0 /config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php(105): PDOStatement->execute(NULL)
#1 /config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(1006): Doctrine\DBAL\Driver\PDOStatement->execute()
#2 /config/www/nextcloud/lib/private/DB/Connection.php(216): Doctrine\DBAL\Connection->executeUpdate('UPDATE `oc_file...', Array, Array)
#3 /config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php(208): OC\DB\Connection->executeUpdate('UPDATE `oc_file...', Array, Array)
#4 /config/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php(214): Doctrine\DBAL\Query\QueryBuilder->execute()
#5 /config/www/nextcloud/lib/private/Lock/DBLockingProvider.php(280):" while reading upstream, client: 192.168.0.100, server: _, request: "GET /index.php/core/preview.png?file=%SOMETHING.jpg&c=d3d1df7290610d5bc9b06895564e6457&x=48&y=48&forceIcon=0 HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.0.2:9090"

This be?

Edited by nuhll
Link to comment

For all you who want an automatic filescan to happen (with log output, fo all users), get the user scripts plugin and enter this:

 

Script which start nextcloud file sync for all users, with logger output to syslog on unraid

 

Quote

 


 

#!/bin/bash
echo "====================================================================================================================================================================================="
echo "<font color='red'><b>Starting...</b></font>"
logger Nextcloud filescan started.
echo "====================================================================================================================================================================================="


docker exec -i nextcloud sudo -u abc php /config/www/nextcloud/occ files:scan --all
echo "====================================================================================================================================================================================="
logger Nextcloud filescan finished.
echo "<font color='green'><b>Finished:</b></font>"
echo "====================================================================================================================================================================================="

 

 

Edited by nuhll
Link to comment
On 5/1/2018 at 3:32 PM, M4ST3R-OWNER said:

Ok after messing more around with it I found more problems. My main use for this is on my iPhone's for just backup of photos and videos to help clear space and still have access on the go. I use a vpn for everything on my unraid server so like my apps all work without having to port forward everything. But for some reason i'm getting a connection error when I try to connect using my vpn. I'm guess maybe I need add something in openVPN network settings? Anyone got a clue?

 

Anyone else with same problem? It worked just fine with my vpn setup on openvpn but now for some reason its not letting me connect to nextcloud. I can use all my other apps just fine.

Link to comment

Hi, lately I'm having some problems with nextcloud, randomly the container "hangs" while it's running and in the log appear something similar to this:

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 20-config: executing...
[cont-init.d] 20-config: exited 0.
[cont-init.d] 30-keygen: executing...
using keys found in /config/keys
[cont-init.d] 30-keygen: exited 0.
[cont-init.d] 40-config: executing...
[cont-init.d] 40-config: exited 0.
[cont-init.d] 50-install: executing...
[cont-init.d] 50-install: exited 0.
[cont-init.d] 60-memcache: executing...
[cont-init.d] 60-memcache: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for local cache
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for distributed cache
[owncloud][cron][0] Run OCA\OwnBackup\Jobs\BackupJob job with ID 25
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 39981360 bytes) in /config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php on line 104
[owncloud][PHP][3] Allowed memory size of 134217728 bytes exhausted (tried to allocate 39981360 bytes) at /config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php#104
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for local cache
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for distributed cache
[owncloud][cron][0] Run OCA\UpdateNotification\Notification\BackgroundJob job with ID 7
[owncloud][cron][0] Finished OCA\UpdateNotification\Notification\BackgroundJob job with ID 7 in 20 seconds
[owncloud][cron][0] Run OCA\Files_Sharing\DeleteOrphanedSharesJob job with ID 8
[owncloud][DeleteOrphanedSharesJob][0] 0 orphaned share(s) deleted
[owncloud][cron][0] Finished OCA\Files_Sharing\DeleteOrphanedSharesJob job with ID 8 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Sharing\ExpireSharesJob job with ID 9
[owncloud][cron][0] Finished OCA\Files_Sharing\ExpireSharesJob job with ID 9 in 0 seconds
[owncloud][cron][0] Run OCA\Federation\SyncJob job with ID 10
[owncloud][cron][0] Finished OCA\Federation\SyncJob job with ID 10 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\DeleteOrphanedItems job with ID 13
[owncloud][DeleteOrphanedItems][0] 0 orphaned system tag relations deleted
[owncloud][DeleteOrphanedItems][0] 0 orphaned user tag relations deleted
[owncloud][DeleteOrphanedItems][0] 0 orphaned comments deleted
[owncloud][DeleteOrphanedItems][0] 0 orphaned comment read marks deleted
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\DeleteOrphanedItems job with ID 13 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T17:30:29+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T17:30:29+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\DeleteCron job with ID 26
[owncloud][cron][0] Finished OCA\Deck\Cron\DeleteCron job with ID 26 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Versions\BackgroundJob\ExpireVersions job with ID 11
[owncloud][cron][0] Finished OCA\Files_Versions\BackgroundJob\ExpireVersions job with ID 11 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\ScanFiles job with ID 12
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\ScanFiles job with ID 12 in 1 seconds
[owncloud][cron][0] Run OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27
[owncloud][cron][0] Finished OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27 in 0 seconds
[owncloud][cron][0] Run OCA\NextcloudAnnouncements\Cron\Crawler job with ID 2
[owncloud][cron][0] Finished OCA\NextcloudAnnouncements\Cron\Crawler job with ID 2 in 1 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T17:30:33+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T17:30:33+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28 in 0 seconds
[owncloud][cron][0] Run OC\Log\Rotate job with ID 29
[owncloud][cron][0] Finished OC\Log\Rotate job with ID 29 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\ScheduledNotifications job with ID 121
[owncloud][cron][0] Finished OCA\Deck\Cron\ScheduledNotifications job with ID 121 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Trashbin\BackgroundJob\ExpireTrash job with ID 3
[owncloud][cron][0] Finished OCA\Files_Trashbin\BackgroundJob\ExpireTrash job with ID 3 in 0 seconds
[owncloud][cron][0] Run OCA\Activity\BackgroundJob\EmailNotification job with ID 4
[owncloud][cron][0] Finished OCA\Activity\BackgroundJob\EmailNotification job with ID 4 in 0 seconds
[owncloud][cron][0] Run OCA\Activity\BackgroundJob\ExpireActivities job with ID 5
[owncloud][cron][0] Finished OCA\Activity\BackgroundJob\ExpireActivities job with ID 5 in 0 seconds
[owncloud][cron][0] Run OC\Command\CommandJob job with ID 122
[owncloud][cron][0] Finished OC\Command\CommandJob job with ID 122 in 0 seconds
[owncloud][cron][0] Run OC\Command\CommandJob job with ID 123
[owncloud][cron][0] Finished OC\Command\CommandJob job with ID 123 in 0 seconds
[owncloud][cron][0] Run OC\Command\CommandJob job with ID 124
[owncloud][cron][0] Finished OC\Command\CommandJob job with ID 124 in 0 seconds
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for local cache
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for distributed cache
[owncloud][cron][0] Run OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T17:45:02+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T17:45:02+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\DeleteCron job with ID 26
[owncloud][cron][0] Finished OCA\Deck\Cron\DeleteCron job with ID 26 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\ScanFiles job with ID 12
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\ScanFiles job with ID 12 in 0 seconds
[owncloud][cron][0] Run OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27
[owncloud][cron][0] Finished OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T17:45:04+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T17:45:04+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28 in 0 seconds
[owncloud][cron][0] Run OC\Log\Rotate job with ID 29
[owncloud][cron][0] Finished OC\Log\Rotate job with ID 29 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\ScheduledNotifications job with ID 121
[owncloud][cron][0] Finished OCA\Deck\Cron\ScheduledNotifications job with ID 121 in 0 seconds
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for local cache
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for distributed cache
[owncloud][cron][0] Run OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T18:00:02+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T18:00:02+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\DeleteCron job with ID 26
[owncloud][cron][0] Finished OCA\Deck\Cron\DeleteCron job with ID 26 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\ScanFiles job with ID 12
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\ScanFiles job with ID 12 in 0 seconds
[owncloud][cron][0] Run OCA\Activity\BackgroundJob\EmailNotification job with ID 4
[owncloud][cron][0] Finished OCA\Activity\BackgroundJob\EmailNotification job with ID 4 in 0 seconds
[owncloud][cron][0] Run OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27
[owncloud][cron][0] Finished OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T18:00:03+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T18:00:03+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28 in 0 seconds
[owncloud][cron][0] Run OC\Log\Rotate job with ID 29
[owncloud][cron][0] Finished OC\Log\Rotate job with ID 29 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\ScheduledNotifications job with ID 121
[owncloud][cron][0] Finished OCA\Deck\Cron\ScheduledNotifications job with ID 121 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Sharing\DeleteOrphanedSharesJob job with ID 8
[owncloud][DeleteOrphanedSharesJob][0] 0 orphaned share(s) deleted
[owncloud][cron][0] Finished OCA\Files_Sharing\DeleteOrphanedSharesJob job with ID 8 in 0 seconds
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for local cache
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for distributed cache
[owncloud][cron][0] Run OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T18:15:02+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T18:15:02+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Versions\BackgroundJob\ExpireVersions job with ID 11
[owncloud][cron][0] Finished OCA\Files_Versions\BackgroundJob\ExpireVersions job with ID 11 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\ScanFiles job with ID 12
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\ScanFiles job with ID 12 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\DeleteCron job with ID 26
[owncloud][cron][0] Finished OCA\Deck\Cron\DeleteCron job with ID 26 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Trashbin\BackgroundJob\ExpireTrash job with ID 3
[owncloud][cron][0] Finished OCA\Files_Trashbin\BackgroundJob\ExpireTrash job with ID 3 in 0 seconds
[owncloud][cron][0] Run OCA\Activity\BackgroundJob\EmailNotification job with ID 4
[owncloud][cron][0] Finished OCA\Activity\BackgroundJob\EmailNotification job with ID 4 in 0 seconds
[owncloud][cron][0] Run OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27
[owncloud][cron][0] Finished OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T18:15:04+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T18:15:04+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28 in 0 seconds
[owncloud][cron][0] Run OC\Log\Rotate job with ID 29
[owncloud][cron][0] Finished OC\Log\Rotate job with ID 29 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Sharing\DeleteOrphanedSharesJob job with ID 8
[owncloud][DeleteOrphanedSharesJob][0] 0 orphaned share(s) deleted
[owncloud][cron][0] Finished OCA\Files_Sharing\DeleteOrphanedSharesJob job with ID 8 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\ScheduledNotifications job with ID 121
[owncloud][cron][0] Finished OCA\Deck\Cron\ScheduledNotifications job with ID 121 in 0 seconds
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for local cache
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for distributed cache
[owncloud][cron][0] Run OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T18:30:02+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T18:30:02+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\ScanFiles job with ID 12
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\ScanFiles job with ID 12 in 1 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\DeleteCron job with ID 26
[owncloud][cron][0] Finished OCA\Deck\Cron\DeleteCron job with ID 26 in 0 seconds
[owncloud][cron][0] Run OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27
[owncloud][cron][0] Finished OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T18:30:04+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T18:30:04+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28 in 0 seconds
[owncloud][cron][0] Run OC\Log\Rotate job with ID 29
[owncloud][cron][0] Finished OC\Log\Rotate job with ID 29 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\ScheduledNotifications job with ID 121
[owncloud][cron][0] Finished OCA\Deck\Cron\ScheduledNotifications job with ID 121 in 0 seconds
[owncloud][cron][0] Run OC\Command\CommandJob job with ID 125
[owncloud][cron][0] Finished OC\Command\CommandJob job with ID 125 in 0 seconds
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for local cache
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for distributed cache
[owncloud][cron][0] Run OCA\Files\BackgroundJob\DeleteOrphanedItems job with ID 13
[owncloud][DeleteOrphanedItems][0] 0 orphaned system tag relations deleted
[owncloud][DeleteOrphanedItems][0] 0 orphaned user tag relations deleted
[owncloud][DeleteOrphanedItems][0] 0 orphaned comments deleted
[owncloud][DeleteOrphanedItems][0] 0 orphaned comment read marks deleted
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\DeleteOrphanedItems job with ID 13 in 0 seconds
[owncloud][cron][0] Run OCA\Activity\BackgroundJob\EmailNotification job with ID 4
[owncloud][cron][0] Finished OCA\Activity\BackgroundJob\EmailNotification job with ID 4 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\ScanFiles job with ID 12
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\ScanFiles job with ID 12 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T18:45:03+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T18:45:03+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\DeleteCron job with ID 26
[owncloud][cron][0] Finished OCA\Deck\Cron\DeleteCron job with ID 26 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Sharing\DeleteOrphanedSharesJob job with ID 8
[owncloud][DeleteOrphanedSharesJob][0] 0 orphaned share(s) deleted
[owncloud][cron][0] Finished OCA\Files_Sharing\DeleteOrphanedSharesJob job with ID 8 in 0 seconds
[owncloud][cron][0] Run OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27
[owncloud][cron][0] Finished OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T18:45:04+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T18:45:04+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28 in 0 seconds
[owncloud][cron][0] Run OC\Log\Rotate job with ID 29
[owncloud][cron][0] Finished OC\Log\Rotate job with ID 29 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\ScheduledNotifications job with ID 121
[owncloud][cron][0] Finished OCA\Deck\Cron\ScheduledNotifications job with ID 121 in 0 seconds
[owncloud][cron][0] Run OC\Command\CommandJob job with ID 126
[owncloud][cron][0] Finished OC\Command\CommandJob job with ID 126 in 0 seconds
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for local cache
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for distributed cache
[owncloud][cron][0] Run OCA\Files_Versions\BackgroundJob\ExpireVersions job with ID 11
[owncloud][cron][0] Finished OCA\Files_Versions\BackgroundJob\ExpireVersions job with ID 11 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\ScanFiles job with ID 12
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\ScanFiles job with ID 12 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T19:00:03+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T19:00:03+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\DeleteCron job with ID 26
[owncloud][cron][0] Finished OCA\Deck\Cron\DeleteCron job with ID 26 in 0 seconds
[owncloud][cron][0] Run OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27
[owncloud][cron][0] Finished OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T19:00:04+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T19:00:04+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28 in 0 seconds
[owncloud][cron][0] Run OC\Log\Rotate job with ID 29
[owncloud][cron][0] Finished OC\Log\Rotate job with ID 29 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Trashbin\BackgroundJob\ExpireTrash job with ID 3
[owncloud][cron][0] Finished OCA\Files_Trashbin\BackgroundJob\ExpireTrash job with ID 3 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\ScheduledNotifications job with ID 121
[owncloud][cron][0] Finished OCA\Deck\Cron\ScheduledNotifications job with ID 121 in 0 seconds
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for local cache
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for distributed cache
[owncloud][cron][0] Run OCA\Files\BackgroundJob\ScanFiles job with ID 12
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\ScanFiles job with ID 12 in 1 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Sharing\DeleteOrphanedSharesJob job with ID 8
[owncloud][DeleteOrphanedSharesJob][0] 0 orphaned share(s) deleted
[owncloud][cron][0] Finished OCA\Files_Sharing\DeleteOrphanedSharesJob job with ID 8 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T19:15:03+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T19:15:03+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\DeleteCron job with ID 26
[owncloud][cron][0] Finished OCA\Deck\Cron\DeleteCron job with ID 26 in 0 seconds
[owncloud][cron][0] Run OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27
[owncloud][cron][0] Finished OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T19:15:04+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T19:15:04+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28 in 0 seconds
[owncloud][cron][0] Run OC\Log\Rotate job with ID 29
[owncloud][cron][0] Finished OC\Log\Rotate job with ID 29 in 0 seconds
[owncloud][cron][0] Run OCA\Activity\BackgroundJob\EmailNotification job with ID 4
[owncloud][cron][0] Finished OCA\Activity\BackgroundJob\EmailNotification job with ID 4 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\ScheduledNotifications job with ID 121
[owncloud][cron][0] Finished OCA\Deck\Cron\ScheduledNotifications job with ID 121 in 0 seconds
[owncloud][cron][0] Run OC\Command\CommandJob job with ID 127
[owncloud][files_versions][1] Mark to expire /Apps/Enpass/sync_default.walletx next version should be 1525512510 or smaller. (prevTimestamp: 1525598910; step: 86400
[owncloud][files_versions][1] Mark to expire /Apps/Enpass/sync_default.walletx next version should be 1525512510 or smaller. (prevTimestamp: 1525598910; step: 86400
[owncloud][files_versions][1] Mark to expire /Apps/Enpass/sync_default.walletx next version should be 1525512510 or smaller. (prevTimestamp: 1525598910; step: 86400
[owncloud][files_versions][1] Mark to expire /Apps/Enpass/sync_default.walletx next version should be 1525512510 or smaller. (prevTimestamp: 1525598910; step: 86400
[owncloud][files_versions][1] Mark to expire /Apps/Enpass/sync_default.walletx next version should be 1525512510 or smaller. (prevTimestamp: 1525598910; step: 86400
[owncloud][files_versions][1] Mark to expire /Apps/Enpass/sync_default.walletx next version should be 1525512510 or smaller. (prevTimestamp: 1525598910; step: 86400
[owncloud][files_versions][1] Mark to expire /Apps/Enpass/sync_default.walletx next version should be 1525512510 or smaller. (prevTimestamp: 1525598910; step: 86400
[owncloud][files_versions][1] Mark to expire /Apps/Enpass/sync_default.walletx next version should be 1525512510 or smaller. (prevTimestamp: 1525598910; step: 86400
[owncloud][files_versions][1] Mark to expire /Apps/Enpass/sync_default.walletx next version should be 1525512510 or smaller. (prevTimestamp: 1525598910; step: 86400
[owncloud][files_versions][1] Expire: /Apps/Enpass/sync_default.walletx.v1525598614
[owncloud][files_versions][1] Expire: /Apps/Enpass/sync_default.walletx.v1525598467
[owncloud][files_versions][1] Expire: /Apps/Enpass/sync_default.walletx.v1525598385
[owncloud][files_versions][1] Expire: /Apps/Enpass/sync_default.walletx.v1525598299
[owncloud][files_versions][1] Expire: /Apps/Enpass/sync_default.walletx.v1525598173
[owncloud][files_versions][1] Expire: /Apps/Enpass/sync_default.walletx.v1525597085
[owncloud][files_versions][1] Expire: /Apps/Enpass/sync_default.walletx.v1525553431
[owncloud][files_versions][1] Expire: /Apps/Enpass/sync_default.walletx.v1525549544
[owncloud][files_versions][1] Expire: /Apps/Enpass/sync_default.walletx.v1525545807
[owncloud][cron][0] Finished OC\Command\CommandJob job with ID 127 in 2 seconds
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for local cache
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for distributed cache
[owncloud][cron][0] Run OCA\Files\BackgroundJob\ScanFiles job with ID 12
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\ScanFiles job with ID 12 in 1 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T19:30:03+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T19:30:03+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\DeleteCron job with ID 26
[owncloud][cron][0] Finished OCA\Deck\Cron\DeleteCron job with ID 26 in 0 seconds
[owncloud][cron][0] Run OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27
[owncloud][cron][0] Finished OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T19:30:04+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T19:30:04+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28 in 0 seconds
[owncloud][cron][0] Run OC\Log\Rotate job with ID 29
[owncloud][cron][0] Finished OC\Log\Rotate job with ID 29 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\ScheduledNotifications job with ID 121
[owncloud][cron][0] Finished OCA\Deck\Cron\ScheduledNotifications job with ID 121 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Versions\BackgroundJob\ExpireVersions job with ID 11
[owncloud][cron][0] Finished OCA\Files_Versions\BackgroundJob\ExpireVersions job with ID 11 in 0 seconds
[owncloud][cron][0] Run OC\Command\CommandJob job with ID 128
[owncloud][cron][0] Finished OC\Command\CommandJob job with ID 128 in 0 seconds

another issue that I'm having is whenever I update the container in the process of stopping it freezes and sometimes I've to delete and recreate the container from the template

 

I've attached the diagnostic

thanks

 

byo02-diagnostics-20180507-2136.zip

Link to comment
On 5/7/2018 at 8:43 PM, byographic said:

Hi, lately I'm having some problems with nextcloud, randomly the container "hangs" while it's running and in the log appear something similar to this:


[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 20-config: executing...
[cont-init.d] 20-config: exited 0.
[cont-init.d] 30-keygen: executing...
using keys found in /config/keys
[cont-init.d] 30-keygen: exited 0.
[cont-init.d] 40-config: executing...
[cont-init.d] 40-config: exited 0.
[cont-init.d] 50-install: executing...
[cont-init.d] 50-install: exited 0.
[cont-init.d] 60-memcache: executing...
[cont-init.d] 60-memcache: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for local cache
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for distributed cache
[owncloud][cron][0] Run OCA\OwnBackup\Jobs\BackupJob job with ID 25
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 39981360 bytes) in /config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php on line 104
[owncloud][PHP][3] Allowed memory size of 134217728 bytes exhausted (tried to allocate 39981360 bytes) at /config/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php#104
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for local cache
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for distributed cache
[owncloud][cron][0] Run OCA\UpdateNotification\Notification\BackgroundJob job with ID 7
[owncloud][cron][0] Finished OCA\UpdateNotification\Notification\BackgroundJob job with ID 7 in 20 seconds
[owncloud][cron][0] Run OCA\Files_Sharing\DeleteOrphanedSharesJob job with ID 8
[owncloud][DeleteOrphanedSharesJob][0] 0 orphaned share(s) deleted
[owncloud][cron][0] Finished OCA\Files_Sharing\DeleteOrphanedSharesJob job with ID 8 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Sharing\ExpireSharesJob job with ID 9
[owncloud][cron][0] Finished OCA\Files_Sharing\ExpireSharesJob job with ID 9 in 0 seconds
[owncloud][cron][0] Run OCA\Federation\SyncJob job with ID 10
[owncloud][cron][0] Finished OCA\Federation\SyncJob job with ID 10 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\DeleteOrphanedItems job with ID 13
[owncloud][DeleteOrphanedItems][0] 0 orphaned system tag relations deleted
[owncloud][DeleteOrphanedItems][0] 0 orphaned user tag relations deleted
[owncloud][DeleteOrphanedItems][0] 0 orphaned comments deleted
[owncloud][DeleteOrphanedItems][0] 0 orphaned comment read marks deleted
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\DeleteOrphanedItems job with ID 13 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T17:30:29+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T17:30:29+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\DeleteCron job with ID 26
[owncloud][cron][0] Finished OCA\Deck\Cron\DeleteCron job with ID 26 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Versions\BackgroundJob\ExpireVersions job with ID 11
[owncloud][cron][0] Finished OCA\Files_Versions\BackgroundJob\ExpireVersions job with ID 11 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\ScanFiles job with ID 12
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\ScanFiles job with ID 12 in 1 seconds
[owncloud][cron][0] Run OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27
[owncloud][cron][0] Finished OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27 in 0 seconds
[owncloud][cron][0] Run OCA\NextcloudAnnouncements\Cron\Crawler job with ID 2
[owncloud][cron][0] Finished OCA\NextcloudAnnouncements\Cron\Crawler job with ID 2 in 1 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T17:30:33+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T17:30:33+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28 in 0 seconds
[owncloud][cron][0] Run OC\Log\Rotate job with ID 29
[owncloud][cron][0] Finished OC\Log\Rotate job with ID 29 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\ScheduledNotifications job with ID 121
[owncloud][cron][0] Finished OCA\Deck\Cron\ScheduledNotifications job with ID 121 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Trashbin\BackgroundJob\ExpireTrash job with ID 3
[owncloud][cron][0] Finished OCA\Files_Trashbin\BackgroundJob\ExpireTrash job with ID 3 in 0 seconds
[owncloud][cron][0] Run OCA\Activity\BackgroundJob\EmailNotification job with ID 4
[owncloud][cron][0] Finished OCA\Activity\BackgroundJob\EmailNotification job with ID 4 in 0 seconds
[owncloud][cron][0] Run OCA\Activity\BackgroundJob\ExpireActivities job with ID 5
[owncloud][cron][0] Finished OCA\Activity\BackgroundJob\ExpireActivities job with ID 5 in 0 seconds
[owncloud][cron][0] Run OC\Command\CommandJob job with ID 122
[owncloud][cron][0] Finished OC\Command\CommandJob job with ID 122 in 0 seconds
[owncloud][cron][0] Run OC\Command\CommandJob job with ID 123
[owncloud][cron][0] Finished OC\Command\CommandJob job with ID 123 in 0 seconds
[owncloud][cron][0] Run OC\Command\CommandJob job with ID 124
[owncloud][cron][0] Finished OC\Command\CommandJob job with ID 124 in 0 seconds
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for local cache
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for distributed cache
[owncloud][cron][0] Run OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T17:45:02+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T17:45:02+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\DeleteCron job with ID 26
[owncloud][cron][0] Finished OCA\Deck\Cron\DeleteCron job with ID 26 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\ScanFiles job with ID 12
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\ScanFiles job with ID 12 in 0 seconds
[owncloud][cron][0] Run OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27
[owncloud][cron][0] Finished OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T17:45:04+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T17:45:04+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28 in 0 seconds
[owncloud][cron][0] Run OC\Log\Rotate job with ID 29
[owncloud][cron][0] Finished OC\Log\Rotate job with ID 29 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\ScheduledNotifications job with ID 121
[owncloud][cron][0] Finished OCA\Deck\Cron\ScheduledNotifications job with ID 121 in 0 seconds
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for local cache
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for distributed cache
[owncloud][cron][0] Run OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T18:00:02+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T18:00:02+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\DeleteCron job with ID 26
[owncloud][cron][0] Finished OCA\Deck\Cron\DeleteCron job with ID 26 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\ScanFiles job with ID 12
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\ScanFiles job with ID 12 in 0 seconds
[owncloud][cron][0] Run OCA\Activity\BackgroundJob\EmailNotification job with ID 4
[owncloud][cron][0] Finished OCA\Activity\BackgroundJob\EmailNotification job with ID 4 in 0 seconds
[owncloud][cron][0] Run OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27
[owncloud][cron][0] Finished OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T18:00:03+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T18:00:03+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28 in 0 seconds
[owncloud][cron][0] Run OC\Log\Rotate job with ID 29
[owncloud][cron][0] Finished OC\Log\Rotate job with ID 29 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\ScheduledNotifications job with ID 121
[owncloud][cron][0] Finished OCA\Deck\Cron\ScheduledNotifications job with ID 121 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Sharing\DeleteOrphanedSharesJob job with ID 8
[owncloud][DeleteOrphanedSharesJob][0] 0 orphaned share(s) deleted
[owncloud][cron][0] Finished OCA\Files_Sharing\DeleteOrphanedSharesJob job with ID 8 in 0 seconds
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for local cache
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for distributed cache
[owncloud][cron][0] Run OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T18:15:02+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T18:15:02+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Versions\BackgroundJob\ExpireVersions job with ID 11
[owncloud][cron][0] Finished OCA\Files_Versions\BackgroundJob\ExpireVersions job with ID 11 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\ScanFiles job with ID 12
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\ScanFiles job with ID 12 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\DeleteCron job with ID 26
[owncloud][cron][0] Finished OCA\Deck\Cron\DeleteCron job with ID 26 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Trashbin\BackgroundJob\ExpireTrash job with ID 3
[owncloud][cron][0] Finished OCA\Files_Trashbin\BackgroundJob\ExpireTrash job with ID 3 in 0 seconds
[owncloud][cron][0] Run OCA\Activity\BackgroundJob\EmailNotification job with ID 4
[owncloud][cron][0] Finished OCA\Activity\BackgroundJob\EmailNotification job with ID 4 in 0 seconds
[owncloud][cron][0] Run OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27
[owncloud][cron][0] Finished OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T18:15:04+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T18:15:04+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28 in 0 seconds
[owncloud][cron][0] Run OC\Log\Rotate job with ID 29
[owncloud][cron][0] Finished OC\Log\Rotate job with ID 29 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Sharing\DeleteOrphanedSharesJob job with ID 8
[owncloud][DeleteOrphanedSharesJob][0] 0 orphaned share(s) deleted
[owncloud][cron][0] Finished OCA\Files_Sharing\DeleteOrphanedSharesJob job with ID 8 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\ScheduledNotifications job with ID 121
[owncloud][cron][0] Finished OCA\Deck\Cron\ScheduledNotifications job with ID 121 in 0 seconds
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for local cache
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for distributed cache
[owncloud][cron][0] Run OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T18:30:02+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T18:30:02+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\ScanFiles job with ID 12
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\ScanFiles job with ID 12 in 1 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\DeleteCron job with ID 26
[owncloud][cron][0] Finished OCA\Deck\Cron\DeleteCron job with ID 26 in 0 seconds
[owncloud][cron][0] Run OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27
[owncloud][cron][0] Finished OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T18:30:04+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T18:30:04+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28 in 0 seconds
[owncloud][cron][0] Run OC\Log\Rotate job with ID 29
[owncloud][cron][0] Finished OC\Log\Rotate job with ID 29 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\ScheduledNotifications job with ID 121
[owncloud][cron][0] Finished OCA\Deck\Cron\ScheduledNotifications job with ID 121 in 0 seconds
[owncloud][cron][0] Run OC\Command\CommandJob job with ID 125
[owncloud][cron][0] Finished OC\Command\CommandJob job with ID 125 in 0 seconds
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for local cache
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for distributed cache
[owncloud][cron][0] Run OCA\Files\BackgroundJob\DeleteOrphanedItems job with ID 13
[owncloud][DeleteOrphanedItems][0] 0 orphaned system tag relations deleted
[owncloud][DeleteOrphanedItems][0] 0 orphaned user tag relations deleted
[owncloud][DeleteOrphanedItems][0] 0 orphaned comments deleted
[owncloud][DeleteOrphanedItems][0] 0 orphaned comment read marks deleted
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\DeleteOrphanedItems job with ID 13 in 0 seconds
[owncloud][cron][0] Run OCA\Activity\BackgroundJob\EmailNotification job with ID 4
[owncloud][cron][0] Finished OCA\Activity\BackgroundJob\EmailNotification job with ID 4 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\ScanFiles job with ID 12
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\ScanFiles job with ID 12 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T18:45:03+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T18:45:03+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\DeleteCron job with ID 26
[owncloud][cron][0] Finished OCA\Deck\Cron\DeleteCron job with ID 26 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Sharing\DeleteOrphanedSharesJob job with ID 8
[owncloud][DeleteOrphanedSharesJob][0] 0 orphaned share(s) deleted
[owncloud][cron][0] Finished OCA\Files_Sharing\DeleteOrphanedSharesJob job with ID 8 in 0 seconds
[owncloud][cron][0] Run OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27
[owncloud][cron][0] Finished OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T18:45:04+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T18:45:04+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28 in 0 seconds
[owncloud][cron][0] Run OC\Log\Rotate job with ID 29
[owncloud][cron][0] Finished OC\Log\Rotate job with ID 29 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\ScheduledNotifications job with ID 121
[owncloud][cron][0] Finished OCA\Deck\Cron\ScheduledNotifications job with ID 121 in 0 seconds
[owncloud][cron][0] Run OC\Command\CommandJob job with ID 126
[owncloud][cron][0] Finished OC\Command\CommandJob job with ID 126 in 0 seconds
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for local cache
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for distributed cache
[owncloud][cron][0] Run OCA\Files_Versions\BackgroundJob\ExpireVersions job with ID 11
[owncloud][cron][0] Finished OCA\Files_Versions\BackgroundJob\ExpireVersions job with ID 11 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\ScanFiles job with ID 12
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\ScanFiles job with ID 12 in 0 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T19:00:03+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T19:00:03+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\DeleteCron job with ID 26
[owncloud][cron][0] Finished OCA\Deck\Cron\DeleteCron job with ID 26 in 0 seconds
[owncloud][cron][0] Run OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27
[owncloud][cron][0] Finished OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T19:00:04+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T19:00:04+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28 in 0 seconds
[owncloud][cron][0] Run OC\Log\Rotate job with ID 29
[owncloud][cron][0] Finished OC\Log\Rotate job with ID 29 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Trashbin\BackgroundJob\ExpireTrash job with ID 3
[owncloud][cron][0] Finished OCA\Files_Trashbin\BackgroundJob\ExpireTrash job with ID 3 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\ScheduledNotifications job with ID 121
[owncloud][cron][0] Finished OCA\Deck\Cron\ScheduledNotifications job with ID 121 in 0 seconds
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for local cache
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for distributed cache
[owncloud][cron][0] Run OCA\Files\BackgroundJob\ScanFiles job with ID 12
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\ScanFiles job with ID 12 in 1 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Sharing\DeleteOrphanedSharesJob job with ID 8
[owncloud][DeleteOrphanedSharesJob][0] 0 orphaned share(s) deleted
[owncloud][cron][0] Finished OCA\Files_Sharing\DeleteOrphanedSharesJob job with ID 8 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T19:15:03+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T19:15:03+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\DeleteCron job with ID 26
[owncloud][cron][0] Finished OCA\Deck\Cron\DeleteCron job with ID 26 in 0 seconds
[owncloud][cron][0] Run OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27
[owncloud][cron][0] Finished OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T19:15:04+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T19:15:04+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28 in 0 seconds
[owncloud][cron][0] Run OC\Log\Rotate job with ID 29
[owncloud][cron][0] Finished OC\Log\Rotate job with ID 29 in 0 seconds
[owncloud][cron][0] Run OCA\Activity\BackgroundJob\EmailNotification job with ID 4
[owncloud][cron][0] Finished OCA\Activity\BackgroundJob\EmailNotification job with ID 4 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\ScheduledNotifications job with ID 121
[owncloud][cron][0] Finished OCA\Deck\Cron\ScheduledNotifications job with ID 121 in 0 seconds
[owncloud][cron][0] Run OC\Command\CommandJob job with ID 127
[owncloud][files_versions][1] Mark to expire /Apps/Enpass/sync_default.walletx next version should be 1525512510 or smaller. (prevTimestamp: 1525598910; step: 86400
[owncloud][files_versions][1] Mark to expire /Apps/Enpass/sync_default.walletx next version should be 1525512510 or smaller. (prevTimestamp: 1525598910; step: 86400
[owncloud][files_versions][1] Mark to expire /Apps/Enpass/sync_default.walletx next version should be 1525512510 or smaller. (prevTimestamp: 1525598910; step: 86400
[owncloud][files_versions][1] Mark to expire /Apps/Enpass/sync_default.walletx next version should be 1525512510 or smaller. (prevTimestamp: 1525598910; step: 86400
[owncloud][files_versions][1] Mark to expire /Apps/Enpass/sync_default.walletx next version should be 1525512510 or smaller. (prevTimestamp: 1525598910; step: 86400
[owncloud][files_versions][1] Mark to expire /Apps/Enpass/sync_default.walletx next version should be 1525512510 or smaller. (prevTimestamp: 1525598910; step: 86400
[owncloud][files_versions][1] Mark to expire /Apps/Enpass/sync_default.walletx next version should be 1525512510 or smaller. (prevTimestamp: 1525598910; step: 86400
[owncloud][files_versions][1] Mark to expire /Apps/Enpass/sync_default.walletx next version should be 1525512510 or smaller. (prevTimestamp: 1525598910; step: 86400
[owncloud][files_versions][1] Mark to expire /Apps/Enpass/sync_default.walletx next version should be 1525512510 or smaller. (prevTimestamp: 1525598910; step: 86400
[owncloud][files_versions][1] Expire: /Apps/Enpass/sync_default.walletx.v1525598614
[owncloud][files_versions][1] Expire: /Apps/Enpass/sync_default.walletx.v1525598467
[owncloud][files_versions][1] Expire: /Apps/Enpass/sync_default.walletx.v1525598385
[owncloud][files_versions][1] Expire: /Apps/Enpass/sync_default.walletx.v1525598299
[owncloud][files_versions][1] Expire: /Apps/Enpass/sync_default.walletx.v1525598173
[owncloud][files_versions][1] Expire: /Apps/Enpass/sync_default.walletx.v1525597085
[owncloud][files_versions][1] Expire: /Apps/Enpass/sync_default.walletx.v1525553431
[owncloud][files_versions][1] Expire: /Apps/Enpass/sync_default.walletx.v1525549544
[owncloud][files_versions][1] Expire: /Apps/Enpass/sync_default.walletx.v1525545807
[owncloud][cron][0] Finished OC\Command\CommandJob job with ID 127 in 2 seconds
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for local cache
[owncloud][cli][1] Memcache \OC\Memcache\APCu not available for distributed cache
[owncloud][cron][0] Run OCA\Files\BackgroundJob\ScanFiles job with ID 12
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\ScanFiles job with ID 12 in 1 seconds
[owncloud][cron][0] Run OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14
[owncloud][cron][0] Finished OCA\Files\BackgroundJob\CleanupFileLocks job with ID 14 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T19:30:03+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T19:30:03+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\DeleteCron job with ID 26
[owncloud][cron][0] Finished OCA\Deck\Cron\DeleteCron job with ID 26 in 0 seconds
[owncloud][cron][0] Run OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27
[owncloud][cron][0] Finished OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 27 in 0 seconds
[owncloud][cron][0] Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28
[owncloud][cron][0] Invalidating session tokens older than 2018-05-06T19:30:04+00:00
[owncloud][cron][0] Invalidating remembered session tokens older than 2018-04-22T19:30:04+00:00
[owncloud][cron][0] Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 28 in 0 seconds
[owncloud][cron][0] Run OC\Log\Rotate job with ID 29
[owncloud][cron][0] Finished OC\Log\Rotate job with ID 29 in 0 seconds
[owncloud][cron][0] Run OCA\Deck\Cron\ScheduledNotifications job with ID 121
[owncloud][cron][0] Finished OCA\Deck\Cron\ScheduledNotifications job with ID 121 in 0 seconds
[owncloud][cron][0] Run OCA\Files_Versions\BackgroundJob\ExpireVersions job with ID 11
[owncloud][cron][0] Finished OCA\Files_Versions\BackgroundJob\ExpireVersions job with ID 11 in 0 seconds
[owncloud][cron][0] Run OC\Command\CommandJob job with ID 128
[owncloud][cron][0] Finished OC\Command\CommandJob job with ID 128 in 0 seconds

another issue that I'm having is whenever I update the container in the process of stopping it freezes and sometimes I've to delete and recreate the container from the template

 

I've attached the diagnostic

thanks

 

byo02-diagnostics-20180507-2136.zip

 

You sure that's our container?  It says owncloud rather a lot.

Link to comment
On 5/5/2018 at 6:12 PM, M4ST3R-OWNER said:

 

Anyone else with same problem? It worked just fine with my vpn setup on openvpn but now for some reason its not letting me connect to nextcloud. I can use all my other apps just fine.

 

No, I've not had any problems either via my reverse proxy or VPN.  Suspect it's a routing issue with your setup.

Link to comment
On 5/3/2018 at 9:11 PM, nuhll said:

Thanks CHBMB for this app!

 

Nextcloud makes me loose my last hair...

 

I found the following problem after many grey hairs:

[03-May-2018 19:58:47] WARNING: [pool www] server reached pm.max_children setting (5), consider raising it

 

Then i tried to make it higher, but it wont accept the localphp.ini, as it seems.

 

Now i read in this thread like on page 30, that you can change it inside the docker, but after new update, its away....

 

 

... soooo is there a way to make this thing handle 1 person at a time (Handy+PC) without changing config after every update? Like a variable in the template i could use?

 

 

I dont use SSL or reverse proxy, but mariadb. Is there anything i can do to increase speed besides the FPM thingy? Login takes forever, uploads sometimes also... downloads also... 

 

What could

 

 

This be?

 

You could map php.ini from outside the container to replace the one inside the container.  But I wouldn't support that.   The error you posted looks like a database issue to me, but no idea what from

Link to comment
On 5/2/2018 at 11:10 AM, EdgarWallace said:

Since the last Nextcloud update (Nextcloud 13.0.2) it's complaining about some security issues I have added via my config settings:


Der „X-XSS-Protection“-HTTP-Header ist nicht so konfiguriert, dass er „1; mode=block“ entspricht. 
Der „X-Content-Type-Options“-HTTP-Header ist nicht so konfiguriert, dass er „nosniff“ entspricht.
Der „X-Robots-Tag“-HTTP-Header ist nicht so konfiguriert, dass er „none“ entspricht.
Der „X-Download-Options“-HTTP-Header ist nicht so konfiguriert, dass er „noopen“ entspricht.
Der „X-Permitted-Cross-Domain-Policies“-HTTP-Header ist nicht so konfiguriert, dass er „none“ entspricht.

 

However, the default file is showing the correct settings:

 

Anyone can guide me towards a solution? Thanks a lot.

 

Sorry Edgar, I guess if you've added them and Nextcloud is complaining, might be better off asking them.

Link to comment
5 minutes ago, byographic said:

I know it's weird!

I'm sure it's from your repository because these are the only docker I have installed on that server 

container.PNG

 

I got no idea to be honest.  I've been running this since before we released it and not encountered that issue.  Tried a trusty google of the error messages?

Link to comment
 

I got no idea to be honest.  I've been running this since before we released it and not encountered that issue.  Tried a trusty google of the error messages?

 

I’ve tried google it without any luck for now.

The only idea I have is:

lately I`m syncing large files 3+ gb each so either the server has to little RAM (only 4GB) but I will expand it to 12 GB next week or the php memory is to low (512mb)

 

Or something happened after I’ve updated to 13.0.2

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.