Last seen: Sep 10, 2026
The bind mounted directories are always ephemeral so saying that this is a cause of the problem is like saying the door won't open because you used th...
Reducing the container image size, which means reducing the rootfs-base archive size, is currently a continuous work which the user will see through t...
I'm completely unable to understand the meaning of these statements. I suppose they are meaningless or wrong. Such a procedure of stripping down ...
@einar-hjortdal It might be that you pulled nftables in by installing a package which required it, that I don't recall now, which is what happened to ...
@einar-hjortdal Did you already try rebooting with nftables uninstalled or disabled? I need an explicit feedback on this. You may also check if restar...
@einar-hjortdalForwarding seems ok and it would be confirmed by: docker run --rm openmamba/openmamba ping -c1 8.8.8.8 If so, next we need to specif...
First of all, you can remove the %__transaction_unshare ... workaround from your Docker file because it is has been implemented within openmamba D...
I know that current docker images do work when creating containers in some environments without the --network option.Since you are reporting that your...
The problem with wine running 32 bit binaries has been addressed and likely fixed with this release. dxvk package was also on the work but the current...
thermald is confirmed disabled and inactive, and intel_pstate is in passive mode (expected on Haswell without HWP support). The userspace governor bei...
The echo schedutil command at runtime restored normal frequency (3-4 GHz), which points to the userspace governor with 800 MHz as the cause. Since the...
Interesting — RAPL is present, so thermald's "NO RAPL sysfs present" message is unexpected. It may be a permissions issue accessing the files inside, ...
The thermald log suggests a likely cause: "NO RAPL sysfs present" means thermald cannot find the Intel RAPL (Running Average Power Limit) interface it...
The data points to thermald as a likely cause: the governor is set to "userspace" with scaling_setspeed=800000, which is how thermald controls CPU fre...

