Closed sysmonk closed 1 year ago
Ah - you need to say 127.0.0.1:12345
instead of with the proceeding colon.
I can make it handle it though for next version. It was checking for the existence of only one colon rather than handling both formats and checking for an empty value
Ah and yes it doesn't work without the colon anyway either, due to the port:
Setting up client for 127.0.0.1:12340...
Error: unknown transport specified for admin bind: '127.0.0.1'
The documentation here says:
If no transport name is specified, "tcp" is assumed.
And even has a "transportless" example below127.0.0.1:1234
But in reality, lc-admin still requirers to specify a transport:
this if on v 2.9.1, but 2.9.0 was the same, didn't check the versions before.