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

2023: podman remote error: strconv.Atoi: parsing "": invalid syntax #19162

Closed
dustymabe opened this issue Jul 7, 2023 · 0 comments · Fixed by containers/common#1568
Closed
Assignees
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@dustymabe
Copy link
Contributor

This appears to be the same as #16509 but that was supposedly fixed in 4.4.0+ by #16526

[dustymabe@media containers]$ export CONTAINER_HOST="ssh://[email protected]/run/user/1001/podman/podman.sock"
[dustymabe@media containers]$ podman --remote info                       
Cannot connect to Podman. Please verify your connection to the Linux system using `podman system connection list`, or try `podman machine init` 
and `podman machine start` to manage a new Linux VM
Error: unable to connect to Podman socket: Get "http://d/v4.5.0/libpod/_ping": strconv.Atoi: parsing "": invalid syntax
[dustymabe@media containers]$ rpm -q podman
podman-4.5.0-1.fc37.x86_64
[dustymabe@media containers]$ export CONTAINER_HOST="ssh://[email protected]:22/run/user/1001/podman/podman.sock"
[dustymabe@media containers]$ podman --remote info                       
host:         
  arch: arm64             
  buildahVersion: 1.30.0
...
...

It's using podman-4.5.0 which the fix for this should have been in. Am I doing something wrong?

Originally posted by @dustymabe in #16509 (comment)

@baude baude self-assigned this Jul 7, 2023
rhatdan added a commit to rhatdan/common that referenced this issue Jul 17, 2023
[NO NEW TESTS NEEDED]

Fixes: containers/podman#19162

Signed-off-by: Daniel J Walsh <[email protected]>
rhatdan added a commit to rhatdan/common that referenced this issue Jul 18, 2023
[NO NEW TESTS NEEDED]

Fixes: containers/podman#19162

Signed-off-by: Daniel J Walsh <[email protected]>
rhatdan added a commit to rhatdan/common that referenced this issue Jul 18, 2023
[NO NEW TESTS NEEDED]

Fixes: containers/podman#19162

Signed-off-by: Daniel J Walsh <[email protected]>
rhatdan added a commit to rhatdan/common that referenced this issue Jul 20, 2023
[NO NEW TESTS NEEDED]

Fixes: containers/podman#19162

Signed-off-by: Daniel J Walsh <[email protected]>
rhatdan added a commit to rhatdan/common that referenced this issue Jul 20, 2023
[NO NEW TESTS NEEDED]

Fixes: containers/podman#19162

Signed-off-by: Daniel J Walsh <[email protected]>
rhatdan added a commit to rhatdan/common that referenced this issue Jul 21, 2023
[NO NEW TESTS NEEDED]

Fixes: containers/podman#19162

Signed-off-by: Daniel J Walsh <[email protected]>
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Oct 24, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants