nextcloudpi
nextcloudpi copied to clipboard
WebDAV Error
When checking the server overview in the WebUI, I get three error messages:
Your web server is not yet properly set up to allow file synchronisation, because the WebDAV interface seems to be broken.
Your web server is not properly set up to resolve "/.well-known/caldav". Further information can be found in the [documentation ↗](https://docs.nextcloud.com/server/25/go.php?to=admin-setup-well-known-URL).
Your web server is not properly set up to resolve "/.well-known/carddav". Further information can be found in the [documentation ↗](https://docs.nextcloud.com/server/25/go.php?to=admin-setup-well-known-URL).
When reloading the page I found an error in the log /var/log/daemon.log:
Jan 27 16:14:46 next mariadbd[1821]: 2023-01-27 16:14:46 670 [Warning] Aborted connection 670 to db: 'nextcloud' user: 'ncadmin' host: 'localhost' (Got an error reading communication packets)
Snippet of where carddav and caldav is in /var/www/nextcloud/.htaccess:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} DavClnt
RewriteRule ^$ /remote.php/webdav/ [L,R=302]
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteRule ^\.well-known/carddav /remote.php/dav/ [R=301,L]
RewriteRule ^\.well-known/caldav /remote.php/dav/ [R=301,L]
RewriteRule ^remote/(.*) remote.php [QSA,L]
RewriteRule ^(?:build|tests|config|lib|3rdparty|templates)/.* - [R=404,L]
RewriteRule ^\.well-known/(?!acme-challenge|pki-validation) /index.php [QSA,L]
RewriteRule ^(?:\.(?!well-known)|autotest|occ|issue|indie|db_|console).* - [R=404,L]
</IfModule>
When logged in and I try accessing https://<serverip>/.well-known/caldav it redirects to https://<serverip>/remote.php/dav/ and returns a 503 Service Unavailable
Connection between server and Nextcloud desktop client does not work.
NextcloudPi diagnostics
NextcloudPi version v1.51.0
NextcloudPi image NextCloudPi_RaspberryPi_v1.50.3.img
OS . 5.10.92-v8+ (aarch64)
automount yes
USB devices sda sdb
datadir /var/www/nextcloud/data
data in SD yes
data filesystem ext2/ext3
data disk usage 351G/917G
rootfs usage 351G/917G
swapfile /var/swap
dbdir /var/lib/mysql
Nextcloud check ok
Nextcloud version 25.0.3.2
HTTPD service up
PHP service up
MariaDB service up
Redis service up
HPB service up
Postfix service up
Internet check ok
Public IPv4 ***REMOVED SENSITIVE VALUE***
Public IPv6 ***REMOVED SENSITIVE VALUE***
Port 80 closed
Port 443 closed
IP ***REMOVED SENSITIVE VALUE***
Gateway ***REMOVED SENSITIVE VALUE***
Interface eth0
Certificates ***REMOVED SENSITIVE VALUE***
NAT loopback no
Uptime 48min
Nextcloud configuration
{
"system": {
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": {
"0": "localhost",
"7": "nextcloudpi",
"5": "nextcloudpi.local",
"8": "nextcloudpi.lan",
"3": "next",
"11": "81.102.39.179",
"1": "192.168.0.20",
"14": "next"
},
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "25.0.3.2",
"overwrite.cli.url": "https:\/\/next\/",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"memcache.local": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"timeout": 0,
"password": "***REMOVED SENSITIVE VALUE***"
},
"tempdirectory": "\/var\/www\/nextcloud\/data\/tmp",
"mail_smtpmode": "sendmail",
"mail_smtpauthtype": "LOGIN",
"preview_max_x": "2048",
"preview_max_y": "2048",
"jpeg_quality": "60",
"overwriteprotocol": "https",
"default_phone_region": "GB",
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"loglevel": "2",
"log_type": "file",
"maintenance": false,
"mail_sendmailmode": "smtp",
"twofactor_enforced": "true",
"twofactor_enforced_groups": [
"Users",
"admin"
],
"twofactor_enforced_excluded_groups": [],
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"htaccess.RewriteBase": "\/"
}
}
HTTPd logs
[Fri Jan 27 15:20:46.527106 2023] [ssl:warn] [pid 825:tid 548067828800] AH01906: localhost:4443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Jan 27 15:20:46.527487 2023] [ssl:error] [pid 825:tid 548067828800] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: [email protected],CN=localhost,O=My Company,L=London,ST=Some-State,C=GB / issuer: [email protected],CN=localhost,O=My Company,L=London,ST=Some-State,C=GB / serial: 0E68A978949EDD9DE3BDD1DDA497825055822FF6 / notbefore: Jan 27 01:01:23 2023 GMT / notafter: Jan 27 01:01:23 2024 GMT]
[Fri Jan 27 15:20:46.527537 2023] [ssl:error] [pid 825:tid 548067828800] AH02604: Unable to configure certificate localhost:4443:0 for stapling
[Fri Jan 27 15:20:46.532356 2023] [mpm_event:notice] [pid 825:tid 548067828800] AH00489: Apache/2.4.54 (Debian) OpenSSL/1.1.1n configured -- resuming normal operations
[Fri Jan 27 15:20:46.532483 2023] [core:notice] [pid 825:tid 548067828800] AH00094: Command line: '/usr/sbin/apache2'
[Fri Jan 27 15:54:13.238489 2023] [mpm_event:notice] [pid 825:tid 548067828800] AH00493: SIGUSR1 received. Doing graceful restart
[Fri Jan 27 15:54:13.265130 2023] [ssl:warn] [pid 825:tid 548067828800] AH01906: localhost:4443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Jan 27 15:54:13.265416 2023] [ssl:error] [pid 825:tid 548067828800] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: [email protected],CN=localhost,O=My Company,L=London,ST=Some-State,C=GB / issuer: [email protected],CN=localhost,O=My Company,L=London,ST=Some-State,C=GB / serial: 0E68A978949EDD9DE3BDD1DDA497825055822FF6 / notbefore: Jan 27 01:01:23 2023 GMT / notafter: Jan 27 01:01:23 2024 GMT]
[Fri Jan 27 15:54:13.265446 2023] [ssl:error] [pid 825:tid 548067828800] AH02604: Unable to configure certificate localhost:4443:0 for stapling
[Fri Jan 27 15:54:13.267409 2023] [mpm_event:notice] [pid 825:tid 548067828800] AH00489: Apache/2.4.54 (Debian) OpenSSL/1.1.1n configured -- resuming normal operations
[Fri Jan 27 15:54:13.267494 2023] [core:notice] [pid 825:tid 548067828800] AH00094: Command line: '/usr/sbin/apache2'
[Fri Jan 27 15:54:19.754957 2023] [mpm_event:notice] [pid 825:tid 548067828800] AH00492: caught SIGWINCH, shutting down gracefully
[Fri Jan 27 15:54:19.843393 2023] [ssl:warn] [pid 4793:tid 547675931712] AH01906: localhost:4443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Jan 27 15:54:19.843673 2023] [ssl:error] [pid 4793:tid 547675931712] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: [email protected],CN=localhost,O=My Company,L=London,ST=Some-State,C=GB / issuer: [email protected],CN=localhost,O=My Company,L=London,ST=Some-State,C=GB / serial: 0E68A978949EDD9DE3BDD1DDA497825055822FF6 / notbefore: Jan 27 01:01:23 2023 GMT / notafter: Jan 27 01:01:23 2024 GMT]
[Fri Jan 27 15:54:19.843697 2023] [ssl:error] [pid 4793:tid 547675931712] AH02604: Unable to configure certificate localhost:4443:0 for stapling
[Fri Jan 27 15:54:19.864888 2023] [ssl:warn] [pid 4794:tid 547675931712] AH01906: localhost:4443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Jan 27 15:54:19.866245 2023] [ssl:error] [pid 4794:tid 547675931712] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: [email protected],CN=localhost,O=My Company,L=London,ST=Some-State,C=GB / issuer: [email protected],CN=localhost,O=My Company,L=London,ST=Some-State,C=GB / serial: 0E68A978949EDD9DE3BDD1DDA497825055822FF6 / notbefore: Jan 27 01:01:23 2023 GMT / notafter: Jan 27 01:01:23 2024 GMT]
[Fri Jan 27 15:54:19.866287 2023] [ssl:error] [pid 4794:tid 547675931712] AH02604: Unable to configure certificate localhost:4443:0 for stapling
[Fri Jan 27 15:54:19.870845 2023] [mpm_event:notice] [pid 4794:tid 547675931712] AH00489: Apache/2.4.54 (Debian) OpenSSL/1.1.1n configured -- resuming normal operations
[Fri Jan 27 15:54:19.870953 2023] [core:notice] [pid 4794:tid 547675931712] AH00094: Command line: '/usr/sbin/apache2'
Database logs
tail: cannot open '/var/log/mysql/*.log' for reading: No such file or directory
Nextcloud logs
{"reqId":"1eOg2zF8NorHgsoIYref","level":4,"time":"2023-01-27T01:15:22+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"Could not boot side_menu: Redis server /var/run/redis/redis.sock:0 went away","userAgent":"--","version":"25.0.3.2","exception":{"Exception":"RedisException","Message":"Redis server /var/run/redis/redis.sock:0 went away","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/Memcache/Redis.php","line":48,"function":"get","class":"Redis","type":"->"},{"file":"/var/www/nextcloud/lib/private/Route/CachingRouter.php","line":54,"function":"get","class":"OC\\Memcache\\Redis","type":"->"},{"file":"/var/www/nextcloud/lib/private/URLGenerator.php","line":103,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/var/www/nextcloud/apps/side_menu/lib/AppInfo/Application.php","line":100,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/nextcloud/apps/side_menu/lib/AppInfo/Application.php","line":132,"function":"addAssets","class":"OCA\\SideMenu\\AppInfo\\Application","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php","line":190,"function":"boot","class":"OCA\\SideMenu\\AppInfo\\Application","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_App.php","line":208,"function":"bootApp","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":120,"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":48,"message":"Could not boot side_menu: Redis server /var/run/redis/redis.sock:0 went away","exception":{},"CustomMessage":"Could not boot side_menu: Redis server /var/run/redis/redis.sock:0 went away"}}
{"reqId":"1eOg2zF8NorHgsoIYref","level":3,"time":"2023-01-27T01:15:23+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"Redis server /var/run/redis/redis.sock:0 went away","userAgent":"--","version":"25.0.3.2","exception":{"Exception":"RedisException","Message":"Redis server /var/run/redis/redis.sock:0 went away","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/Memcache/Redis.php","line":48,"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/ServerContainer.php","line":106,"function":"class_exists"},{"file":"/var/www/nextcloud/lib/private/ServerContainer.php","line":176,"function":"getAppContainer","class":"OC\\ServerContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/ServerContainer.php","line":143,"function":"getAppContainerForService","class":"OC\\ServerContainer","type":"->"},{"file":"/var/www/nextcloud/apps/music/appinfo/register_command.php","line":19,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/Console/Application.php","line":137,"args":["/var/www/nextcloud/apps/music/appinfo/register_command.php"],"function":"require"},{"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":48,"message":"Redis server /var/run/redis/redis.sock:0 went away","exception":{},"CustomMessage":"Redis server /var/run/redis/redis.sock:0 went away"}}
{"reqId":"Y9M1TTvsbi2EtAl3LbhwdAAATgE","level":2,"time":"2023-01-27T02:22:06+00:00","remoteAddr":"192.168.0.25","user":"ncp","app":"suspicious_login","method":"POST","url":"/login","message":"Could not predict suspiciousness: No models found","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","version":"25.0.3.2","data":{"app":"suspicious_login"}}
{"reqId":"oCYpRZHNpWLvfpt7MR3r","level":2,"time":"2023-01-27T11:15:03+00:00","remoteAddr":"","user":"--","app":"news","method":"","url":"--","message":"https://nextcloud.com/blog/feed read error : cURL error 6: Could not resolve host: nextcloud.com (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://nextcloud.com/blog/feed","userAgent":"--","version":"25.0.3.2","data":{"app":"news"}}
{"reqId":"oCYpRZHNpWLvfpt7MR3r","level":2,"time":"2023-01-27T11:15:03+00:00","remoteAddr":"","user":"--","app":"news","method":"","url":"--","message":"https://nextcloud.com/blog/feed read error : cURL error 6: Could not resolve host: nextcloud.com (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://nextcloud.com/blog/feed","userAgent":"--","version":"25.0.3.2","data":{"app":"news"}}
{"reqId":"EVC56MKiv0uG1H6tcCvn","level":2,"time":"2023-01-27T12:20:02+00:00","remoteAddr":"","user":"--","app":"news","method":"","url":"--","message":"https://nextcloud.com/blog/feed read error : cURL error 6: Could not resolve host: nextcloud.com (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://nextcloud.com/blog/feed","userAgent":"--","version":"25.0.3.2","data":{"app":"news"}}
{"reqId":"EVC56MKiv0uG1H6tcCvn","level":2,"time":"2023-01-27T12:20:02+00:00","remoteAddr":"","user":"--","app":"news","method":"","url":"--","message":"https://nextcloud.com/blog/feed read error : cURL error 6: Could not resolve host: nextcloud.com (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://nextcloud.com/blog/feed","userAgent":"--","version":"25.0.3.2","data":{"app":"news"}}
{"reqId":"YHXYo9HmTuacJKzp7CRm","level":3,"time":"2023-01-27T13:11:15+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"dns_get_record(): A temporary server error occurred. at /var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php#57","userAgent":"--","version":"25.0.3.2","exception":{"Exception":"Error","Message":"dns_get_record(): A temporary server error occurred. at /var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php#57","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::"},{"file":"/var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":57,"function":"dns_get_record"},{"file":"/var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":74,"function":"soaRecord","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->"},{"file":"/var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":128,"function":"dnsResolve","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":63,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":331,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":168,"function":"transfer","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":187,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/Http/Client/Client.php","line":218,"function":"request","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/Updater/VersionCheck.php","line":131,"function":"get","class":"OC\\Http\\Client\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/Updater/VersionCheck.php","line":92,"function":"getUrlContent","class":"OC\\Updater\\VersionCheck","type":"->"},{"file":"/var/www/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php","line":106,"function":"check","class":"OC\\Updater\\VersionCheck","type":"->"},{"file":"/var/www/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php","line":91,"function":"checkCoreUpdate","class":"OCA\\UpdateNotification\\Notification\\BackgroundJob","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/Job.php","line":54,"function":"run","class":"OCA\\UpdateNotification\\Notification\\BackgroundJob","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/TimedJob.php","line":60,"function":"execute","class":"OC\\BackgroundJob\\Job","type":"->"},{"file":"/var/www/nextcloud/cron.php","line":152,"function":"execute","class":"OC\\BackgroundJob\\TimedJob","type":"->"}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"YHXYo9HmTuacJKzp7CRm","level":3,"time":"2023-01-27T13:11:15+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"dns_get_record(): A temporary server error occurred. at /var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php#83","userAgent":"--","version":"25.0.3.2","exception":{"Exception":"Error","Message":"dns_get_record(): A temporary server error occurred. at /var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php#83","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::"},{"file":"/var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":83,"function":"dns_get_record"},{"file":"/var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":128,"function":"dnsResolve","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":63,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":331,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":168,"function":"transfer","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":187,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/Http/Client/Client.php","line":218,"function":"request","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/Updater/VersionCheck.php","line":131,"function":"get","class":"OC\\Http\\Client\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/Updater/VersionCheck.php","line":92,"function":"getUrlContent","class":"OC\\Updater\\VersionCheck","type":"->"},{"file":"/var/www/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php","line":106,"function":"check","class":"OC\\Updater\\VersionCheck","type":"->"},{"file":"/var/www/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php","line":91,"function":"checkCoreUpdate","class":"OCA\\UpdateNotification\\Notification\\BackgroundJob","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/Job.php","line":54,"function":"run","class":"OCA\\UpdateNotification\\Notification\\BackgroundJob","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/TimedJob.php","line":60,"function":"execute","class":"OC\\BackgroundJob\\Job","type":"->"},{"file":"/var/www/nextcloud/cron.php","line":152,"function":"execute","class":"OC\\BackgroundJob\\TimedJob","type":"->"}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"YHXYo9HmTuacJKzp7CRm","level":3,"time":"2023-01-27T13:11:15+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"dns_get_record(): A temporary server error occurred. at /var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php#83","userAgent":"--","version":"25.0.3.2","exception":{"Exception":"Error","Message":"dns_get_record(): A temporary server error occurred. at /var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php#83","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::"},{"file":"/var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":83,"function":"dns_get_record"},{"file":"/var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":128,"function":"dnsResolve","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":63,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":331,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":168,"function":"transfer","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":187,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/Http/Client/Client.php","line":218,"function":"request","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/Updater/VersionCheck.php","line":131,"function":"get","class":"OC\\Http\\Client\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/Updater/VersionCheck.php","line":92,"function":"getUrlContent","class":"OC\\Updater\\VersionCheck","type":"->"},{"file":"/var/www/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php","line":106,"function":"check","class":"OC\\Updater\\VersionCheck","type":"->"},{"file":"/var/www/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php","line":91,"function":"checkCoreUpdate","class":"OCA\\UpdateNotification\\Notification\\BackgroundJob","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/Job.php","line":54,"function":"run","class":"OCA\\UpdateNotification\\Notification\\BackgroundJob","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/TimedJob.php","line":60,"function":"execute","class":"OC\\BackgroundJob\\Job","type":"->"},{"file":"/var/www/nextcloud/cron.php","line":152,"function":"execute","class":"OC\\BackgroundJob\\TimedJob","type":"->"}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"YHXYo9HmTuacJKzp7CRm","level":3,"time":"2023-01-27T13:11:15+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"dns_get_record(): A temporary server error occurred. at /var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php#83","userAgent":"--","version":"25.0.3.2","exception":{"Exception":"Error","Message":"dns_get_record(): A temporary server error occurred. at /var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php#83","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::"},{"file":"/var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":83,"function":"dns_get_record"},{"file":"/var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":128,"function":"dnsResolve","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":63,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":331,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":168,"function":"transfer","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":187,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/Http/Client/Client.php","line":218,"function":"request","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/Updater/VersionCheck.php","line":131,"function":"get","class":"OC\\Http\\Client\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/Updater/VersionCheck.php","line":92,"function":"getUrlContent","class":"OC\\Updater\\VersionCheck","type":"->"},{"file":"/var/www/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php","line":106,"function":"check","class":"OC\\Updater\\VersionCheck","type":"->"},{"file":"/var/www/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php","line":91,"function":"checkCoreUpdate","class":"OCA\\UpdateNotification\\Notification\\BackgroundJob","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/Job.php","line":54,"function":"run","class":"OCA\\UpdateNotification\\Notification\\BackgroundJob","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/TimedJob.php","line":60,"function":"execute","class":"OC\\BackgroundJob\\Job","type":"->"},{"file":"/var/www/nextcloud/cron.php","line":152,"function":"execute","class":"OC\\BackgroundJob\\TimedJob","type":"->"}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"YHXYo9HmTuacJKzp7CRm","level":3,"time":"2023-01-27T13:11:15+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"dns_get_record(): A temporary server error occurred. at /var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php#57","userAgent":"--","version":"25.0.3.2","exception":{"Exception":"Error","Message":"dns_get_record(): A temporary server error occurred. at /var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php#57","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::"},{"file":"/var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":57,"function":"dns_get_record"},{"file":"/var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":74,"function":"soaRecord","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->"},{"file":"/var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":128,"function":"dnsResolve","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":63,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":331,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":168,"function":"transfer","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":187,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/Http/Client/Client.php","line":218,"function":"request","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php","line":120,"function":"get","class":"OC\\Http\\Client\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppStore/Fetcher/AppFetcher.php","line":87,"function":"fetch","class":"OC\\App\\AppStore\\Fetcher\\Fetcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php","line":192,"function":"fetch","class":"OC\\App\\AppStore\\Fetcher\\AppFetcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppStore/Fetcher/AppFetcher.php","line":188,"function":"get","class":"OC\\App\\AppStore\\Fetcher\\Fetcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/Installer.php","line":421,"function":"get","class":"OC\\App\\AppStore\\Fetcher\\AppFetcher","type":"->"},{"file":"/var/www/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php","line":280,"function":"isUpdateAvailable","class":"OC\\Installer","type":"->"},{"file":"/var/www/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php","line":168,"function":"isUpdateAvailable","class":"OCA\\UpdateNotification\\Notification\\BackgroundJob","type":"->"},{"file":"/var/www/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php","line":92,"function":"checkAppUpdates","class":"OCA\\UpdateNotification\\Notification\\BackgroundJob","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/Job.php","line":54,"function":"run","class":"OCA\\UpdateNotification\\Notification\\BackgroundJob","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/TimedJob.php","line":60,"function":"execute","class":"OC\\BackgroundJob\\Job","type":"->"},{"file":"/var/www/nextcloud/cron.php","line":152,"function":"execute","class":"OC\\BackgroundJob\\TimedJob","type":"->"}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"YHXYo9HmTuacJKzp7CRm","level":3,"time":"2023-01-27T13:11:15+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"dns_get_record(): A temporary server error occurred. at /var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php#83","userAgent":"--","version":"25.0.3.2","exception":{"Exception":"Error","Message":"dns_get_record(): A temporary server error occurred. at /var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php#83","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::"},{"file":"/var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":83,"function":"dns_get_record"},{"file":"/var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":128,"function":"dnsResolve","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":63,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":331,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":168,"function":"transfer","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":187,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/Http/Client/Client.php","line":218,"function":"request","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php","line":120,"function":"get","class":"OC\\Http\\Client\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppStore/Fetcher/AppFetcher.php","line":87,"function":"fetch","class":"OC\\App\\AppStore\\Fetcher\\Fetcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php","line":192,"function":"fetch","class":"OC\\App\\AppStore\\Fetcher\\AppFetcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppStore/Fetcher/AppFetcher.php","line":188,"function":"get","class":"OC\\App\\AppStore\\Fetcher\\Fetcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/Installer.php","line":421,"function":"get","class":"OC\\App\\AppStore\\Fetcher\\AppFetcher","type":"->"},{"file":"/var/www/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php","line":280,"function":"isUpdateAvailable","class":"OC\\Installer","type":"->"},{"file":"/var/www/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php","line":168,"function":"isUpdateAvailable","class":"OCA\\UpdateNotification\\Notification\\BackgroundJob","type":"->"},{"file":"/var/www/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php","line":92,"function":"checkAppUpdates","class":"OCA\\UpdateNotification\\Notification\\BackgroundJob","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/Job.php","line":54,"function":"run","class":"OCA\\UpdateNotification\\Notification\\BackgroundJob","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/TimedJob.php","line":60,"function":"execute","class":"OC\\BackgroundJob\\Job","type":"->"},{"file":"/var/www/nextcloud/cron.php","line":152,"function":"execute","class":"OC\\BackgroundJob\\TimedJob","type":"->"}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"YHXYo9HmTuacJKzp7CRm","level":3,"time":"2023-01-27T13:11:15+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"dns_get_record(): A temporary server error occurred. at /var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php#83","userAgent":"--","version":"25.0.3.2","exception":{"Exception":"Error","Message":"dns_get_record(): A temporary server error occurred. at /var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php#83","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::"},{"file":"/var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":83,"function":"dns_get_record"},{"file":"/var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":128,"function":"dnsResolve","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":63,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":331,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":168,"function":"transfer","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":187,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/Http/Client/Client.php","line":218,"function":"request","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php","line":120,"function":"get","class":"OC\\Http\\Client\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppStore/Fetcher/AppFetcher.php","line":87,"function":"fetch","class":"OC\\App\\AppStore\\Fetcher\\Fetcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php","line":192,"function":"fetch","class":"OC\\App\\AppStore\\Fetcher\\AppFetcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppStore/Fetcher/AppFetcher.php","line":188,"function":"get","class":"OC\\App\\AppStore\\Fetcher\\Fetcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/Installer.php","line":421,"function":"get","class":"OC\\App\\AppStore\\Fetcher\\AppFetcher","type":"->"},{"file":"/var/www/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php","line":280,"function":"isUpdateAvailable","class":"OC\\Installer","type":"->"},{"file":"/var/www/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php","line":168,"function":"isUpdateAvailable","class":"OCA\\UpdateNotification\\Notification\\BackgroundJob","type":"->"},{"file":"/var/www/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php","line":92,"function":"checkAppUpdates","class":"OCA\\UpdateNotification\\Notification\\BackgroundJob","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/Job.php","line":54,"function":"run","class":"OCA\\UpdateNotification\\Notification\\BackgroundJob","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/TimedJob.php","line":60,"function":"execute","class":"OC\\BackgroundJob\\Job","type":"->"},{"file":"/var/www/nextcloud/cron.php","line":152,"function":"execute","class":"OC\\BackgroundJob\\TimedJob","type":"->"}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"YHXYo9HmTuacJKzp7CRm","level":3,"time":"2023-01-27T13:11:15+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"dns_get_record(): A temporary server error occurred. at /var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php#83","userAgent":"--","version":"25.0.3.2","exception":{"Exception":"Error","Message":"dns_get_record(): A temporary server error occurred. at /var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php#83","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::"},{"file":"/var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":83,"function":"dns_get_record"},{"file":"/var/www/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":128,"function":"dnsResolve","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":63,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":331,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":168,"function":"transfer","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":187,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/Http/Client/Client.php","line":218,"function":"request","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php","line":120,"function":"get","class":"OC\\Http\\Client\\Client","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppStore/Fetcher/AppFetcher.php","line":87,"function":"fetch","class":"OC\\App\\AppStore\\Fetcher\\Fetcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php","line":192,"function":"fetch","class":"OC\\App\\AppStore\\Fetcher\\AppFetcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppStore/Fetcher/AppFetcher.php","line":188,"function":"get","class":"OC\\App\\AppStore\\Fetcher\\Fetcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/Installer.php","line":421,"function":"get","class":"OC\\App\\AppStore\\Fetcher\\AppFetcher","type":"->"},{"file":"/var/www/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php","line":280,"function":"isUpdateAvailable","class":"OC\\Installer","type":"->"},{"file":"/var/www/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php","line":168,"function":"isUpdateAvailable","class":"OCA\\UpdateNotification\\Notification\\BackgroundJob","type":"->"},{"file":"/var/www/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php","line":92,"function":"checkAppUpdates","class":"OCA\\UpdateNotification\\Notification\\BackgroundJob","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/Job.php","line":54,"function":"run","class":"OCA\\UpdateNotification\\Notification\\BackgroundJob","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/TimedJob.php","line":60,"function":"execute","class":"OC\\BackgroundJob\\Job","type":"->"},{"file":"/var/www/nextcloud/cron.php","line":152,"function":"execute","class":"OC\\BackgroundJob\\TimedJob","type":"->"}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"YHXYo9HmTuacJKzp7CRm","level":2,"time":"2023-01-27T13:11:15+00:00","remoteAddr":"","user":"--","app":"appstoreFetcher","method":"","url":"--","message":"Could not connect to appstore: cURL error 6: Could not resolve host: apps.nextcloud.com (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://apps.nextcloud.com/api/v1/apps.json","userAgent":"--","version":"25.0.3.2","data":{"app":"appstoreFetcher"}}
{"reqId":"tivFFFmK6jZeXHyGZGZ7","level":2,"time":"2023-01-27T13:25:02+00:00","remoteAddr":"","user":"--","app":"news","method":"","url":"--","message":"https://nextcloud.com/blog/feed read error : cURL error 6: Could not resolve host: nextcloud.com (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://nextcloud.com/blog/feed","userAgent":"--","version":"25.0.3.2","data":{"app":"news"}}
{"reqId":"tivFFFmK6jZeXHyGZGZ7","level":2,"time":"2023-01-27T13:25:02+00:00","remoteAddr":"","user":"--","app":"news","method":"","url":"--","message":"https://nextcloud.com/blog/feed read error : cURL error 6: Could not resolve host: nextcloud.com (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://nextcloud.com/blog/feed","userAgent":"--","version":"25.0.3.2","data":{"app":"news"}}
{"reqId":"HYca4bLrERPdpx8ecEoi","level":2,"time":"2023-01-27T14:30:02+00:00","remoteAddr":"","user":"--","app":"news","method":"","url":"--","message":"https://nextcloud.com/blog/feed read error : cURL error 6: Could not resolve host: nextcloud.com (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://nextcloud.com/blog/feed","userAgent":"--","version":"25.0.3.2","data":{"app":"news"}}
{"reqId":"HYca4bLrERPdpx8ecEoi","level":2,"time":"2023-01-27T14:30:02+00:00","remoteAddr":"","user":"--","app":"news","method":"","url":"--","message":"https://nextcloud.com/blog/feed read error : cURL error 6: Could not resolve host: nextcloud.com (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://nextcloud.com/blog/feed","userAgent":"--","version":"25.0.3.2","data":{"app":"news"}}
Strangely, accessing the Administration > Sharing menu fixed this issue. The server overview now shows All checks passed. WebDAV fully works again and the connection with the Nextcloud desktop client is syncing again. Closing issue
For me the problem got fixed by extending the max_allowed_packet value in the mysql config
https://github.com/nextcloud/contacts/issues/3253#issuecomment-1486719612
Having the same issue again after a reboot. The fix below did not help this time.
Strangely, accessing the
Administration > Sharingmenu fixed this issue. The server overview now showsAll checks passed. WebDAV fully works again and the connection with the Nextcloud desktop client is syncing again. Closing issue
I am able to access the web interface just fine but no files are loaded. It seems empty as well as the recycle bin.
Desktop and mobile clients are unable to sync. The desktop app reports that the server is returning Service Unavailable and the mobile app is reporting Server is in Maintenance Mode. I have checked, and the server is not currently in maintenance mode.
There are no logs showing what the issue is in Administration > Logging.
Here is the output of ncp-report:
NextcloudPi diagnostics
NextcloudPi version v1.52.2
NextcloudPi image NextCloudPi_RaspberryPi_v1.51.0.img
OS Debian GNU/Linux 11. 5.15.61-v8+ (aarch64)
automount yes
USB devices sda sdb
datadir /var/www/nextcloud/data
data in SD yes
data filesystem ext2/ext3
data disk usage 497G/917G
rootfs usage 497G/917G
swapfile /var/swap
dbdir /var/lib/mysql
Nextcloud check ok
Nextcloud version 26.0.3.2
HTTPD service up
PHP service up
MariaDB service up
Redis service up
HPB service up
Postfix service up
Internet check ok
Public IPv4 ***REMOVED SENSITIVE VALUE***
Public IPv6 ***REMOVED SENSITIVE VALUE***
Port 80 open
Port 443 open
IP ***REMOVED SENSITIVE VALUE***
Gateway ***REMOVED SENSITIVE VALUE***
Interface eth0
Certificates ***REMOVED SENSITIVE VALUE***
NAT loopback no
Uptime 46min
Nextcloud configuration
{
"system": {
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": {
"0": "localhost",
"7": "nextcloudpi",
"5": "nextcloudpi.local",
"8": "nextcloudpi.lan",
"3": "***REMOVED SENSITIVE VALUE***",
"1": "192.168.1.130",
"2": "***REMOVED SENSITIVE VALUE***",
"14": "next",
"11": "***REMOVED SENSITIVE VALUE***"
},
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "26.0.3.2",
"overwrite.cli.url": "https:\/\/***REMOVED SENSITIVE VALUE***\/",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"memcache.local": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"timeout": 0,
"password": "***REMOVED SENSITIVE VALUE***"
},
"tempdirectory": "\/var\/www\/nextcloud\/data\/tmp",
"mail_smtpmode": "sendmail",
"mail_smtpauthtype": "LOGIN",
"preview_max_x": "2048",
"preview_max_y": "2048",
"jpeg_quality": "60",
"overwriteprotocol": "https",
"default_phone_region": "GB",
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"loglevel": "2",
"log_type": "file",
"maintenance": false,
"mail_sendmailmode": "smtp",
"twofactor_enforced": "true",
"twofactor_enforced_groups": [
"admin",
"Users"
],
"twofactor_enforced_excluded_groups": [],
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"htaccess.RewriteBase": "\/",
"logfile": "\/var\/www\/nextcloud\/data\/nextcloud.log",
"data-fingerprint": "af4d54d3679aa4562196dde93e015500",
"ncd_admin_settings": {
"ncd_disable_bt": "1"
},
"theme": "",
"app_install_overwrite": [
"duplicatefinder",
"keeporsweep"
]
}
}
HTTPd logs
[Mon Jul 24 00:00:01.590708 2023] [mpm_event:notice] [pid 864:tid 547888997440] AH00489: Apache/2.4.56 (Debian) OpenSSL/1.1.1n configured -- resuming normal operations
[Mon Jul 24 00:00:01.590809 2023] [core:notice] [pid 864:tid 547888997440] AH00094: Command line: '/usr/sbin/apache2'
[Mon Jul 24 14:58:16.377166 2023] [mpm_event:notice] [pid 828:tid 548647621696] AH00489: Apache/2.4.56 (Debian) OpenSSL/1.1.1n configured -- resuming normal operations
[Mon Jul 24 14:58:16.417080 2023] [core:notice] [pid 828:tid 548647621696] AH00094: Command line: '/usr/sbin/apache2'
[Mon Jul 24 22:32:58.056891 2023] [mpm_event:notice] [pid 828:tid 548647621696] AH00492: caught SIGWINCH, shutting down gracefully
[Mon Jul 24 22:33:47.980822 2023] [mpm_event:notice] [pid 838:tid 547605001280] AH00489: Apache/2.4.56 (Debian) OpenSSL/1.1.1n configured -- resuming normal operations
[Mon Jul 24 22:33:48.011399 2023] [core:notice] [pid 838:tid 547605001280] AH00094: Command line: '/usr/sbin/apache2'
[Mon Jul 24 23:17:21.607798 2023] [mpm_event:notice] [pid 838:tid 547605001280] AH00492: caught SIGWINCH, shutting down gracefully
[Mon Jul 24 23:17:24.970424 2023] [core:warn] [pid 838:tid 547605001280] AH00045: child process 839 still did not exit, sending a SIGTERM
[Mon Jul 24 23:17:26.972759 2023] [core:warn] [pid 838:tid 547605001280] AH00045: child process 839 still did not exit, sending a SIGTERM
[Mon Jul 24 23:17:28.975037 2023] [core:warn] [pid 838:tid 547605001280] AH00045: child process 839 still did not exit, sending a SIGTERM
[Mon Jul 24 23:17:30.977243 2023] [core:error] [pid 838:tid 547605001280] AH00046: child process 839 still did not exit, sending a SIGKILL
[Mon Jul 24 23:17:32.102521 2023] [mpm_event:notice] [pid 35229:tid 548169802816] AH00489: Apache/2.4.56 (Debian) OpenSSL/1.1.1n configured -- resuming normal operations
[Mon Jul 24 23:17:32.102850 2023] [core:notice] [pid 35229:tid 548169802816] AH00094: Command line: '/usr/sbin/apache2'
Database logs
tail: cannot open '/var/log/mysql/*.log' for reading: No such file or directory
Nextcloud logs
{"reqId":"2gnlWGvGgpLA0c8dUCXn","level":1,"time":"2023-07-18T21:01:15+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::finishedCheckCodeIntegrity: Finished code integrity check","userAgent":"--","version":"26.0.1.1","data":{"app":"updater"}}
{"reqId":"2gnlWGvGgpLA0c8dUCXn","level":1,"time":"2023-07-18T21:01:15+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::updateEnd: Update successful","userAgent":"--","version":"26.0.3.2","data":{"app":"updater"}}
{"reqId":"2gnlWGvGgpLA0c8dUCXn","level":1,"time":"2023-07-18T21:01:15+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::maintenanceDisabled: Turned off maintenance mode","userAgent":"--","version":"26.0.3.2","data":{"app":"updater"}}
{"reqId":"2gnlWGvGgpLA0c8dUCXn","level":1,"time":"2023-07-18T21:01:15+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::resetLogLevel: Reset log level to Warning(2)","userAgent":"--","version":"26.0.3.2","data":{"app":"updater"}}
{"reqId":"ZLb_mtayJ1IWs1R4-3W2jwAARwU","level":2,"time":"2023-07-18T21:09:48+00:00","remoteAddr":"192.168.1.150","user":"ncp","app":"suspicious_login","method":"POST","url":"/login","message":"Detected a login from a suspicious login. user=ncp ip=192.168.1.150 strategy=ipv4","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","version":"26.0.3.2","data":{"app":"suspicious_login"}}
{"reqId":"ZLgCpZjSytcCbW1TiHQSYwAAgwU","level":2,"time":"2023-07-19T15:35:01+00:00","remoteAddr":"192.168.1.1","user":"nick","app":"core","method":"POST","url":"/login/challenge/totp","message":"Two-factor challenge failed: nick (Remote IP: 192.168.1.1)","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","version":"26.0.3.2","data":{"app":"core"}}
{"reqId":"ZLgLqkThvPmIOuqVCAd2NQAAERI","level":2,"time":"2023-07-19T16:13:30+00:00","remoteAddr":"192.168.1.1","user":"nick","app":"core","method":"POST","url":"/login/challenge/totp","message":"Two-factor challenge failed: nick (Remote IP: 192.168.1.1)","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","version":"26.0.3.2","data":{"app":"core"}}
{"reqId":"ZLgL15jSytcCbW1TiHQSiQAAiAk","level":2,"time":"2023-07-19T16:14:16+00:00","remoteAddr":"192.168.1.1","user":"nick","app":"core","method":"POST","url":"/login/challenge/totp","message":"Two-factor challenge failed: nick (Remote IP: 192.168.1.1)","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","version":"26.0.3.2","data":{"app":"core"}}
{"reqId":"ZLgUKJjSytcCbW1TiHQUAwAAiw8","level":2,"time":"2023-07-19T16:49:44+00:00","remoteAddr":"192.168.1.1","user":"ncp","app":"core","method":"POST","url":"/login/challenge/totp","message":"Two-factor challenge failed: ncp (Remote IP: 192.168.1.1)","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","version":"26.0.3.2","data":{"app":"core"}}
{"reqId":"ZLgULkThvPmIOuqVCAd3MgAAFhg","level":2,"time":"2023-07-19T16:49:50+00:00","remoteAddr":"192.168.1.1","user":"ncp","app":"core","method":"POST","url":"/login/challenge/totp","message":"Two-factor challenge failed: ncp (Remote IP: 192.168.1.1)","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","version":"26.0.3.2","data":{"app":"core"}}
{"reqId":"ZLgUiZjSytcCbW1TiHQUFgAAhQM","level":2,"time":"2023-07-19T16:51:22+00:00","remoteAddr":"192.168.1.1","user":"ncp","app":"core","method":"POST","url":"/login/challenge/totp","message":"Two-factor challenge failed: ncp (Remote IP: 192.168.1.1)","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","version":"26.0.3.2","data":{"app":"core"}}
{"reqId":"ZLgUjZjSytcCbW1TiHQUGAAAjAI","level":2,"time":"2023-07-19T16:51:25+00:00","remoteAddr":"192.168.1.1","user":"ncp","app":"core","method":"POST","url":"/login/challenge/totp","message":"Two-factor challenge failed: ncp (Remote IP: 192.168.1.1)","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","version":"26.0.3.2","data":{"app":"core"}}
{"reqId":"ZLj4ZjBJDSZ9Pg6g8zk8PgAAhxo","level":2,"time":"2023-07-20T09:03:36+00:00","remoteAddr":"192.168.1.1","user":"nick","app":"suspicious_login","method":"POST","url":"/login","message":"Detected a login from a suspicious login. user=nick ip=192.168.1.1 strategy=ipv4","userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Mobile Safari/537.36","version":"26.0.3.2","data":{"app":"suspicious_login"}}
{"reqId":"ZLlIbZHdIzykDFn88kfhmAAADAA","level":2,"time":"2023-07-20T14:45:03+00:00","remoteAddr":"192.168.1.1","user":"nick","app":"suspicious_login","method":"POST","url":"/login","message":"Detected a login from a suspicious login. user=nick ip=192.168.1.1 strategy=ipv4","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","version":"26.0.3.2","data":{"app":"suspicious_login"}}
{"reqId":"ZLlOhZHdIzykDFn88kfixAAAAQI","level":2,"time":"2023-07-20T15:11:02+00:00","remoteAddr":"192.168.1.1","user":"nick","app":"suspicious_login","method":"POST","url":"/login","message":"Detected a login from a suspicious login. user=nick ip=192.168.1.1 strategy=ipv4","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","version":"26.0.3.2","data":{"app":"suspicious_login"}}
{"reqId":"ZLlOmZHdIzykDFn88kfiygAAFhE","level":2,"time":"2023-07-20T15:11:23+00:00","remoteAddr":"192.168.1.1","user":"nick","app":"suspicious_login","method":"POST","url":"/login","message":"Detected a login from a suspicious login. user=nick ip=192.168.1.1 strategy=ipv4","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","version":"26.0.3.2","data":{"app":"suspicious_login"}}
{"reqId":"ZL7rz5ZL6NAJmZ9aTKnJ2QAAAEk","level":2,"time":"2023-07-24T21:23:28+00:00","remoteAddr":"192.168.1.150","user":"ncp","app":"suspicious_login","method":"POST","url":"/login","message":"Detected a login from a suspicious login. user=ncp ip=192.168.1.150 strategy=ipv4","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","version":"26.0.3.2","data":{"app":"suspicious_login"}}
{"reqId":"ZL7zq1bx4kpTtwSGdXyvZAAAAAE","level":2,"time":"2023-07-24T21:57:01+00:00","remoteAddr":"192.168.1.150","user":"nick","app":"suspicious_login","method":"POST","url":"/login","message":"Detected a login from a suspicious login. user=nick ip=192.168.1.150 strategy=ipv4","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","version":"26.0.3.2","data":{"app":"suspicious_login"}}
{"reqId":"ZL7zyAvTr-7aA_FDuqDlegAAAFQ","level":3,"time":"2023-07-24T21:57:28+00:00","remoteAddr":"192.168.1.150","user":"nick","app":"index","method":"GET","url":"/apps/keeporsweep/files","message":"Call to a member function getDirectoryContent() on null in file '/var/www/nextcloud/lib/private/Files/Filesystem.php' line 762","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","version":"26.0.3.2","exception":{"Exception":"Exception","Message":"Call to a member function getDirectoryContent() on null in file '/var/www/nextcloud/lib/private/Files/Filesystem.php' line 762","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/AppFramework/App.php","line":183,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/Route/Router.php","line":315,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/var/www/nextcloud/lib/base.php","line":1060,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","Line":169,"Previous":{"Exception":"Error","Message":"Call to a member function getDirectoryContent() on null","Code":0,"Trace":[{"file":"/var/www/nextcloud/apps/keeporsweep/lib/Controller/ApiController.php","line":25,"function":"getDirectoryContent","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/var/www/nextcloud/apps/keeporsweep/lib/Controller/ApiController.php","line":14,"function":"getFilesRecursive","class":"OCA\\KeepOrSweep\\Controller\\ApiController","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":230,"function":"files","class":"OCA\\KeepOrSweep\\Controller\\ApiController","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":137,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/App.php","line":183,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/Route/Router.php","line":315,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/var/www/nextcloud/lib/base.php","line":1060,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/nextcloud/lib/private/Files/Filesystem.php","Line":762},"CustomMessage":"--"}}
{"reqId":"ZL735QvTr-7aA_FDuqDlxQAAAEc","level":2,"time":"2023-07-24T22:15:02+00:00","remoteAddr":"192.168.1.150","user":"ncp","app":"suspicious_login","method":"POST","url":"/login","message":"Detected a login from a suspicious login. user=ncp ip=192.168.1.150 strategy=ipv4","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","version":"26.0.3.2","data":{"app":"suspicious_login"}}
I'm always having to clear the opcache on restart of the server. Otherwise all clients will complain saying that server is in maintenance mode. Why is this?