linuxserver / docker-nextcloud

GNU General Public License v3.0
677 stars 128 forks source link

[BUG] Missing sysvsem php module for NC 26.0.0 #301

Closed serverless83 closed 1 year ago

serverless83 commented 1 year ago

Is there an existing issue for this?

Current Behavior

The Nextcloud installation throws this error in the security settings: In this instance, some recommended PHP modules are missing. For improved performance and better compatibility, it is highly recommended to install them: sysvsem

Expected Behavior

The module should be installed by default to support NC requirements.

Steps To Reproduce

Go to Administration Settings and look for the Overview section

Environment

- OS:Unraid
- How docker service was installed: Unraid CA

CPU architecture

x86-64

Docker creation

docker run
  -d
  --name='nextcloud'
  --net='redacted'
  -e TZ="Europe/Berlin"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="redacted"
  -e HOST_CONTAINERNAME="nextcloud"
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='https://[IP]:[PORT:443]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nextcloud-logo.png'
  -p '10443:443/tcp'
  -v 'redacted':'/data':'rw'
  -v 'redacted':'/config':'rw' 'lscr.io/linuxserver/nextcloud:latest'

Container logs

21/03/2023 23:43:21
[migrations] started
21/03/2023 23:43:21
[migrations] 01-nginx-site-confs-default: skipped
21/03/2023 23:43:21
[migrations] done
21/03/2023 23:43:21
───────────────────────────────────────
21/03/2023 23:43:21
21/03/2023 23:43:21
      ██╗     ███████╗██╗ ██████╗ 
21/03/2023 23:43:21
      ██║     ██╔════╝██║██╔═══██╗
21/03/2023 23:43:21
      ██║     ███████╗██║██║   ██║
21/03/2023 23:43:21
      ██║     ╚════██║██║██║   ██║      
21/03/2023 23:43:21
      ███████╗███████║██║╚██████╔╝
21/03/2023 23:43:21
      ╚══════╝╚══════╝╚═╝ ╚═════╝ 
21/03/2023 23:43:21
21/03/2023 23:43:21
   Brought to you by linuxserver.io
21/03/2023 23:43:21
───────────────────────────────────────
21/03/2023 23:43:21
21/03/2023 23:43:21
To support LSIO projects visit:
21/03/2023 23:43:21
https://www.linuxserver.io/donate/
21/03/2023 23:43:21
21/03/2023 23:43:21
───────────────────────────────────────
21/03/2023 23:43:21
GID/UID
21/03/2023 23:43:21
───────────────────────────────────────
21/03/2023 23:43:21
21/03/2023 23:43:21
User UID:    99
21/03/2023 23:43:21
User GID:    100
21/03/2023 23:43:21
───────────────────────────────────────
21/03/2023 23:43:21
21/03/2023 23:43:21
using keys found in /config/keys
21/03/2023 23:43:23
**** The following active confs have different version dates than the samples that are shipped. ****
21/03/2023 23:43:23
**** This may be due to user customization or an update to the samples. ****
21/03/2023 23:43:23
**** You should compare the following files to the samples in the same folder and update them. ****
21/03/2023 23:43:23
**** Use the link at the top of the file to view the changelog. ****
21/03/2023 23:43:23
┌────────────┬────────────┬────────────────────────────────────────────────────────────────────────┐
21/03/2023 23:43:23
│  old date  │  new date  │ path                                                                   │
21/03/2023 23:43:23
├────────────┼────────────┼────────────────────────────────────────────────────────────────────────┤
21/03/2023 23:43:23
│ 2018-08-16 │ 2022-08-16 │ /config/nginx/nginx.conf                                               │
21/03/2023 23:43:23
│            │ 2022-08-20 │ /config/nginx/site-confs/default.conf                                  │
21/03/2023 23:43:23
└────────────┴────────────┴────────────────────────────────────────────────────────────────────────┘
21/03/2023 23:43:23
**** The following site-confs have extensions other than .conf ****
21/03/2023 23:43:23
**** This may be due to user customization. ****
21/03/2023 23:43:23
**** You should review the files and rename them to use the .conf extension or remove them. ****
21/03/2023 23:43:23
**** nginx.conf will only include site-confs with the .conf extension. ****
21/03/2023 23:43:23
/config/nginx/site-confs/default.conf.nowork
21/03/2023 23:43:23
[custom-init] No custom files found, skipping...
21/03/2023 23:43:23
[ls.io-init] done.
serverless83 commented 1 year ago

Solved with the latest version