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

Agent startup failing with systemd 237 #614

Closed
lbthomsen opened this issue May 28, 2018 · 1 comment
Closed

Agent startup failing with systemd 237 #614

lbthomsen opened this issue May 28, 2018 · 1 comment
Assignees
Labels

Comments

@lbthomsen
Copy link
Contributor

When using systemd 237 from Debian backports - systemd startup fails because cmanager.service fails.

@happyaron
Copy link
Contributor

This is related to https://bugs.debian.org/865998 for which cgmanager cannot start properly with a backported version of systemd (currently systemd 237-3~bpo9+1 whereas stable has 232-25+deb9u2)

Subutai agent requires cgmanager.service to be running, so this effectively prevents the agent from starting.

More information lxc/lxc#1678 (comment)

● subutai.service - Subutai Daemon
  Loaded: loaded (/lib/systemd/system/subutai.service; enabled; vendor preset: enabled)
  Active: inactive (dead)

May 28 03:55:24 master-peer-us-2 systemd[1]: Dependency failed for Subutai Daemon.
May 28 03:55:24 master-peer-us-2 systemd[1]: subutai.service: Job subutai.service/start failed with result 'dependency'.

master-peer-us-2:~# systemctl status cgmanager.service
● cgmanager.service - Cgroup management daemon
  Loaded: loaded (/lib/systemd/system/cgmanager.service; enabled; vendor preset: enabled)
  Active: failed (Result: exit-code) since Mon 2018-05-28 03:55:24 UTC; 54s ago
 Process: 2085 ExecStart=/sbin/cgmanager -m name=systemd (code=exited, status=1/FAILURE)
Main PID: 2085 (code=exited, status=1/FAILURE)

May 28 03:55:24 master-peer-us-2 systemd[1]: cgmanager.service: Service hold-off time over, scheduling restart.
May 28 03:55:24 master-peer-us-2 systemd[1]: cgmanager.service: Scheduled restart job, restart counter is at 5.
May 28 03:55:24 master-peer-us-2 systemd[1]: Stopped Cgroup management daemon.
May 28 03:55:24 master-peer-us-2 systemd[1]: cgmanager.service: Start request repeated too quickly.
May 28 03:55:24 master-peer-us-2 systemd[1]: cgmanager.service: Failed with result 'exit-code'.
May 28 03:55:24 master-peer-us-2 systemd[1]: Failed to start Cgroup management daemon.```

dilshat pushed a commit that referenced this issue May 28, 2018
Get rid of cgmanager (Closes #614)
dilshat pushed a commit that referenced this issue May 28, 2018
dilshat pushed a commit that referenced this issue May 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants