Replies: 4 comments 3 replies
-
Thanks for reaching out! @cdoern, can you take a look? |
Beta Was this translation helpful? Give feedback.
-
podman scp |
Beta Was this translation helpful? Give feedback.
-
@rhatdan When you check the link I posted the problem is that on NixOS this That's the reason I look for the code which is doing this remote call to understand if it's a problem of NixOS patching or a podman bug. |
Beta Was this translation helpful? Give feedback.
-
@asbachb what version of podman are you using? I believe I fixed the path issue in the main branch. I will check |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to find out the cause of NixOS/nixpkgs#187589
It seems
pdoman scp
tries to callpodman
command via ssh. I could not find the part in source so that I could verify if this needs to be fixed on podman or on NixOS side.Based on debug output it's somewhere after here:
podman/cmd/podman/root.go
Line 282 in 3dace12
Thanks
Beta Was this translation helpful? Give feedback.
All reactions