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
I see this error in logs ERROR [libs/hbb_common/src/config.rs:538] Failed to store config: Failed to create directory
ERROR [libs/hbb_common/src/config.rs:538] Failed to store config: Failed to create directory
This is a simple LAN-only system. IPs are used to interconnect devices.
docker compose up -d
No error
Debian 12 server with Win 11 clients
1.38
compose:
services: hbbs: image: rustdesk/rustdesk-server:latest container_name: hbbs restart: unless-stopped depends_on: - hbbr read_only: true security_opt: - no-new-privileges=true command: hbbs ports: - 21118:21118 volumes: - data:/root hbbr: image: rustdesk/rustdesk-server:latest container_name: hbbr restart: unless-stopped read_only: true security_opt: - no-new-privileges=true command: hbbr volumes: - data:/root
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Description
I see this error in logs
ERROR [libs/hbb_common/src/config.rs:538] Failed to store config: Failed to create directory
This is a simple LAN-only system. IPs are used to interconnect devices.
How to Reproduce
docker compose up -d
Expected Behavior
No error
Operating system(s) on local (controlling) side and remote (controlled) side
Debian 12 server with Win 11 clients
RustDesk Version(s) on local (controlling) side and remote (controlled) side
1.38
Screenshots
Additional Context
compose:
The text was updated successfully, but these errors were encountered: