Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application cant be started #44

Open
Tresillo2017 opened this issue Sep 6, 2024 · 3 comments
Open

Application cant be started #44

Tresillo2017 opened this issue Sep 6, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@Tresillo2017
Copy link

Summary

Every time I try to start the app I get spammed with an error on the console

Steps to reproduce

Run the image using my compose.yml config provided

What is the expected correct behavior?

To run

Relevant logs and/or screenshots

collabora  | Collabora Office 24.04 - Fatal Error: The application cannot be started.
collabora  | User installation could not be completed.
collabora  | notcoolmount: unmount failed to detach [/opt/cool/child-roots/1206-4334f913/uSraksA7N4Hcn1l9/lo]: Operation not permitted.
collabora  | notcoolmount: forced unmount of [/opt/cool/child-roots/1206-4334f913/uSraksA7N4Hcn1l9/lo] failed: Operation not permitted.
collabora  | notcoolmount: unmount failed to detach [/opt/cool/child-roots/1206-4334f913/uSraksA7N4Hcn1l9]: Operation not permitted.
collabora  | notcoolmount: forced unmount of [/opt/cool/child-roots/1206-4334f913/uSraksA7N4Hcn1l9] failed: Operation not permitted.

Environment

All off nextcloud data is on a nfs share mounted with the right permisions for the nextcloud container
//redacted/nextcloudaio /mnt/ncdata/ cifs rw,mfsymlinks,seal,credentials=/etc/credentials,uid=1000,gid=1000,file_mode=0770,dir_mode=0770 0 0
I'm using an external proxy (swag)

  • Image version / tag: latest
  • Host OS: Debian Linux docker 6.1.0-23-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.99-1 (2024-07-15) x86_64 GNU/Linux VM
Any logs | docker-compose.yml
services:
  nextcloud:
    image: lscr.io/linuxserver/nextcloud:latest
    container_name: nextcloud
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Madrid
    volumes:
      - $PWD/config:/config
      - /mnt/ncdata:/data
    ports:
      - 8089:443
      - 8088:80
    restart: unless-stopped
    depends_on:
      - db

  collabora:
    image: tiredofit/collabora-online
    container_name: collabora1
    privileged: true
    environment:
      - TIMEZONE=Europe/Madrid
      - CONTAINER_NAME=collabora
      - ADMIN_USER=redacted
      - ADMIN_PASS=redacted
      - ALLOWED_HOSTS=cloud.tomasps.com
      - ENABLE_TLS=FALSE
      - ENALBE_TLS_REVERSE_PROXY=TRUE
      - INTERFACE=notebookbar
      - LOG_TYPE=FILE
    ports:
      - 9980:9980
    volumes:
      - ./collogs:/logs/
    restart: unless-stopped

  db:
    image: mariadb:latest
    restart: always
    command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW --character-set-server=utf8
    volumes:
      - $PWD/db:/var/lib/mysql
    environment:
      - MYSQL_ROOT_PASSWORD=redacted
      - MYSQL_PASSWORD=redacted
      - MYSQL_DATABASE=redacted
      - MYSQL_USER=redacted

Possible fixes

@Tresillo2017 Tresillo2017 added the bug Something isn't working label Sep 6, 2024
@clews
Copy link

clews commented Sep 14, 2024

Same here :(

@hddananjaya
Copy link

Same

@tiredofit
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants