=== openfire is now known as hyperlumic [10:52] good morning === mfo_ is now known as mfo [13:24] hey guys, I have a 18.04 mariadb-server. Just installed mariadb-server, nothing more. I want to customize the installation, so I start with creating /etc/mysql/mariadb.conf.d/10-custom.cnf and put a [mysqld] section in there with "bind-address = 0.0.0.0" [13:25] next up: systemctl restart mariadb [13:25] and I was expecting 'netstat -ltnp' to show it would be running on 0.0.0.0:3306 [13:25] however it's still 127.0.0.1:3306 [13:27] The file is read (if I make a typo, mariadb won't start and there's a log line in /var/log/mysql/error.log) [13:27] argh... found it [13:28] I was testing with 10-custom.cnf and 100-custom.cnf [13:28] it seems that file is loaded before 50-server.cnf [13:28] I made it 60-custom.cnf [13:28] sorry guys [13:30] yeah it's lexical ordering (where 100 < 50, because 1.... < 5.....) [13:30] yeah thanks! I did not expect that :) [17:05] is there a way to see what machines I have subscribed to the livepatch service currently? [17:13] hm [17:13] good question === techmagus_ is now known as techmagus === JanC_ is now known as JanC [23:55] is anyone familiar with how to shrink an LVM2 partition to recover free space to the hard drive itself so that it can be used for another partition?