Random stop jobs on shutdown/bootupCannot login to Gnome Shell after random lockup on 15.10Can't shutdown...
Pronounciation of the combination "st" in spanish accents
Could Sinn Fein swing any Brexit vote in Parliament?
HP P840 HDD RAID 5 many strange drive failures
Does the attack bonus from a Masterwork weapon stack with the attack bonus from Masterwork ammunition?
Four married couples attend a party. Each person shakes hands with every other person, except their own spouse, exactly once. How many handshakes?
Can other pieces capture a threatening piece and prevent a checkmate?
Do native speakers use "ultima" and "proxima" frequently in spoken English?
Unfrosted light bulb
Fewest number of steps to reach 200 using special calculator
What favor did Moody owe Dumbledore?
Synchronized implementation of a bank account in Java
What is the relationship between relativity and the Doppler effect?
Wrapping homogeneous Python objects
Can a medieval gyroplane be built?
Is there a hypothetical scenario that would make Earth uninhabitable for humans, but not for (the majority of) other animals?
I got the following comment from a reputed math journal. What does it mean?
The average age of first marriage in Russia
Knife as defense against stray dogs
Print a physical multiplication table
Recruiter wants very extensive technical details about all of my previous work
Do US professors/group leaders only get a salary, but no group budget?
Existence of a celestial body big enough for early civilization to be thought of as a second moon
Is it insecure to send a password in a `curl` command?
Probably overheated black color SMD pads
Random stop jobs on shutdown/bootup
Cannot login to Gnome Shell after random lockup on 15.10Can't shutdown from desktop in 15.10Random fan activationBypass stop job timerUbuntu 15.10 Freezes After Random TimesRandom freezing on UbuntuGNOME 15.10Ubuntu 15.10 get stuck at shutdown, only flashing cursorstop Network Manager from TerminalUbuntu says “failed to finalize dm services, ignoring” before shutdownBootup doesn't follow /etc/fstab
I've been noticing that practically every time I bootup Ubuntu or shut it down, this job appears:A stop job is running for: LSB: Privilege escalation detection system [0s / 30s]
It's been annoying me because it makes me wait at least 30 seconds to start up or shut down my computer.
So, my question is: what is this, and how can I get rid of it?
If it helps, here is the output of systemctl list-units | grep -i Privilege:
username@hostname:~$ systemctl list-units | grep -i Privilege
ninja.service loaded active running LSB: "privilege escalation detection system"
polkitd.service loaded active running Authenticate and Authorize Users to Run Privileged Tasks
username@hostname:~$
15.10
|
show 2 more comments
I've been noticing that practically every time I bootup Ubuntu or shut it down, this job appears:A stop job is running for: LSB: Privilege escalation detection system [0s / 30s]
It's been annoying me because it makes me wait at least 30 seconds to start up or shut down my computer.
So, my question is: what is this, and how can I get rid of it?
If it helps, here is the output of systemctl list-units | grep -i Privilege:
username@hostname:~$ systemctl list-units | grep -i Privilege
ninja.service loaded active running LSB: "privilege escalation detection system"
polkitd.service loaded active running Authenticate and Authorize Users to Run Privileged Tasks
username@hostname:~$
15.10
Do something likegrep -r escalation /lib/systemd/*to find out which service is described as "Privilege escalation system" (I couldn't find one), then see if you can (and should) remove it from your system.
– Jos
Jun 13 '16 at 21:20
I have the same list as you (binary matches only), except that I don't havesystemd-resolve-host.
– Jos
Jun 13 '16 at 21:30
Trysystemctl list-units | grep -i Privilege(orsystemctl list-units | grep LSBetc.)
– Jos
Jun 13 '16 at 21:41
Well, there's your problem. Dosudo apt remove ninja. That is your privilege escalation detection service.
– Jos
Jun 13 '16 at 21:53
@Jos Will it have any side effects?
– InitializeSahib
Jun 13 '16 at 21:54
|
show 2 more comments
I've been noticing that practically every time I bootup Ubuntu or shut it down, this job appears:A stop job is running for: LSB: Privilege escalation detection system [0s / 30s]
It's been annoying me because it makes me wait at least 30 seconds to start up or shut down my computer.
So, my question is: what is this, and how can I get rid of it?
If it helps, here is the output of systemctl list-units | grep -i Privilege:
username@hostname:~$ systemctl list-units | grep -i Privilege
ninja.service loaded active running LSB: "privilege escalation detection system"
polkitd.service loaded active running Authenticate and Authorize Users to Run Privileged Tasks
username@hostname:~$
15.10
I've been noticing that practically every time I bootup Ubuntu or shut it down, this job appears:A stop job is running for: LSB: Privilege escalation detection system [0s / 30s]
It's been annoying me because it makes me wait at least 30 seconds to start up or shut down my computer.
So, my question is: what is this, and how can I get rid of it?
If it helps, here is the output of systemctl list-units | grep -i Privilege:
username@hostname:~$ systemctl list-units | grep -i Privilege
ninja.service loaded active running LSB: "privilege escalation detection system"
polkitd.service loaded active running Authenticate and Authorize Users to Run Privileged Tasks
username@hostname:~$
15.10
15.10
edited Jun 13 '16 at 21:45
InitializeSahib
asked Jun 13 '16 at 20:39
InitializeSahibInitializeSahib
294312
294312
Do something likegrep -r escalation /lib/systemd/*to find out which service is described as "Privilege escalation system" (I couldn't find one), then see if you can (and should) remove it from your system.
– Jos
Jun 13 '16 at 21:20
I have the same list as you (binary matches only), except that I don't havesystemd-resolve-host.
– Jos
Jun 13 '16 at 21:30
Trysystemctl list-units | grep -i Privilege(orsystemctl list-units | grep LSBetc.)
– Jos
Jun 13 '16 at 21:41
Well, there's your problem. Dosudo apt remove ninja. That is your privilege escalation detection service.
– Jos
Jun 13 '16 at 21:53
@Jos Will it have any side effects?
– InitializeSahib
Jun 13 '16 at 21:54
|
show 2 more comments
Do something likegrep -r escalation /lib/systemd/*to find out which service is described as "Privilege escalation system" (I couldn't find one), then see if you can (and should) remove it from your system.
– Jos
Jun 13 '16 at 21:20
I have the same list as you (binary matches only), except that I don't havesystemd-resolve-host.
– Jos
Jun 13 '16 at 21:30
Trysystemctl list-units | grep -i Privilege(orsystemctl list-units | grep LSBetc.)
– Jos
Jun 13 '16 at 21:41
Well, there's your problem. Dosudo apt remove ninja. That is your privilege escalation detection service.
– Jos
Jun 13 '16 at 21:53
@Jos Will it have any side effects?
– InitializeSahib
Jun 13 '16 at 21:54
Do something like
grep -r escalation /lib/systemd/* to find out which service is described as "Privilege escalation system" (I couldn't find one), then see if you can (and should) remove it from your system.– Jos
Jun 13 '16 at 21:20
Do something like
grep -r escalation /lib/systemd/* to find out which service is described as "Privilege escalation system" (I couldn't find one), then see if you can (and should) remove it from your system.– Jos
Jun 13 '16 at 21:20
I have the same list as you (binary matches only), except that I don't have
systemd-resolve-host.– Jos
Jun 13 '16 at 21:30
I have the same list as you (binary matches only), except that I don't have
systemd-resolve-host.– Jos
Jun 13 '16 at 21:30
Try
systemctl list-units | grep -i Privilege (or systemctl list-units | grep LSB etc.)– Jos
Jun 13 '16 at 21:41
Try
systemctl list-units | grep -i Privilege (or systemctl list-units | grep LSB etc.)– Jos
Jun 13 '16 at 21:41
Well, there's your problem. Do
sudo apt remove ninja. That is your privilege escalation detection service.– Jos
Jun 13 '16 at 21:53
Well, there's your problem. Do
sudo apt remove ninja. That is your privilege escalation detection service.– Jos
Jun 13 '16 at 21:53
@Jos Will it have any side effects?
– InitializeSahib
Jun 13 '16 at 21:54
@Jos Will it have any side effects?
– InitializeSahib
Jun 13 '16 at 21:54
|
show 2 more comments
1 Answer
1
active
oldest
votes
I came across the same prob running jessie and also the solutions works.
My question: What are the side effects and why is there so little information about ninja package?
THX
New contributor
Chroche is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2faskubuntu.com%2fquestions%2f786596%2frandom-stop-jobs-on-shutdown-bootup%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
I came across the same prob running jessie and also the solutions works.
My question: What are the side effects and why is there so little information about ninja package?
THX
New contributor
Chroche is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I came across the same prob running jessie and also the solutions works.
My question: What are the side effects and why is there so little information about ninja package?
THX
New contributor
Chroche is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I came across the same prob running jessie and also the solutions works.
My question: What are the side effects and why is there so little information about ninja package?
THX
New contributor
Chroche is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I came across the same prob running jessie and also the solutions works.
My question: What are the side effects and why is there so little information about ninja package?
THX
New contributor
Chroche is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Chroche is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 13 mins ago
ChrocheChroche
1
1
New contributor
Chroche is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Chroche is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Chroche is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f786596%2frandom-stop-jobs-on-shutdown-bootup%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
Do something like
grep -r escalation /lib/systemd/*to find out which service is described as "Privilege escalation system" (I couldn't find one), then see if you can (and should) remove it from your system.– Jos
Jun 13 '16 at 21:20
I have the same list as you (binary matches only), except that I don't have
systemd-resolve-host.– Jos
Jun 13 '16 at 21:30
Try
systemctl list-units | grep -i Privilege(orsystemctl list-units | grep LSBetc.)– Jos
Jun 13 '16 at 21:41
Well, there's your problem. Do
sudo apt remove ninja. That is your privilege escalation detection service.– Jos
Jun 13 '16 at 21:53
@Jos Will it have any side effects?
– InitializeSahib
Jun 13 '16 at 21:54