Nextcloud version (eg, 20.0.5): v1.50.3
Operating system and version (eg, Ubuntu 20.04): Raspberry Pi 4 Computer Modell B, 8GB bzw. OS: Debian GNU/Linux 11. 5.10.92-v8+ (aarch64)
Apache or nginx version (eg, Apache 2.4.25): replace me
PHP version (eg, 7.4): PHP service “up” PHP 8.1.11 (cli) (built: Sep 29 2022 22:17:15) (NTS)
The issue you are facing:
I have never seen that the calender is working correctly in this installation. As ncp-admin I insert all my exported google calender and imported them into nextcloud. I thought everything was working. Then I shared this calenders with my two users. Now when I am entering the calender as a user, the calender looks like it is loading all the time and I can’t see any existing entry.
Steps to replicate it:
Same behavior also after rebooting 
The output of your Nextcloud log in Admin > Logging:
[ nc-format-USB ] (Sun Oct 23 15:30:57 BST 2022)
mmcblk0p2 179:2 0 59.2G 0 part /
/dev/sda: 8 bytes were erased at offset 0x00000200 (gpt): 45 46 49 20 50 41 52 54
/dev/sda: 8 bytes were erased at offset 0xe8e0db5e00 (gpt): 45 46 49 20 50 41 52 54
/dev/sda: 2 bytes were erased at offset 0x000001fe (PMBR): 55 aa
Error: Partition(s) 1 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.
[ nc-limits ] (Sun 23 Oct 15:35:41 BST 2022)
Using 6144393216 for PHP max memory
System config value trusted_domains => 3 set to string nextcloudpi
System config value overwrite.cli.url set to string https://nextcloudpi/
Using 6 PHP threads
System config value trusted_proxies => 11 set to string 127.0.0.1
System config value trusted_proxies => 12 set to string ::1
System config value trusted_proxies => 13 set to string nextcloudpi
An unhandled exception has been thrown:
RedisException: No such file or directory in /var/www/nextcloud/lib/private/RedisFactory.php:137
Stack trace:
#0 /var/www/nextcloud/lib/private/RedisFactory.php(137): Redis->pconnect()
#1 /var/www/nextcloud/lib/private/RedisFactory.php(178): OC\RedisFactory->create()
#2 /var/www/nextcloud/lib/private/Memcache/Redis.php(43): OC\RedisFactory->getInstance()
#3 /var/www/nextcloud/lib/private/Memcache/Factory.php(118): OC\Memcache\Redis->__construct()
#4 /var/www/nextcloud/lib/private/Server.php(1106): OC\Memcache\Factory->createLocking()
#5 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(162): OC\Server->OC\{closure}()
#6 /var/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(122): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}()
#7 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(129): Pimple\Container->offsetGet()
#8 /var/www/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query()
#9 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(57): OC\ServerContainer->query()
#10 /var/www/nextcloud/lib/private/Server.php(2082): OC\AppFramework\Utility\SimpleContainer->get()
#11 /var/www/nextcloud/lib/private/Files/View.php(122): OC\Server->getLockingProvider()
#12 /var/www/nextcloud/lib/private/Server.php(454): OC\Files\View->__construct()
#13 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(162): OC\Server->OC\{closure}()
#14 /var/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(122): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}()
#15 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(129): Pimple\Container->offsetGet()
#16 /var/www/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query()
#17 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(57): OC\ServerContainer->query()
#18 /var/www/nextcloud/lib/private/Server.php(1445): OC\AppFramework\Utility\SimpleContainer->get()
#19 /var/www/nextcloud/lib/base.php(602): OC\Server->boot()
#20 /var/www/nextcloud/lib/base.php(1111): OC::init()
#21 /var/www/nextcloud/console.php(48): require_once('...')
#22 /var/www/nextcloud/occ(11): require_once('...')
#23 {main}
✓ redis is configured
✓ push server is receiving redis messages
✓ push server can load mount info from database
✓ push server can connect to the Nextcloud server
✓ push server is a trusted proxy
✓ push server is running the same version as the app
configuration saved
[ nc-automount ] (Sun Oct 23 15:37:23 BST 2022)
automount enabled
[ nc-format-USB ] (Sun Oct 23 15:37:27 BST 2022)
mmcblk0p2 179:2 0 59.2G 0 part /
/dev/sda: 8 bytes were erased at offset 0x00000200 (gpt): 45 46 49 20 50 41 52 54
/dev/sda: 8 bytes were erased at offset 0xe8e0db5e00 (gpt): 45 46 49 20 50 41 52 54
/dev/sda: 2 bytes were erased at offset 0x000001fe (PMBR): 55 aa
Drive sda formatted successfuly and labeled myCloudDrive
[ nc-datadir ] (Sun Oct 23 15:39:22 BST 2022)
Maintenance mode enabled
moving data directory from /var/www/nextcloud/data to /media/USBdrive/ncdata...
Nextcloud is in maintenance mode, hence the database isn't accessible.
Cannot perform any command except 'maintenance:mode --off'
System config value logfile set to string /media/USBdrive/ncdata/data/nextcloud.log
Nextcloud is in maintenance mode, hence the database isn't accessible.
Cannot perform any command except 'maintenance:mode --off'
System config value tempdirectory set to string /media/USBdrive/ncdata/data/tmp
Maintenance mode disabled
The NC data directory has been moved successfully.
[ SSH ] (Sun Oct 23 15:41:16 BST 2022)
New password: Retype new password: passwd: password updated successfully
Synchronizing state of ssh.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable ssh
Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service.
Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service.
SSH enabled
[ nc-static-IP ] (Sun Oct 23 15:42:22 BST 2022)
System config value trusted_domains => 1 set to string 192.168.0.211
warning: No domain found. Defaulting to 'nextcloudpi'
System config value trusted_domains => 3 set to string nextcloudpi
System config value overwrite.cli.url set to string https://nextcloudpi/
System config value trusted_proxies => 11 set to string 127.0.0.1
System config value trusted_proxies => 12 set to string ::1
System config value trusted_proxies => 13 set to string nextcloudpi
System config value trusted_proxies => 14 set to string 192.168.0.248
✓ redis is configured
✓ push server is receiving redis messages
✓ push server can load mount info from database
✓ push server can connect to the Nextcloud server
✓ push server is a trusted proxy
✓ push server is running the same version as the app
configuration saved
Static IP set to 192.168.0.211
[ nc-limits ] (Sun 23 Oct 15:44:25 BST 2022)
Using 6144393216 for PHP max memory
System config value trusted_domains => 3 set to string nextcloudpi
System config value overwrite.cli.url set to string https://nextcloudpi/
Using 6 PHP threads
System config value trusted_proxies => 11 set to string 127.0.0.1
System config value trusted_proxies => 12 set to string ::1
System config value trusted_proxies => 13 set to string nextcloudpi
An unhandled exception has been thrown:
RedisException: No such file or directory in /var/www/nextcloud/lib/private/RedisFactory.php:137
Stack trace:
#0 /var/www/nextcloud/lib/private/RedisFactory.php(137): Redis->pconnect()
#1 /var/www/nextcloud/lib/private/RedisFactory.php(178): OC\RedisFactory->create()
#2 /var/www/nextcloud/lib/private/Memcache/Redis.php(43): OC\RedisFactory->getInstance()
#3 /var/www/nextcloud/lib/private/Memcache/Factory.php(118): OC\Memcache\Redis->__construct()
#4 /var/www/nextcloud/lib/private/Server.php(1106): OC\Memcache\Factory->createLocking()
#5 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(162): OC\Server->OC\{closure}()
#6 /var/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(122): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}()
#7 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(129): Pimple\Container->offsetGet()
#8 /var/www/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query()
#9 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(57): OC\ServerContainer->query()
#10 /var/www/nextcloud/lib/private/Server.php(2082): OC\AppFramework\Utility\SimpleContainer->get()
#11 /var/www/nextcloud/lib/private/Files/View.php(122): OC\Server->getLockingProvider()
#12 /var/www/nextcloud/lib/private/Server.php(454): OC\Files\View->__construct()
#13 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(162): OC\Server->OC\{closure}()
#14 /var/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(122): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}()
#15 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(129): Pimple\Container->offsetGet()
#16 /var/www/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query()
#17 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(57): OC\ServerContainer->query()
#18 /var/www/nextcloud/lib/private/Server.php(1445): OC\AppFramework\Utility\SimpleContainer->get()
#19 /var/www/nextcloud/lib/base.php(602): OC\Server->boot()
#20 /var/www/nextcloud/lib/base.php(1111): OC::init()
#21 /var/www/nextcloud/console.php(48): require_once('...')
#22 /var/www/nextcloud/occ(11): require_once('...')
#23 {main}
✓ redis is configured
✓ push server is receiving redis messages
✓ push server can load mount info from database
✓ push server can connect to the Nextcloud server
✓ push server is a trusted proxy
✓ push server is running the same version as the app
configuration saved
[ nc-previews-auto ]
[ nc-trusted-domains ] (Mon Oct 24 15:02:46 BST 2022)
System config value trusted_domains => 20 set to string 192.168.0.211
[ nc-limits ] (Mon 24 Oct 15:03:56 BST 2022)
Using 6144393216 for PHP max memory
System config value trusted_domains => 3 set to string nextcloudpi
Using 6 PHP threads
System config value overwrite.cli.url set to string https://nextcloudpi/
System config value trusted_proxies => 11 set to string 127.0.0.1
System config value trusted_proxies => 12 set to string ::1
An unhandled exception has been thrown:
RedisException: Connection lost in /var/www/nextcloud/lib/private/Memcache/Redis.php:48
Stack trace:
#0 /var/www/nextcloud/lib/private/Memcache/Redis.php(48): Redis->get()
#1 /var/www/nextcloud/lib/autoloader.php(154): OC\Memcache\Redis->get()
#2 [internal function]: OC\Autoloader->load()
#3 /var/www/nextcloud/lib/private/ServerContainer.php(106): class_exists()
#4 /var/www/nextcloud/lib/private/ServerContainer.php(176): OC\ServerContainer->getAppContainer()
#5 /var/www/nextcloud/lib/private/ServerContainer.php(143): OC\ServerContainer->getAppContainerForService()
#6 /var/www/nextcloud/lib/private/Console/Application.php(217): OC\ServerContainer->query()
#7 /var/www/nextcloud/lib/private/Console/Application.php(128): OC\Console\Application->loadCommandsFromInfoXml()
#8 /var/www/nextcloud/console.php(99): OC\Console\Application->loadCommands()
#9 /var/www/nextcloud/occ(11): require_once('...')
#10 {main}
System config value trusted_proxies => 14 set to string 192.168.0.211
✓ redis is configured
✓ push server is receiving redis messages
✓ push server can load mount info from database
✓ push server can connect to the Nextcloud server
✓ push server is a trusted proxy
✓ push server is running the same version as the app
configuration saved
[ nc-previews-auto ]
[ nc-previews-auto ]
2022-10-26T01:00:02+00:00 Generating previews for /Andi/files/Photos/Steps.jpg
2022-10-26T01:00:02+00:00 Generating previews for /Andi/files/Photos/Nextcloud community.jpg
2022-10-26T01:00:03+00:00 Generating previews for /Andi/files/Photos/Gorilla.jpg
2022-10-26T01:00:03+00:00 Generating previews for /Andi/files/Photos/Library.jpg
2022-10-26T01:00:03+00:00 Generating previews for /Andi/files/Photos/Toucan.jpg
2022-10-26T01:00:03+00:00 Generating previews for /Andi/files/Photos/Birdie.jpg
2022-10-26T01:00:03+00:00 Generating previews for /Andi/files/Photos/Frog.jpg
2022-10-26T01:00:03+00:00 Generating previews for /Andi/files/Photos/Readme.md
2022-10-26T01:00:03+00:00 Generating previews for /Andi/files/Photos/Vineyard.jpg
2022-10-26T01:00:03+00:00 Generating previews for /Andi/files/Nextcloud.png
2022-10-26T01:00:03+00:00 Generating previews for /Andi/files/Documents/Example.md
2022-10-26T01:00:03+00:00 Generating previews for /Andi/files/Documents/Example.md
2022-10-26T01:00:03+00:00 Generating previews for /Andi/files/Documents/Readme.md
2022-10-26T01:00:03+00:00 Generating previews for /Andi/files/Vorlagen/Mindmap.odg
2022-10-26T01:00:03+00:00 Generating previews for /Andi/files/Vorlagen/Expense report.ods
2022-10-26T01:00:03+00:00 Generating previews for /Andi/files/Vorlagen/Simple.odp
2022-10-26T01:00:03+00:00 Generating previews for /Andi/files/Vorlagen/Business model canvas.odg
2022-10-26T01:00:03+00:00 Generating previews for /Andi/files/Vorlagen/Diagram & table.ods
2022-10-26T01:00:03+00:00 Generating previews for /Andi/files/Vorlagen/Flowchart.odg
2022-10-26T01:00:04+00:00 Generating previews for /Andi/files/Vorlagen/Letter.odt
2022-10-26T01:00:04+00:00 Generating previews for /Andi/files/Vorlagen/Readme.md
2022-10-26T01:00:04+00:00 Generating previews for /Andi/files/Vorlagen/Product plan.md
2022-10-26T01:00:04+00:00 Generating previews for /Andi/files/Vorlagen/Invoice.odt
2022-10-26T01:00:04+00:00 Generating previews for /Andi/files/Vorlagen/Org chart.odg
2022-10-26T01:00:04+00:00 Generating previews for /Andi/files/Vorlagen/Elegant.odp
2022-10-26T01:00:04+00:00 Generating previews for /Andi/files/Vorlagen/Meeting notes.md
2022-10-26T01:00:04+00:00 Generating previews for /Andi/files/Notizen/ToDo Andi.txt
[ nc-previews-auto ]
[ nc-previews-auto ]
[ nc-previews-auto ]
[ nc-previews-auto ]
[ nc-limits ] (Mon 31 Oct 14:56:48 GMT 2022)
Using 6144393216 for PHP max memory
System config value trusted_domains => 3 set to string nextcloudpi
System config value overwrite.cli.url set to string https://nextcloudpi/
Using 6 PHP threads
System config value trusted_proxies => 11 set to string 127.0.0.1
System config value trusted_proxies => 12 set to string ::1
System config value trusted_proxies => 13 set to string nextcloudpi
System config value trusted_proxies => 14 set to string 192.168.0.211
✓ redis is configured
✓ push server is receiving redis messages
✓ push server can load mount info from database
✓ push server can connect to the Nextcloud server
✓ push server is a trusted proxy
✓ push server is running the same version as the app
configuration saved
The output of your config.php file in `/path/to/nextcloud` (make sure you remove any identifiable information!):
I can’t find the config.php under this path: /www/html/nextcloud/config
<?php
$CONFIG = array (
'passwordsalt' => 'xx',
'secret' => 'xx',
'trusted_domains' =>
array (
0 => 'localhost',
7 => 'nextcloudpi',
5 => 'nextcloudpi.local',
8 => 'nextcloudpi.lan',
3 => 'nextcloudpi',
11 => '2003:d6:df01:6300:ce01:faea:c106:7df6',
1 => '192.168.0.xx',
14 => 'nextcloudpi',
20 => '192.168.0.xx',
),
'datadirectory' => '/media/USBdrive/ncdata/data',
'dbtype' => 'mysql',
'version' => '24.0.5.1',
'overwrite.cli.url' => 'https://nextcloudpi/',
'dbname' => 'nextcloud',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'ncadmin',
'dbpassword' => 'xxx',
'installed' => true,
'instanceid' => 'oc3onsqf2o5z',
'memcache.local' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => '/var/run/redis/redis.sock',
'port' => 0,
'timeout' => 0.0,
'password' => ' ',
),
'tempdirectory' => '/media/USBdrive/ncdata/data/tmp',
'mail_smtpmode' => 'sendmail',
The output of your Apache/nginx/system log in /var/log/____
:
root@nextcloudpi:/var/log# ls
alternatives.log debug.1 mail.info.1 private
alternatives.log.1 dpkg.log mail.log prometheus
apache2 dpkg.log.1 mail.log.1 redis
apt journal mail.warn runit
auth.log kern.log mail.warn.1 samba
auth.log.1 kern.log.1 messages syslog
btmp lastlog messages.1 syslog.1
btmp.1 letsencrypt mysql unattended-upgrades
daemon.log lynis.log ncp.log user.log
daemon.log.1 lynis-report.dat php8.1-fpm.log user.log.1
debug mail.info php8.1-fpm.log.1 wtmp
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.
PASTE HE