Bug ID | 1222450 |
---|---|
Summary | Error: crun: opening file `memory.max` for writing: No such file or directory: OCI runtime attempted to invoke a command that was not found |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | x86-64 |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Containers |
Assignee | containers-bugowner@suse.de |
Reporter | miika.alikirri@suse.com |
QA Contact | qa-bugs@suse.de |
Target Milestone | --- |
Found By | --- |
Blocker | --- |
Created attachment 874124 [details]
output of podman info
On a fresh installation of tumbleweed (version 20240403), podman fails to run
as a non-root user when `--memory` option is set.
running:
```
podman run --rm --memory 4M tumbleweed echo it works
```
prints out:
```
Error: crun: opening file `memory.max` for writing: No such file or directory:
OCI runtime attempted to invoke a command that was not found
```
And running it as sudo runs it correctly and prints:
```
it works
```