Lars Boegild Thomsen

Results 8 issues of Lars Boegild Thomsen

In the bower.json 4.2.0 is specified, but the one included in the bower_components folder is actually 3.12. It works with 3.12 but if using 4.2.0 (or the latest 4.15) the...

Current config: ``` server { listen 80; server_name wp0.cow.dk; location /.well-known { default_type "text/plain"; rewrite /.well-known/(.*) /$1 break; root /var/lib/subutai/letsencrypt/webroot/wp0.cow.dk/.well-known/; } return 301 https://$host:443$request_uri; # enforce https } ``` Needs...

After upgrading to buster/lxc 3, some services fails when using buster-based containers - most noticeable: apache2, mariadb-server (mysql) dovecot

Debian Buster includes lxc 3.0 (rather than 2.0 used in Stretch) and this results in issues with Subutai. This issue documents my findings regarding these issues.

Fresh peer install on bare metal fails to run proper after `subutai import management`. Process list is: ``` root@management:/# ps aux USER PID %CPU %MEM VSZ RSS TTY STAT START...

The approach is slightly messy. Cleaner on Debian/Ubunto would be to use the tools for handling java packages. Assuming jdk-8u152-linux-x64.tar.gz has been downloaded from Oracle, the following steps should work...

When generating code from CubeMX all source files are completely overwritten. Even "user code" sections - like this (from `usbd_msc_if.c`: ``` /* USER CODE BEGIN PV */ /* Private variables...