Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 183130 - Bluetooth service launches from udev
Summary: Bluetooth service launches from udev
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-25 11:11 UTC by Kolbjørn Barmen
Modified: 2007-06-25 11:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kolbjørn Barmen 2007-06-25 11:11:54 UTC
The file /etc/udev/rules.d/70-bluetooth.rules tells udev to run /lib/udev/bluetooth.sh which again launches /etc/init.d/bluetooth upon if certain devices (/devhdc[0-9]) pops up.

This happens even if I do not have bluetooth set in my runlevel, which is a bug. Also, since it is not in my runlevel, rc-status does not display it. Just because I happen to have some bluetooth hardware available and bluez installed, does not mean that I _always_ want it to be launched.

Reproducible: Always

Steps to Reproduce:
1. have a system with udev, bluetooth hardware and kernel modules for it
2. install bluez (inkl bluez-utils)
3. do not have bluetooth in your runlevel (typically "default")

Actual Results:  
"/etc/init.d/bluetooth status" says it is started

Expected Results:  
"/etc/init.d/bluetooth status" says it is stopped
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-06-25 11:27:14 UTC
That's a feature, not a bug. You can blacklist it or use RC_PLUG_SERVICES/RC_HOTPLUG in /etc/conf.d/rc if you don't want such stuff.