My problems were happening during the install process so I was booting from the KERNEL.IMG/GENERIC.PRM/INITRD.IMG. Therefore, there’s no option for installing the RDP stuff prior to running the install. So either (a) there’s a problem with my MacOS RDP program or (b) there’s a problem with the stuff in the installation materials.
However, I can try installing these packages on the system I installed using the “text” method. If I am able to connect to the daemon running there then I know it’s the installation materials at fault. Thanks... Neale Hi, in SUSE we made the same change to RDP. I can give you a list of packages you need to install. They might have different names on CentOS/RHEL. This was working for SLE-16.0. Our desktop team needed to fix some packages to make it work. Good luck! On your client, just install Remmia On the server: # Setting up gnome-remote-desktop sudo zypper in -y gdm-systemd gnome-remote-desktop freerdp-server gnome-session-wayland sudo systemctl enable gdm sudo systemctl start gdm # You probably have to do `su -` here first for this one: sudo -u gnome-remote-desktop winpr-makecert -silent -rdp -path ~gnome-remote-desktop rdp-tls # Set RDP_USER and RDP_PASS to whatever you want sudo grdctl --system rdp set-credentials "$RDP_USER" "$RDP_PASS" sudo grdctl --system rdp set-tls-key /var/lib/gnome-remote-desktop/rdp-tls.keysudo grdctl --system rdp set-tls-cert /var/lib/gnome-remote-desktop/rdp-tls.crt sudo grdctl --system rdp enable sudo systemctl --now enable gnome-remote-desktop.service # MAYBE for debugging: systemctl stop firewall ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www2.marist.edu/htbin/wlvindex?LINUX-390
