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

Debian: Docker fails to run due to new systemd cgroup layout #5340

Closed
stefwalter opened this issue Nov 10, 2016 · 1 comment
Closed

Debian: Docker fails to run due to new systemd cgroup layout #5340

stefwalter opened this issue Nov 10, 2016 · 1 comment

Comments

@stefwalter
Copy link
Contributor

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843530

opencontainers/runc#1175

stefwalter added a commit to stefwalter/cockpit that referenced this issue Nov 10, 2016
@cockpituous
Copy link
Contributor

cockpituous commented Nov 10, 2016

verify/debian-unstable
Ooops, it happened again


Traceback (most recent call last):
  File "check-docker", line 81, in testBasic
    b.wait_popdown("containers_run_image_dialog")
  File "testlib.py", line 269, in wait_popdown
    self.wait_not_visible('#' + id)
  File "testlib.py", line 241, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "testlib.py", line 214, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "testlib.py", line 714, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "testlib.py", line 737, in _invoke
    raise Error(res['error'])
Error: timeout
rpc error: code = 2 desc = "oci runtime error: could not synchronise with container process: no subsystem for mount"

First occurrence: 2016-11-10T12:45:57.112144 | revision 204aab6, logs
Times recorded: 60
Latest occurrences:

  • 2016-11-11T18:25:32.357411 | revision 2820d6c25df2d159db23f40481566847f68ddfb5, logs
  • 2016-11-11T19:05:53.755958 | revision 7befb9b, logs
  • 2016-11-11T19:39:38.588347 | revision 2820d6c25df2d159db23f40481566847f68ddfb5, logs
  • 2016-11-11T19:46:37.365314 | revision c31a758be70505871c13383e6949a190eff71f6c, logs
  • 2016-11-11T19:59:41.213050 | revision b9de5886fc059e3504387f0970f1b127170ffab6, logs
  • 2016-11-11T20:28:52.932737 | revision 193428d1be739c4d8384888373e23a3d076cb46b, logs
  • 2016-11-12T04:31:52.181885 | revision 7befb9b, logs
  • 2016-11-14T07:36:04.317672 | revision 98b02a2, logs
  • 2016-11-14T07:40:00.429158 | revision 97d61b8fc38a3ffe6d7e0c6adbf1ef3e50bce40d, logs
  • 2016-11-14T08:25:15.961478 | revision 45e751a, logs
Traceback (most recent call last):
  File "check-docker", line 238, in testExpose
    b.wait_popdown("containers_run_image_dialog")
  File "testlib.py", line 269, in wait_popdown
    self.wait_not_visible('#' + id)
  File "testlib.py", line 241, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "testlib.py", line 214, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "testlib.py", line 714, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "testlib.py", line 737, in _invoke
    raise Error(res['error'])
Error: timeout
rpc error: code = 2 desc = "oci runtime error: could not synchronise with container process: no subsystem for mount"

First occurrence: 2016-11-10T12:47:25.068177 | revision 204aab6, logs
Times recorded: 60
Latest occurrences:

  • 2016-11-11T18:27:20.760745 | revision 2820d6c25df2d159db23f40481566847f68ddfb5, logs
  • 2016-11-11T19:07:52.415747 | revision 7befb9b, logs
  • 2016-11-11T19:41:06.792863 | revision 2820d6c25df2d159db23f40481566847f68ddfb5, logs
  • 2016-11-11T19:48:36.300202 | revision c31a758be70505871c13383e6949a190eff71f6c, logs
  • 2016-11-11T20:01:10.881768 | revision b9de5886fc059e3504387f0970f1b127170ffab6, logs
  • 2016-11-11T20:31:09.035117 | revision 193428d1be739c4d8384888373e23a3d076cb46b, logs
  • 2016-11-12T04:33:55.814576 | revision 7befb9b, logs
  • 2016-11-14T07:37:31.261554 | revision 98b02a2, logs
  • 2016-11-14T07:42:07.397903 | revision 97d61b8fc38a3ffe6d7e0c6adbf1ef3e50bce40d, logs
  • 2016-11-14T08:27:25.991302 | revision 45e751a, logs
Traceback (most recent call last):
  File "check-docker", line 452, in testResources
    b.wait_popdown("containers_run_image_dialog")
  File "testlib.py", line 269, in wait_popdown
    self.wait_not_visible('#' + id)
  File "testlib.py", line 241, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "testlib.py", line 214, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "testlib.py", line 714, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "testlib.py", line 737, in _invoke
    raise Error(res['error'])
Error: timeout
rpc error: code = 2 desc = "oci runtime error: could not synchronise with container process: no subsystem for mount"

First occurrence: 2016-11-10T12:49:23.274593 | revision 204aab6, logs
Times recorded: 53
Latest occurrences:

  • 2016-11-11T17:44:21.484963 | revision 17e9297, logs
  • 2016-11-11T18:19:16.379853 | revision 8931c4235f1219358c89ebb67ad2bc6eefb5c52f, logs
  • 2016-11-11T19:10:55.873852 | revision 7befb9b, logs
  • 2016-11-11T19:51:36.398131 | revision c31a758be70505871c13383e6949a190eff71f6c, logs
  • 2016-11-11T20:03:09.869794 | revision b9de5886fc059e3504387f0970f1b127170ffab6, logs
  • 2016-11-11T20:34:28.729470 | revision 193428d1be739c4d8384888373e23a3d076cb46b, logs
  • 2016-11-12T04:37:21.193764 | revision 7befb9b, logs
  • 2016-11-14T07:39:30.534675 | revision 98b02a2, logs
  • 2016-11-14T07:45:13.678478 | revision 97d61b8fc38a3ffe6d7e0c6adbf1ef3e50bce40d, logs
  • 2016-11-14T08:30:46.985525 | revision 45e751a, logs
Traceback (most recent call last):
  File "check-docker", line 397, in testRestart
    b.wait_popdown("containers_run_image_dialog")
  File "testlib.py", line 269, in wait_popdown
    self.wait_not_visible('#' + id)
  File "testlib.py", line 241, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "testlib.py", line 214, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "testlib.py", line 714, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "testlib.py", line 737, in _invoke
    raise Error(res['error'])
Error: timeout
rpc error: code = 2 desc = "oci runtime error: could not synchronise with container process: no subsystem for mount"

First occurrence: 2016-11-10T12:50:50.535763 | revision 204aab6, logs
Times recorded: 60
Latest occurrences:

  • 2016-11-11T18:31:52.867486 | revision 2820d6c25df2d159db23f40481566847f68ddfb5, logs
  • 2016-11-11T19:12:46.404463 | revision 7befb9b, logs
  • 2016-11-11T19:44:38.606907 | revision 2820d6c25df2d159db23f40481566847f68ddfb5, logs
  • 2016-11-11T19:53:27.364067 | revision c31a758be70505871c13383e6949a190eff71f6c, logs
  • 2016-11-11T20:04:37.213025 | revision b9de5886fc059e3504387f0970f1b127170ffab6, logs
  • 2016-11-11T20:36:20.946227 | revision 193428d1be739c4d8384888373e23a3d076cb46b, logs
  • 2016-11-12T04:39:33.553269 | revision 7befb9b, logs
  • 2016-11-14T07:40:57.381543 | revision 98b02a2, logs
  • 2016-11-14T07:47:09.600199 | revision 97d61b8fc38a3ffe6d7e0c6adbf1ef3e50bce40d, logs
  • 2016-11-14T08:32:53.023562 | revision 45e751a, logs
Traceback (most recent call last):
  File "check-docker", line 320, in testVolumesAndEnvironment
    b.wait_popdown("containers_run_image_dialog")
  File "testlib.py", line 269, in wait_popdown
    self.wait_not_visible('#' + id)
  File "testlib.py", line 241, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "testlib.py", line 214, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "testlib.py", line 714, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "testlib.py", line 737, in _invoke
    raise Error(res['error'])
Error: timeout
rpc error: code = 2 desc = "oci runtime error: could not synchronise with container process: no subsystem for mount"

