rustdesk / rustdesk-server

RustDesk Server Program
https://rustdesk.com/server
GNU Affero General Public License v3.0
6.49k stars 1.36k forks source link

Issue starting the server-pro containers for hbbs/hbbr #422

Open fgn-itsupport opened 3 months ago

fgn-itsupport commented 3 months ago

I'm trying to start the hbbs and the hbbr via container. Both containers are failing with the following error:

hbbs | thread 'main' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flexi_logger-0.25.6/src/threads.rs:107:14: hbbs | called Result::unwrap() on an Err value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

The same error occurs for hbbr as well.

Describe the environment

How to Reproduce the bug Steps to reproduce the behavior:

  1. Given the previously described environment
  2. docker-compose up
  3. I get the following error: hbbs | thread 'main' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flexi_logger-0.25.6/src/threads.rs:107:14: hbbs | called Result::unwrap() on an Err value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" } hbbs | note: run with RUST_BACKTRACE=1 environment variable to display a backtrace hbbr | thread 'main' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flexi_logger-0.25.6/src/threads.rs:107:14: hbbr | called Result::unwrap() on an Err value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" } hbbr | note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

Expected behavior both container should start

Additional context The same oss version container do work without any issue.

rustdesk commented 3 months ago

Try out this,

https://github.com/denoland/deno/issues/17444#issuecomment-

https://github.com/dani-garcia/vaultwarden/discussions/3863