Answer the question
In order to leave comments, you need to log in
Why doesn't x11rdp run on fresh Ubuntu 16.04?
After installing x11rdp, it is not possible to start the service with the command sudo /etc/init.d/xrdp restart
Indicates: sudo /etc/init.d/xrdp: command not found.
Answer the question
In order to leave comments, you need to log in
Where did you get the package from? It is absent in turnips (there is freerdp-x11), so you took the left package and the problems of its integration with the system (creating the /etc/init.d/xrdp script) are completely on your shoulders.
https://github.com/scarygliders/X11RDP-o-Matic/iss...
git clone https://github.com/scarygliders/X11RDP-o-Matic.git
cd X11RDP-o-Matic/
sudo ./X11rdp -o-matic.sh # takes several 10s of minutes
# xrdp failed to start. using the quick fix described in c-nergy.be/blog/?p=8316
sudo ls /lib/systemd/system/xrdp* # 2 files
sudo rm /lib/systemd/system/xrdp*
systemctl daemon-reload
sudo service xrdp start
sudo service xrdp start # was able to connect at this point, but nothing happened after providing login details
sudo ./RDPsesconfig.sh # was able to connect to an actual X11rdp session at this point. Clipboard sharing was not working
git clonehttps://github.com/sigmike/autocutsel.git
cd autocutsel/
autoreconf -vfi
sudo apt-get install libxaw7-dev
./configure
make
sudo make install
autocutsel # after running this, I copied something in gedit on the server, and successfully pasted it in onenote on the client machine
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question