-
Notifications
You must be signed in to change notification settings - Fork 567
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
RTNETLINK error using "--net" option #2387
Comments
Looks like a duplicate of #2046. |
#2046 states: my error was fixed at some point. |
Run a /sbin/ifconfig and put the output here. How are your interfaces configured? |
|
@fvdb06 This is a longshot, but have you already checked the |
Thanks @glitsj16, that could be the problem! |
For me this is not the problem: /etc/firejail/firejail.config #Enable or disable restricted network support, default disabled. If enabled, |
I recently changed the start-up of my windowmanager. I start Fluxbox with systemd instead of .xinitrc |
Had a similar issue, this can be caused by a kernel update without reboot or a lack of needed kernel modules, to fix it either use a classic (main distribution) kernel or add the missing modules to your kernel Also this Alternatively Here are the required kernel modules for firejail networking features: (this is an exhaustive list to get everything working you should be good with just
Note that this also fix |
Duplicate of #2046 |
As soon I start firejail with the --net option I get unexpectedly exited with status 1
RTNETLINK answers: Operation not supported
muser@Cantara > firejail --net=tornet --noprofile
Parent pid 7935, child pid 7940
RTNETLINK answers: Operation not supported
Error: failed to run /usr/lib/firejail/fnet
Error ioctl: interface.c:98 net_if_up: No such device
Error: failed to run /run/firejail/lib/fnet
Error: proc 7935 cannot sync with peer: unexpected EOF
Peer 7940 unexpectedly exited with status 1
muser@Cantara > firejail --net=eth0 --noprofile
Parent pid 4489, child pid 4494
RTNETLINK answers: Operation not supported
Error: failed to run /usr/lib/firejail/fnet
Error ioctl: interface.c:98 net_if_up: No such device
Error: failed to run /run/firejail/lib/fnet
Error: proc 4489 cannot sync with peer: unexpected EOF
Peer 4494 unexpectedly exited with status 1
The text was updated successfully, but these errors were encountered: