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

fatal multicast disabled error showed up #1438

Open
zeroecco opened this issue Mar 7, 2023 · 4 comments
Open

fatal multicast disabled error showed up #1438

zeroecco opened this issue Mar 7, 2023 · 4 comments

Comments

@zeroecco
Copy link
Contributor

zeroecco commented Mar 7, 2023

attempting to update a working config in our staging env but started getting a new error from the networking stack I have not seen before (see below):

ops run -n --accel=false auction-gateway
 100% |████████████████████████████████████████|  [0s:0s]
booting /Users/rich/.ops/images/auction-gateway ...
en1: assigned 10.0.2.15
time="2023-03-07T01:03:49Z" level=fatal msg="lo0: multicast disabled"
exit status 3

binary is built on my M1 mac using GOOS and GOARCH set to linux and amd64 respectively:

file auction-gateway
auction-gateway: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, Go BuildID=cKSffFqddC7uRfA7fjpc/IByO1FhAaE4qpnovOBW3/GsDzTCYYjrcJywqpclmc/4SaqEFMWwJkKMCBZPSxq, with debug_info, not stripped

Not sure if anything has changed or not at this point to create this issue

@eyberg
Copy link
Contributor

eyberg commented Mar 7, 2023

are you actually using multicast? most public clouds won't support multicast out of the box, we could potentially add support if you are deploying this elsewhere (eg: your own machines)

if you aren't trying to use multicast this could be a config setting in whatever you're running that should be disabled or it could be an error but we'd need a snippet of code to look more into it

@zeroecco
Copy link
Contributor Author

zeroecco commented Mar 7, 2023

We are prepping to move to a real DC and multicast is part of that work yep! If this is not a new thing in ops/nanos I would like to ask for multicast support for the future. Thank you so much for the fast response!

@eyberg
Copy link
Contributor

eyberg commented Mar 7, 2023

ok linking #1339 - to help prioritize can you expand on your use-case? (is there some underlying library you are using in this auction-gateway we could look at?) also, I noticed this is set for loopback - is this supposed to be talking/sharing with another program locally? if so is it setup to have them be running as multiple unikernels?

@zeroecco
Copy link
Contributor Author

apologies on this one. I ended up switch jobs and this issue fell off my radar as I no longer have access to this codebase.

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