danielb

Results 12 comments of danielb

Recently I'm experiencing this too. (pie chart only renders one single time) ``` Version: 0.52.0 (Apr. 2021) Platform: linux, x86_64 Java: 11.0.11+9-Ubuntu-0ubuntu2.18.04, Ubuntu ``` However the error I get is:...

I downgraded some webkit-packages and the pie chart still breaks, but now it can be revived by switching filter selection. Downgraded to version 2.20.1-1: gir1.2-javascriptcoregtk-4.0 gir1.2-webkit2-4.0 libjavascriptcoregtk-4.0-18 libwebkit2gtk-4.0-37

Yes, this is keeping me from upgrading to 20.04. :( I'm afraid I don't have the slightest idea about gtk development, but how hard can it be to satisfy that...

Hi pacien, yes I think that would be a good solution. Thanks for looking into it.

Any progress here? We want to switch to Nebula but need this issue fixed first. Unfortunately, I couldn't fix the remaining v6 issue myself in @jilyaluk 's version and by...

I'm afraid your patch still isn't working as a v6-less lighthouse now doesn't throw an error anymore but still doesn't answer handshakes. ``` WARN[0000] socket is IPv4-only, not sending to...

Unfortunately nope, had `listen.host` `0.0.0.0` first, then static IPs, then combinations on lighthouse/clients ... doesn't change anything. Is there anything else I can try or provide to help?

In case you suspect another config value to be the issue, here's the whole diff between https://github.com/slackhq/nebula/blob/master/examples/config.yml and my testing lighthouse: ``` $ sdiff -s example_config.yaml config-srv1.yaml cert: /etc/nebula/host.crt |...

I spun up two cloud nodes with vanilla ubuntu 20.04 and more bad news - I **didn't even disable IPv6** on these nodes and see the exact same problem. Here's...

@jilyaluk I found the problem. https://github.com/jilyaluk/nebula/blob/7bf1698b8a467eaedf3cd33cd2099938de79e5f1/udp/udp_linux.go#L163 For IPv4 clients, the client address must be obtained from `names[i][4:8]`. In the indexes above that are mostly zeros, which are then of course...