Home | History | Annotate | Download | only in src

Lines Matching full:dbus

39 "DBus "
202 daemon->dbus = NULL;
205 die(_("DBus error: %s"), err, EC_MISC);
208 die(_("DBus not available: set HAVE_DBUS in src/config.h"), NULL, EC_BADCONF);
467 if (daemon->dbus)
468 my_syslog(LOG_INFO, _("DBus support enabled: connected to system bus"));
470 my_syslog(LOG_INFO, _("DBus support enabled: bus connection pending"));
592 /* Whilst polling for the dbus, or doing a tftp transfer, wake every quarter second */
594 ((daemon->options & OPT_DBUS) && !daemon->dbus))
671 /* if we didn't create a DBus connection, retry now. */
672 if ((daemon->options & OPT_DBUS) && !daemon->dbus)
676 my_syslog(LOG_WARNING, _("DBus error: %s"), err);
677 if (daemon->dbus)
678 my_syslog(LOG_INFO, _("connected to system DBus"));