Category Archives: Uncategorized

vma password too simple

Trying to install VMA (vSphere Management Assistant) to do some cool vmware command line stuff, but after the install it’s giving me a nightmare trying to set the password. No matter what I try it tells me I have a … Continue reading

Posted in Uncategorized | 1 Comment

Solved SquirrelMail ERROR: Connection dropped by IMAP server. Query: CAPABILITY

We removed a user’s account and then decided we still wanted access to the mailbox. After re-adding the account, SquirrelMail was saying nothing but: ERROR: Connection dropped by IMAP server. Query: CAPABILITY To fix this, I looked at the UID … Continue reading

Posted in Uncategorized | 3 Comments

Easy way to copy / clone a virtual machine in ESXi Free edition

Clone an ESXi VM in 10 easy steps 1. Access VmWare vSphere Client. 2. Make sure the machine to be copied is powered off. 3. Go to the Configuration tab and click on Storage in the Hardware menu. 4. Right … Continue reading

Posted in Uncategorized | Leave a comment

Problem adding storage to ESXi with a used HD

Call “HostDatastoreSystem.QueryVmfsDatastoreCreateOptions” for object “ha-datastoresystem” on ESXi failed. the drive has an invalid partition table. Fixed by following the instructions under “Clearing partitioning information in ESXi using the DD utility” here

Posted in Uncategorized | Leave a comment

enable SSH on ESXi 5

in Vsphere Client, go to the configuration tab, click Security Profile, Click Properties in the upper right corner, in the popup choose SSH, click options and start it from there. Thank you Thomas Maurer!

Posted in Uncategorized | Leave a comment

Fatal error: Call to undefined function self_admin_url()

while updating a wordpress site, saw the subject error…. Seems like this happened because the recovered password wasn’t changed. That generated a warning which I suppose led to the fatal error during the upgrade process. So everything was fine, but … Continue reading

Posted in Uncategorized | 2 Comments

Death of Meebo Messenger

I started using Meebo sometime maybe 6 months after it launched. Loved it and told everyone I know to use it too. Sometimes there were bugs, but the team actually responded and fixed them! What an awesome company. But over … Continue reading

Posted in Uncategorized | Leave a comment

PFSense error: kernel: arpresolve: can’t allocate llinfo for

Still trying to figure this one out. I preconfigured a bunch of rules on a pfsense installation on a VMWare guest. When I attach LAN & WAN, I can ping both sides but can’t get out from LAN to the … Continue reading

Posted in Uncategorized | Leave a comment

Solved: Python.h: No such file or directory

While installing pre-reqs for reddit, saw the subject error. Fixed with: apt-get install python2.6-dev found here

Posted in Uncategorized | Leave a comment

Version mismatch error. This is libtool 2.2.6b

While installing pre-reqs for reddit, saw the subject error. Fixed by doing this: autoreconf found here

Posted in Uncategorized | Leave a comment