Author: Travis Newman
-
Stuck on the last step of Openfire installation?
update `ofUser` set plainPassword = ‘admin’, encryptedPassword = null where username = ‘admin’; See if this helps 😉
-
ELK stack made
Following this guide I set up ELK stack in a VM. Currently only getting logs from my www server, but will add others later. Also need to mess with grok.
-
mysqld_safe Directory ‘/var/run/mysqld’ for UNIX socket file don’t exists.
This is an error I get when starting MySQL on a Galera cluster node after a reboot. The result of this is that MySQL fails to start automatically after a reboot. I have no idea why this is happening and the error appears to be extremely rare, as there (from what Googling I’ve done so…
-
I got to learn some (more) High Availability things
In the spirit of continuous improvement, I made another HA setup. Same basic front-end with two webservers behind one HAProxy load balancer, but with way more fault tolerance behind them. I used the guide I mentioned in the previous HA post to create this new setup. Webservers look to 192.168.100.2 for a database connection. This…