Can not install xrdp using apt-get on debian 8.5 (tinkeboard os) (Arm)systemd says permission denied for /bin/shInstall Java 8 on ARM Nas (Debian Wheezy)Issues with GLIB+Iceweasel+apt-getDebian - apt (not apt-get) autocompletion not workingI can not set arm-based Debian date and time!Failed to start MariaDB database server after upgrade to debian 9systemd: finish the execution of custom shell script before starting nginxCan I install debian-arm packages onto a debian sd-card using an x86_64 host system?dpkg returns error when installing python package (Debian)apt commands fail because No file name for keyboard-configuration:amd64

How does it work when somebody invests in my business?

How does the UK government determine the size of a mandate?

What can we do to stop prior company from asking us questions?

Do the temporary hit points from Reckless Abandon stack if I make multiple attacks on my turn?

How does buying out courses with grant money work?

How to run a prison with the smallest amount of guards?

Lay out the Carpet

Do all network devices need to make routing decisions, regardless of communication across networks or within a network?

Proof of work - lottery approach

What is the best translation for "slot" in the context of multiplayer video games?

Would a high gravity rocky planet be guaranteed to have an atmosphere?

Type int? vs type int

Closest Prime Number

How to Reset Passwords on Multiple Websites Easily?

Risk of infection at the gym?

Class Action - which options I have?

You cannot touch me, but I can touch you, who am I?

Is `x >> pure y` equivalent to `liftM (const y) x`

Why are there no referendums in the US?

when is out of tune ok?

Method to test if a number is a perfect power?

What is the intuitive meaning of having a linear relationship between the logs of two variables?

I'm in charge of equipment buying but no one's ever happy with what I choose. How to fix this?

Large drywall patch supports



Can not install xrdp using apt-get on debian 8.5 (tinkeboard os) (Arm)


systemd says permission denied for /bin/shInstall Java 8 on ARM Nas (Debian Wheezy)Issues with GLIB+Iceweasel+apt-getDebian - apt (not apt-get) autocompletion not workingI can not set arm-based Debian date and time!Failed to start MariaDB database server after upgrade to debian 9systemd: finish the execution of custom shell script before starting nginxCan I install debian-arm packages onto a debian sd-card using an x86_64 host system?dpkg returns error when installing python package (Debian)apt commands fail because No file name for keyboard-configuration:amd64













1















I just got a tinkerboard to make into a cheap server, I am trying to install xrdp. Here is what have tried so far



sudo apt-get install xrdp
sudo apt-get -f install xrdp
sudo apt-get update

sudo apt-get upgrade
sudo apt-get dist-update
sudo apt-get install clear

$ sudo apt-get install xrdp
Reading package lists... Done
Building dependency tree
Reading state information... Done
xrdp is already the newest version.
The following packages were automatically installed and are no longer required:
libllvm3.5 zlib1g-dev
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Setting up xrdp (0.9.1-4~bpo8+1) ...

Generating 2048 bit rsa key...

ssl_gen_key_xrdp1 ok

saving to /etc/xrdp/rsakeys.ini

