wervolv
Posts: 16
Joined: Thu Feb 02, 2017 1:21 pm

XRDP troble

Tue Sep 05, 2017 6:55 am

Hi,
after installing the new Raspbian Stretch (with Desktop 2017-08-16)

and trying to install xrdp i got the following error:

E: one package missing
I did the update/upgrade thing and tried again (3 times) and got the same Error.
Before installing the new OS xrdp worked fine.....
Thanks for any hints, clues or help !

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: XRDP troble

Tue Sep 05, 2017 8:54 am

wervolv wrote:
Tue Sep 05, 2017 6:55 am
Hi,
after installing the new Raspbian Stretch (with Desktop 2017-08-16)

and trying to install xrdp i got the following error:

E: one package missing
I did the update/upgrade thing and tried again (3 times) and got the same Error.
Before installing the new OS xrdp worked fine.....
Thanks for any hints, clues or help !
xrdp server and similar software conflict with the included RealVNC
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

wervolv
Posts: 16
Joined: Thu Feb 02, 2017 1:21 pm

Re: XRDP troble

Tue Sep 05, 2017 11:07 am

Thanks, I will try do de-isnstall the realVNC,

Greetings!

Matha
Posts: 11
Joined: Mon Dec 17, 2012 3:22 pm

Re: XRDP troble

Fri Sep 29, 2017 5:58 pm

I too have xrdp issues with Model B+ and 2. Using dist-upgrade preserved xrdp but made it very slow to respond. Using the current Stretch image with a fresh install, xrdp will not install.

With Jessie my approach was as follows (no logical reason except that it worked!):
• Remove the packages:
sudo apt-get remove vnc4server tightvncserver realvnc-vnc-server
• Reboot
sudo reboot
• Reinstall tightvncserver
sudo apt-get install tightvncserver
• Install xrdp
sudo apt-get install xrdp

The same steps are invalid for the most part under Stretch with the xrdp install (last step) not completing and "bricking" the board. My initial reaction was the memory cards (or their respective holders) were at fault but I have eliminated this cause through trial and error exercises with a variety of cards.

Can anyone confirm that XRDP is a lost cause given that Stretch comes with an alternate app for remote desktop access? Thanks.

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: XRDP troble

Fri Sep 29, 2017 6:34 pm

Matha wrote:
Fri Sep 29, 2017 5:58 pm
I too have xrdp issues with Model B+ and 2. Using dist-upgrade preserved xrdp but made it very slow to respond. Using the current Stretch image with a fresh install, xrdp will not install.

With Jessie my approach was as follows (no logical reason except that it worked!):
• Remove the packages:
sudo apt-get remove vnc4server tightvncserver realvnc-vnc-server
• Reboot
sudo reboot
• Reinstall tightvncserver
sudo apt-get install tightvncserver
• Install xrdp
sudo apt-get install xrdp

The same steps are invalid for the most part under Stretch with the xrdp install (last step) not completing and "bricking" the board. My initial reaction was the memory cards (or their respective holders) were at fault but I have eliminated this cause through trial and error exercises with a variety of cards.

Can anyone confirm that XRDP is a lost cause given that Stretch comes with an alternate app for remote desktop access? Thanks.

You need to purge all of RealVNC Server and Client, not just remove, purge will remove configuration files ......

Code: Select all

sudo apt-get purge realvnc*
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

Return to “Troubleshooting”