Alexander Mikhalitsyn
Alexander Mikhalitsyn
I can confirm that it doesn't work on Focal kernel at all. ``` root@o:~# ps aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.1...
Ok, what we have about privileged containers: - jammy works - noble doesn't - oracular too What we have in the audit logs: ``` [15669.318153] audit: type=1400 audit(1721991292.665:4813): apparmor="DENIED" operation="mount"...
> @mihalicyn does this fix rely on the apparmor parser version in core24? yes, but we don't need core24 itself. Full list of changes we need to backport: 1. https://github.com/canonical/lxd-pkg-snap/pull/477...
I can confirm that it works for me well on `5.0/edge` with Ubuntu Jammy host.
https://gist.github.com/Sota4Ever/c62222b5625355b2e3086daa1d30a1b2#file-startcontainer-log link is not actual anymore. Please, provide a full output for failed commands.
Hi @r00ta, please can you give me a bit of context in addition to what Simon asked. Are you using CPU hotplug for that VM? Is this thing is stable-reproducible...
`GetResources` generate it's output based on `/proc/cpuinfo` and `/sys/devices/system/cpu`. >See [this](https://pastebin.ubuntu.com/p/8ST8skMDcP/) for the full output and [this](https://pastebin.ubuntu.com/p/PgHFgGVRTX/) for the output of /proc/cpuinfo These two outputs doesn't appear to be collected...
Wow! Thanks, @alanbach ! Now data looks consistent and I think I know what's going on there. We have [this](https://github.com/canonical/lxd/commit/c26c4025b3479603d1d047819f9b301c137490e5) to extract some data about CPU from DMI for some...
We had a debugging session with Alan and thanks to him now I have some debug logs and understand what's going on there. Our code implicitly relies on the fact...
Hi @xmready ! Can you please provide us with some extra information: ``` # from inside the container ip a ip route # from the host ip a ```