I got BlendOS installed in a VM on a remote Server.
Access per SSH works perfectly fine. (Installed OpenSSH per blend install openssh)
Now I want to access the desktop per Windows RDP, thus installed XRDP via blend install xrdp.
Everything worked fine, but there is no /etc/xrdp directory.
More specifically, when I want to start the service with systemctl start xrdp.service, I get following output
Failed to start xrdp.service: Unit xrdp.service not found.
The issue once existed with an older version of XRDP because the AUR version was outdated, but this is not the case here.
Is that an issue with BlendOS or with XRDP itself?
\
\
Btw: When I install XRDP in either arch or ubuntu-22.10 container and want to start the service via systemctl start xrdp(.service) in the container itselfs I get back:
System has not been booted with systemd as init system (PID 1). Can't operate.
Outside the containers I get the first error message back.
Hello,
I got BlendOS installed in a VM on a remote Server. Access per SSH works perfectly fine. (Installed
OpenSSH
perblend install openssh
) Now I want to access the desktop per Windows RDP, thus installedXRDP
viablend install xrdp
. Everything worked fine, but there is no/etc/xrdp
directory.More specifically, when I want to start the service with
systemctl start xrdp.service
, I get following outputThe issue once existed with an older version of
XRDP
because the AUR version was outdated, but this is not the case here.Is that an issue with BlendOS or with XRDP itself? \ \ Btw: When I install
XRDP
in eitherarch
orubuntu-22.10
container and want to start the service viasystemctl start xrdp(.service)
in the container itselfs I get back:Outside the containers I get the first error message back.