You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that particular error means the network interface specified at https://github.com/samdbmg/dhcp-netboot.xyz/blob/main/docker-compose.yml#L21 doesn't exist - is it definitely the right one? The README documents a way to get that using ip route | awk '/default/ { print $5 }' but it might be worth trying that and seeing if it does what you expect: I don't have anything running Unraid to test with and that command might fail for more complex networking setups. You could try just setting export INTERFACE="whatever-your-interface-is-called" instead?
Hello, when i try to compose the docker i got this message
failed to create the ipvlan port: device or resource busy
I am using Unraid latest
I have edited the
'docker-compose.yml'
and the'Dockerfile'
to match my network, no changesI was wondering if there is no problem with PUID or PGID (not declared)
Thanks in advance
The text was updated successfully, but these errors were encountered: