[Pkg-sysvinit-devel] Bug#624125: sysv-rc: CONCURENCY=makefile causes bluetooth rfcomm setup to fail SOMETIMES
d older
ey.debian.user at gmail.com
Sat May 21 19:55:20 UTC 2011
Sorry this follow-up is so late.
After putting the sleep in (see below) I still get about 3 fails in 10 boots.
Any further things I could try>
Dave
This is where I put the sleep :-
starting at line 139 of /etc/init.d/bluetooth
...
case "$1" in
start)
log_daemon_msg "Starting $DESC"
# added by me - bug-624125 investigation
sleep 1
#
if test "$BLUETOOTH_ENABLED" = "0"; then
log_progress_msg "disabled. see /etc/default/bluetooth"
log_end_msg 0
exit 0
....
More information about the Pkg-sysvinit-devel
mailing list