Support intro
Sorry to hear you’re facing problems
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
Nextcloud version (eg, 29.0.4): replace me
Operating system and version (eg, Ubuntu 24.04): Ubuntu 22.04.4 LTS
Apache or nginx version (eg, Apache 2.4.25): Apache/2.4.52
PHP version (eg, 8.3): 8.1.2-1ubuntu2.18 (cli)
The issue you are facing:
Since updating from 27.1.11 to 28.0.6 I encounter a lot of log entries, like:
(replace Fehlersuche with debugging/diagnostics)
|Fehlersuche|no app in context|Running check OCA\Settings\SetupChecks\WellKnownUrls|"27.07.2024, 00:06:22"||
| --- | --- | --- | --- | --- |
|Fehlersuche|no app in context|Running check OCA\Settings\SetupChecks\PushService|"27.07.2024, 00:06:22"||
|Fehlersuche|no app in context|Running check OCA\Settings\SetupChecks\TransactionIsolation|"27.07.2024, 00:06:22"||
|Fehlersuche|no app in context|Running check OCA\Settings\SetupChecks\TempSpaceAvailable|"27.07.2024, 00:06:22"||
|Fehlersuche|no app in context|Running check OCA\Settings\SetupChecks\SystemIs64bit|"27.07.2024, 00:06:22"||
|Fehlersuche|no app in context|Running check OCA\Settings\SetupChecks\SupportedDatabase|"27.07.2024, 00:06:22"||
|Fehlersuche|no app in context|Running check OCA\Settings\SetupChecks\SchedulingTableSize|"27.07.2024, 00:06:22"||
|Fehlersuche|no app in context|Running check OCA\Settings\SetupChecks\SecurityHeaders|"27.07.2024, 00:06:22"||
|Fehlersuche|no app in context|Running check OCA\Settings\SetupChecks\ReadOnlyConfig|"27.07.2024, 00:06:22"||
|Fehlersuche|no app in context|Running check OCA\Settings\SetupChecks\RandomnessSecure|"27.07.2024, 00:06:22"||
|Fehlersuche|no app in context|Running check OCA\Settings\SetupChecks\PhpOutputBuffering|"27.07.2024, 00:06:22"||
|Fehlersuche|no app in context|Running check OCA\Settings\SetupChecks\PhpOutdated|"27.07.2024, 00:06:22"||
|Fehlersuche|no app in context|Running check OCA\Settings\SetupChecks\PhpOpcacheSetup|"27.07.2024, 00:06:22"||
|Fehlersuche|no app in context|Running check OCA\Settings\SetupChecks\PhpModules|"27.07.2024, 00:06:22"||
|Fehlersuche|no app in context|Running check OCA\Settings\SetupChecks\PhpMemoryLimit|"27.07.2024, 00:06:22"||
|Fehlersuche|no app in context|Running check OCA\Settings\SetupChecks\PhpGetEnv|
and warnings like:
|Warnung|no app in context|DbalExceptionFailed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2002] No such file or directory
exception while getMetadataFromDatabase()|"26.07.2024, 22:47:27"||
| --- | --- |
|Warnung|no app in context|RedisExceptionRedis server 127.0.0.1:6379 went away
Error while generating metadata for fileid 1056661|"26.07.2024, 22:47:27"||
|Warnung|no app in context|DbalExceptionFailed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2002] No such file or directory
exception while getMetadataFromDatabase()|"26.07.2024, 22:47:27"||
|Warnung|no app in context|DbalExceptionFailed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2002] No such file or directory
exception while getMetadataFromDatabase()|"26.07.2024, 22:47:27"||
|Warnung|no app in context|DbalExceptionFailed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2002] No such file or directory
exception while getMetadataFromDatabase()|"26.07.2024, 22:47:27"||
|Warnung|no app in context|RedisExceptionRedis server 127.0.0.1:6379 went away
Error while generating metadata for fileid 1056676|"26.07.2024, 22:47:27"||
|Warnung|no app in context|DbalExceptionFailed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2002] No such file or directory
exception while getMetadataFromDatabase()|
as well as PHP errors about some size limit, that seem to have deleted themselves somehow…
I have tried to research those errors but to no avail.
Is this the first time you’ve seen this error? (Y/N):
Y
Steps to replicate it:
- update from 27.1.11
- during web updating before clicking on “proceed with web-based installer” execute occ upgrade in terminal (I “experimented” with this, as I have tried 3 times in the past 9 months to upgrade 27 to 28, but before, every time, my nc instance was not reachable so I reverted back)
The output of your Nextcloud log in Admin > Logging:
well, see above examples
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'instanceid' => '1234',
'passwordsalt' => '1234',
'secret' => '12341234',
'trusted_domains' =>
array (
0 => 'nc.local',
1 => '192.168.178.1234',
2 => 'my-domain.com',
),
'trusted_proxies' =>
array (
0 => '192.168.178.107',
),
'datadirectory' => '/mnt/nc1',
'dbtype' => 'mysql',
'version' => '29.0.4.1',
'overwrite.cli.url' => 'https://my-domain.com',
'overwriteprotocol' => 'https',
'dbname' => 'nextcloud',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'nextclouduser',
'dbpassword' => 'dbpassword1234',
'default_phone_region' => 'DE',
'check_for_working_wellknown_setup' => true,
'check_for_working_htaccess' => true,
'check_data_directory_permissions' => true,
'filelocking.enabled' => true,
'memcache.local' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => '127.0.0.1',
'port' => 6379,
),
'installed' => true,
'mail_dobash: line 1: maint: command not found
main' => 'gmx.de',
'mail_from_address' => '1234mail',
'mail_smtpmode' => 'smtp',
'mail_smtpsecure' => 'ssl',
'mail_smtphost' => 'mail.net',
'mail_smtpport' => '465',
'mail_sendmailmode' => 'smtp',
'mail_smtpauth' => 1,
'mail_smtpname' => 'mail.de',
'mail_smtppassword' => 'hehe',
'maintenance' => false,
'mail_smtpauthtype' => 'LOGIN',
'log_type' => 'file',
'logtimezone' => 'Europe/Berlin',
'logfile' => '/var/log/nextcloud.log',
'loglevel' => 0,
'syslog_tag' => 'Nextcloud',
'theme' => '',
'mail_domain' => 'domain.com',
'maintenance_window_start' => 3,
);
The output of your Apache/nginx/system log in /var/log/____
:
Apache error log:
[Fri Jul 26 00:00:01.380172 2024] [mpm_prefork:notice] [pid 61165] AH00163: Apache/2.4.52 (Ubuntu) OpenSSL/3.0.2 configured -- resuming normal operations
[Fri Jul 26 00:00:01.380197 2024] [core:notice] [pid 61165] AH00094: Command line: '/usr/sbin/apache2'
[Fri Jul 26 19:49:14.457711 2024] [mpm_prefork:notice] [pid 61165] AH00170: caught SIGWINCH, shutting down gracefully
[Fri Jul 26 19:50:55.467404 2024] [mpm_prefork:notice] [pid 200] AH00163: Apache/2.4.52 (Ubuntu) OpenSSL/3.0.2 configured -- resuming normal operations
[Fri Jul 26 19:50:55.467596 2024] [core:notice] [pid 200] AH00094: Command line: '/usr/sbin/apache2'
[Fri Jul 26 20:12:06.146467 2024] [mpm_prefork:notice] [pid 200] AH00170: caught SIGWINCH, shutting down gracefully
[Fri Jul 26 20:12:12.440523 2024] [mpm_prefork:notice] [pid 192] AH00163: Apache/2.4.52 (Ubuntu) OpenSSL/3.0.2 configured -- resuming normal operations
[Fri Jul 26 20:12:12.440588 2024] [core:notice] [pid 192] AH00094: Command line: '/usr/sbin/apache2'
[Fri Jul 26 20:47:26.830188 2024] [mpm_prefork:notice] [pid 192] AH00170: caught SIGWINCH, shutting down gracefully
[Fri Jul 26 20:47:34.069991 2024] [mpm_prefork:notice] [pid 200] AH00163: Apache/2.4.52 (Ubuntu) OpenSSL/3.0.2 configured -- resuming normal operations
[Fri Jul 26 20:47:34.070037 2024] [core:notice] [pid 200] AH00094: Command line: '/usr/sbin/apache2'
[Fri Jul 26 20:56:43.403102 2024] [php:error] [pid 356] [client 192.168.178.107:57638] PHP Fatal error: Allowed memory size of 734003200 bytes exhausted (tried to allocate 98570240 bytes) in /var/www/nextcloud/lib/public/AppFramework/Http/JSONResponse.php on line 71
[Fri Jul 26 20:58:36.805461 2024] [php:error] [pid 206] [client 192.168.178.107:50840] PHP Fatal error: Allowed memory size of 734003200 bytes exhausted (tried to allocate 98570240 bytes) in /var/www/nextcloud/lib/public/AppFramework/Http/JSONResponse.php on line 71
[Fri Jul 26 21:03:39.968020 2024] [mpm_prefork:notice] [pid 200] AH00170: caught SIGWINCH, shutting down gracefully
[Fri Jul 26 21:03:40.152564 2024] [mpm_prefork:notice] [pid 520] AH00163: Apache/2.4.52 (Ubuntu) OpenSSL/3.0.2 configured -- resuming normal operations
[Fri Jul 26 21:03:40.152633 2024] [core:notice] [pid 520] AH00094: Command line: '/usr/sbin/apache2'
[Fri Jul 26 21:03:55.665506 2024] [php:error] [pid 524] [client 192.168.178.107:40002] PHP Fatal error: Allowed memory size of 734003200 bytes exhausted (tried to allocate 98570240 bytes) in /var/www/nextcloud/lib/public/AppFramework/Http/JSONResponse.php on line 71
[Fri Jul 26 21:06:05.839662 2024] [mpm_prefork:notice] [pid 520] AH00170: caught SIGWINCH, shutting down gracefully
[Fri Jul 26 21:06:05.973070 2024] [mpm_prefork:notice] [pid 559] AH00163: Apache/2.4.52 (Ubuntu) OpenSSL/3.0.2 configured -- resuming normal operations
[Fri Jul 26 21:06:05.973114 2024] [core:notice] [pid 559] AH00094: Command line: '/usr/sbin/apache2'
[Fri Jul 26 21:07:41.090110 2024] [mpm_prefork:notice] [pid 559] AH00170: caught SIGWINCH, shutting down gracefully
[Fri Jul 26 21:07:41.214158 2024] [mpm_prefork:notice] [pid 580] AH00163: Apache/2.4.52 (Ubuntu) OpenSSL/3.0.2 configured -- resuming normal operations
[Fri Jul 26 21:07:41.214212 2024] [core:notice] [pid 580] AH00094: Command line: '/usr/sbin/apache2'
[Fri Jul 26 21:08:47.189546 2024] [php:error] [pid 582] [client 192.168.178.107:37334] PHP Fatal error: Allowed memory size of 734003200 bytes exhausted (tried to allocate 98570240 bytes) in /var/www/nextcloud/lib/public/AppFramework/Http/JSONResponse.php on line 71
[Fri Jul 26 21:09:03.100791 2024] [php:error] [pid 581] [client 192.168.178.107:34204] PHP Fatal error: Allowed memory size of 734003200 bytes exhausted (tried to allocate 98570240 bytes) in /var/www/nextcloud/lib/public/AppFramework/Http/JSONResponse.php on line 71
dlopen(): error loading libfuse.so.2
AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information
Logging at warning level to file: /tmp/coolwsd.ne2FJYA0EU/coolwsd.log
Security: coolforkit incorrect user-name, other than 'cool'
Init vcl
preload: xsec_xmlsec xmlsecurity merged ucpchelp1 wpftwriter wpftcalc wpftimpress wpftdraw msforms cached1 vbaswobj swd sw ucppkg1 sm msword slideshow pdfimport sdui sd scriptframe protocolhandler dlgprov solver pricing date vbaobj scd sc ucpdav1 oox dbaxml pcr pdffilter ldapbe2 log embobj migrationoo2 sdd deploymentgui smd dbase animcore t602filter flat PresentationMinimizer invocation stocservices chartcore writerfilter io uuresolver bootstrap scn dba calc sdbt storagefd chartcontroller reflection cui dbpool2 scfilt introspection mysql_jdbc cairocanvas writer binaryurp LanguageTool bib namingservice emboleobj svgfilter graphicfilter ucpcmis1 analysis migrationoo3 invocadapt mozbootstrap hwp textconversiondlgs proxyfac
Disabled: cmdmail rptxml rptui rpt dbp dbu abp odbc sdbc2
Preload textencodings
Allowlisted languages: de_DE el en_GB en_US es_ES fr_FR hu it nl pt_BR pt_PT ru
Preloading dictionaries: de-DE en-US fr-FR it-IT nl-NL pt-BR ru-RU en-GB nl-BE pt-PT es-ES
Preloading thesauri: de-DE en-US fr-FR it-IT nl-NL pt-BR ru-RU en-GB nl-BE pt-PT es-ES
Preloading breakiterator
Preload icons
Preload short cut accelerators
Preload languages
Preload fonts
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Preload config
Ready to accept connections on port 9983.
[Fri Jul 26 21:39:49.243927 2024] [php:error] [pid 601] [client 192.168.178.107:59900] PHP Fatal error: Allowed memory size of 734003200 bytes exhausted (tried to allocate 20480 bytes) in /var/www/nextcloud/apps/logreader/lib/Controller/LogController.php on line 128
[Fri Jul 26 21:39:49.244679 2024] [php:error] [pid 601] [client 192.168.178.107:59900] PHP Fatal error: Allowed memory size of 734003200 bytes exhausted (tried to allocate 20480 bytes) in /var/www/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php on line 474
[Fri Jul 26 21:40:00.760738 2024] [php:error] [pid 1070] [client 192.168.178.107:37378] PHP Fatal error: Allowed memory size of 734003200 bytes exhausted (tried to allocate 20480 bytes) in /var/www/nextcloud/apps/logreader/lib/Controller/LogController.php on line 128
[Fri Jul 26 21:40:00.761523 2024] [php:error] [pid 1070] [client 192.168.178.107:37378] PHP Fatal error: Allowed memory size of 734003200 bytes exhausted (tried to allocate 20480 bytes) in /var/www/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php on line 474
[Fri Jul 26 21:52:53.333738 2024] [php:error] [pid 1072] [client 192.168.178.107:39606] PHP Fatal error: Allowed memory size of 734003200 bytes exhausted (tried to allocate 16384 bytes) in /var/www/nextcloud/apps/logreader/lib/Log/LogIterator.php on line 89
syslog:
ul 26 21:20:01 ubuntu-server CRON[824]: (www-data) CMD (php -f /var/www/nextcloud/cron.php)
Jul 26 21:25:01 ubuntu-server CRON[833]: (www-data) CMD (php -f /var/www/nextcloud/cron.php)
Jul 26 21:30:01 ubuntu-server CRON[922]: (www-data) CMD (php -f /var/www/nextcloud/cron.php)
Jul 26 21:35:01 ubuntu-server CRON[1050]: (www-data) CMD (php -f /var/www/nextcloud/cron.php)
Jul 26 21:39:01 ubuntu-server CRON[1159]: (root) CMD ( [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
Jul 26 21:39:01 ubuntu-server systemd[1]: Starting Clean php session files...
Jul 26 21:39:01 ubuntu-server systemd[1]: phpsessionclean.service: Deactivated successfully.
Jul 26 21:39:01 ubuntu-server systemd[1]: Finished Clean php session files.
Jul 26 21:40:01 ubuntu-server CRON[1214]: (www-data) CMD (php -f /var/www/nextcloud/cron.php)
Jul 26 21:45:01 ubuntu-server CRON[1219]: (www-data) CMD (php -f /var/www/nextcloud/cron.php)
Jul 26 21:46:26 ubuntu-server systemd[1]: session-126.scope: Deactivated successfully.
Jul 26 21:46:26 ubuntu-server systemd[1]: session-126.scope: Consumed 2.497s CPU time.
Jul 26 21:46:36 ubuntu-server systemd[1]: Stopping User Manager for UID 0...
Jul 26 21:46:36 ubuntu-server systemd[708]: Stopped target Main User Target.
Jul 26 21:46:36 ubuntu-server systemd[708]: Stopped target Basic System.
Jul 26 21:46:36 ubuntu-server systemd[708]: Stopped target Paths.
Jul 26 21:46:36 ubuntu-server systemd[708]: Stopped target Sockets.
Jul 26 21:46:36 ubuntu-server systemd[708]: Stopped target Timers.
Jul 26 21:46:36 ubuntu-server systemd[708]: Closed GnuPG network certificate management daemon.
Jul 26 21:46:36 ubuntu-server systemd[708]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 26 21:46:36 ubuntu-server systemd[708]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jul 26 21:46:36 ubuntu-server systemd[708]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jul 26 21:46:36 ubuntu-server systemd[708]: Closed GnuPG cryptographic agent and passphrase cache.
Jul 26 21:46:36 ubuntu-server systemd[708]: Removed slice User Application Slice.
Jul 26 21:46:36 ubuntu-server systemd[708]: Reached target Shutdown.
Jul 26 21:46:36 ubuntu-server systemd[708]: Finished Exit the Session.
Jul 26 21:46:36 ubuntu-server systemd[708]: Reached target Exit the Session.
Jul 26 21:46:36 ubuntu-server systemd[1]: user@0.service: Deactivated successfully.
Jul 26 21:46:36 ubuntu-server systemd[1]: Stopped User Manager for UID 0.
Jul 26 21:46:36 ubuntu-server systemd[1]: Stopping User Runtime Directory /run/user/0...
Jul 26 21:46:36 ubuntu-server systemd[1]: run-user-0.mount: Deactivated successfully.
Jul 26 21:46:36 ubuntu-server systemd[1]: user-runtime-dir@0.service: Deactivated successfully.
Jul 26 21:46:36 ubuntu-server systemd[1]: Stopped User Runtime Directory /run/user/0.
Jul 26 21:46:36 ubuntu-server systemd[1]: Removed slice User Slice of UID 0.
Jul 26 21:46:36 ubuntu-server systemd[1]: user-0.slice: Consumed 2.544s CPU time.
Jul 26 21:47:48 ubuntu-server clamd[152]: Fri Jul 26 21:47:48 2024 -> SelfCheck: Database status OK.
Jul 26 21:49:34 ubuntu-server freshclam[267]: Fri Jul 26 21:49:34 2024 -> Received signal: wake up
Jul 26 21:49:34 ubuntu-server freshclam[267]: Fri Jul 26 21:49:34 2024 -> ClamAV update process started at Fri Jul 26 21:49:34 2024
Jul 26 21:49:34 ubuntu-server freshclam[267]: Fri Jul 26 21:49:34 2024 -> *Current working dir is /var/lib/clamav/
Jul 26 21:49:34 ubuntu-server freshclam[267]: Fri Jul 26 21:49:34 2024 -> *Querying current.cvd.clamav.net
Jul 26 21:49:34 ubuntu-server freshclam[267]: Fri Jul 26 21:49:34 2024 -> *TTL: 443
Jul 26 21:49:34 ubuntu-server freshclam[267]: Fri Jul 26 21:49:34 2024 -> *fc_dns_query_update_info: Software version from DNS: 0.103.11
Jul 26 21:49:34 ubuntu-server freshclam[267]: Fri Jul 26 21:49:34 2024 -> *Current working dir is /var/lib/clamav/
Jul 26 21:49:34 ubuntu-server freshclam[267]: Fri Jul 26 21:49:34 2024 -> *check_for_new_database_version: Local copy of daily found: daily.cld.
Jul 26 21:49:34 ubuntu-server freshclam[267]: Fri Jul 26 21:49:34 2024 -> *query_remote_database_version: daily.cvd version from DNS: 27348
Jul 26 21:49:34 ubuntu-server freshclam[267]: Fri Jul 26 21:49:34 2024 -> daily.cld database is up-to-date (version: 27348, sigs: 2064797, f-level: 90, builder: raynman)
Jul 26 21:49:34 ubuntu-server freshclam[267]: Fri Jul 26 21:49:34 2024 -> *fc_update_database: daily.cld already up-to-date.
Jul 26 21:49:34 ubuntu-server freshclam[267]: Fri Jul 26 21:49:34 2024 -> *Current working dir is /var/lib/clamav/
Jul 26 21:49:34 ubuntu-server freshclam[267]: Fri Jul 26 21:49:34 2024 -> *check_for_new_database_version: Local copy of main found: main.cvd.
Jul 26 21:49:34 ubuntu-server freshclam[267]: Fri Jul 26 21:49:34 2024 -> *query_remote_database_version: main.cvd version from DNS: 62
Jul 26 21:49:34 ubuntu-server freshclam[267]: Fri Jul 26 21:49:34 2024 -> main.cvd database is up-to-date (version: 62, sigs: 6647427, f-level: 90, builder: sigmgr)
Jul 26 21:49:34 ubuntu-server freshclam[267]: Fri Jul 26 21:49:34 2024 -> *fc_update_database: main.cvd already up-to-date.
Jul 26 21:49:34 ubuntu-server freshclam[267]: Fri Jul 26 21:49:34 2024 -> *Current working dir is /var/lib/clamav/
Jul 26 21:49:34 ubuntu-server freshclam[267]: Fri Jul 26 21:49:34 2024 -> *check_for_new_database_version: Local copy of bytecode found: bytecode.cld.
Jul 26 21:49:34 ubuntu-server freshclam[267]: Fri Jul 26 21:49:34 2024 -> *query_remote_database_version: bytecode.cvd version from DNS: 335
Jul 26 21:49:34 ubuntu-server freshclam[267]: Fri Jul 26 21:49:34 2024 -> bytecode.cld database is up-to-date (version: 335, sigs: 86, f-level: 90, builder: raynman)
Jul 26 21:49:34 ubuntu-server freshclam[267]: Fri Jul 26 21:49:34 2024 -> *fc_update_database: bytecode.cld already up-to-date.
Jul 26 21:50:01 ubuntu-server CRON[1250]: (www-data) CMD (php -f /var/www/nextcloud/cron.php)
Jul 26 21:55:01 ubuntu-server CRON[1257]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jul 26 21:55:01 ubuntu-server CRON[1259]: (www-data) CMD (php -f /var/www/nextcloud/cron.php)
Jul 26 22:00:01 ubuntu-server CRON[1264]: (www-data) CMD (php -f /var/www/nextcloud/cron.php)
Jul 26 22:05:01 ubuntu-server CRON[1346]: (www-data) CMD (php -f /var/www/nextcloud/cron.php)
Jul 26 22:09:01 ubuntu-server CRON[1372]: (root) CMD ( [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
Jul 26 22:09:01 ubuntu-server systemd[1]: Starting Clean php session files...
Jul 26 22:09:01 ubuntu-server systemd[1]: phpsessionclean.service: Deactivated successfully.
Jul 26 22:09:01 ubuntu-server systemd[1]: Finished Clean php session files.
Jul 26 22:10:01 ubuntu-server CRON[1427]: (www-data) CMD (php -f /var/www/nextcloud/cron.php)
Jul 26 22:13:18 ubuntu-server systemd[1]: Created slice User Slice of UID 0.
Jul 26 22:13:18 ubuntu-server systemd[1]: Starting User Runtime Directory /run/user/0...
Jul 26 22:13:18 ubuntu-server systemd[1]: Finished User Runtime Directory /run/user/0.
Jul 26 22:13:18 ubuntu-server systemd[1]: Starting User Manager for UID 0...
Jul 26 22:13:18 ubuntu-server systemd[1435]: Queued start job for default target Main User Target.
Jul 26 22:13:18 ubuntu-server systemd[1435]: Created slice User Application Slice.
Jul 26 22:13:18 ubuntu-server systemd[1435]: Reached target Paths.
Jul 26 22:13:18 ubuntu-server systemd[1435]: Reached target Timers.
Jul 26 22:13:18 ubuntu-server systemd[1435]: Listening on GnuPG network certificate management daemon.
Jul 26 22:13:18 ubuntu-server systemd[1435]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 26 22:13:18 ubuntu-server systemd[1435]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jul 26 22:13:18 ubuntu-server systemd[1435]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jul 26 22:13:18 ubuntu-server systemd[1435]: Listening on GnuPG cryptographic agent and passphrase cache.
Jul 26 22:13:18 ubuntu-server systemd[1435]: Reached target Sockets.
Jul 26 22:13:18 ubuntu-server systemd[1435]: Reached target Basic System.
Jul 26 22:13:18 ubuntu-server systemd[1]: Started User Manager for UID 0.
Jul 26 22:13:18 ubuntu-server systemd[1]: Started Session 206 of User root.
Jul 26 22:13:18 ubuntu-server systemd[1435]: Reached target Main User Target.
Jul 26 22:13:18 ubuntu-server systemd[1435]: Startup finished in 66ms.
Jul 26 22:15:01 ubuntu-server CRON[1496]: (www-data) CMD (php -f /var/www/nextcloud/cron.php)
Jul 26 22:20:01 ubuntu-server CRON[1517]: (www-data) CMD (php -f /var/www/nextcloud/cron.php)
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.
again, see above
I am not an expert and I can provide more log entries, but they are generated every few seconds/minutes so I don’t know how I can post them without compromising myself and also if it is necessary to post all logs.
Please help me what to do.