rustdesk / rustdesk/rustdesk-server
impossible to run hbbs from arch 64 freebox delta (french internet box)
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 10.4k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
Hi all,
I'm trying to run rustdesk-server from a docker.
I did :
docker image rm rustdesk/rustdesk-server
mkdir /srv/rustdesk-server
cd /srv/rustdesk-server
sudo docker run --name hbbs -p 21115:21115 -p 21116:21116 -p 21116:21116/udp -p 21118:21118 -v pwd`:/root -it --net=host --rm rustdesk/rustdesk-server:latest-arm64v8 hbbs
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
Port mappings have been discarded as one of the Host, Container, Pod, and None network modes are in use
[2022-06-11 12:27:58.526310 +00:00] INFO [src/peer.rs:82] DB_URL=./db_v2.sqlite3
Error: An error occured while creating a new object: error returned from database: unable to open database file
sudo docker run --name hbbr -d -p 21117:21117 -p 21119:21119 -v pwd:/root -it --net=host --rm rustdesk/rustdesk-server hbbr
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
Port mappings have been discarded as one of the Host, Container, Pod, and None network modes are in use
da0eb9db1c7487ca09cc4a51134bb3a6e5142925adf828964178133308db3af2
[billy@z-95 rust]$ sudo docker ps
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
da0eb9db1c74 docker.io/rustdesk/rustdesk-server:latest-arm64v8 hbbr 9 seconds ago Up 8 seconds ago hbbr
[billy@z-95 rust]$`
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported hbbs command on the Arch 64 Freebox Delta setup and inspect the container's database-file error and mounted /root directory. Done means hbbs starts successfully with its database available; the issue provides no named source file or test to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, rust
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100