Open MayeulC opened 1 year ago
OnlyOffice was conflicting with invidious over port 3000, same as this other user report.
After investigating, I have a few ds processes:
ds
# systemctl list-unit-files |grep ds- ds-converter.service enabled enabled ds-docservice.service enabled enabled ds-example.service enabled enabled ds-metrics.service enabled enabled
And the ds-example service was running on port 3000.
ds-example
# ls -l /var/www/onlyoffice/ total 0 drwxr-x--- 2 ds ds 6 31 août 09:57 Data/ dr-xr-x--- 12 ds ds 213 31 août 09:57 documentserver/ dr-xr-x--- 4 ds ds 50 31 août 09:57 documentserver-example/
Is this "example" a leftover from some other configuration? I disabled the ds-example service and everything works.
systemctl status ds-example.service
curl 127.0.0.1:3000
This service should not be running. Moreover, this documentserver-example folder should not exist.
documentserver-example
Describe the bug
OnlyOffice was conflicting with invidious over port 3000, same as this other user report.
After investigating, I have a few
ds
processes:And the
ds-example
service was running on port 3000.Is this "example" a leftover from some other configuration? I disabled the
ds-example
service and everything works.Context
Steps to reproduce
systemctl status ds-example.service
curl 127.0.0.1:3000
Expected behavior
This service should not be running. Moreover, this
documentserver-example
folder should not exist.