Syslog displays these warnings and I would like to know how can I know what they mean in order to search what can I do about them.
$ cat /var/log/syslog| grep -i 'warn'
Nov 27 13:48:19 pc NetworkManager[781]: <warn> bluez error getting default adapter: The name org.bluez was not provided by any .service files
Nov 27 13:48:19 pc gdm-binary[778]: WARNING: Unable to find users: no seat-id found
Nov 27 13:48:20 pc NetworkManager[781]: <warn> bluez error getting default adapter: No such adapter
Nov 27 13:48:24 pc gdm-simple-greeter[1285]: Gtk-WARNING: /build/buildd/gtk+2.0-2.24.4/gtk/gtkwidget.c:5687: widget not within a GtkWindow
Edit: The question is about the meaning of the warnings and not about the wifi. The questions in the answers are misleading.
