Andrew Pogrebennyk <[EMAIL PROTECTED]> writes: > On 18 Sep 2005 09:39:41 -0400 > Lowell Gilbert <[EMAIL PROTECTED]> wrote: > > > Andrew Pogrebennyk <[EMAIL PROTECTED]> writes: > > > > > Hi! Recently I've bought USB-Bluetooth-adapter and made the > > > following changes to setup it in FreeBSD: added ng_ubt_load="YES" > > > to /boot/loader.conf, > > > cp'ed /usr/share/examples/netgraph/bluetooth/rc.bluetooth > > > to /etc/rc.bluetooth, chmod'ed 555 /etc/rc.bluetooth and > > > changed wrote next lines in /etc/rc.local: > > > > > > $ cat /etc/rc.local > > > #!/bin/sh > > > if [ -f /etc/rc.bluetooth ]; > > > then /etc/rc.bluetooth start ubt0 > > > fi > > >
> > Do you have anything else using netgraph? > > Nothing at all. Since everything works, I'm not too worried about it. However, you could try removing the startup script from running automatically, and see whether you still get those messages. And then whether they still happen if you run the script by hand after the system is up. That would tell you a lot. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"