SystemD: a few sample scripts to run Selenium Hub

[Work-In-Progress post]   This morning, I crafted a few systemd unit files to help me manage running a Selenium Hub. As an extra benefit, I have some stuff ready for whenever I move to using CoreOS. 🙂 I'll keep the files here:   https://github.com/PortNumber53/systemd-stuffs/tree/master/selenium-hub   So if you're familiar with… Continue reading

Archlinux: Setting up SALT Stack

Setup a salt stack server to keep all your computers properly configure when you reformat them:     1. Install SALT on a box that is accessible from anywhere that will become your salt master:   # pacman -S salt resolving dependencies… looking for inter-conflicts… Packages (19): apache-libcloud-0.14.1-1 libsodium-0.5.0-1 libxslt-1.1.28-3… Continue reading

VirtualBox: Fixing piix4_smbus 0000.00.07.0: SMBus base address uninitialized – upgrade bios or use force_addr=0xaddr

If you see the following error message when booting Arch Linux: == piix4_smbus 0000.00.07.0: SMBus base address uninitialized – upgrade bios or use force_addr=0xaddr == To fix this, add "blacklist i2c_piix4" to file /etc/modprobe.d/modprobe.conf /etc/modprobe.d/modprobe.conf == blacklist i2c_piix4 ==