-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Container crashing with no clear error #106
Comments
You need to NET_ADMIN and NET_RAW to the container
|
Have this issue as well.
Running the arp-scan from inside the container seems to work.
Tried running with the NET_ADMIN and NET_RAW capabilities, but still get the same error. Edit: Solved it, the issue was in my docker compose file, I had specified the interface like this: |
Adding cap-add=* doesn't help on MacOS:
|
Same problem on MacOS 14:
Container stalls here, and no web interface is accessible. Tried with |
Seeing the same here. |
FYI |
ah sorry - I was running this on my homeserver which, yeah, is linux. But it was still needed to get it working if you haven't yet, set log level to DEBUG and see if you get any other insights. Also on macOS, I'd also sh into the container and check what interfaces are available with |
I'm running on linux, the extra capabilities made no difference. |
This worked for me, thanks!
|
@dvcrn your NET_CAP additions solved it for me thanks! |
For MacOS users, Another thing I tried is to map bpf0: --device /dev/bpf0:/dev/bpf0 |
@dvcrn Thanks for the info. FYI for MacOS users: I tried the following which did not help:
Works on my linux server, so not a biggie |
So I have tried doing this fix on my system, using Docker on a Debian host, but unfortunately I still get the
Result of
But when I try it on my laptop, using Docker on Arch and its wireless interface, it seems to work normally. So I don't think it's a problem with my network. |
When I run in TrueNAS with an external IP assigned and connected to my bridge network on the NAS, it just crashes on boot with no error message. Any ideas what could cause this?
The text was updated successfully, but these errors were encountered: