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: 22.2.1
Operating system and version: Ubuntu 20.04
nginx version 1.21.3
PHP version: 7.4
The issue you are facing:
every now and then I get the message:
Letzte Cron-Job-Ausführung: Vor X Tagen. Check the background job settings .
Is this the first time you’ve seen this error? (Y/N): No
Steps to replicate it:
- update to 22.2.0
The output of your Nextcloud log in Admin > Logging:
Keine Serverlogs Alles funktioniert gut
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
config.php
<?php
$CONFIG = array (
'instanceid' => 'X',
'passwordsalt' => 'X',
'secret' => 'X',
'trusted_domains' =>
array (
0 => '192.168.XXX.XX',
1 => 'cloud.xxxxxx.xx',
),
'datadirectory' => '/xxxx/nextcloud_data',
'dbtype' => 'mysql',
'version' => '22.2.0.2',
'overwrite.cli.url' => 'https://192.168.XX.XX',
'dbname' => 'nextcloud',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'nextcloud_user',
'dbpassword' => 'PWPWPWPW',
'installed' => true,
'log_type' => 'file',
'logfile' => '/var/log/nextcloud.log',
'logfilemode' => 0640,
'loglevel' => '2',
'logdateformat' => 'F d, Y H:i:s',
'filelocking.enabled' => 'true',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'memcache.local' => '\\OC\\Memcache\\APCu',
'redis' =>
array (
'host' => '/run/redis/redis-server.sock',
'port' => 0,
'timeout' => 0.0,
),
'default_phone_region' => 'BE',
'overwriteprotocol' => 'https',
'logtimezone' => 'Europe/XXXXXXXXXXXX',
'auth.bruteforce.protection.enabled' => true,
'maintenance' => false,
'mail_smtpmode' => 'smtp',
'mail_sendmailmode' => 'smtp',
'mail_from_address' => 'cloudatlas',
'mail_domain' => 'vvvvvvvvvv.vv',
'mail_smtphost' => 'vvvvvvvvvvvvvvvvvv.vvv',
'mail_smtpport' => '465',
'mail_smtpsecure' => 'ssl',
'mail_smtpauth' => 1,
'mail_smtpauthtype' => 'LOGIN',
'mail_smtpname' => 'XXXXXXXXXXXXXXX@iXXXXXX',
'mail_smtppassword' => 'XXXXXXXXXXXXXXXXXXXXX',
'app_install_overwrite' =>
array (
0 => 'ocsms',
1 => 'podcast',
2 => 'whiteboard',
3 => 'forms',
4 => 'drop_account',
),
'theme' => '',
'skeletondirectory' => '/XXXXXXXXXX/XXXXXXXXXXXXXXXXX',
'data-fingerprint' => 'XXXXXXXXXXXXXXXXXXXXX',
'updater.secret' => '$XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.',
);
The output of your nginx/system log in /var/log/____
:
nothing
Since the cloud is updated is happens now and then. I renewed cron.php. Everything looks fine, but it’ s not. Does anyone have any idea?
Best Joon