I’m trying to install DocSpace on Debian 12 but stuck at “Check Ports”, what could be the problem preventing the DocSpace from being installed?
Here’s the complete install log:
root@docspace:~# lsof -i :80
root@docspace:~# bash docspace-install.sh
Select 'Y' to install ONLYOFFICE docspace using Docker (recommended). Select 'N' to install it using RPM/DEB packages.
Install with Docker [Y/N/C]? N
Hit:1 http://security.debian.org bookworm-security InRelease
Hit:2 http://repo.mysql.com/apt/debian bookworm InRelease
Hit:3 http://deb.debian.org/debian bookworm InRelease
Hit:4 http://download.onlyoffice.com/repo/debian squeeze InRelease
Hit:5 https://artifacts.opensearch.org/releases/bundle/opensearch/2.x/apt stable InRelease
Hit:6 http://deb.debian.org/debian bookworm-updates InRelease
Hit:7 https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.x/apt stable InRelease
Hit:8 http://openresty.org/package/debian bookworm InRelease
Hit:9 https://packages.microsoft.com/debian/12/prod bookworm InRelease
Hit:10 http://nginx.org/packages/debian buster InRelease
Hit:11 https://deb.nodesource.com/node_18.x nodistro InRelease
Hit:12 https://packages.fluentbit.io/debian/bookworm bookworm InRelease
Get:13 https://packages.adoptium.net/artifactory/deb bookworm InRelease [7517 B]
Fetched 7517 B in 2s (3851 B/s)
Reading package lists... Done
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 712 100 712 0 0 5672 0 --:--:-- --:--:-- --:--:-- 5696
#######################################
# BOOTSTRAP
#######################################
deb [signed-by=/usr/share/keyrings/onlyoffice.gpg] http://download.onlyoffice.com/repo/debian squeeze main
gpg: key 8320CA65CB2DE8E5: "Ascensio System Limited (ONLYOFFICE) <support@onlyoffice.com>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
install-Debian.sh: line 166: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4825 100 4825 0 0 39084 0 --:--:-- --:--:-- --:--:-- 39227
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1096 100 1096 0 0 2881 0 --:--:-- --:--:-- --:--:-- 2876
#######################################
# CHECK PORTS
#######################################
docspace uses ports: 80, 8081, 8083, 5001, 5002
please, make sure that the ports are free.
root@docspace:~# netstat -tulnp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:25672 0.0.0.0:* LISTEN 249/beam.smp
tcp 0 0 0.0.0.0:8083 0.0.0.0:* LISTEN 637/nginx: master p
tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN 429/postgres
tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 250/redis-server 12
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 510/master
tcp6 0 0 ::1:25 :::* LISTEN 510/master
tcp6 0 0 ::1:6379 :::* LISTEN 250/redis-server 12
tcp6 0 0 ::1:5432 :::* LISTEN 429/postgres
tcp6 0 0 :::33060 :::* LISTEN 341/mysqld
tcp6 0 0 :::8083 :::* LISTEN 637/nginx: master p
tcp6 0 0 :::8126 :::* LISTEN 326/metrics
tcp6 0 0 :::8000 :::* LISTEN 350/docservice
tcp6 0 0 :::5672 :::* LISTEN 249/beam.smp
tcp6 0 0 :::4369 :::* LISTEN 1/init
tcp6 0 0 :::3306 :::* LISTEN 341/mysqld
tcp6 0 0 :::22 :::* LISTEN 1/init
udp 0 0 0.0.0.0:8125 0.0.0.0:* 326/metrics
root@docspace:~#