Random stop jobs on shutdown/bootup












1















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:~$









share|improve this question

























  • 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 (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











  • @Jos Will it have any side effects?

    – InitializeSahib
    Jun 13 '16 at 21:54
















1















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:~$









share|improve this question

























  • 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 (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











  • @Jos Will it have any side effects?

    – InitializeSahib
    Jun 13 '16 at 21:54














1












1








1








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:~$









share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 13 '16 at 21:45







InitializeSahib

















asked Jun 13 '16 at 20:39









InitializeSahibInitializeSahib

294312




294312













  • 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 (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











  • @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











  • 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











  • 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

















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










0






active

oldest

votes












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
});


}
});














draft saved

draft discarded


















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

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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

How did Captain America manage to do this?

迪纳利

南乌拉尔铁路局