mit-jp / mit-climate-data-viz

Plotting climate data for the MIT Joint Program on the Science and Policy of Global Change
https://cypressf.shinyapps.io/eppa-dashboard/
0 stars 0 forks source link

svante3 podman commands all hang #297

Closed cypressf closed 1 year ago

cypressf commented 1 year ago
podman ps

hangs and times out

podman pod ls

hangs and times out.

This is blocking me from deploying to svante3

cypressf commented 1 year ago

I ran a podman restart -a and now podman ps is working, and I see the pods. unfortunately, podman pod ls is still hanging.

strace podman pod ls
...
futex(0x5565940f38d0, FUTEX_WAIT_PRIVATE, 0, NULL

Looks like its hanging on some locked resource. @mjbludwig could you take a look to see what to do about that resource?

cypressf commented 1 year ago

Thanks for fixing this @mjbludwig