run-community-server.sh fails to detect docker in ubuntu 22.04 and fails to start
baloan opened this issue · 7 comments
DOCKER_ENABLED is set to false when checking for cat /proc/1/cgroup | grep -qE "docker|lxc|kubepods|libpod"
.
For my docker instance, a Windows 10 Hyper-V, Ubuntu 22.04 LTS, docker installation
root@5bb9b6b2fb1e:/app# cat /proc/1/cgroup
0::/
Is there a way to override the DOCKER_ENABLED check?
Btw, for Windows 10 Hyper-V, Ubuntu 20.04 the outupt is:
root@c203493ed9f6:/# cat /proc/1/cgroup
12:freezer:/docker/c203493ed9f6718afd9380f3ae00c6a5afee6b118f75bdac35f01769f9f93428
11:memory:/docker/c203493ed9f6718afd9380f3ae00c6a5afee6b118f75bdac35f01769f9f93428
10:devices:/docker/c203493ed9f6718afd9380f3ae00c6a5afee6b118f75bdac35f01769f9f93428
9:cpuset:/docker/c203493ed9f6718afd9380f3ae00c6a5afee6b118f75bdac35f01769f9f93428
8:rdma:/docker/c203493ed9f6718afd9380f3ae00c6a5afee6b118f75bdac35f01769f9f93428
7:net_cls,net_prio:/docker/c203493ed9f6718afd9380f3ae00c6a5afee6b118f75bdac35f01769f9f93428
6:blkio:/docker/c203493ed9f6718afd9380f3ae00c6a5afee6b118f75bdac35f01769f9f93428
5:pids:/docker/c203493ed9f6718afd9380f3ae00c6a5afee6b118f75bdac35f01769f9f93428
4:hugetlb:/docker/c203493ed9f6718afd9380f3ae00c6a5afee6b118f75bdac35f01769f9f93428
3:perf_event:/docker/c203493ed9f6718afd9380f3ae00c6a5afee6b118f75bdac35f01769f9f93428
2:cpu,cpuacct:/docker/c203493ed9f6718afd9380f3ae00c6a5afee6b118f75bdac35f01769f9f93428
1:name=systemd:/docker/c203493ed9f6718afd9380f3ae00c6a5afee6b118f75bdac35f01769f9f93428
0::/docker/c203493ed9f6718afd9380f3ae00c6a5afee6b118f75bdac35f01769f9f93428
@Carazyda Hi, any progress with support? Unfortunately I didn't known this and upgrade my host server to Ubuntu 22.04.01, after that all docker container start but community server not and I'm getting System has not been booted with systemd ...
error in loop. Before upgrade (was Ubuntu 20.04 before) it worked great so I guess need to wait for update?
Hey @holantomas Yes, we've added a fix to the 12.0 release. This should work. How did you install Onlyoffice? We currently have an issue with docker-compose on Ubuntu 22.04(Bug 58578 in our private bugtracker).
@Carazyda Just docker-compose here from repo with little changes like volumes paths and didn't deploy mail server(don't need - module disabled in settings page but I guess it only hides menu item).
@Carazyda any progress about that? Or you said it's private bugtracker, so there's no way to see if issue is solved ... ?
@Carazyda any progress about that? Or you said it's private bugtracker, so there's no way to see if issue is solved ... ?
I'm sorry but there is no. The problem is not only in our application, but also in docker-compose.
@Carazyda that's sad, but fortunately I just start using community server for slow migrate from using LibreOffice to OnlyOffice, but now mainly using seafile connected to document server :)