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

Can dynomite listen on ipv6 addresses #828

Open
raviparimi opened this issue Feb 14, 2025 · 0 comments
Open

Can dynomite listen on ipv6 addresses #828

raviparimi opened this issue Feb 14, 2025 · 0 comments

Comments

@raviparimi
Copy link

If so, can you share a sample yaml config that has IPv6? I've tried these two configs and they don't seem to work.

dyn_o_mite:
  datacenter: us-east-1
  dyn_listen: [::]:8101
  dyn_port: 8101
  dyn_seed_provider: simple_provider
  listen: [::]:8102
  servers:
  - 127.0.0.1:22122:1
  stats_listen: 127.0.0.1:22222
  timeout: 150000
  tokens: 4294967295
dyn_o_mite:
  datacenter: us-east-1
  dyn_listen: [::]:8101
  dyn_port: 8101
  dyn_seed_provider: simple_provider
  listen: [::]:8102
  servers:
  - [::1]:22122:1
  stats_listen: [::1]:22222
  timeout: 150000
  tokens: 4294967295

Snippet of error:

[2025-02-14 12:27:05.909] dn_print_run:205 dynomite-v0.6.22 built for Linux 5.14.0-503.16.1.el9_5.x86_64 x86_64 started on pid 23
[2025-02-14 12:27:05.909] dn_print_run:209 run, rabbit run / dig that hole, forget the sun / and when at last the work is done / don't sit down / it's time to dig another one
[2025-02-14 12:27:05.909] dn_print_run:214                                                                       
     #                                      m                        
  mmm#  m   m  mmmm    mmm   mmmmm  mmm    mm#mm   mmm                
 #   #  \m m/  #   #  #   #  # # #    #      #    #   #               
 #   #   #m#   #   #  #   #  # # #    #      #    #''''               
 \#m##   \#    #   #   #m#   # # #  mm#mm    mm    #mm                
         m/
        ##

[2025-02-14 12:27:05.909] conf_validate_document:1502 conf: failed (err 4) to get the next yaml document
dynomite: configuration file 'conf/gemini.yml' syntax is invalid
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

1 participant