You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mixlib::ShellOut::ShellCommandFailed
------------------------------------
Expected process to exit with [0], but received '1'
---- Begin output of ["/usr/bin/systemctl", "--system", "show", "-p", "UnitFileState", "-p", "ActiveState", "sensu-agent"] ----
STDOUT:
STDERR: Failed to get D-Bus connection: No such file or directory
---- End output of ["/usr/bin/systemctl", "--system", "show", "-p", "UnitFileState", "-p", "ActiveState", "sensu-agent"] ----
Ran ["/usr/bin/systemctl", "--system", "show", "-p", "UnitFileState", "-p", "ActiveState", "sensu-agent"] returned 1
Expected Result
I expect the container to spin up and converge correctly
Actual Result
I shared the error message above
The text was updated successfully, but these errors were encountered:
root@amd64:~/rabbitmq-rabbitmq-poc# kitchen list
Instance Driver Provisioner Verifier Transport Last Action Last Error
node01-debian-11 Dokken Dokken Inspec Dokken Created Kitchen::ActionFailed
root@amd64:~/rabbitmq-rabbitmq-poc# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
dbecfd139288 124df55356-node01-debian-11:latest "/bin/systemd" 41 seconds ago Up 40 seconds 0.0.0.0:9001->15671/tcp, 0.0.0.0:9000->15672/tcp 124df55356-node01-debian-11
🗣️ Foreword
Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be closed without resolution.
👻 Brief Description
Unable to converge an Amazon Linux 2 container and getting the following error
Version
Environment
Scenario
Trying, unsuccessfully, to converge an Amazon Linux 2 Docker container
Steps to Reproduce
Here is my config:
The above
platforms
configuration is based on https://kitchen.ci/docs/drivers/dokken/#cgroupns_host but I'm still getting the following full error:Expected Result
I expect the container to spin up and converge correctly
Actual Result
I shared the error message above
The text was updated successfully, but these errors were encountered: