We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When Remmina tries to connect to a VM via RDP, following error is thrown:
[10:47:07:275] [804:828] [ERROR][com.freerdp.crypto] - error creating directory '/headless/.config/freerdp' [10:47:07:275] [804:828] [ERROR][com.freerdp.crypto] - certificate store initialization failed
.config dir has following permissions, which needs to be changed
.config
adding chmod -R g+rwx /headless/.config to the Dockerflie
chmod -R g+rwx /headless/.config
rwx
The text was updated successfully, but these errors were encountered:
(#8) added chmod on .config for remmina
ab3d16f
Merge pull request #9 from sakuli/bugfix/8/permission-for-remmina
b37d847
cliffle
No branches or pull requests
When Remmina tries to connect to a VM via RDP, following error is thrown:
.config
dir has following permissions, which needs to be changedSolution
adding
chmod -R g+rwx /headless/.config
to the DockerflieAcceptance Criteria:
rwx
for.config
The text was updated successfully, but these errors were encountered: