Do you want to: Suggest a feature / Report a bug / Ask a how-to question
For feature suggestions, describe the result you would like to achieve in detail.
For bug reports, provide the steps to reproduce and if possible a minimal demo of the problem.
Document Server version: 7.2
Type of installation of the Document Server (docker, deb/rpm, exe) : Docker compose
OS: Ubuntu Desktop 22.04.1 and 22.10
Browser version: Mozilla Firefox (not relevant)
The installation using docker compose (from document page docker compose Help Center) was always working fine until a week ago (Jan 20 2023 onwards).
I have done this method of installation 20+ times and it was working previously all the time until this week). The installation using âdocker compose up -dâ in a fully updated Ubuntu 22.04 and 22.10 always fails at this part
---- Begin â
#0 93.77 Some packages could not be installed. This may mean that you have
#0 93.77 requested an impossible situation or if you are using the unstable
#0 93.77 distribution that some required packages have not yet been created
#0 93.77 or been moved out of Incoming.
#0 93.77 The following information may help to resolve the situation:
#0 93.77
#0 93.77 The following packages have unmet dependencies:
#0 93.94 rabbitmq-server : Depends: erlang-base (>= 1:24.3.2) but it is not going to be installed or
#0 93.94 erlang-base-hipe (>= 1:24.3.2) but it is not installable or
#0 93.94 esl-erlang (>= 1:24.3.2) but it is not installable
#0 93.94 Depends: erlang-crypto (>= 1:24.3.2) but it is not going to be installed or
#0 93.94 esl-erlang (>= 1:24.3.2) but it is not installable
#0 93.94 Depends: erlang-eldap (>= 1:24.3.2) but it is not going to be installed or
#0 93.94 esl-erlang (>= 1:24.3.2) but it is not installable
#0 93.94 Depends: erlang-inets (>= 1:24.3.2) but it is not going to be installed or
#0 93.94 esl-erlang (>= 1:24.3.2) but it is not installable
#0 93.94 Depends: erlang-mnesia (>= 1:24.3.2) but it is not going to be installed or
#0 93.95 esl-erlang (>= 1:24.3.2) but it is not installable
#0 93.95 Depends: erlang-os-mon (>= 1:24.3.2) but it is not going to be installed or
#0 93.95 esl-erlang (>= 1:24.3.2) but it is not installable
#0 93.95 Depends: erlang-parsetools (>= 1:24.3.2) but it is not going to be installed or
#0 93.95 esl-erlang (>= 1:24.3.2) but it is not installable
#0 93.95 Depends: erlang-public-key (>= 1:24.3.2) but it is not going to be installed or
#0 93.95 esl-erlang (>= 1:24.3.2) but it is not installable
#0 93.95 Depends: erlang-runtime-tools (>= 1:24.3.2) but it is not going to be installed or
#0 93.95 esl-erlang (>= 1:24.3.2) but it is not installable
#0 93.95 Depends: erlang-ssl (>= 1:24.3.2) but it is not going to be installed or
#0 93.95 esl-erlang (>= 1:24.3.2) but it is not installable
#0 93.95 Depends: erlang-syntax-tools (>= 1:24.3.2) but it is not going to be installed or
#0 93.95 esl-erlang (>= 1:24.3.2) but it is not installable
#0 93.95 Depends: erlang-tools (>= 1:24.3.2) but it is not going to be installed or
#0 93.95 esl-erlang (>= 1:24.3.2) but it is not installable
#0 93.95 Depends: erlang-xmerl (>= 1:24.3.2) but it is not going to be installed or
#0 93.95 esl-erlang (>= 1:24.3.2) but it is not installable
#0 93.96 E: Unable to correct problems, you have held broken packages.
failed to solve: executor failed running [/bin/sh -c echo â#!/bin/sh\nexit 0â > /usr/sbin/policy-rc.d && apt-get -y update && apt-get -yq install wget apt-transport-https gnupg locales lsb-release && mkdir -p $HOME/.gnupg && gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/onlyoffice.gpg --keyserver keyserver.ubuntu.com --recv-keys 0x8320ca65cb2de8e5 && chmod 644 /etc/apt/trusted.gpg.d/onlyoffice.gpg && locale-gen en_US.UTF-8 && echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections && wget -O - https://packagecloud.io/install/repositories/rabbitmq/rabbitmq-server/script.deb.sh | bash && if [ $(lsb_release -cs) = focal ]; then RABBITMQ_VERSION=3.8.11-1; else RABBITMQ_VERSION=3.10 ; fi && apt-get -yq install adduser apt-utils bomstrip certbot curl gconf-service htop libasound2 libboost-regex-dev libcairo2 libcurl3-gnutls libcurl4 libgtk-3-0 libnspr4 libnss3 libstdc++6 libxml2 libxss1 libxtst6 mysql-client nano net-tools netcat-openbsd nginx-extras postgresql postgresql-client pwgen rabbitmq-server=${RABBITMQ_VERSION}* redis-server software-properties-common sudo supervisor ttf-mscorefonts-installer xvfb zlib1g && if [ $(ls -l /usr/share/fonts/truetype/msttcorefonts | wc -l) -ne 61 ]; then echo âmsttcorefonts failed to downloadâ; exit 1; fi && echo âSERVER_ADDITIONAL_ERL_ARGS=â+S 1:1"" | tee -a /etc/rabbitmq/rabbitmq-env.conf && sed -i "s/bind ./bind 127.0.0.1/g" /etc/redis/redis.conf && sed 's|(application/zip.)|\1\n application/wasm wasm;|â -i /etc/nginx/mime.types && pg_conftool $PG_VERSION main set listen_addresses âlocalhostâ && service postgresql restart && sudo -u postgres psql -c âCREATE DATABASE $ONLYOFFICE_VALUE;â && sudo -u postgres psql -c âCREATE USER $ONLYOFFICE_VALUE WITH password â$ONLYOFFICE_VALUEâ;â && sudo -u postgres psql -c âGRANT ALL privileges ON DATABASE $ONLYOFFICE_VALUE TO $ONLYOFFICE_VALUE;â && service postgresql stop && service redis-server stop && service rabbitmq-server stop && service supervisor stop && service nginx stop && rm -rf /var/lib/apt/lists/*]: exit code: 100
â End â
I have tried installation latest version of Erlang and RabbitMQ-Server separately before I run âdocker compose up -dâ. There is no modification to the docker-compose.yml file after the git clone.
I canât figure out what is wrong. Please provide help and guidance.
Thank you