XSOAR hosting docker container problem (exit status 125)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

XSOAR hosting docker container problem (exit status 125)

L0 Member

Hey,

I have a xsoar instance hosted by PA (saas access) and today none of my containers seems to work. Any script run gives the following message

Error from Scripts is : Script failed to run: "docker images demisto/python3:3.10.13.86272" with error "exit status 125" and output "Error: cannot re-exec process to join the existing user namespace 

Has someone had previously this problem ?.

I don't have access to /reset_containers

Cortex XSOAR 

 

commands run from engines (owned) work as expected

 

1 REPLY 1

L3 Networker

Hello,

 

First recommendation is to reset the containers and if that doesn't work then restart the docker service. Please follow these troubleshooting steps: 

 

Scenario 1: Error mounting storage for container

  1. For an immediate fix, try to reset Podman's state (for user demisto) by running this on the engine's machine:
    sudo runuser -u demisto podman system reset
    (or just switch to user demisto and run "podman system reset")

 

  1. If the above fails, try to purge Podman's state manually by running:
    sudo rm -rf /var/lib/containers/storage/*

    After deleting the above, you may want to rerun "podman system reset" (as demisto) to make sure there are no leftovers.

  2. In case you are still seeing issues - another cleanup command you can try is podman system migrate (run as demisto)
    Some combination of the above commands should eventually get Podman working again. To test it, run (as demisto😞 podman run hello-world

  3. To prevent such issues from happening again, run this command:
    sudo loginctl enable-linger demisto
  4. Make sure that Podman's runroot path is mounted on a tmpfs filesystem type. This can be checked with the df command for example, or with: cat /proc/mounts
  • 1115 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!