Untitled

 avatar
4ae4d
plain_text
a month ago
3.7 kB
3
Indexable
 [email protected]  URB-WSN-0007608  /home/work/[email protected]/pomogai  130
 > podman info --debug | grep -E 'cgroup|ociRuntime|rootless|graphRoot|runRoot' -A3
  cgroupControllers:
  - cpu
  - memory
  - pids
  cgroupManager: systemd
  cgroupVersion: v2
  conmon:
    package: conmon_2.1.10+ds1-1+b1_amd64
    path: /usr/bin/conmon
--
  ociRuntime:
    name: crun
    package: crun_1.15-1_amd64
    path: /usr/bin/crun
--
  rootlessNetworkCmd: pasta
  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
--
  graphRoot: /home/sigma.sbrf.ru@23433948/.local/share/containers/storage
  graphRootAllocated: 228501487616
  graphRootUsed: 57587228672
  graphStatus:
    Backing Filesystem: btrfs
    Native Overlay Diff: "true"
--
  runRoot: /run/user/1710058298/containers
  transientStore: false
  volumePath: /home/sigma.sbrf.ru@23433948/.local/share/containers/storage/volumes
version:
 [email protected]  URB-WSN-0007608  /home/work/[email protected]/pomogai
 > systemctl --user status
● URB-WSN-0007608
    State: degraded
    Units: 238 loaded (incl. loaded aliases)
     Jobs: 0 queued
   Failed: 5 units
    Since: Fri 2026-05-22 09:53:59 MSK; 2h 33min ago
  systemd: 257.7-1+sberos2
  Tainted: unmerged-bin
   CGroup: /user.slice/user-1710058298.slice/[email protected]
           ├─app.slice
           │ ├─mpris-proxy.service
           │ │ └─1420548 /usr/bin/mpris-proxy
           │ └─plugin-css-update-os.service
           │   ├─1604563 bash -c "/usr/bin/sleep 10; /usr/bin/python3 /usr/share/sberos-css/modules/update-os/update_os/backend/__main__.py"
           │   └─1604564 /usr/bin/sleep 10
           ├─init.scope
           │ ├─1420511 /usr/lib/systemd/systemd --user
           │ └─1420515 "(sd-pam)"
           └─session.slice
             ├─dbus.service
             │ └─1420582 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
             ├─filter-chain.service
             │ └─1420553 /usr/bin/pipewire -c filter-chain.conf
             ├─gvfs-daemon.service
             │ └─1456116 /usr/libexec/gvfsd
             ├─gvfs-metadata.service
             │ └─1456130 /usr/libexec/gvfsd-metadata
             ├─pipewire-pulse.service
             │ └─1420576 /usr/bin/pipewire-pulse
             ├─pipewire.service
             │ └─1420552 /usr/bin/pipewire
             ├─wireplumber.service
             │ └─1420571 /usr/bin/wireplumber
             └─xdg-permission-store.service
               └─1420843 /usr/libexec/xdg-permission-store
 [email protected]  URB-WSN-0007608  /home/work/[email protected]/pomogai
 > systemctl --user daemon-reexec
 [email protected]  URB-WSN-0007608  /home/work/[email protected]/pomogai
 > systemctl --user daemon-reload
 [email protected]  URB-WSN-0007608  /home/work/[email protected]/pomogai
 > podman run --rm --pull=never 8f1322ced2a0 go version

Error: OCI runtime error: crun: sd-bus call: Process org.freedesktop.systemd1 exited with status 1: Input/output error
 [email protected]  URB-WSN-0007608  /home/work/[email protected]/pomogai  126
 > podman run --rm --pull=never --cgroup-manager=cgroupfs 8f1322ced2a0 go version
go version go1.25.1 linux/amd64
Editor is loading...
Leave a Comment