[SOLVED] NC26.0.1.1 stopped working after file system problem

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version (eg, 20.0.5): 26.0.1.1
Operating system and version (eg, Ubuntu 20.04): rasbian Bullseye (11)
Apache or nginx version (eg, Apache 2.4.25): Apache2 2.4.?
PHP version (eg, 7.4): php8.1
Hardware: RPI4/8GB
disk: 960 GB SSD

The issue you are facing:
After a file system problem, system booted again but claims the following on the webinterface

**Service Unavailable**

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

System is not in maintenance mode although my android app tells me it is.
And as nextcloud is not working, I have no idea where to look.

Is this the first time you’ve seen this error? (Y/N):

Steps to replicate it:

The output of your Nextcloud log in Admin > Logging:

Nextcloud is not up

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'passwordsalt' => 'MBf4no1OjxJ1fQ1xjjnI6qB6sxU8p+',
  'secret' => '7ZFYbWxiJVsF+hF1p7IFaZ2SpIYPfJFLD6wdBBlZ1wblxhhs',
  'trusted_domains' => 
  array (
    0 => 'localhost',
    11 => '217.xxx.xxx.xxx',
    1 => '192.168.xxx.xxx',
    14 => 'xxx',
    3 => 'xxxx.duckdns.org:61042',
  ),
  'datadirectory' => '/opt/ncdata/data',
  'dbtype' => 'mysql',
  'version' => '26.0.1.1',
  'overwrite.cli.url' => 'https://xxxxx/',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'ncadmin',
  'dbpassword' => 'xxxxxxxxxxxxxxxxxxxxxx=',
  'installed' => true,
  'instanceid' => 'xxxxxxxxxxxxxxxxx',
  'tempdirectory' => '/opt/ncdata/data/tmp',
  'preview_max_x' => '2048',
  'preview_max_y' => '2048',
  'jpeg_quality' => '60',
  'overwriteprotocol' => 'https',
  'maintenance' => true,
  'logfile' => '/opt/ncdata/data/nextcloud.log',
  'trusted_proxies' => 
  array (
    11 => '127.0.0.1',
    12 => '::1',
    13 => 'xxxxx',
    14 => '192.168.xxx.xxx',
  ),
  'default_phone_region' => 'NL',
  'loglevel' => '2',
  'log_type' => 'file',
  'htaccess.RewriteBase' => '/',
  'mail_sendmailmode' => 'smtp',
  'mail_smtpdebug' => true,
  'mail_from_address' => 'nextcloud',
  'mail_smtpmode' => 'smtp',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_domain' => 'xxxxxxxx',
  'mail_smtphost' => 'mail.xxxxxx.nl',
  'mail_smtpport' => '587',
  'mail_smtpauth' => 1,
  'mail_smtpname' => 'xxxxxxxl',
  'mail_smtppassword' => 'xxxxxxx',
  'mail_smtpstreamoptions' => 
  array (
    'ssl' => 
    array (
      'allow_self_signed' => true,
      'verify_peer' => false,
      'verify_peer_name' => false,
    ),
  ),
  'filelocking.enabled' => true,
  'memcache.local' => '\\OC\\Memcache\\Redis',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' => 
  array (
    'host' => '/var/run/redis/redis.sock',
    'port' => 0,
    'timeout' => 0.0,
    'password' => 'xyzzy=',
  ),
  'mail_smtpsecure' => 'tls',
  'theme' => '',
  'data-fingerprint' => 'xyzzy,
);

The output of your Apache/nginx/system log in /var/log/apach2/nc-access.log:



