Archives for the ‘English’ Category

A simple buildbot buildsavle for STAF/STAX

In order to integrate STAF with buildbot, you need a function that parses the result. One odd thing is it doesn’t matter how many test cases fail in a STAX task, it always shows “NORMAL” in STAF result as long as the syntax is okay. So the failed test case number is only thing that [...]

Fix for pictures not displaying in WordPress RSS feed

It was not until today that I found the images in my rss feed are displayed as red X. Putting the image url into browser directly will give you a 404 error page, but they have no problem being displayed in my actual blog post. Later I tried everything, cache-plugin, folder permissions… but none of [...]

RestrictedVersionFault when tried to connect to ESX server through vmware-cmd

Did you get the same error message when tried to operate an ESX virtual machine via vmware-cmd command? SOAP Fault: Fault string: fault.RestrictedVersion.summary Fault detail: RestrictedVersionFault It is because Vmware has restricted write/read access for remote command interface (RCI) for ESXi in its latest update, so that the free users cannot start/revertsnapshot via vmware-cmd. However [...]