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
....
_______________________________________________
Pkg-sysvinit-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel