rustdesk / rustdesk/doc.rustdesk.com

Issues with hbbr/s after docker compose build.

Open
#508 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
792
Forks
709
Avg merge
8h 25m
Merged PRs (30d)
3

Description

It doesn't seem like hbbr or hbbs are functioning correctly after building them in docker compose

I keep getting these logs:

hbbr:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

thread 'flexi_logger-flusher' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

thread 'main' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

thread 'flexi_logger-flusher' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

thread 'main' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

thread 'flexi_logger-flusher' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

thread 'flexi_logger-flusher' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

thread 'main' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

hbbs:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

thread 'flexi_logger-flusher' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

thread 'main' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

thread 'main' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

thread 'flexi_logger-flusher' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

thread 'flexi_logger-flusher' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

thread 'main' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

I'm just following the docker compose guide. Not sure what else to do.

The only thing I did different was adding version: '3.1' at the top of the yml config. (It looks like the guide page needs to be updated)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Docker Compose guide linked in the issue and the compose configuration used for the build. Reproduce the hbbr and hbbs startup failure, then determine whether the guide or its compose example needs correction; done means the documented setup no longer produces the reported permission errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, docker-compose, rust
Domain
devops, documentation
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.