public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Sebastian Roth <sebastian.roth@esk.fhg.de>
To: bluez-users@lists.sourceforge.net
Subject: [Bluez-users] Re: Removing hcid daemon
Date: Tue, 22 Feb 2005 15:48:33 +0100	[thread overview]
Message-ID: <cvfgha$555$1@sea.gmane.org> (raw)
In-Reply-To: <20050222120541.95523.qmail@web26610.mail.ukl.yahoo.com>

Hi Benny,

not really sure if I got the point. I think this is no bluetooth
specific question at all!

 > but how could I remove daemons and how could I see
 > daemons that I'm runing and that use bluetooth module
 > such as hcid daemon?
Modules and daemons are two different things! Modules are part of the
kernel whereas daemons run in userspace.

`lsmod' shows the list of loaded modules

`ps' shows the running processes (including daemons...)

# ps ax | grep hcid
25252 ?        Ss     0:00 hcid: processing events
30706 pts/4    D+     0:00 grep hcid

To "remove" this daemon you have to send a kill signal.

# kill 25252

Use the PID (process id) you see on the output on your system.
For more info please have a look at the manpages! (man ps, man kill)

Best regards,
Sebastian






-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

      reply	other threads:[~2005-02-22 14:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-22 12:05 [Bluez-users] Removing hcid daemon BZ Benny
2005-02-22 14:48 ` Sebastian Roth [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='cvfgha$555$1@sea.gmane.org' \
    --to=sebastian.roth@esk.fhg.de \
    --cc=bluez-users@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox