Simon Fels
Simon Fels
The combobox doesn't allow choosing anything else. Trying to show available options shows nothing and "Tracks" is selected by default.
**Describe the bug** We're currently integrating crash handling via the minidumper-child crate and the implementation works as expected on x86-64. However on aarch64 we see a SEGV in `crash_handler::linux::state::HandlerInner::handle_signal` which...
With LXC 6.0.4 we have an entry in our container config to mount a tmpfs ``` lxc.mount.entry = none sys/kernel/tracing tmpfs none 0 0 ``` After upgrading to 6.0.5 this...
This implements an interface for the socket LXD provides to all instances to allow communication with the hypervisor for additional configuration (e.g. user supplied metadata). See https://documentation.ubuntu.com/lxd/latest/dev-lxd/ for details on...