-
Notifications
You must be signed in to change notification settings - Fork 16
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
Bug: Error: client must use upgraded connection to attach #16
Comments
I saw this myself, but I have no idea what error is or how to fix ? Maybe upgrading varlink would help ? Anyway, this seems like upstream issue. It works fine over regular ssh. |
Upgrading didn't help, unfortunately.
Seems to be an upstream limitation? tc@box:~$ varlink --version
18 $ podman-remote version
Client:
Version: 1.6.0-dev
RemoteAPI Version: 1
Go Version: go1.12.10
OS/Arch: linux/amd64
Service:
Version: 1.6.0-dev
RemoteAPI Version: 1
Go Version: go1.12.10
OS/Arch: linux/amd64
|
We still get the same error even using
I can't yet locally upgrade podman as brew cask is still pointing to 1.5.1 - https://github.com/Homebrew/homebrew-cask/blob/master/Casks/podman.rb |
I opened up containers/podman#4138 with some more details. Basically I think it only works over ssh (not bridge), and it seems like the syntax is wrong on Windows (but haven’t tested that part myself) |
As the ticket is closed on containers/libpod, what do you then suggest to do for mac users to resolve this issue ? |
As far as I know, the issue still remains (upstream). I fixed the variables and stuff, but haven’t revisited the main issue here... The workaround is to use ssh, rather than try to use interactive varlink. |
Tested with the new 0.25 release (podman 1.7.1-dev) There is some difference in how varlink is being called. This works (
$ podman-remote run -it busybox
/ # This does not (
$ podman-remote run -it busybox
Error: client must use upgraded connection to attach Maybe we can pass that -A parameter ? |
Yes, adding the -A parameter did the trick. Fixed in 23fdcc2 |
Closed in |
Issue
When we execute the following
podman-remote
command to run a busybox container, we get this errorInfo
The text was updated successfully, but these errors were encountered: