mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1134] [Solved] Virtualbox error in Manjaro: "Effective UID is not root" #781
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#781
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Mar 7, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1134
Hi there! :)
First of all, thank you really much, netblue30, for developing Firejail! :) I really like it, and use it a lot. The issue: VirtualBox is not working in Manjaro 17.0 inside Firejail (nor firejail VirtualBox %U, nor firejail VirtualBox), I get the following error message:
It works outside Firejail.
More info:
I have the following packages related to VirtualBox:
And this kernel:
@Fred-Barclay commented on GitHub (Mar 8, 2017):
G'day @Lemongrass38 - great seeing you around here! 😄
What happens with
firejail --noprofile virtualbox?@netblue30 commented on GitHub (Mar 8, 2017):
Works fine on Debian stable with VirtualBox 5.0.24. Check if vbox kernel modules are loaded into the kernel when you start the computer:
It is possible the version you have tries to load the kernel modules and is prevented by firejail.
You can also try after a computer startup to start VirtualBox without a sandbox, vbox manager comes up and loads the kernel modules, than you shut it down and start it in the sandbox.
@ghost commented on GitHub (Mar 14, 2017):
Hi, thank you both for the reply! ;)
Unfortunately after the day I posted this issue, I installed Arch and now my Manjaro refuses to boot. And as Arch is now my main OS, I can't easily reproduce the issue. I'm sorry for this "false alarm". I didn't mean to work you uselessly. Hmm. I just wished to help firejail become even better.
As for my part, Manjaro is based on Arch, and yes, it gave the exact same error message on the first run. But after I ran it as you said, netblue30, without firejail, and then VirtualBox opened. After this and changing to the linux-lts kernel (I don't know how much this can affect VirtualBox and firejail) VirtualBox opened in firejail like
firejail virtualbox %u. So it seems that either the linux-lts kernel fixed that, or I had to run VirtualBox once outside firejail. When I ran it the next time, I didn't have to run VirtualBox outside firejail again. One of these fixed my issue.Thank you really much again.
@Fred-Barclay : great to see you here too! :) Believe it or not, I learned Python3 in an afternoon/evening (I built upon my programming knowledge that I was thought instead of just using certain programs in high school), and started coding my homework right away. Very good indeed. :)