{
"system": {
"memcache.local": "\\OC\\Memcache\\APCu",
"apps_paths": [
{
"path": "\/var\/www\/html\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/www\/html\/custom_apps",
"url": "\/custom_apps",
"writable": true
}
],
"upgrade.disable-web": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"***REMOVED SENSITIVE VALUE***"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "34.0.1.2",
"overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true
}
}
How to use GitHub
Steps to reproduce
lscpu
Expected behaviour
Nextcloud continues to work, I can set up OIDC auth.
Actual behaviour
Pages don't load, there's a
Segmentation faulterror in logs. No details appear in logs, idk which script fails.Server configuration
Web server: Apache 2.4.68-1 from Debian Forky.
Database: docker.io/mariadb:lts, docker.io/redis:alpine
PHP version: docker.io/nextcloud:latest. I also tried docker.io/nextcloud:34-fpm-alpine with docker.io/httpd:2.4-alpine, same result, except it writes
SIGSEGVnotSegmentation faultin logs.Nextcloud version: 34
compose.yaml
List of activated apps
Nextcloud configuration
Browser
Browser name: Firefox
Browser version: 152.0.5
Operating system: Windows 11
Browser log not relevant I think.