Skip to content

Debian/Ubuntu: dbus not installed #15

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

Closed
lucaswerkmeister opened this issue Sep 15, 2016 · 3 comments · Fixed by #16
Closed

Debian/Ubuntu: dbus not installed #15

lucaswerkmeister opened this issue Sep 15, 2016 · 3 comments · Fixed by #16

Comments

@lucaswerkmeister
Copy link
Member

debootstrap does not install dbus, probably because it only installs required dependencies of the --included packages (systemd recommends dbus, but doesn’t require it). This means that the new image can’t be controlled with machinectl shell or machinectl login.

lucaswerkmeister added a commit to lucaswerkmeister/mkosi that referenced this issue Sep 15, 2016
@stefan-it
Copy link
Contributor

stefan-it commented Sep 15, 2016

What do you think about adding the libpam-systemd package, too? Seems to be also a suggested package (for systemd) and I install it all the time when I built a new Debian based container.

@lucaswerkmeister
Copy link
Member Author

Sounds good, would you like me to add it to #16?

@stefan-it
Copy link
Contributor

Yes, that would be great!

lucaswerkmeister added a commit to lucaswerkmeister/mkosi that referenced this issue Sep 19, 2016
Both packages are recommended by the Debian systemd package, but
debootstrap does not install Recommends.

Installing dbus fixes systemd#15; the addition of libpam-systemd was suggested
by @stefan-it in that same issue.
lucaswerkmeister added a commit to lucaswerkmeister/mkosi that referenced this issue Sep 22, 2016
Both packages are recommended by the Debian systemd package, but
debootstrap does not install Recommends.

Installing dbus fixes systemd#15; the addition of libpam-systemd was suggested
by @stefan-it in that same issue.
keszybz pushed a commit that referenced this issue Sep 29, 2016
Both packages are recommended by the Debian systemd package, but
debootstrap does not install Recommends.

Installing dbus fixes #15; the addition of libpam-systemd was suggested
by @stefan-it in that same issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants