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
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 LSB
etc.)
– 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 LSB
etc.)
– 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 LSB
etc.)
– 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
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
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
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
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
New contributor
answered 27 mins ago
ChrocheChroche
1
1
New contributor
New contributor
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 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