217.120.233.176 - - [10/Jul/2023:20:03:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1258 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:04:05 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:04:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1250 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:04:29 +0200] "GET /index.php/204 HTTP/2.0" 503 652 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:05:07 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:05:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1248 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
81.204.218.39 - - [10/Jul/2023:20:05:57 +0200] "GET /index.php/204 HTTP/2.0" 503 652 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:06:09 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
81.204.218.39 - - [10/Jul/2023:20:06:09 +0200] "GET /index.php/204 HTTP/2.0" 503 652 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:06:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1250 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
81.204.218.39 - - [10/Jul/2023:20:06:23 +0200] "GET /index.php/204 HTTP/2.0" 503 652 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:07:11 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:07:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1258 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:08:13 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:08:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1246 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:09:15 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:09:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1254 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:10:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1250 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:10:17 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:11:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1248 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:11:19 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:12:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1252 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:12:21 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:12:24 +0200] "OPTIONS /remote.php/caldav/calendars/jan/janmarjan_shared_by_marjan/ HTTP/1.1" 503 2647 "-" "Evolution/3.44.4"
217.120.233.176 - - [10/Jul/2023:20:12:24 +0200] "OPTIONS /remote.php/caldav/calendars/jan/personal/ HTTP/1.1" 503 2647 "-" "Evolution/3.44.4"
217.120.233.176 - - [10/Jul/2023:20:12:24 +0200] "OPTIONS /remote.php/caldav/calendars/jan/ecw/ HTTP/1.1" 503 2647 "-" "Evolution/3.44.4"
217.120.233.176 - - [10/Jul/2023:20:12:28 +0200] "PROPFIND /remote.php/dav/files/jan/ HTTP/1.1" 503 2733 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:13:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1248 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:13:23 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:14:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1250 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:14:25 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:14:32 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 799 "https://titania.duckdns.org:61042/remote.php/dav/addressbooks/users/jan/adresboekjan/" "Thunderbird CardBook/86.0"
217.120.233.176 - - [10/Jul/2023:20:15:00 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/z-app-generated--contactsinteraction--recent/ HTTP/2.0" 503 1250 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:15:00 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan-1/ HTTP/2.0" 503 1250 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:15:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1252 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:15:27 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:16:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1250 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:16:29 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:17:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1256 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:17:31 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:17:38 +0200] "PROPFIND /remote.php/dav/files/marjan/ HTTP/1.1" 503 2733 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:17:38 +0200] "GET /index.php/204 HTTP/2.0" 503 652 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:17:52 +0200] "GET /index.php/204 HTTP/2.0" 503 652 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:18:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1260 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:18:33 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:18:48 +0200] "GET /index.php/204 HTTP/2.0" 503 652 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:19:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1256 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:19:35 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:19:34 +0200] "PROPFIND /remote.php/dav/addressbooks/users/marjan/contacts/ HTTP/2.0" 503 1253 "-" "DAVx5/4.3-ose (2023/02/11; dav4jvm; okhttp/4.10.0) Android/13"
217.120.233.176 - - [10/Jul/2023:20:20:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1254 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:20:37 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:21:12 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1254 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:21:38 +0200] "PROPFIND /remote.php/dav/calendars/marjan/janmarjan/ HTTP/2.0" 503 652 "-" "DAVx5/4.3-ose (2023/02/11; dav4jvm; okhttp/4.10.0) Android/13"
217.120.233.176 - - [10/Jul/2023:20:21:39 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:21:39 +0200] "PROPFIND /remote.php/dav/calendars/marjan/personal/ HTTP/2.0" 503 652 "-" "DAVx5/4.3-ose (2023/02/11; dav4jvm; okhttp/4.10.0) Android/13"
217.120.233.176 - - [10/Jul/2023:20:22:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1250 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:22:32 +0200] "GET /index.php/204 HTTP/2.0" 503 652 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:22:41 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:22:44 +0200] "GET /index.php/204 HTTP/2.0" 503 652 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:23:12 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1250 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:23:43 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:24:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1252 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:24:45 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:25:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1262 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:25:47 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:26:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1248 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:26:49 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:27:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1252 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:27:29 +0200] "PROPFIND /remote.php/dav/files/jan/ HTTP/1.1" 503 2733 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:27:51 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:27:58 +0200] "GET /index.php/204 HTTP/2.0" 503 652 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:28:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1252 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:28:53 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:29:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1256 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:29:55 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:30:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1258 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:30:57 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:31:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1248 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:31:59 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:32:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1260 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:32:40 +0200] "PROPFIND /remote.php/dav/files/marjan/ HTTP/1.1" 503 2826 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:32:40 +0200] "GET /index.php/204 HTTP/2.0" 503 652 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:32:40 +0200] "GET /index.php/204 HTTP/2.0" 503 652 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:32:40 +0200] "GET /index.php/204 HTTP/2.0" 503 652 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:32:40 +0200] "GET /index.php/204 HTTP/2.0" 503 652 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:33:01 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:33:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1250 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:34:03 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:34:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1250 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:34:29 +0200] "GET /index.php/204 HTTP/2.0" 503 652 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:35:05 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:35:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1260 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:36:07 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:36:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1250 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:37:09 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:37:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1250 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:38:11 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:38:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1248 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:39:13 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:39:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1252 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:40:15 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:40:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1250 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:41:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1252 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:41:17 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:42:03 +0200] "PROPFIND /remote.php/dav/addressbooks/users/marjan/contacts/ HTTP/2.0" 503 1249 "-" "DAVx5/4.3-ose (2023/02/11; dav4jvm; okhttp/4.10.0) Android/13"
217.120.233.176 - - [10/Jul/2023:20:42:06 +0200] "GET /index.php/204 HTTP/2.0" 503 652 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:42:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1254 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:42:19 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:42:24 +0200] "OPTIONS /remote.php/caldav/calendars/jan/janmarjan_shared_by_marjan/ HTTP/1.1" 503 2647 "-" "Evolution/3.44.4"
217.120.233.176 - - [10/Jul/2023:20:42:24 +0200] "OPTIONS /remote.php/caldav/calendars/jan/personal/ HTTP/1.1" 503 2647 "-" "Evolution/3.44.4"
217.120.233.176 - - [10/Jul/2023:20:42:24 +0200] "OPTIONS /remote.php/caldav/calendars/jan/ecw/ HTTP/1.1" 503 2647 "-" "Evolution/3.44.4"
217.120.233.176 - - [10/Jul/2023:20:43:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1248 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:43:21 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:44:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1252 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:44:18 +0200] "GET /status.php HTTP/1.1" 200 3105 "-" "Mozilla/5.0 (Macintosh) mirall/3.9.0git (build 16016) (Nextcloud, osx-19.6.0 ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:44:23 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:45:00 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan-1/ HTTP/2.0" 503 1256 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:45:00 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/z-app-generated--contactsinteraction--recent/ HTTP/2.0" 503 1254 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:45:04 +0200] "PROPFIND /remote.php/dav/files/jan/ HTTP/1.1" 503 2733 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:45:04 +0200] "GET /index.php/204 HTTP/2.0" 503 652 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:45:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1252 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:45:20 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Macintosh) mirall/3.9.0git (build 16016) (Nextcloud, osx-19.6.0 ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:45:25 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:46:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1250 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:46:22 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Macintosh) mirall/3.9.0git (build 16016) (Nextcloud, osx-19.6.0 ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:46:27 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:47:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1258 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:47:24 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Macintosh) mirall/3.9.0git (build 16016) (Nextcloud, osx-19.6.0 ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:47:29 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:48:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1248 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:48:26 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Macintosh) mirall/3.9.0git (build 16016) (Nextcloud, osx-19.6.0 ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:48:31 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:49:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1256 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:49:28 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Macintosh) mirall/3.9.0git (build 16016) (Nextcloud, osx-19.6.0 ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:49:34 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:50:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1254 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:50:30 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Macintosh) mirall/3.9.0git (build 16016) (Nextcloud, osx-19.6.0 ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:50:35 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:50:50 +0200] "PROPFIND /remote.php/dav/files/marjan/ HTTP/1.1" 503 2826 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:50:50 +0200] "GET /index.php/204 HTTP/2.0" 503 652 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:50:50 +0200] "GET /index.php/204 HTTP/2.0" 503 652 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:50:50 +0200] "GET /index.php/204 HTTP/2.0" 503 652 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:50:50 +0200] "GET /index.php/204 HTTP/2.0" 503 652 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
217.120.233.176 - - [10/Jul/2023:20:51:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1256 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:51:32 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Macintosh) mirall/3.9.0git (build 16016) (Nextcloud, osx-19.6.0 ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:51:37 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:52:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1248 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:52:34 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Macintosh) mirall/3.9.0git (build 16016) (Nextcloud, osx-19.6.0 ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:52:39 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:53:11 +0200] "PROPFIND /remote.php/dav/addressbooks/users/jan/adresboekjan/ HTTP/2.0" 503 1250 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0"
217.120.233.176 - - [10/Jul/2023:20:53:36 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Macintosh) mirall/3.9.0git (build 16016) (Nextcloud, osx-19.6.0 ClientArchitecture: x86_64 OsArchitecture: x86_64)"
217.120.233.176 - - [10/Jul/2023:20:53:41 +0200] "GET /status.php HTTP/1.1" 200 3012 "-" "Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"

