Zubair Lutfullah Kakakhel

Results 37 comments of Zubair Lutfullah Kakakhel

@robertgzr so the docker0 bridge warnings came via balenaOS. https://github.com/balena-os/meta-balena/pull/1449 removes them. Now for the stale sandbox ones. They are worse in a multi-container setup. I'll see if manually creating...

@robertgzr ok so this warning one I think is coming from balena-engine itself. On a pi3, running 17.3.3 ``` root@2801ec1:/mnt/data/test# balena version Client: Version: 17.13.3-dev API version: 1.35 Go version:...

Same on 18.09.3 unfortunately. After a `rm /var/lib/docker/*`, they appear after multiple invocations of a simple sleeping container. ``` balena run -d --restart always balenalib/raspberrypi3-debian /bin/sleep infinity ``` ``` root@2801ec1:/mnt/data#...

Couldn't find an easy alternative. psplash exists. But it compiles the splash logo in the binary itself. We can't really use that easily. I do notice one thing. raspbian lite...

Can't seem to find any lightweight alternative to plymouth that reads the logo at runtime. `psplash` is lightweight but the png is built into the binary during the build.

@balena-ci retest

merged #21 to address most of the workarounds. Just the odroid-c1 workaround left. Need to use jessie to build modules for that board. It runs a 3.10 kernel and needs...

This is probably because we disabled usb scanning in u-boot to speed up the boot by ~2 seconds.. https://github.com/balena-os/balena-raspberrypi/pull/311 Which merged in 2.31.3 onwards. We disabled usb scanning from meta-balena...

@nunux13 a better thing to do would be to simply revert that commit instead of going back to that old version. Do you mind me asking how you use balenaOS...

@markhaehnel we don't plan on reverting the commit. It'll add 2 seconds to everyones boot time. usb boot isn't something we test/support during releases. but there are people who find...