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

vm_devbox systemctl restart waits and doesn't return #483

Open
robnagler opened this issue Apr 25, 2024 · 0 comments
Open

vm_devbox systemctl restart waits and doesn't return #483

robnagler opened this issue Apr 25, 2024 · 0 comments
Assignees

Comments

@robnagler
Copy link
Member

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.

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

No branches or pull requests

2 participants