nextcloud / all-in-one

📦 The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance.
https://hub.docker.com/r/nextcloud/all-in-one
GNU Affero General Public License v3.0
5.56k stars 643 forks source link

Notify Push: No such file or directory #3389

Closed DrPleb closed 1 year ago

DrPleb commented 1 year ago

Steps to reproduce

  1. Start master container and all other containers
  2. Wait that all containers to start
  3. All containers start but notify push not

Expected behavior

Notify push container must start

Actual behavior

Notify push container won't start. In the log it says: /start.sh: line 36: /nextcloud/custom_apps/notify_push/bin/x86_64/notify_push: No such file or directory

Host OS

Ubuntu 22.04.3 LTS

Nextcloud AIO version

7.2.1

Current channel

Stable latest

Other valuable info

I installed Nextcloud Aio, at the start it says that there was an update of mastercontainer before domain setup, i did it, then setup domain, all correctly but the notify push container won't start. I also noticed that in the app store I don't have any app to search, I can only see the app already installed

image image image

szaimen commented 1 year ago

Hi, can you post the nextcloud container logs here?

DrPleb commented 1 year ago

Hi, can you post the nextcloud container logs here?


2023-09-21 11:37:59.26249+02 (1 row)

Error: Could not download app files_antivirus Config value av_mode for app files_antivirus set to daemon Config value av_port for app files_antivirus set to 3310 Config value av_host for app files_antivirus set to nextcloud-aio-clamav Config value av_stream_max_length for app files_antivirus set to 104857600 Config value av_max_file_size for app files_antivirus set to 104857600 Config value av_infected_action for app files_antivirus set to only_log System config value enabledPreviewProviders => 0 set to string OC\Preview\Imaginary System config value preview_imaginary_url set to string http://nextcloud-aio-imaginary:9000 Error: Could not download app fulltextsearch Error: Could not download app fulltextsearch_elasticsearch Error: Could not download app files_fulltextsearch

There are no commands defined in the "fulltextsearch" namespace.

There are no commands defined in the "fulltextsearch_elasticsearch" namespa
ce.

There are no commands defined in the "files_fulltextsearch" namespace.

Waiting 10s before activating FTS... Activating fulltextsearch...

There are no commands defined in the "fulltextsearch" namespace.

Fulltextsearch failed. Could not index. Feel free to follow https://github.com/nextcloud/all-in-one/discussions/1709 if you want to skip the indexing in the future. [21-Sep-2023 11:38:42] NOTICE: fpm is running, pid 456 [21-Sep-2023 11:38:42] NOTICE: ready to handle connections Activating Collabora config...

There are no commands defined in the "richdocuments" namespace.

szaimen commented 1 year ago

Error: Could not download app files_antivirus

all of these are your issues.

Can you check if enabling ipv6 correctly makes it work? See https://github.com/nextcloud/all-in-one/blob/main/docker-ipv6-support.md