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
....



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to