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
When I ssh to the box I try to list the units of systemd and I get the following error:
$ vagrant ssh
Last login: Tue Jan 17 13:13:15 2017 from 172.17.0.1
vagrant@d6fa0552baf5:~$ sudo su
root@d6fa0552baf5:/home/vagrant# systemctl list-units
Failed to connect to bus: No such file or directory
Have you seen this issue? Any idea?
Thanks.
The text was updated successfully, but these errors were encountered:
What you are seeing is actually expected. The entrypoint for the docker images in this repository is actually sshd, i.e. this is the only process that is being started when you run the container.
E.g. running ps aux inside the container you see that these are the only processes that are running:
Hello,
I am having problems to use systemd, I suspect is related to dbus.
Here is my Vagrantfile:
When I ssh to the box I try to list the units of systemd and I get the following error:
$ vagrant ssh Last login: Tue Jan 17 13:13:15 2017 from 172.17.0.1 vagrant@d6fa0552baf5:~$ sudo su root@d6fa0552baf5:/home/vagrant# systemctl list-units Failed to connect to bus: No such file or directory
Have you seen this issue? Any idea?
Thanks.
The text was updated successfully, but these errors were encountered: