Tag: Linux

GitHub – microsoft/CBL-Mariner: Linux OS for Azure 1P services and edge appliances

CBL-Mariner is an internal Linux distribution for Microsoft’s cloud infrastructure and edge products and services. CBL-Mariner is designed to provide a consistent platform for these devices and services and will enhance Microsoft’s ability to stay current on Linux updates. This initiative is part of Microsoft’s increasing investment in a wide range of Linux technologies, such as SONiC, Azure Sphere OS and Windows Subsystem for Linux (WSL).

Source: GitHub – microsoft/CBL-Mariner: Linux OS for Azure 1P services and edge appliances

Linux 5.14 Mainline Should Work With The Raspberry Pi 400 – Phoronix

With the DeviceTree addition for the Raspberry Pi 400. No kernel driver changes were needed since it’s basically very close to the Raspberry Pi 4 but the updated DTS configuration is needed for the 1.8GHz clock rate, a different WiFi chip, power off handling via GPIO, and no ACT LED on the 400 model.

Source: Linux 5.14 Mainline Should Work With The Raspberry Pi 400 – Phoronix

How to modify the core dump location

use the kernel core_pattern parameter. This may be useful if you want to save the core in an NFS location.

[root@test:~]$cat /proc/sys/kernel/core_pattern
/var/core/dumps/%t_%e_core.%p
[root@test:~]$sysctl -w kernel.core_pattern=’/remote/dumps/%t_%e_core.%p’

[root@test:~]$cat /proc/sys/kernel/core_pattern
/remote/dumps/%t_%e_core.%p