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

no obvious way to launch on kernel with ipv6 disabled #176

Open
tryauuum opened this issue Sep 18, 2023 · 1 comment
Open

no obvious way to launch on kernel with ipv6 disabled #176

tryauuum opened this issue Sep 18, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tryauuum
Copy link

root@transformer-model-inference:~# cat /proc/cmdline 
BOOT_IMAGE=/boot/vmlinuz-5.4.0-152-generic root=UUID=760ef146-37b2-4fe1-ba27-cc52ddebc7c7 ro ipv6.disable=1 console=tty1 console=ttyS0
root@transformer-model-inference:~# dynolog 
I20230918 12:52:05.305244 1843052 Main.cpp:151] Starting dynolog, version = 0.2.1, build git-hash = 
I20230918 12:52:05.305972 1843053 Main.cpp:82] Running kernel monitor loop : interval = 60 s.
socket(): Address family not supported by protocol
I20230918 12:52:05.308105 1843052 SimpleJsonServer.cpp:229] Launching RPC thread

It's mostly normal for programs to not work without IPv6, but it would be nice to have an option to select IP to listen on.

@briancoutinho briancoutinho self-assigned this Nov 15, 2023
@briancoutinho
Copy link
Contributor

Sorry about the delay, yes this could be addressed. The server logic is fairly simpe, i think this part needs updating on IPv4
https://github.com/facebookincubator/dynolog/blob/main/dynolog/src/rpc/SimpleJsonServer.cpp#L34-L52

@briancoutinho briancoutinho added the enhancement New feature or request label Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants