containers / podman

Podman: A tool for managing OCI containers and pods.
https://podman.io
Apache License 2.0
23.54k stars 2.39k forks source link

Podman connection reset by peer #6795

Closed Aruscha closed 4 years ago

Aruscha commented 4 years ago

Hello,

I have changed from Docker to Podman and unfortunately it is very difficult at the moment...

As you can see most of the PULL commands don't work for me I always get an error. I tested it on six podman pull files. None worked except for the two below. IMG_20200627_024620_136

podman pull hello-world and podman pull nginx are working.

Can anyone help me?

What could be the reason ?

rhatdan commented 4 years ago

Worked for me on rootless, and rootfull. What does podman info show? Any chance you are running out of space?

goochjj commented 4 years ago

I just tripped over this, and then it resolved itself.

Is it possible there was a network issue and the error just isn't that great?

vrothberg commented 4 years ago

I am under the same impression. This usually happens when the network is unstable.

We have received reports that Docker is slightly more tolerant toward network issues; I assume it has some retries or exponential backoff. But in the end there's no good medicine for that other than using a stable network.

vrothberg commented 4 years ago

@Aruscha, any chance you can try another network?

Aruscha commented 4 years ago

So first of all sorry I was a little bit on the road, I even changed the operating system to Centos8 today, same problem, podman on my laptop, works without problems, I don't understand the problem anymore...

Aruscha commented 4 years ago

Worked for me on rootless, and rootfull. What does podman info show? Any chance you are running out of space?

[arusha@Florina ~]$ podman info host: BuildahVersion: 1.12.0-dev CgroupVersion: v1 Conmon: package: conmon-2.0.6-1.module_el8.2.0+305+5e198a41.x86_64 path: /usr/bin/conmon version: 'conmon version 2.0.6, commit: a2b11288060ebd7abd20e0b4eb1a834bbf0aec3e' Distribution: distribution: '"centos"' version: "8" IDMappings: gidmap:

github-actions[bot] commented 4 years ago

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

rhatdan commented 4 years ago

@Aruscha Were you ever able to get this to work? We have seen some issues with Artifactory registries?

Aruscha commented 4 years ago

@rhatdan No, I had to go back to docker Wi-Fi is probably fine, but I can't do it on Ian.

rhatdan commented 4 years ago

Well we have added retry to podman now, so it should be better able to handle unstable networks.

Aruscha commented 4 years ago

So up to now it does not go unfortunately still with me in lan enterprise.

Is it perhaps because of cloudflare? Because in the wifi it goes...

IMG_20200807_132636_272.jpg

rhatdan commented 4 years ago

Did you try this with podman in the upstream repo?