Code: Select all
VBoxManage bandwidthctl "FreeNAS" --name Limit --limit 0
VBoxManage bandwidthctl "FreeNAS" --name Limit --limit 1
VBoxManage bandwidthctl "FreeNAS" --name Limit --limit 50Next, I try to delete the limit with:
Code: Select all
VBoxManage bandwidthctl "FreeNAS" --name Limit --deleteCode: Select all
VBoxManage: error: The bandwidth group 'Limit' is still in use
VBoxManage: error: Details: code VBOX_E_OBJECT_IN_USE (0x80bb000c), component BandwidthControl, interface IBandwidthControl, callee nsISupports
Context: "DeleteBandwidthGroup(Bstr(pszName).raw())" at line 177 of file VBoxManageBandwidthControl.cppHas anyone else tried using bandwidthctl?