Alex Gonzalez
Alex Gonzalez
When fsck needs to recover a FAT partition it creates recovery (REC) files with the dangling data that cannot be tied to the FAT table. After running fsck the initramfs...
All network connections during the build need to take into account proxy server configuration. The first example is this [connectivity check](https://github.com/balena-os/meta-balena/blob/e70ed6f9c0e4759fabfca4657625e64903e71005/meta-balena-common/recipes-containers/docker-disk/docker-disk.inc#L5)
**Description** After a hostOS update on a balenaFin that performs an aufs to overlay migration, the engine in the newOS fails to perform the migration and errors with: ``` Jun...
**Description** Running: - Device type: Raspberry Pi 4 (using 64bit OS) (BETA) - OS version: balenaOS 2.41.0+rev4 - Supervisor version: 10.2.2 Trying to deploy the resin-electrons ( buster-rpi4-support branch) the...
# Expected Behavior The description for `balena os download` should mention that unified releases are being downloaded and they should be configured using `balena os configure --dev` for development mode...
## Expected Behavior The `device.startOsUpdate` SDK call should work even if the last attempt has failed. Currently this is not allowed with an explicit check in the API for an...
This avoids keeping the mount busy and other services failing to unmount at shutdown. Change-type: patch Signed-off-by: Alex Gonzalez --- ### Contributor checklist - [ ] Changes have been tested...
The only storage engine currently supportes is overlay2. Devices that update to this version of balenaOS and were on aufs will migrate to overlay2. In case of HUP failure, the...
Chronyd checks that the directory specified as `sourcedir` in `chrony.conf` (in this case `/var/chrony`) is not world accessible if it exists (chrony will create it correctly if it does not...
The sshd daemon is configured to fetch keys from the API for local user connections. The script that fetches the keys, cloud-public-sshkeys, sources balena-config-vars and is run as am exclusive...