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

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

Open
fgn-itsupport opened this issue Jun 10, 2024 · 1 comment
Open

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

fgn-itsupport opened this issue Jun 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@fgn-itsupport
Copy link

fgn-itsupport commented Jun 10, 2024

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

  • Install environment: docker
  • If available, the docker-compose.yaml file:

services:
hbbs:
container_name: hbbs
image: rustdesk/rustdesk-server-pro:latest
#environment:
#RUST_BACKTRACE: full
#RUST_BACKTRACE: 1
command: hbbs
volumes:
- ./data:/root
network_mode: "host"

depends_on:
  - hbbr
restart: unless-stopped

hbbr:
container_name: hbbr
image: rustdesk/rustdesk-server-pro:latest
#environment:
#RUST_BACKTRACE: full
#RUST_BACKTRACE: 1
command: hbbr
volumes:
- ./data:/root
network_mode: "host"
restart: unless-stopped

  • In any case, you have to specify the version in use
    rustdesk-server-pro : latest (1.3.7 u. 1.3.6)
    ImageID: ccc00beaef31

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.

@fgn-itsupport fgn-itsupport added the bug Something isn't working label Jun 10, 2024
@rustdesk
Copy link
Owner

rustdesk commented Jun 10, 2024

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

2 participants