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

kde booting times #127

Closed
KiaraGrouwstra opened this issue Apr 6, 2019 · 2 comments
Closed

kde booting times #127

KiaraGrouwstra opened this issue Apr 6, 2019 · 2 comments
Labels

Comments

@KiaraGrouwstra
Copy link
Owner

as per this, systemd-analyze blame blames docker.service for slow boot.

$ systemctl list-dependencies virtualbox.service --reverse
docker.service
● └─multi-user.target
●   └─graphical.target
$ sudo systemctl disable docker.service --now
Failed to disable unit: File /etc/systemd/system/multi-user.target.wants/docker.service: Read-only file system
# https://nixos.org/nixos/manual/#module-services-emacs-enabling
$ systemctl --user stop docker.service
Failed to stop docker.service: Unit docker.service not loaded.

also see: make daemons run as non-root

@KiaraGrouwstra
Copy link
Owner Author

not sure how to see if there's still a VM daemon running, just in case that's the cause rather than the solution.

@KiaraGrouwstra
Copy link
Owner Author

well, I don't have this anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant