Alberts S

Results 10 comments of Alberts S

I think this is a mirror repository. AFAIK the correct place to report issues for cloud-init is on [Launchpad](https://bugs.launchpad.net/cloud-init). There is already an ongoing issue related to chef_license - [#1912424](https://bugs.launchpad.net/cloud-init/+bug/1912424)...

The fixes with environment variables mentioned above did not work for me, however after investigating the QT environment variables the following appeared to have caused the issue `QT_DEVICE_PIXEL_RATIO`. Unsetting it...

@Mart-Bogdan, unsetting the variable ensures that it is drawn correctly, however since I'm on one screen - 1920x1080 14''' the fact that scaling is not taking place is not really...

@fededim Readline must be installed in the router and in the host. But if the error is when compiling it is because host distribution lacks it. `sudo apt-get install -y...

Do you have write permissions for the non-root user in the directory?

AFAIK latest release has only changed client side configuration. Though if you want you can try out the newest version I've precompiled packages for it. http://vpslv.tirlins.com/openwrt/packs/4.15-9546/

When I first found this repository I thought at first that having support for a queue (e.g SQS) would be useful. However after giving this more though - maybe it...

Hey, You might have some luck checking out Armbian - this repository AFAIK was mainly used before Armbian/Kernel supported the chipsets used by Orange Pi. https://www.armbian.com/orange-pi-pc-plus/

Hey @brikis98, Using the approach you showed above worked very well in TF 0.11, however in TF 0.12 when using the `required_var_files` attribute it expects for all variables to be...