Page 1 of 1

v8 RC File Browser Access Issue

Posted: Mon Apr 28, 2014 11:33 pm
by microfoundry
Greetings - currently running 8.0.6441 and I just noticed one of my two nodes errors on the creation on an image file and logs the following error:

FileBrowser: Could not create image : insufficient rights!

Additionally the File Browser window does not display any data (drives/folders/files) while trying to create a virtual disk. FWIW, it does display data if trying to create a Virtual CDRom.

TIA,

Terry

Re: v8 RC File Browser Access Issue

Posted: Tue Apr 29, 2014 10:13 am
by Bohdan (staff)
Hello Terry,
please send your StarWind.cfg file and StarWind logs to beta-testing@ e-mail.

Re: v8 RC File Browser Access Issue

Posted: Wed Apr 30, 2014 11:07 pm
by microfoundry
Hi Bohdan - just for kicks, I compared the config files from my 2 nodes and discovered the <filebrowser> sections were not the same

Before:
<filebrowser>
<imagedir path="*" flags="cmdfv" alias="VTLs" extensions="swdsk"/>
<imagedir path="*" flags="cmdfv" alias="VTapes" extensions="VTape"/>
<imagedir path="*" flags="cdmfv" alias="Event Logs" extensions="txt,log"/>
<imagedir path="*" flags="cdmfv" alias="Headers" extensions="swdsk"/>
<imagedir path="*" flags="v" alias="My Computer" extensions="*"/>
<imagedir path="*" flags="v" alias="Image Files" extensions="img,dat"/>
</filebrowser>


After (matching my good node):
<filebrowser>
<imagedir path="*" flags="cdmfv" alias="My Computer" extensions="*"/>
<imagedir path="*" flags="cdmfv" alias="Image Files" extensions="img,dat"/>
<imagedir path="*" flags="cmdfv" alias="VTLs" extensions="swdsk"/>
<imagedir path="*" flags="cmdfv" alias="VTapes" extensions="VTape"/>
<imagedir path="*" flags="cdmfv" alias="Event Logs" extensions="txt,log"/>
<imagedir path="*" flags="cdmfv" alias="Headers" extensions="swdsk"/>
</filebrowser>

I'm not sure how/when/why the config file got off into the weeds, but the change fixed my issue.

Care to share the official definition of the flags attributes?

Thanks again!

Re: v8 RC File Browser Access Issue

Posted: Mon May 19, 2014 6:34 pm
by anton (staff)
V8 is out. Please update. Thanks!