First occurrence: 2016-11-10T12:52:18.217403 | revision 204aab6, logs
Times recorded: 60
Latest occurrences:

  • 2016-11-11T18:33:41.234777 | revision 2820d6c25df2d159db23f40481566847f68ddfb5, logs
  • 2016-11-11T19:14:56.988229 | revision 7befb9b, logs
  • 2016-11-11T19:46:06.245210 | revision 2820d6c25df2d159db23f40481566847f68ddfb5, logs
  • 2016-11-11T19:55:29.648024 | revision c31a758be70505871c13383e6949a190eff71f6c, logs
  • 2016-11-11T20:06:05.143229 | revision b9de5886fc059e3504387f0970f1b127170ffab6, logs
  • 2016-11-11T20:38:39.120509 | revision 193428d1be739c4d8384888373e23a3d076cb46b, logs
  • 2016-11-12T04:41:40.589855 | revision 7befb9b, logs
  • 2016-11-14T07:42:24.537996 | revision 98b02a2, logs
  • 2016-11-14T07:49:21.317410 | revision 97d61b8fc38a3ffe6d7e0c6adbf1ef3e50bce40d, logs
  • 2016-11-14T08:35:04.353849 | revision 45e751a, logs
Traceback (most recent call last):
  File "check-docker", line 460, in testResources
    b.wait_popdown("containers_run_image_dialog")
  File "testlib.py", line 269, in wait_popdown
    self.wait_not_visible('#' + id)
  File "testlib.py", line 241, in wait_not_visible
    return self.wait_js_func('!ph_is_visible', selector)
  File "testlib.py", line 214, in wait_js_func
    return self.phantom.wait("%s(%s)" % (func, ','.join(map(jsquote, args))))
  File "testlib.py", line 714, in <lambda>
    return lambda *args: self._invoke(name, *args)
  File "testlib.py", line 737, in _invoke
    raise Error(res['error'])
Error: timeout
rpc error: code = 2 desc = "oci runtime error: could not synchronise with container process: no subsystem for mount"

First occurrence: 2016-11-10T15:35:44.825156 | revision 1e930515cebfc8c9c5af70b244d3df79da3c3a51, logs
Times recorded: 7
Latest occurrences:

  • 2016-11-10T15:35:44.825156 | revision 1e930515cebfc8c9c5af70b244d3df79da3c3a51, logs
  • 2016-11-11T10:01:29.510208 | revision 1d9801033d9b45fb9bf3339e443c35e285bf6127, logs
  • 2016-11-11T11:19:48.760821 | revision 1d9801033d9b45fb9bf3339e443c35e285bf6127, logs
  • 2016-11-11T12:09:28.620997 | revision 2820d6c25df2d159db23f40481566847f68ddfb5, logs
  • 2016-11-11T16:14:48.128042 | revision 2820d6c25df2d159db23f40481566847f68ddfb5, logs
  • 2016-11-11T18:29:57.410527 | revision 2820d6c25df2d159db23f40481566847f68ddfb5, logs
  • 2016-11-11T19:43:09.742878 | revision 2820d6c25df2d159db23f40481566847f68ddfb5, logs

@stefwalter stefwalter changed the title Debian: Docker fails to run due to new systemd crgroup layout Debian: Docker fails to run due to new systemd cgroup layout Nov 10, 2016
mvollmer pushed a commit that referenced this issue Nov 10, 2016
In Debian unstable, docker and systemd's new cgroup layout are
not getting along.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843530

Known issue #5340
Closes #5341
stefwalter added a commit to stefwalter/cockpit that referenced this issue Jul 12, 2017
…layout

Known issue which has not occurred in 225 days

Debian: Docker fails to run due to new systemd cgroup layout

Fixes cockpit-project#5340
martinpitt pushed a commit that referenced this issue Jul 17, 2017
…group layout

Known issue which has not occurred in 231.0 days

Debian: Docker fails to run due to new systemd cgroup layout

Fixes #5340
Closes #7297
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

2 participants