Victor

Results 365 comments of Victor

@jshufro there's no setting to close Grafana port in the TUI, only for Prometheus.

Related to this issue, `nebula -service install -config relative.yml` does not work - service fails to start with "Incorrect function" error. So path under `-config` must be absolute currently.

@johnmaguire in the real world the CA is on a different machine. I suppose the time it takes to generate certificate there, copy it to the client, and launch `nebula`...

@johnmaguire it is not as simple as that. The machines I ship certificates to are customer's machines, some of them Windows. Not even domain joined.

If it helps, I can organize access to one of the sandboxes where the issue reproduces. AFAIK, the firewall is off on these machines.

OK, you are probably right because the line number points to the `.Current` invocation, but in the trace I see `DisposeAsync` and not `.Current` being called. So probably caused by...

@AArnott I can work around it with some ugly code (e.g. replace `await using var enumerator = CallRemote().GetAsyncEnumerator() ` with 2 nested `try ... catch ...` blocks), but I believe...

To add to it, would be nice to have "Start minimized/in tray"

Added full log (it has color codes, so use `cat` or `less -R`): [Nethermind.txt](https://github.com/user-attachments/files/22892768/Nethermind.txt) State Ranges is done around line 100096. The progress appears to stop around 100587. Pivot 23532483...

Sure: [Nethermind2.zip](https://github.com/user-attachments/files/22976992/Nethermind2.zip)