-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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: cp crashes #3861
Comments
@QiWang19 PTAL |
@edsantiago I don't see those error messages for podman-remote run? |
They're from the varlink server process; do you have that running in a separate window? They seem to be harmless, and don't affect execution. They have been present since pretty much Day One of podman-remote; see #2212 |
These could be indicative of a real bug. @baude PTAL. Looks like varlink is attempting to execute commands on behalf of the remote client, but is checking if the fields are valid, against its own CLI. Should we just ignore these errors or should they be real bugs? |
Do we support podman remote cp already? |
My point here is that it might be better to say "unsupported" than to dump a giant stack trace. |
if a command is not supported by remote, it should not even show up |
prune unwanted messages when running a container remotely. also, cp is not remote-enabled yet and as such should not be available on the remote client. Fixes: containers#3861 Signed-off-by: baude <[email protected]>
Correct, if this is not ready for support yet, it should be removed from the command line. |
All manner of
podman cp
incantations crash. Here's one:podman master @ f618bc3
The text was updated successfully, but these errors were encountered: