Random stop jobs on shutdown/bootupCannot 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

What is the significance behind "40 days" that often appears in the Bible?

Generic TVP tradeoffs?

How does one measure the Fourier components of a signal?

Why is indicated airspeed rather than ground speed used during the takeoff roll?

Do I need to be arrogant to get ahead?

What are substitutions for coconut in curry?

Is there a hypothetical scenario that would make Earth uninhabitable for humans, but not for (the majority of) other animals?

Is a party consisting of only a bard, a cleric, and a warlock functional long-term?

What exactly term 'companion plants' means?

What is the term when voters “dishonestly” choose something that they do not want to choose?

A Ri-diddley-iley Riddle

Could Sinn Fein swing any Brexit vote in Parliament?

The average age of first marriage in Russia

Wrapping homogeneous Python objects

My friend is being a hypocrite

When to use snap-off blade knife and when to use trapezoid blade knife?

Geography in 3D perspective

Unfrosted light bulb

Comment Box for Substitution Method of Integrals

Matrix using tikz package

HP P840 HDD RAID 5 many strange drive failures

Do US professors/group leaders only get a salary, but no group budget?

How can an organ that provides biological immortality be unable to regenerate?

What (if any) is the reason to buy in small local stores?



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













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










1 Answer
1






active

oldest

votes


















-1














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






share|improve this answer








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.



















    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

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    -1














    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






    share|improve this answer








    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.
























      -1














      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






      share|improve this answer








      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.






















        -1












        -1








        -1







        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






        share|improve this answer








        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







        share|improve this answer








        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.









        share|improve this answer



        share|improve this answer






        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 27 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.



























            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

            Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

            Is compression “encryption” under FCC regs?Signing of messages transmitted over ham radioWhy do Amateur Radio organizations in the United States oppose the relaxation of encryption prohibitions?How far from earth do FCC regulations apply?How can I know whether a radio is FCC approved?FCC tracking of unlicensed FRS/GMRS transmissionsWhy does the FCC put restrictions on symbol rates?legal - Do FCC regulations only apply in U.S.A?What are FCC/Industry Canada certification requirements for amateur radio related products?How to get professional or official clarification of FCC Part 97 rules for specific complicated situations?Is there any point to keep the CSCE after the FCC registers the upgrade?Do FCC regulations limit digital data rate?

            What to do with chalk when deepwater soloing? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Photo Competition: April - At Home in The Great OutdoorsIs it ok for my climbing shoes/chalk bag to get wet?What hand and finger exercises help with climbing?Chalk: pure, plus drying agent, liquid?What can I do with a retired rope and harness?What to do with the lap coiled rope if the belayer wishes to lead consecutive pitches?How do to a safety knot when abseiling with 2 ropes?What are the advantages of being short when climbing?When should you start to train with Campus Boards, Hang Boards and Peg Boards?Climbing: fear/panic on boulder wallWith what specific techniques are various bouldering grades associated?What are the most important numerical features to look for when comparing climbing ropes?