I can't stop or kill a daemon process whatever I do. It's been days nowNot able to start juggernaut server as...
How can I print the prosodic symbols in LaTeX?
What happens in the secondary winding if there's no spark plug connected?
Aligning equation numbers vertically
How to write a column outside the braces in a matrix?
Is the claim "Employers won't employ people with no 'social media presence'" realistic?
Converting a sprinkler system's 24V AC outputs to 3.3V DC logic inputs
Pulling the rope with one hand is as heavy as with two hands?
Checks user level and limit the data before saving it to mongoDB
How to denote matrix elements succinctly?
Minor Revision with suggestion of an alternative proof by reviewer
As an international instructor, should I openly talk about my accent?
Critique of timeline aesthetic
Is there really no use for MD5 anymore?
Pre-plastic human skin alternative
I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?
can anyone help me with this awful query plan?
How to fry ground beef so it is well-browned
Are there physical dangers to preparing a prepared piano?
"The cow" OR "a cow" OR "cows" in this context
How to limit Drive Letters Windows assigns to new removable USB drives
Check if a string is entirely made of the same substring
Two field separators (colon and space) in awk
How come there are so many candidates for the 2020 Democratic party presidential nomination?
"You've called the wrong number" or "You called the wrong number"
I can't stop or kill a daemon process whatever I do. It's been days now
Not able to start juggernaut server as a background processs/serviceHow can I disable avahi-daemon?Change Gsetting with script on LogoutHow to kill a daemon process in linux?Can't kill process and uninstall packageCan't kill jackdbus auto, because it auto starts everytime
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
That is normally great thing right? But I need to update. I've started it with
python openbazaard.py start -da 0.0.0.0
As a result, nothing from the below tried can stop it:
sudo python openbazaard.py stop
OpenBazaar server stopping... pidfile /tmp/openbazaard.pid does not exist. Daemon not running?
It still runs after that, no matter how long I wait.
Restarting the server auto starts it, I haven't even added that. I guess because I started it as a daemon?
killall
and
kill -15 -1
temporally kill it and it auto starts right away after that. I didn't know daemons do that?
Is that normal or I'm total noob? At this point this is driving me crazy.
services killall
bumped to the homepage by Community♦ 14 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
That is normally great thing right? But I need to update. I've started it with
python openbazaard.py start -da 0.0.0.0
As a result, nothing from the below tried can stop it:
sudo python openbazaard.py stop
OpenBazaar server stopping... pidfile /tmp/openbazaard.pid does not exist. Daemon not running?
It still runs after that, no matter how long I wait.
Restarting the server auto starts it, I haven't even added that. I guess because I started it as a daemon?
killall
and
kill -15 -1
temporally kill it and it auto starts right away after that. I didn't know daemons do that?
Is that normal or I'm total noob? At this point this is driving me crazy.
services killall
bumped to the homepage by Community♦ 14 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
That is normally great thing right? But I need to update. I've started it with
python openbazaard.py start -da 0.0.0.0
As a result, nothing from the below tried can stop it:
sudo python openbazaard.py stop
OpenBazaar server stopping... pidfile /tmp/openbazaard.pid does not exist. Daemon not running?
It still runs after that, no matter how long I wait.
Restarting the server auto starts it, I haven't even added that. I guess because I started it as a daemon?
killall
and
kill -15 -1
temporally kill it and it auto starts right away after that. I didn't know daemons do that?
Is that normal or I'm total noob? At this point this is driving me crazy.
services killall
That is normally great thing right? But I need to update. I've started it with
python openbazaard.py start -da 0.0.0.0
As a result, nothing from the below tried can stop it:
sudo python openbazaard.py stop
OpenBazaar server stopping... pidfile /tmp/openbazaard.pid does not exist. Daemon not running?
It still runs after that, no matter how long I wait.
Restarting the server auto starts it, I haven't even added that. I guess because I started it as a daemon?
killall
and
kill -15 -1
temporally kill it and it auto starts right away after that. I didn't know daemons do that?
Is that normal or I'm total noob? At this point this is driving me crazy.
services killall
services killall
edited Jul 28 '16 at 13:35
Arronical
13.9k85093
13.9k85093
asked Jul 28 '16 at 13:18
DavidDavid
111
111
bumped to the homepage by Community♦ 14 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 14 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You can use the "ps -ax" terminal command to find its pid. Then kill -9 thepid (or kill it more nicely, your choice). I think you can also get a list of pids with "lsof" but I have no idea how to do that. Hope this helps :).
this killed it but it restarted right away
– David
Aug 12 '16 at 12:20
add a comment |
You must find process pid and kill it by kill -9 pid.
Also you can find parent process id by this:
ps -o ppid= pid
and then kill it's parent by kill -9 parent_id
it gives me 2 parents?
– David
Aug 12 '16 at 12:22
kill both parent if you know it's not a system process
– Ghasem Pahlavan
Aug 14 '16 at 6:44
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%2f804020%2fi-cant-stop-or-kill-a-daemon-process-whatever-i-do-its-been-days-now%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use the "ps -ax" terminal command to find its pid. Then kill -9 thepid (or kill it more nicely, your choice). I think you can also get a list of pids with "lsof" but I have no idea how to do that. Hope this helps :).
this killed it but it restarted right away
– David
Aug 12 '16 at 12:20
add a comment |
You can use the "ps -ax" terminal command to find its pid. Then kill -9 thepid (or kill it more nicely, your choice). I think you can also get a list of pids with "lsof" but I have no idea how to do that. Hope this helps :).
this killed it but it restarted right away
– David
Aug 12 '16 at 12:20
add a comment |
You can use the "ps -ax" terminal command to find its pid. Then kill -9 thepid (or kill it more nicely, your choice). I think you can also get a list of pids with "lsof" but I have no idea how to do that. Hope this helps :).
You can use the "ps -ax" terminal command to find its pid. Then kill -9 thepid (or kill it more nicely, your choice). I think you can also get a list of pids with "lsof" but I have no idea how to do that. Hope this helps :).
answered Jul 28 '16 at 13:30
chevydogchevydog
1
1
this killed it but it restarted right away
– David
Aug 12 '16 at 12:20
add a comment |
this killed it but it restarted right away
– David
Aug 12 '16 at 12:20
this killed it but it restarted right away
– David
Aug 12 '16 at 12:20
this killed it but it restarted right away
– David
Aug 12 '16 at 12:20
add a comment |
You must find process pid and kill it by kill -9 pid.
Also you can find parent process id by this:
ps -o ppid= pid
and then kill it's parent by kill -9 parent_id
it gives me 2 parents?
– David
Aug 12 '16 at 12:22
kill both parent if you know it's not a system process
– Ghasem Pahlavan
Aug 14 '16 at 6:44
add a comment |
You must find process pid and kill it by kill -9 pid.
Also you can find parent process id by this:
ps -o ppid= pid
and then kill it's parent by kill -9 parent_id
it gives me 2 parents?
– David
Aug 12 '16 at 12:22
kill both parent if you know it's not a system process
– Ghasem Pahlavan
Aug 14 '16 at 6:44
add a comment |
You must find process pid and kill it by kill -9 pid.
Also you can find parent process id by this:
ps -o ppid= pid
and then kill it's parent by kill -9 parent_id
You must find process pid and kill it by kill -9 pid.
Also you can find parent process id by this:
ps -o ppid= pid
and then kill it's parent by kill -9 parent_id
answered Jul 28 '16 at 13:37
Ghasem PahlavanGhasem Pahlavan
1,251818
1,251818
it gives me 2 parents?
– David
Aug 12 '16 at 12:22
kill both parent if you know it's not a system process
– Ghasem Pahlavan
Aug 14 '16 at 6:44
add a comment |
it gives me 2 parents?
– David
Aug 12 '16 at 12:22
kill both parent if you know it's not a system process
– Ghasem Pahlavan
Aug 14 '16 at 6:44
it gives me 2 parents?
– David
Aug 12 '16 at 12:22
it gives me 2 parents?
– David
Aug 12 '16 at 12:22
kill both parent if you know it's not a system process
– Ghasem Pahlavan
Aug 14 '16 at 6:44
kill both parent if you know it's not a system process
– Ghasem Pahlavan
Aug 14 '16 at 6:44
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%2f804020%2fi-cant-stop-or-kill-a-daemon-process-whatever-i-do-its-been-days-now%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