PASTE HERE


Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.

{"reqId":"ZKu0gZZVOLixjAimCsMeRwAAAAc","level":3,"time":"2023-07-10T07:36:33+00:00","remoteAddr":"217.120.233.176","user":"jan","app":"no app in context","method":"PUT","url":"/remote.php/dav/files/jan/InstantUploadJan/WhatsApp%20Images/2023/07/IMG-20230709-WA0003.jpg","message":"Expected filesize of 383866 bytes but read (from Nextcloud client) and wrote (to Nextcloud storage) 57344 bytes. Could either be a network problem on the sending side or a problem writing to the storage on the server side.","userAgent":"Mozilla/5.0 (Android) Nextcloud-android/3.25.0","version":"26.0.1.1","exception":{"Exception":"Sabre\\DAV\\Exception\\BadRequest","Message":"Expected filesize of 383866 bytes but read (from Nextcloud client) and wrote (to Nextcloud storage) 57344 bytes. Could either be a network problem on the sending side or a problem writing to the storage on the server side.","Code":0,"Trace":[{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Directory.php","line":149,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":1098,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":504,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Server.php","line":366,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":172,"args":["/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/File.php","Line":297,"message":"Expected filesize of 383866 bytes but read (from Nextcloud client) and wrote (to Nextcloud storage) 57344 bytes. Could either be a network problem on the sending side or a problem writing to the storage on the server side.","exception":{},"CustomMessage":"Expected filesize of 383866 bytes but read (from Nextcloud client) and wrote (to Nextcloud storage) 57344 bytes. Could either be a network problem on the sending side or a problem writing to the storage on the server side."}}

SOLUTION

Fortunatly I had backups and being desperate I decided to do a fresh install and restore the latest backup according the manual Restoring backup — Nextcloud latest Administration Manual latest documentation .

By the way

The manual needs an update on how to deal with the passwords for the redis server and mariadb because after a fresh install they will newly generated.

Problem remained

Yet the problem remained, therefore I examened the restored directory /var/www/nextcloud and the freshly installed one. And it turned out that the directory /var/www/nextcloud/data was missing in the restored directory.

NOTE

/var/www/nextcloud/data is not the same as the directory where is pointed to in the config.php file with 'datadirectory' , which in my case was pointing to /opt/ncdata/data

The system crash that ended upo in an endless loop of fsck must have disappered this subdirectory.

Hi @yann1420:

What kind of filesystem problem?

Your NC is in maintenance mode per the config you posted:

What was occurring just before the filesystem problem?

Can you find the last entry from your nextcloud.log from just before the filesystem event?

And the firs tone from just after?

Yes, you are right. But that is at the moment of composing the ticket I was making a backup, scared to death of losing data as that happened already 2x times before.

So, now I have switched maintenance mode off

root@host:/var/www/nextcloud# sudo -u www-data php occ maintenance:mode --off

yielding a line 'maintenance' => false, in the config file.

Still, the NC app on my android has a grey bar with the text Server is in maintenance mode .
And at the same time my browser tells me

Service Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

IOW, the problem is still there.

I found , that every time the refresh button in the browser is hit, a two lines like this are added in /var/log/ php8.1-fpm.log is added. Same is for the android app:

[11-Jul-2023 12:16:27] WARNING: [pool www] child 67071 exited on signal 11 (SIGSEGV) after 185.968801 seconds from start
[11-Jul-2023 12:16:27] NOTICE: [pool www] child 67132 started

As Signal 11, AKA SIGSEGV suggest there is code that tries to access an invalid memory location.

So, some research:

$ ps -ef|grep 67132
www-data   67132     547  0 12:16 ?        00:00:00 php-fpm: pool www

tells me it is an PHP issue.

Looking futher in /var/log/syslog

$ tail -f  /var/log/syslog
Jul 11 12:28:51 nchost mariadbd[853]: 2023-07-11 12:28:51 4944 [Warning] Aborted connection 4944 to db: 'nextcloud' user: 'ncadmin' host: 'localhost' (Got an error reading communication packets)
Jul 11 12:28:52 nchost mariadbd[853]: 2023-07-11 12:28:52 4947 [Warning] Aborted connection 4947 to db: 'nextcloud' user: 'ncadmin' host: 'localhost' (Got an error reading communication packets)
Jul 11 12:28:52 nchost mariadbd[853]: 2023-07-11 12:28:52 4949 [Warning] Aborted connection 4949 to db: 'nextcloud' user: 'ncadmin' host: 'localhost' (Got an error reading communication packets)
Jul 11 12:29:02 nchost mariadbd[853]: 2023-07-11 12:29:02 4952 [Warning] Aborted connection 4952 to db: 'nextcloud' user: 'ncadmin' host: 'localhost' (Got an error reading communication packets)
Jul 11 12:29:03 nchost mariadbd[853]: 2023-07-11 12:29:03 4954 [Warning] Aborted connection 4954 to db: 'nextcloud' user: 'ncadmin' host: 'localhost' (Got an error reading communication packets)
Jul 11 12:29:12 nchost mariadbd[853]: 2023-07-11 12:29:12 4957 [Warning] Aborted connection 4957 to db: 'nextcloud' user: 'ncadmin' host: 'localhost' (Got an error reading communication packets)
Jul 11 12:29:13 nchost mariadbd[853]: 2023-07-11 12:29:13 4959 [Warning] Aborted connection 4959 to db: 'nextcloud' user: 'ncadmin' host: 'localhost' (Got an error reading communication packets)

Who can help me here?

Actually I do not know, but looking at when the last file was uploaded from a phone, it must have happened Saturday 8 july after 23h50 .
taking the log entries around that time:

{"reqId":"ZKnckqxt0yeu3Ms0rO6nOwAAAJY","level":3,"time":"2023-07-08T22:00:50+00:00","remoteAddr":"217.120.233.176","user":"jan","app":"webdav","method":"POST","url":"/rem
ote.php/dav/bulk","message":"Unknown error while seeking content","userAgent":"Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchit
ecture: x86_64 OsArchitecture: x86_64)","version":"26.0.1.1","exception":{"Exception":"Sabre\\DAV\\Exception","Message":"Unknown error while seeking content","Code":500,"
Trace":[{"file":"/var/www/nextcloud/apps/dav/lib/BulkUpload/MultipartRequestParser.php","line":129,"function":"isAt","class":"OCA\\DAV\\BulkUpload\\MultipartRequestParser
","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/BulkUpload/BulkUploadPlugin.php","line":71,"function":"isAtLastBoundary","class":"OCA\\DAV\\BulkUpload\\MultipartR
equestParser","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"httpPost","class":"OCA\\DAV\\BulkUpload\\B
ulkUploadPlugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"
file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Server.php","line":366,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":172,"args":["/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/nextcloud/apps/dav/lib/BulkUpload/MultipartRequestParser.php","Line":111,"message":"Unknown error while seeking content","exception":{},"CustomMessage":"Unknown error while seeking content"}}
{"reqId":"ZKnckqxt0yeu3Ms0rO6nPAAAAJc","level":3,"time":"2023-07-08T22:00:50+00:00","remoteAddr":"217.120.233.176","user":"jan","app":"webdav","method":"POST","url":"/remote.php/dav/bulk","message":"Unknown error while seeking content","userAgent":"Mozilla/5.0 (Linux) mirall/3.4.2-1ubuntu1 (Nextcloud, ubuntu-5.19.0-46-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"26.0.1.1","exception":{"Exception":"Sabre\\DAV\\Exception","Message":"Unknown error while seeking content","Code":500,"Trace":[{"file":"/var/www/nextcloud/apps/dav/lib/BulkUpload/MultipartRequestParser.php","line":129,"function":"isAt","class":"OCA\\DAV\\BulkUpload\\MultipartRequestParser","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/BulkUpload/BulkUploadPlugin.php","line":71,"function":"isAtLastBoundary","class":"OCA\\DAV\\BulkUpload\\MultipartRequestParser","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"httpPost","class":"OCA\\DAV\\BulkUpload\\BulkUploadPlugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Server.php","line":366,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":172,"args":["/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/nextcloud/apps/dav/lib/BulkUpload/MultipartRequestParser.php","Line":111,"message":"Unknown error while seeking content","exception":{},"CustomMessage":"Unknown error while seeking content"}}
{"reqId":"B6slRhLo9iJn0PGW61GB","level":4,"time":"2023-07-09T17:58:31+00:00","remoteAddr":"","user":"--","app":"nextcloudpi","method":"","url":"--","message":"Error during app loading: read error on connection to /var/run/redis/redis.sock:0","userAgent":"--","version":"26.0.1.1","exception":{"Exception":"RedisException","Message":"read error on connection to /var/run/redis/redis.sock:0","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/Memcache/Redis.php","line":56,"function":"get","class":"Redis","type":"->"},{"file":"/var/www/nextcloud/lib/autoloader.php","line":154,"function":"get","class":"OC\\Memcache\\Redis","type":"->"},{"function":"load","class":"OC\\Autoloader","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php","line":217,"function":"class_exists"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_App.php","line":178,"function":"isBootable","class":"OC\\AppFramework\\Bootstrap\\Coordinator","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_App.php","line":141,"function":"loadApp","class":"OC_App","type":"::"},{"file":"/var/www/nextcloud/lib/private/Console/Application.php","line":121,"function":"loadApps","class":"OC_App","type":"::"},{"file":"/var/www/nextcloud/console.php","line":99,"function":"loadCommands","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/occ","line":11,"args":["/var/www/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/nextcloud/lib/private/Memcache/Redis.php","Line":56,"message":"Error during app loading: read error on connection to /var/run/redis/redis.sock:0","exception":{},"CustomMessage":"Error during app loading: read error on connection to /var/run/redis/redis.sock:0"}}

But that is all hocus pocus to me.