We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
briancoutinho
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: