Hello All. I am using the Virtual here Cliente in the Win 11 and it is working normally in the Raspberry Hub when I monitore two USB Serial Ports I need to use the license and it is working fine. But when I need to restart the system (Computer Win 11 + Raspberry Hub) it is necessary to enter the license again to work and I do it and it is working fine, but all the time when I restart the system it is necessary insert again the license. Is there any way to leave the license inserted the Virtual Here software?
Hi @CesarNelson -
Welcome to the forums! Blue Robotics has no association with VirtualHere, have you tried asking the Vendor for support?
Hello Tony, Yes I did VirtualHere Support and he asnwer me. " Is the Raspberry disk read only? If so the license cannot be saved to the /etc/local/etc/virtualhere/config.ini file permanently. "
Do you think the BlueBoat Raspberry disk read only or not?
Hi, that sounds like a bug, well, a missing bind.
The file is created but within the docker container, which is not persistent.
Can you try going to “Installed Extensions” and setting the “Custom permissions” of the Virtualhere extenstions to this?
{
"NetworkMode": "host",
"HostConfig": {
"Privileged": true,
"NetworkMode": "host",
"Binds": [
"/etc/local/etc/virtualhere/:/etc/local/etc/virtualhere/:rw"
]
}
}
Hello Willian. Thanks… I Tried as you suggested but It is the same issue. I need to insert the VHere license every restart the BlueBoat and the computer.
can you try opening http://blueos.local/tools/file-browser/etc/local/etc/virtualhere/ after adding the license?
hmmm I read the file might be getting saved to the same folder where the binary runs… let me do some research.
@CesarNelson is the license always the same? or do you need to generate a new one every time?
@williangalvani The license is always the same.
@williangalvani Please see the picture when I tried open.
@williangalvani @CesarNelson found solution to this?
I just pushed a new 1.0.4 version of the extension, which should keep the license as expected.
Please let me know if it solves the issues for you.
Hi @williangalvani ,
after updating the extension and testing, the issue has been fixed. So far, license and other set configurations are persistent. Thank you very much.
Hi @williangalvani. I tested and it is working fine. Thanks.