Skip to content

Error: OCI runtime error: runc: runc create failed: mountpoint for devices not found #27590

@robbo80

Description

@robbo80

Issue Description

I'm running MX Linux 21.3 (debian bullseye). I followed the instructions to build podman from source, including building runc from source. I'm trying to test podman's network connectivity, but when I run
podman run --rm alpine wget -qO- https://google.com
I get the following error:
Error: OCI runtime error: runc: runc create failed: mountpoint for devices not found

Steps to reproduce the issue

Steps to reproduce the issue

  1. Run: podman run --rm alpine wget -qO- https://google.com

Describe the results you received

As above, I get the following error: Error: OCI runtime error: runc: runc create failed: mountpoint for devices not found

Describe the results you expected

Describe the results you expected

podman info output

host:
  arch: amd64
  buildahVersion: 1.42.0
  cgroupControllers: []
  cgroupManager: cgroupfs
  cgroupVersion: v1
  conmon:
    package: conmon_100:2.1.2~0_amd64
    path: /usr/libexec/podman/conmon
    version: 'conmon version 2.1.2, commit: '
  cpuUtilization:
    idlePercent: 85.63
    systemPercent: 1.82
    userPercent: 12.56
  cpus: 8
  databaseBackend: sqlite
  distribution:
    codename: bullseye
    distribution: debian
    version: "11"
  eventLogger: file
  freeLocks: 2048
  hostname: MX-Rob
  idMappings:
    gidmap:
    - container_id: 0
      host_id: 1000
      size: 1
    - container_id: 1
      host_id: 100000
      size: 65536
    uidmap:
    - container_id: 0
      host_id: 1000
      size: 1
    - container_id: 1
      host_id: 100000
      size: 65536
  kernel: 5.18.0-4mx-amd64
  linkmode: dynamic
  logDriver: k8s-file
  memFree: 206499840
  memTotal: 8069361664
  networkBackend: netavark
  networkBackendInfo:
    backend: netavark
    dns:
      package: Unknown
      path: /usr/local/libexec/podman/aardvark-dns
      version: aardvark-dns 2.0.0-dev
    package: Unknown
    path: /usr/local/libexec/podman/netavark
    version: netavark 2.0.0-dev
  ociRuntime:
    name: runc
    package: runc_1.0.0~rc93+ds1-5+deb11u5_amd64
    path: /usr/bin/runc
    version: |-
      runc version 1.4.0-rc.1+dev
      commit: v1.4.0-rc.1-160-ga7a402a7
      spec: 1.3.0
      go: go1.24.0
      libseccomp: 2.5.1
  os: linux
  pasta:
    executable: ""
    package: ""
    version: ""
  remoteSocket:
    exists: true
    path: /run/user/1000/podman/podman.sock
  rootlessNetworkCmd: slirp4netns
  security:
    apparmorEnabled: false
    capabilities: CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_NET_BIND_SERVICE,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOT
    rootless: true
    seccompEnabled: true
    seccompProfilePath: /usr/share/containers/seccomp.json
    selinuxEnabled: false
  serviceIsRemote: false
  slirp4netns:
    executable: /usr/bin/slirp4netns
    package: slirp4netns_100:1.1.8-4_amd64
    version: |-
      slirp4netns version 1.1.8
      commit: unknown
      libslirp: 4.3.1-git
      SLIRP_CONFIG_VERSION_MAX: 3
      libseccomp: 2.5.1
  swapFree: 14318563328
  swapTotal: 17179865088
  uptime: 50h 59m 52.00s (Approximately 2.08 days)
  variant: ""
plugins:
  authorization: null
  log:
  - k8s-file
  - none
  - passthrough
  - journald
  network:
  - bridge
  - macvlan
  - ipvlan
  volume:
  - local
registries:
  search:
  - docker.io
  - quay.io
store:
  configFile: /home/Rumo/.config/containers/storage.conf
  containerStore:
    number: 0
    paused: 0
    running: 0
    stopped: 0
  graphDriverName: overlay
  graphOptions: {}
  graphRoot: /home/Rumo/.local/share/containers/storage
  graphRootAllocated: 322128838656
  graphRootUsed: 124888932352
  graphStatus:
    Backing Filesystem: btrfs
    Native Overlay Diff: "true"
    Supports d_type: "true"
    Supports shifting: "false"
    Supports volatile: "true"
    Using metacopy: "false"
  imageCopyTmpDir: /var/tmp
  imageStore:
    number: 1
  runRoot: /run/user/1000/containers
  transientStore: false
  volumePath: /home/Rumo/.local/share/containers/storage/volumes
version:
  APIVersion: 5.7.0
  Built: 1763856780
  BuiltTime: Sat Nov 22 17:13:00 2025
  GitCommit: 0370128fc8dcae93533334324ef838db8f8da8cb
  GoVersion: go1.24.2
  Os: linux
  OsArch: linux/amd64
  Version: 5.7.0

Podman in a container

No

Privileged Or Rootless

Rootless

Upstream Latest Release

Yes

Additional environment details

Additional environment details

Additional information

Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions