Cloud servers provide a turn key solution to a lot of problems, however they can quickly become an expensive crutch that hides problems rather than solving them. A lot of companies start out with one or two cloud servers then increase resources on them or provision more as their product grows. Quickly this can turn… Read more »
SOLVED: Performance Issues With FreeBSD ZFS Backed ESXi Storage Over NFS
Saturday, August 24, 2013
Update November 14th, 2016: This is an old article but my recommendation to hack the NFS file still stand even given how inexpensive small SSDs are. An SSD ZIL still delivers low performance with ESXi/NFS unfortunately. We have have a dual SSD ZIL setup on this file server, and without the NFS hack we still… Read more »
SOLVED: FreeBSD vmware-guestd6 Port Fails To Start
Thursday, August 5, 2010
I also to run across this error when working with certain FreeBSD VMs (FreeBSD 7 and 8.0, 8.1). I think the vmware-guestd6 port is missing a dependency. Here is the problem: $ /usr/local/etc/rc.d/vmware-guestd start /usr/local/etc/rc.d/vmware-guestd: WARNING: failed to start vmware_guestd Not too helpful and the logs don’t show anything either. If we try to manually… Read more »
SOLVED: FreeBSD vmware-guestd6 Port Install Error
Tuesday, August 3, 2010
I seem to run across this error when working with certain ESX based FreeBSD VMs (FreeBSD 7 and 8.0, 8.1). My suspicion is that the VMWare tools image that gets mounted when installing the guest tools is mismatching what the port expects, depending on the server’s copy of VMWare Tools. $ cd /usr/ports/emulators/vmware-guestd6 $ make… Read more »