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

podman-remote: pull: stderr goes to server, not client #7198

Closed
edsantiago opened this issue Aug 3, 2020 · 4 comments
Closed

podman-remote: pull: stderr goes to server, not client #7198

edsantiago opened this issue Aug 3, 2020 · 4 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. remote Problem is in podman-remote

Comments

@edsantiago
Copy link
Member

This one is so old, and so obvious, that I had simply assumed there was already an open issue. There isn't (at least as far as I can find), neither open nor closed.

In window 1:

$ ./bin/podman system service --timeout=0

In window 2:

$ ./bin/podman-remote pull busybox
018c9d7b792b4be80095d957533667279843acf9a46c973067c8d1dff31ea8b4

Back to window 1 (the server):

Trying to pull registry.fedoraproject.org/busybox...
  manifest unknown: manifest unknown
Trying to pull registry.access.redhat.com/busybox...
  name unknown: Repo not found
Trying to pull registry.centos.org/busybox...
  manifest unknown: manifest unknown
Trying to pull docker.io/library/busybox...
Getting image source signatures
Copying blob 61c5ed1cbdf8 done
Copying config 018c9d7b79 done
Writing manifest to image destination
Storing signatures

The above output is usually sent to stderr in regular non-remote podman. With podman-remote, it is displayed only on the server, whose output is almost certainly invisible to the remote user.

@mheon mheon added kind/bug Categorizes issue or PR as related to a bug. remote Problem is in podman-remote labels Aug 3, 2020
@github-actions
Copy link

github-actions bot commented Sep 4, 2020

A friendly reminder that this issue had no activity for 30 days.

@edsantiago
Copy link
Member Author

Still a problem.

@vrothberg
Copy link
Member

@jwhonce is your PR (#7452) fixing that?

@baude baude removed their assignment Sep 18, 2020
@jwhonce
Copy link
Member

jwhonce commented Sep 25, 2020

Fixed by #7647

Please reopen if there are additional issues

@jwhonce jwhonce closed this as completed Sep 25, 2020
@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 Sep 22, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. remote Problem is in podman-remote
Projects
None yet
Development

No branches or pull requests

5 participants