Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run-community-server.sh fails to detect docker in ubuntu 22.04 and fails to start #150

Open
baloan opened this issue May 8, 2022 · 7 comments

Comments

@baloan
Copy link

baloan commented May 8, 2022

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
@baloan baloan changed the title Server fails to start run-community-server.sh fails to detect docker in ubuntu 22.04 and fails to start May 8, 2022
@Carazyda
Copy link
Member

Carazyda commented May 9, 2022

Hello @baloan we will add support for ubuntu 22.04 in a new version coming soon.

@holantomas
Copy link

@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?

@Carazyda
Copy link
Member

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).

@holantomas
Copy link

holantomas commented Aug 17, 2022

@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).

@holantomas
Copy link

@Carazyda any progress about that? Or you said it's private bugtracker, so there's no way to see if issue is solved ... ?

@Carazyda
Copy link
Member

@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.

@holantomas
Copy link

@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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants