Closed Polve closed 1 year ago
I found the problem, the message is misleading: the installation scripts does not create the directory /var/log/rustdesk where the log files will be created.
I can confirm that on package installation on a clean system, /var/log/rustdesk/
is not created automatically.
These are two separate problems now.
For completeness, can you split this issue?
Something like:
thanks
I have the same problem. However, I checked that /var/log/rustdesk/
exists. The service still quit.
7月 22 19:46:35 ubuntu-Super-Server systemd[1]: Started Rustdesk Signal Server.
7月 22 19:46:35 ubuntu-Super-Server systemd[573745]: rustdesk-hbbs.service: Failed to set up standard output: No such file or directory
7月 22 19:46:35 ubuntu-Super-Server systemd[573745]: rustdesk-hbbs.service: Failed at step STDOUT spawning /usr/bin/hbbs: No such file or directory
7月 22 19:46:35 ubuntu-Super-Server systemd[1]: rustdesk-hbbs.service: Main process exited, code=exited, status=209/STDOUT
7月 22 19:46:35 ubuntu-Super-Server systemd[1]: rustdesk-hbbs.service: Failed with result 'exit-code'.
7月 22 19:46:13 ubuntu-Super-Server systemd[1]: Started Rustdesk Relay Server.
7月 22 19:46:13 ubuntu-Super-Server systemd[573380]: rustdesk-hbbr.service: Failed to set up standard output: No such file or directory
7月 22 19:46:13 ubuntu-Super-Server systemd[573380]: rustdesk-hbbr.service: Failed at step STDOUT spawning /usr/bin/hbbr: No such file or directory
7月 22 19:46:13 ubuntu-Super-Server systemd[1]: rustdesk-hbbr.service: Main process exited, code=exited, status=209/STDOUT
7月 22 19:46:13 ubuntu-Super-Server systemd[1]: rustdesk-hbbr.service: Failed with result 'exit-code'.
So the deb installer isn't creating the /var/log/rustdesk-server folder. I'll take a look at that, I think at the moment it's just creating /var/log/rustdesk
Are you using the debs provided here? Or from debians repos? If they are there I don't know
I'm
I have the same problem. However, I checked that
/var/log/rustdesk/
exists. The service still quit.7月 22 19:46:35 ubuntu-Super-Server systemd[1]: Started Rustdesk Signal Server. 7月 22 19:46:35 ubuntu-Super-Server systemd[573745]: rustdesk-hbbs.service: Failed to set up standard output: No such file or directory 7月 22 19:46:35 ubuntu-Super-Server systemd[573745]: rustdesk-hbbs.service: Failed at step STDOUT spawning /usr/bin/hbbs: No such file or directory 7月 22 19:46:35 ubuntu-Super-Server systemd[1]: rustdesk-hbbs.service: Main process exited, code=exited, status=209/STDOUT 7月 22 19:46:35 ubuntu-Super-Server systemd[1]: rustdesk-hbbs.service: Failed with result 'exit-code'.
7月 22 19:46:13 ubuntu-Super-Server systemd[1]: Started Rustdesk Relay Server. 7月 22 19:46:13 ubuntu-Super-Server systemd[573380]: rustdesk-hbbr.service: Failed to set up standard output: No such file or directory 7月 22 19:46:13 ubuntu-Super-Server systemd[573380]: rustdesk-hbbr.service: Failed at step STDOUT spawning /usr/bin/hbbr: No such file or directory 7月 22 19:46:13 ubuntu-Super-Server systemd[1]: rustdesk-hbbr.service: Main process exited, code=exited, status=209/STDOUT 7月 22 19:46:13 ubuntu-Super-Server systemd[1]: rustdesk-hbbr.service: Failed with result 'exit-code'.
Same problem
Describe the bug I downloaded the two debs and installed them: rustdesk-server-hbbr_1.1.7_amd64.deb rustdesk-server-hbbs_1.1.7_amd64.deb
Describe the environment
Expected behavior services should start regularly, instead I get these errors in the logs:
The strange thing is that both /usr/bin/hbbr and /usr/bin/hbbs exist!
Any hints?