Christina Wang

Results 43 issues of Christina Wang

The Supervisor currently loads this module on container startup regardless of device type: https://github.com/balena-os/balena-supervisor/blob/master/entry.sh#L45-L57 However, it does this by depending on its `/mnt/root` bind mount which is not ideal. `ip6_tables`...

**NOTE**: For users and support agents arriving here in the future: since it's not clear how we can reproduce this issue, please find out more information about various conditions on...

**Description** On a device, when running `balena network ls`, there will be duplicate networks of the same name, for example: ``` root@f29ba6a:~# balena network ls NETWORK ID NAME DRIVER SCOPE...

When the engine is not allowed time to gracefully stop, its leftover processes become orphaned from what I can tell and do not get cleaned up. A possible fix for...

This is a feature request, and falls in line with docker-compose behavior: https://docs.docker.com/compose/extends/#multiple-compose-files # About this issue tracker *The balena CLI (Command Line Interface) is a tool used to interact...

type:feature

Corrected from `"gpio=19=op,dh","gpio=0-25=a2"` which will result in `gpio=gpio=...` in config.txt being applied by the Supervisor. If `"gpio=19=op,dh","gpio=0-25=a2"` is set via the dashboard as in the old example, the `config.txt` value...

Perhaps done by adding to `src/features/vars-schema/env-vars.ts` : https://github.com/balena-io/open-balena-api/commit/581db9e845cfd15eae5f2caa000a8e4dbb24b392#

What would be the additional overhead? Related: - https://github.com/balena-os/balena-supervisor/pull/1993 - https://forums.balena.io/t/nfs-mounts-and-3rd-party-containers - https://github.com/VolkovLabs/balena-nfs which is a 3rd party solution which works, but may be too heavy for some

type/feature

I'm creating this issue as a placeholder for a feature request based on our stack today, but a better long term solution is in the works -- i.e., the Supervisor...