Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 482762

Summary: net-wireless/bluez - add systemd service file for creating /dev/rfcomm devices
Product: Gentoo Linux Reporter: Mehmet Giritli <mehmet>
Component: Current packagesAssignee: Pacho Ramos <pacho>
Status: RESOLVED UPSTREAM    
Severity: enhancement CC: systemd
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: rfcomm.service

Description Mehmet Giritli 2013-08-28 07:25:58 UTC
This service file executes "rfcomm bind all" which binds all devices setup in /etc/bluetooth/rfcomm.conf to /dev/rfcommX. When a program wants access to a device the connection is established automatically, but not until then.

This used to work automatically with openrc AFAIR, but it is not dealt with yet in the case of systemd. The inclusion of this simple service file fills the gap.

Reproducible: Always
Comment 1 Mehmet Giritli 2013-08-28 07:26:19 UTC
Created attachment 357224 [details]
rfcomm.service
Comment 2 Pacho Ramos gentoo-dev 2013-08-28 11:47:31 UTC
I would report this to upstream before as upstream is working with systemd integration and maybe they are not doing this for some reason
Comment 3 Mehmet Giritli 2013-08-29 07:54:12 UTC
(In reply to Pacho Ramos from comment #2)
> I would report this to upstream before as upstream is working with systemd
> integration and maybe they are not doing this for some reason

I just ried doing that but I guess bluez do not have a bugzilla? Whats the method to contact these guys? bluez ml?
Comment 4 Pacho Ramos gentoo-dev 2013-08-29 08:01:24 UTC
Yes, I use mailing list for that :)
Comment 5 Pacho Ramos gentoo-dev 2013-09-21 14:07:07 UTC
And I will wait for upstream to take care of it since they support systemd officially