Simon McVittie
Simon McVittie
> in situations where we need to modify the JSON manifest ... and this, where the `library_path` given is relative to the JSON manifest's own filename, is one of those...
> From what I understand, PREEMPT_RT kernels disable CONFIG_RT_GROUP_SCHED, which breaks the containerization Steam relies on. I am not aware of any reason for Steam's containerization to interact with scheduling....
> `LD_LIBRARY_PATH=...:/home/ceylanb/miniconda3/envs/franky/lib:...` What locally-installed libraries do you have in there? A wild guess is that this could potentially interfere with Steam: perhaps try launching Steam as `env -u LD_LIBRARY_PATH steam`,...
> Does your PREEMPT_RT kernel disable 32 bit support maybe? That would explain the `None of the supported CPU architectures are common to the graphics provider and the container` I...
> pressure-vessel (the container system) seems incompatible with how Realtime kernels handle cgroups Do you have evidence for this statement, like perhaps an error message that I haven't seen, or...
> managed to solve the usual Ubuntu 24.04 headaches (fixed the AppArmor user namespace blocking) If you're running on Ubuntu with AppArmor enabled (as it is by default), then it's...
> From what I've read, PREEMPT_RT kernels have known issues with overlay filesystems This is plausible, but I don't know it to be true or false. > and pressure-vessel uses...
> This error - `fstatat(./5c/348873-1.bin): No such file or directory` - looks a lot like overlay filesystem corruption The container runtime framework has a built-in integrity check. Running the command...
> I am running with `noverifyfiles` because if I not do that steam stuck at extracting and verifying You're explicitly disabling the mechanism that would normally check whether an important...
@rriemann, you are encountering a different failure mode with a different error message. It is caused by the use of an automount (see https://github.com/flatpak/flatpak/issues/5112#issuecomment-2337927538, https://github.com/flatpak/flatpak/issues/5112#issuecomment-2338185961).