Zubair Lutfullah Kakakhel

Results 37 comments of Zubair Lutfullah Kakakhel

@magiconair Setting dns servers, sshkeys and udev rules via supervisor are on the todo list. See - https://github.com/balena-io/balena-supervisor/issues/998 - https://github.com/balena-io/balena-supervisor/issues/702 There was a subtle change in the default behaviour at...

@magiconair indeed Until the supervisor updates, we have a few repos that are slightly safer then open heart surgery See - https://github.com/balena-io-playground/ssh-key-insert - https://github.com/balena-io-playground/udev-rule-insert Don't have a ready to use...

The other day I was thinking of adding a bash script in the OS for config.json updates. Something that makes a copy of config.json. allows edits. and only saves if...

At this point, keeping it lightweight and just using `jq` should cover most basic mistakes and would be a nice step improvement from the current state..

Made this https://github.com/balena-os/meta-balena/issues/1697

There are some issues that need to be sorted out for the `balena tunnel` command. But here is a start for a totally untested and unsafe script that might make...

@IronFist16 it worked for some OS versions. We have some work to do to make it work for recent OS. For more discussion, in chronological order https://github.com/balena-os/balena-raspberrypi/issues/341 https://github.com/balena-os/meta-balena/issues/1575 https://github.com/balena-os/balena-raspberrypi/pull/421#issuecomment-554486499

``` root@:~# uname -a Linux 4.4.71-yocto-standard #2 SMP PREEMPT Wed Jul 18 08:57:13 UTC 2018 aarch64 aarch64 aarch64 GNU/Linux root@:~# ``` https://elixir.bootlin.com/linux/v4.4.71/source/drivers/media/v4l2-core/v4l2-ioctl.c#L1272 ``` WARN(1, "Unknown pixelformat 0x%08x\n", fmt->pixelformat); if (fmt->description[0])...

@robertgzr petros asked me to add a debug log snippet here https://pastebin.com/MmiU2gXG This is a pi0w, 2.29.2, `debug : true` via `daemon.json` and then a `systemctl restart balena`

@robertgzr you might be on to something. Removing the docker folder and restarting balena-engine doesn't show those warnings. ``` root@2801ec1:~# rm /var/lib/docker/* -r ``` but when the supervisor container is...