M. Casqueira

Results 79 comments of M. Casqueira

Found a rpi4 with Host OS version balenaOS 2.95.8 exhibiting this issue ``` Apr 06 19:50:50 xxxxxxx openvpn[1806517]: Wed Apr 6 19:50:50 2022 ERROR: Cannot ioctl TUNSETIFF resin-vpn: Operation not...

I know this is the engine repo and not the Supervisor but on devices running balenaOS, the Supervisor manages the containers on the engine. It can be possible that the...

After debugging this I found that this error is being thrown because one of my device is giving the CLI issues. Once I disconnected that device from my network the...

Increasing the dockerTimout to 10 seconds solved the issue. So, I think the problem is that the device was slow to respond due to load and the CLI then would...

I'm still investigating but this really helps me to know it might not just be the Supervisor frontend which is a collection a scripts found in https://github.com/balena-io/balena-supervisor/tree/master/sync. I say frontend...

Once I got more time with the livepush codebase I'll look for more issues to resolve or we can chat about ones that you know about :)

I understand setting this to null may not be allowed but I think the 500 caused was not intended.

``` curl 'https://api.balena-cloud.com/v6/device?$filter=uuid%20eq%20%%27' -X PATCH \ -H 'authorization: Bearer ' \ -H 'content-type: application/json' \ --data-raw '{"should_be_managed_by__release":null}' ``` does not throw 500 and works..the difference being that I am nulling...

I'm just documenting this issue. We don't mind that this exists because this is just for backwards compatibility. If you encounter this issue you must set the update strategy in...

I'm just waiting for the underlying feature that will use this to be confirmed since there seems to be some discussion about the necessity to add this feature. We might...