rustdesk / rustdesk/rustdesk-server

Possible solution for rustdesk-server-s6 on Armv7 and s6-overlay problem

Open
#125 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Rust
Stars
10.4k
Forks
2.6k
PR merge metrics
No merged PRs in 30d

Description

Hi, I tried to install Rustdesk server on my raspberry Pi3 with Raspian 32bit with Docker, I followed various guides but nothing worked in my machine.
The s6-overlay crashed for security reason e the container don't go up (restanting (111)).
I have found a solution by adding at the docker-compose file these lines:

security_opt:
- seccomp:unconfined

With these lines the container go up and the server work fine.

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 file and review the reported s6-overlay failure on Raspberry Pi 3 with 32-bit Raspbian and Armv7. Reproduce the container startup problem if possible, then verify that the documented Compose configuration allows the server container to start and run successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker
Domain
devops
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.