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

Connecting to server fails with desk_rt_ipc_error #1

Closed
ptr33 opened this issue Dec 5, 2022 · 2 comments
Closed

Connecting to server fails with desk_rt_ipc_error #1

ptr33 opened this issue Dec 5, 2022 · 2 comments

Comments

@ptr33
Copy link

ptr33 commented Dec 5, 2022

Hi Alireaza,

thank you for the Docker image for anydesk. During the build process I get following build error, which is ignored by the script as the build finishes:

dpkg: error processing package anydesk (--configure):
 installed anydesk package post-installation script subprocess returned error exit status 1
Setting up ubuntu-mono (20.10-0ubuntu2) ...
Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
Errors were encountered while processing:
 anydesk
E: Sub-process /usr/bin/dpkg returned an error code (1)
Removing intermediate container 6d6443bf94ba
 ---> 36e6dfdb4fe6
Step 7/15 : ARG UNAME=udocker

The application however starts normally without an error and I can connect to another anydesk server, but I cannot connect to this server and always get the error message

desk_rt_ipc_error

This is independent if I connect through the Anydesk ID or create a direct connection to the server by exposing port 7070.

Did you see similar behavior and do you have any idea to solve this?

Thank you
ptr33

@alireaza alireaza closed this as completed Dec 7, 2022
@alireaza
Copy link
Owner

alireaza commented Dec 7, 2022

Hi @ptr33

That error during build doesn't matter, because Anydesk installs and runs correctly anyway.

I already checked about the "desk_rt_ipc_error" error and this error is caused by Docker.

In fact, Docker was created to isolate services from the host.
And if the container has full access to the host, this isolation has no value.

Of course, there are certainly solutions such as mounting, etc. that can give full access to the container.
But if the container needs to have full access to the host, it is certainly better to install the program on the host.

Because Anydesk needs to access all the hardware, and Docker prevents this access, as a result, an error occurs.

Best regards,
AliReaza

@alireaza alireaza pinned this issue Dec 7, 2022
@alireaza alireaza unpinned this issue Dec 7, 2022
@alireaza alireaza reopened this Dec 7, 2022
@ptr33
Copy link
Author

ptr33 commented Dec 7, 2022

Thank you AliReaza for your detailed answer - this clarifies this issue.
Regards
ptr33

@ptr33 ptr33 closed this as completed Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants