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
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
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.
add a comment |
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
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 yoursources.list
– GAD3R
Mar 28 '17 at 11:07
add a comment |
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
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
debian arm
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 yoursources.list
– GAD3R
Mar 28 '17 at 11:07
add a comment |
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 yoursources.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
add a comment |
1 Answer
1
active
oldest
votes
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
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
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
add a comment |
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
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
add a comment |
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
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
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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