Skip to content
New issue

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

ERROR [libs/hbb_common/src/config.rs:538] Failed to store config: Failed to create directory #526

Open
truthsword opened this issue Mar 17, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@truthsword
Copy link

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:

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
@truthsword truthsword added the bug Something isn't working label Mar 17, 2025
@rustdesk rustdesk transferred this issue from rustdesk/rustdesk Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant