Expand ZFS To Use Larger Disks / Free Space

Monday, June 11, 2018

One of the great features of ZFS is to be able to expand it using new, larger disks — even while it is online. To do this you’ll replace each disk, one by one with a larger disk. After each replacement you’ll rebuild the zpool, and then move on to the next disk. Once all… Read more »

Debian 8 Under Bhyve Networking Problem: Packets Over 230 Bytes Truncated

Tuesday, February 13, 2018

We’re a big fan of FreeBSD’s Bhyve hypervisor, including writing an open source lightweight management interface for it called BMT. While setting up a Debian 8 guest VM we ran into a perplexing issue where networking was not working correctly. After much troubleshooting we narrowed down the symptom to be that packets larger than 230… Read more »

SOLVED: Can’t Connect to Linux Server Behind NAT From Linux/FreeBSD But Can From Windows

Friday, November 17, 2017

Strange networking behavior while trying to access a Linux server via NAT? Does it work from one computer but not another? We may have the solution! We recently ran across a situation where a Linux server was behind NAT (for VPN purposes), and we could access it just fine from a Windows 10 computer, however… Read more »

SOLVED: NextCloud Admin “invalid email address” / User List Not Updating After Add Under PHP-FPM Chroot

Tuesday, August 15, 2017

We do a lot of NextCloud installs, and use PHP-FPM + chroot for maximum security. This gets tricky though, and one of the more obscure gotchyas we’ve run across is trying to create a new user or set a user’s email address and getting back “invalid email address” despite the address being, well, valid. Another… Read more »

Test memcached Using UNIX File Sockets

Monday, April 10, 2017

We love monitoring things, and we also love memcached! Monitoring or testing a memcached instance that is using TCP is fairly straight forward, but we recently ran into a situation where a client was using UNIX file sockets and had to take a step back. You can’t just telnet to a socket file. … or… Read more »

MySQL Ignoring my.cnf Values / Settings

Thursday, February 16, 2017

This is a short one but hopefully it helps avoid some head-into-wall action: You’re setting values in your my.cnf file, wherever that may be, but MySQL doesn’t seem to be picking them up? The most common cause we run across is that there are OTHER my.cnf files on your server, and MySQL only reads the… Read more »

Disaster Planning & Overnight FedEx Added To Our Off-Site Backup Service

Thursday, February 9, 2017

A-Team Systems is excited to announce two excellent improvements to our off-site backup service! Not only does our service outperform Amazon S3 by over 4x, we now offer more than just backup storage and operations. These additions advance our off-site backup service into a full fledged disaster recovery system. Disaster Planning We now include full… Read more »

SOLVED: Virtualenv RuntimeError: Package ‘sqlite’ must not be downloaded from pypi

Monday, December 19, 2016

While working with Python Virtualenvs / Virtual Environments we ran into a package that simply refused to install into it: sqlite: (venv) [siteowner@server /share/sites/www.sitename.com]$ pip install sqlite Collecting sqlite Using cached sqlite-99.0.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File “”, line 1, in File “/tmp/pip-build-USy81K/sqlite/setup.py”, line 2, in raise… Read more »

FreeBSD 11.0 Deployment Soon!

Thursday, November 17, 2016

FreeBSD 11 was formally released last month and we’re very excited to start rolling it out to our clients in the coming weeks. FreeBSD 11.0 brings a host of new features and improvements including: Improved BHyve: BHyve is FreeBSD’s type-2 native hypervisor which boots virtually any FreeBSD and Linux version and now includes a native… Read more »

HOW TO: Windows 10 Under Bhyve /w FreeBSD 11

Thursday, October 27, 2016

With FreeBSD 11 comes a new version of Bhyve with a feature that makes installing Windows 10 a snap: a VNC accessible framebuffer driver! This lets any GUI OS, such as Windows, boot into graphics mode on the console. Previously getting Windows working was possible but required a lot of effort to create a custom… Read more »

A-Team Systems