mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #149] Using configuration on remote share #126
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#126
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gofastgirl on GitHub (Sep 5, 2021).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/149
Hi,
Some I'm trying to do a configuration, but PRemoteM is not happy.
I have 3 different client machines that I use to connect to various VMs via RDP only.
So I put all PRemoteM files onto a shared drive that all guests can access.
I configured PRemoteM to connect to a couple of my VMS.
I configured PremoteM to store it's database in the same folder as the executable.
I added permissions to the ini and db files for EVERYONE Full Access
But I keep getting errors.
Database: Permission denied for reading! Please check your password of file occupation.
Any ideas what I need to do to get this to work?
Thanks!
@VShawn commented on GitHub (Sep 10, 2021):
Since we open the database in exclusive mode, our PRemoteM database can not be shared by two client.
You can make a copy of PRemoteM in each of your gustes, and let them use their individual database. You have to export/import data manually when you change your connection info.
About the data sharing/sync, you can take a look at this ticket, I think sharing sqlite database will alway cause conflicts, so I hope I can add mysql support or C/S structure support, then we can get a central data source, and all the client can read data from the same source.
https://github.com/VShawn/PRemoteM/issues/76