A dependency job for xrdp.service failed. See 'journalctl -xe' for details.
invoke-rc.d: initscript xrdp, action "start" failed.
dpkg: error processing package xrdp (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for libc-bin (2.19-18+deb8u7) ...
Errors were encountered while processing:
xrdp
E: Sub-process /usr/bin/dpkg returned an error code (1)


The output of journalctl -xe is



Mar 27 22:14:25 linaro-alip xrdp-sesman[3140]: (3140)(-1225464928)[CORE ] shutti
Mar 27 22:14:25 linaro-alip systemd[1]: Failed to start xrdp session manager.
-- Subject: Unit xrdp-sesman.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit xrdp-sesman.service has failed.
--
-- The result is failed.
Mar 27 22:14:25 linaro-alip systemd[1]: Dependency failed for xrdp daemon.
-- Subject: Unit xrdp.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit xrdp.service has failed.
--
-- The result is dependency.

Mar 27 22:14:25 linaro-alip systemd[1]: xrdp-sesman.service: Failed with result
Mar 27 22:14:29 linaro-alip sudo[3059]: pam_unix(sudo:session): session closed f
Mar 27 22:15:24 linaro-alip kernel: RTL871X: nolinked power save leave
Mar 27 22:15:26 linaro-alip kernel: RTL871X: nolinked power save enter
Mar 27 22:16:28 linaro-alip kernel: RTL871X: nolinked power save leave
Mar 27 22:16:29 linaro-alip kernel: RTL871X: nolinked power save enter









share|improve this question
















bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • The important line is the first one and you pasted the truncated version

    – jordanm
    Mar 28 '17 at 4:27











  • Please edit by addidng the content of your sources.list

    – GAD3R
    Mar 28 '17 at 11:07















1















I just got a tinkerboard to make into a cheap server, I am trying to install xrdp. Here is what have tried so far



sudo apt-get install xrdp
sudo apt-get -f install xrdp
sudo apt-get update

sudo apt-get upgrade
sudo apt-get dist-update
sudo apt-get install clear

$ sudo apt-get install xrdp
Reading package lists... Done
Building dependency tree
Reading state information... Done
xrdp is already the newest version.
The following packages were automatically installed and are no longer required:
libllvm3.5 zlib1g-dev
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Setting up xrdp (0.9.1-4~bpo8+1) ...

Generating 2048 bit rsa key...

ssl_gen_key_xrdp1 ok

saving to /etc/xrdp/rsakeys.ini

A dependency job for xrdp.service failed. See 'journalctl -xe' for details.
invoke-rc.d: initscript xrdp, action "start" failed.
dpkg: error processing package xrdp (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for libc-bin (2.19-18+deb8u7) ...
Errors were encountered while processing:
xrdp
E: Sub-process /usr/bin/dpkg returned an error code (1)


The output of journalctl -xe is



Mar 27 22:14:25 linaro-alip xrdp-sesman[3140]: (3140)(-1225464928)[CORE ] shutti
Mar 27 22:14:25 linaro-alip systemd[1]: Failed to start xrdp session manager.
-- Subject: Unit xrdp-sesman.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit xrdp-sesman.service has failed.
--
-- The result is failed.
Mar 27 22:14:25 linaro-alip systemd[1]: Dependency failed for xrdp daemon.
-- Subject: Unit xrdp.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit xrdp.service has failed.
--
-- The result is dependency.

Mar 27 22:14:25 linaro-alip systemd[1]: xrdp-sesman.service: Failed with result
Mar 27 22:14:29 linaro-alip sudo[3059]: pam_unix(sudo:session): session closed f
Mar 27 22:15:24 linaro-alip kernel: RTL871X: nolinked power save leave
Mar 27 22:15:26 linaro-alip kernel: RTL871X: nolinked power save enter
Mar 27 22:16:28 linaro-alip kernel: RTL871X: nolinked power save leave
Mar 27 22:16:29 linaro-alip kernel: RTL871X: nolinked power save enter









share|improve this question
















bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • The important line is the first one and you pasted the truncated version

    – jordanm
    Mar 28 '17 at 4:27











  • Please edit by addidng the content of your sources.list

    – GAD3R
    Mar 28 '17 at 11:07













1












1








1








I just got a tinkerboard to make into a cheap server, I am trying to install xrdp. Here is what have tried so far



sudo apt-get install xrdp
sudo apt-get -f install xrdp
sudo apt-get update

sudo apt-get upgrade
sudo apt-get dist-update
sudo apt-get install clear

$ sudo apt-get install xrdp
Reading package lists... Done
Building dependency tree
Reading state information... Done
xrdp is already the newest version.
The following packages were automatically installed and are no longer required:
libllvm3.5 zlib1g-dev
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Setting up xrdp (0.9.1-4~bpo8+1) ...

Generating 2048 bit rsa key...

ssl_gen_key_xrdp1 ok

saving to /etc/xrdp/rsakeys.ini

A dependency job for xrdp.service failed. See 'journalctl -xe' for details.
invoke-rc.d: initscript xrdp, action "start" failed.
dpkg: error processing package xrdp (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for libc-bin (2.19-18+deb8u7) ...
Errors were encountered while processing:
xrdp
E: Sub-process /usr/bin/dpkg returned an error code (1)


The output of journalctl -xe is



Mar 27 22:14:25 linaro-alip xrdp-sesman[3140]: (3140)(-1225464928)[CORE ] shutti
Mar 27 22:14:25 linaro-alip systemd[1]: Failed to start xrdp session manager.
-- Subject: Unit xrdp-sesman.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit xrdp-sesman.service has failed.
--
-- The result is failed.
Mar 27 22:14:25 linaro-alip systemd[1]: Dependency failed for xrdp daemon.
-- Subject: Unit xrdp.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit xrdp.service has failed.
--
-- The result is dependency.

Mar 27 22:14:25 linaro-alip systemd[1]: xrdp-sesman.service: Failed with result
Mar 27 22:14:29 linaro-alip sudo[3059]: pam_unix(sudo:session): session closed f
Mar 27 22:15:24 linaro-alip kernel: RTL871X: nolinked power save leave
Mar 27 22:15:26 linaro-alip kernel: RTL871X: nolinked power save enter
Mar 27 22:16:28 linaro-alip kernel: RTL871X: nolinked power save leave
Mar 27 22:16:29 linaro-alip kernel: RTL871X: nolinked power save enter









share|improve this question
















I just got a tinkerboard to make into a cheap server, I am trying to install xrdp. Here is what have tried so far



sudo apt-get install xrdp
sudo apt-get -f install xrdp
sudo apt-get update

sudo apt-get upgrade
sudo apt-get dist-update
sudo apt-get install clear

$ sudo apt-get install xrdp
Reading package lists... Done
Building dependency tree
Reading state information... Done
xrdp is already the newest version.
The following packages were automatically installed and are no longer required:
libllvm3.5 zlib1g-dev
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Setting up xrdp (0.9.1-4~bpo8+1) ...

Generating 2048 bit rsa key...

ssl_gen_key_xrdp1 ok

saving to /etc/xrdp/rsakeys.ini

A dependency job for xrdp.service failed. See 'journalctl -xe' for details.
invoke-rc.d: initscript xrdp, action "start" failed.
dpkg: error processing package xrdp (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for libc-bin (2.19-18+deb8u7) ...
Errors were encountered while processing:
xrdp
E: Sub-process /usr/bin/dpkg returned an error code (1)


The output of journalctl -xe is



Mar 27 22:14:25 linaro-alip xrdp-sesman[3140]: (3140)(-1225464928)[CORE ] shutti
Mar 27 22:14:25 linaro-alip systemd[1]: Failed to start xrdp session manager.
-- Subject: Unit xrdp-sesman.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit xrdp-sesman.service has failed.
--
-- The result is failed.
Mar 27 22:14:25 linaro-alip systemd[1]: Dependency failed for xrdp daemon.
-- Subject: Unit xrdp.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit xrdp.service has failed.
--
-- The result is dependency.

Mar 27 22:14:25 linaro-alip systemd[1]: xrdp-sesman.service: Failed with result
Mar 27 22:14:29 linaro-alip sudo[3059]: pam_unix(sudo:session): session closed f
Mar 27 22:15:24 linaro-alip kernel: RTL871X: nolinked power save leave
Mar 27 22:15:26 linaro-alip kernel: RTL871X: nolinked power save enter
Mar 27 22:16:28 linaro-alip kernel: RTL871X: nolinked power save leave
Mar 27 22:16:29 linaro-alip kernel: RTL871X: nolinked power save enter






debian arm






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 28 '17 at 4:07









Stephen Rauch

3,354101529




3,354101529










asked Mar 28 '17 at 3:27









chrislbairdchrislbaird

63




63





bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.














  • The important line is the first one and you pasted the truncated version

    – jordanm
    Mar 28 '17 at 4:27











  • Please edit by addidng the content of your sources.list

    – GAD3R
    Mar 28 '17 at 11:07

















  • The important line is the first one and you pasted the truncated version

    – jordanm
    Mar 28 '17 at 4:27











  • Please edit by addidng the content of your sources.list

    – GAD3R
    Mar 28 '17 at 11:07
















The important line is the first one and you pasted the truncated version

– jordanm
Mar 28 '17 at 4:27





The important line is the first one and you pasted the truncated version

– jordanm
Mar 28 '17 at 4:27













Please edit by addidng the content of your sources.list

– GAD3R
Mar 28 '17 at 11:07





Please edit by addidng the content of your sources.list

– GAD3R
Mar 28 '17 at 11:07










1 Answer
1






active

oldest

votes


















0














You should install xrdp from the main repo because the backported package (xrdp (0.9.1-4~bpo8+1) depends on : libc6 (>= 2.15) [not arm64].



Remove xrdp , then edit your sources.list and your pin-priority to allow the package to be installed from the stable repo. finally upgrade your package and install xrdp as usually.



apt-get update
apt-get upgrade
apt-get dist-upgrade
apt-get intall xrdp





share|improve this answer























  • Thank you for your help! I followed your instructions the best i could. I changed the pin priority to stable / 700 It looked like it installed as it should. When I rebooted the computer it did not boot saying root was locked. I may have done something wrong.

    – chrislbaird
    Mar 30 '17 at 2:46











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f354256%2fcan-not-install-xrdp-using-apt-get-on-debian-8-5-tinkeboard-os-arm%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














You should install xrdp from the main repo because the backported package (xrdp (0.9.1-4~bpo8+1) depends on : libc6 (>= 2.15) [not arm64].



Remove xrdp , then edit your sources.list and your pin-priority to allow the package to be installed from the stable repo. finally upgrade your package and install xrdp as usually.



apt-get update
apt-get upgrade
apt-get dist-upgrade
apt-get intall xrdp





share|improve this answer























  • Thank you for your help! I followed your instructions the best i could. I changed the pin priority to stable / 700 It looked like it installed as it should. When I rebooted the computer it did not boot saying root was locked. I may have done something wrong.

    – chrislbaird
    Mar 30 '17 at 2:46
















0














You should install xrdp from the main repo because the backported package (xrdp (0.9.1-4~bpo8+1) depends on : libc6 (>= 2.15) [not arm64].



Remove xrdp , then edit your sources.list and your pin-priority to allow the package to be installed from the stable repo. finally upgrade your package and install xrdp as usually.



apt-get update
apt-get upgrade
apt-get dist-upgrade
apt-get intall xrdp





share|improve this answer























  • Thank you for your help! I followed your instructions the best i could. I changed the pin priority to stable / 700 It looked like it installed as it should. When I rebooted the computer it did not boot saying root was locked. I may have done something wrong.

    – chrislbaird
    Mar 30 '17 at 2:46














0












0








0







You should install xrdp from the main repo because the backported package (xrdp (0.9.1-4~bpo8+1) depends on : libc6 (>= 2.15) [not arm64].



Remove xrdp , then edit your sources.list and your pin-priority to allow the package to be installed from the stable repo. finally upgrade your package and install xrdp as usually.



apt-get update
apt-get upgrade
apt-get dist-upgrade
apt-get intall xrdp





share|improve this answer













You should install xrdp from the main repo because the backported package (xrdp (0.9.1-4~bpo8+1) depends on : libc6 (>= 2.15) [not arm64].



Remove xrdp , then edit your sources.list and your pin-priority to allow the package to be installed from the stable repo. finally upgrade your package and install xrdp as usually.



apt-get update
apt-get upgrade
apt-get dist-upgrade
apt-get intall xrdp






share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 28 '17 at 11:16









GAD3RGAD3R

27.5k1858114




27.5k1858114












  • Thank you for your help! I followed your instructions the best i could. I changed the pin priority to stable / 700 It looked like it installed as it should. When I rebooted the computer it did not boot saying root was locked. I may have done something wrong.

    – chrislbaird
    Mar 30 '17 at 2:46


















  • Thank you for your help! I followed your instructions the best i could. I changed the pin priority to stable / 700 It looked like it installed as it should. When I rebooted the computer it did not boot saying root was locked. I may have done something wrong.

    – chrislbaird
    Mar 30 '17 at 2:46

















Thank you for your help! I followed your instructions the best i could. I changed the pin priority to stable / 700 It looked like it installed as it should. When I rebooted the computer it did not boot saying root was locked. I may have done something wrong.

– chrislbaird
Mar 30 '17 at 2:46






Thank you for your help! I followed your instructions the best i could. I changed the pin priority to stable / 700 It looked like it installed as it should. When I rebooted the computer it did not boot saying root was locked. I may have done something wrong.

– chrislbaird
Mar 30 '17 at 2:46


















draft saved

draft discarded
















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f354256%2fcan-not-install-xrdp-using-apt-get-on-debian-8-5-tinkeboard-os-arm%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.