Description of problem: A PAN connection from my phone to my PC doesn't work like it used to pre bluez-utils 3.7. It seems to me like the script /etc/bluetooth/pan/dev-up doesn't get called. Version-Release number of selected component (if applicable): bluez-utils-3.7-2 How reproducible: Always Steps to Reproduce: 1. Start pand: "pand --listen --role NAP --nodetach" 2. Connect from phone Actual results: Can't ping phone, no connection Expected results: Working connection. Additional info: If I run /etc/bluetooth/pan/dev-up manually afterwards then the connection works. I've inserted logging statements into the script, and it seems like it doesn't get called at all. I had this working after I installed FC6, and I think it broke with the 3.7 upgrade.
Hm. We no longer run /etc/bluetooth/pan/dev-up automatically; there is a '-u' option to pand which tells it which script to run. You'd have to add '-u /etc/bluetooth/pand/dev-up' to pand's arguments to preserve the old behaviour. The man page seems to be already fixed upstream; I've pulled in the patch: http://git.infradead.org/?p=bluez-utils.git;a=commitdiff;h=8bb7406477a60e1c1ad343386cd1ecd81d0ced2a