首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在openSUSE 15.0中启动停靠守护进程超时

在openSUSE 15.0中启动停靠守护进程超时
EN

Unix & Linux用户
提问于 2018-10-28 10:11:33
回答 1查看 803关注 0票数 0

我通过zypper在openSUSE Leap 15.0上安装了对接器17.09.1。不幸的是,启动码头服务总是超时。

systemctl start docker的输出:

代码语言:javascript
复制
Job for docker.service failed because a timeout was exceeded.
See "systemctl  status docker.service" and "journalctl  -xe" for details.

journalctl的输出:

代码语言:javascript
复制
Oct 28 10:38:06 linux-j8zs dockerd[3786]: time="2018-10-28T10:38:06.692915975+01:00" level=warning msg="Your kernel does not support cgroup rt runtime"
Oct 28 10:38:06 linux-j8zs dockerd[3786]: time="2018-10-28T10:38:06.693258146+01:00" level=info msg="Loading containers: start."
Oct 28 10:39:36 linux-j8zs systemd[1]: docker.service: Start operation timed out. Terminating.
Oct 28 10:39:36 linux-j8zs dockerd[3786]: time="2018-10-28T10:39:36.730854796+01:00" level=info msg="Processing signal 'terminated'"
Oct 28 10:41:06 linux-j8zs systemd[1]: docker.service: State 'stop-sigterm' timed out. Killing.
Oct 28 10:41:06 linux-j8zs systemd[1]: docker.service: Killing process 3786 (dockerd) with signal SIGKILL.
Oct 28 10:41:06 linux-j8zs systemd[1]: docker.service: Main process exited, code=killed, status=9/KILL
Oct 28 10:41:06 linux-j8zs systemd[1]: Failed to start Docker Application Container Engine.
Oct 28 10:41:06 linux-j8zs systemd[1]: docker.service: Unit entered failed state.
Oct 28 10:41:06 linux-j8zs systemd[1]: docker.service: Failed with result 'timeout'.

我试过的是:

  1. /var/lib/docker一样清空这里
  2. 将用户添加到组停靠程序并像这里一样重新启动
  3. 通过systemctl start docker -- (如这里 )启动守护进程

有什么办法解决这个问题吗?

EN

回答 1

Unix & Linux用户

发布于 2018-10-28 10:23:11

@Marph,

日志清楚地显示了内核不支持cgroup特性。

代码语言:javascript
复制
level=warning msg="Your kernel does not support cgroup rt runtime"

尝试更新内核版本并重新启动。一旦服务器恢复在线,您的码头服务将启动并运行。

你好,Babin linuxsysadmins.com

票数 0
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/478233

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档