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

            Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

            Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

            Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»