We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you restart a vm_devbox, the systemctl restart hangs. I noticed that all the vbox processes were actually owned by a single process:
└─system.slice ├─vm_devbox_user1.service │ ├─ 539 /usr/lib/virtualbox/VBoxXPCOMIPCD │ ├─ 545 /usr/lib/virtualbox/VBoxSVC --auto-shutdown │ ├─ 3816 /usr/lib/virtualbox/VBoxHeadless --comment vm_devbox_user2 <SNIP> │ ├─22831 /usr/lib/virtualbox/VBoxHeadless --comment vm_devbox_user1 <SNIP> │ └─31217 /usr/lib/virtualbox/VBoxHeadless --comment vm_devbox_user3 <SNIP>
I wonder if there isn't a way to background the process start.
The text was updated successfully, but these errors were encountered:
e-carlin
No branches or pull requests
When you restart a vm_devbox, the systemctl restart hangs. I noticed that all the vbox processes were actually owned by a single process:
I wonder if there isn't a way to background the process start.
The text was updated successfully, but these errors were encountered: