Not able to kill a jackdbus

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I was trying to install jackd and the installation with apt gave two commands: jackd and jackdbus. I tried to execute jackdbus and it ran in the console. When I tried to terminate it by Ctrl+C, it is not getting killed. I also tried killall jackdbus but it has not effect at all. How can I kill it? Please help.
jack killall
add a comment |Â
up vote
0
down vote
favorite
I was trying to install jackd and the installation with apt gave two commands: jackd and jackdbus. I tried to execute jackdbus and it ran in the console. When I tried to terminate it by Ctrl+C, it is not getting killed. I also tried killall jackdbus but it has not effect at all. How can I kill it? Please help.
jack killall
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I was trying to install jackd and the installation with apt gave two commands: jackd and jackdbus. I tried to execute jackdbus and it ran in the console. When I tried to terminate it by Ctrl+C, it is not getting killed. I also tried killall jackdbus but it has not effect at all. How can I kill it? Please help.
jack killall
I was trying to install jackd and the installation with apt gave two commands: jackd and jackdbus. I tried to execute jackdbus and it ran in the console. When I tried to terminate it by Ctrl+C, it is not getting killed. I also tried killall jackdbus but it has not effect at all. How can I kill it? Please help.
jack killall
asked May 21 at 13:59
Linta
51
51
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
You may use kill -9 <pid> to kill the process. killall <processname> sends only SIGTERM to all the processes.
You need to send SIGKILL and for that first find <pid> using ps -ae | grep '<processname>'. Then issue the above mentioned kill command for all the processes that are listed by ps command.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
You may use kill -9 <pid> to kill the process. killall <processname> sends only SIGTERM to all the processes.
You need to send SIGKILL and for that first find <pid> using ps -ae | grep '<processname>'. Then issue the above mentioned kill command for all the processes that are listed by ps command.
add a comment |Â
up vote
1
down vote
accepted
You may use kill -9 <pid> to kill the process. killall <processname> sends only SIGTERM to all the processes.
You need to send SIGKILL and for that first find <pid> using ps -ae | grep '<processname>'. Then issue the above mentioned kill command for all the processes that are listed by ps command.
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
You may use kill -9 <pid> to kill the process. killall <processname> sends only SIGTERM to all the processes.
You need to send SIGKILL and for that first find <pid> using ps -ae | grep '<processname>'. Then issue the above mentioned kill command for all the processes that are listed by ps command.
You may use kill -9 <pid> to kill the process. killall <processname> sends only SIGTERM to all the processes.
You need to send SIGKILL and for that first find <pid> using ps -ae | grep '<processname>'. Then issue the above mentioned kill command for all the processes that are listed by ps command.
answered May 21 at 14:06
CS13
1288
1288
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1038722%2fnot-able-to-kill-a-jackdbus%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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