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

Latest version fails to connect to local Unix socket #389

Closed
jbemmel opened this issue Mar 5, 2024 · 1 comment · Fixed by #390
Closed

Latest version fails to connect to local Unix socket #389

jbemmel opened this issue Mar 5, 2024 · 1 comment · Fixed by #390
Labels
bug Something isn't working

Comments

@jbemmel
Copy link

jbemmel commented Mar 5, 2024

On SR Linux using 0.36.1:

/usr/local/bin/gnmic -a unix:///opt/srlinux/var/run/sr_gnmi_server --insecure -u admin -p NokiaSrl1! -e json_ietf capabilities

This fails with:

2024/03/05 19:22:56.038990 /home/runner/go/pkg/mod/google.golang.org/grpc@v1.61.0/grpclog/logger.go:53: [gnmic] [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to IDLE, last error: connection error: desc = "transport: Error while dialing: dial tcp: address tcp////opt/srlinux/var/run/sr_gnmi_server: unknown port"

adding a port manually:

2024/03/05 19:23:51.473381 /home/runner/go/pkg/mod/google.golang.org/grpc@v1.61.0/grpclog/logger.go:53: [gnmic] [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to IDLE, last error: connection error: desc = "transport: Error while dialing: dial tcp: address unix:///opt/srlinux/var/run/sr_gnmi_server:57400: too many colons in address"
@karimra karimra added the bug Something isn't working label Mar 5, 2024
@karimra karimra reopened this Mar 5, 2024
@karimra
Copy link
Collaborator

karimra commented Mar 5, 2024

v0.36.2 should have that fixed, thanks for reporting

@karimra karimra closed this as completed Mar 6, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants