Lines Matching defs:file
90 #define CONF_FILE_PERM_ERROR_MSG "Cannot read config file %s. Please check "\
91 "that the file is accessible only by the "\
569 /* create the pid file if all services are alive */
578 "All services have successfully started, creating pid file\n");
1731 const char *file);
1770 "Could not stat file [%s]. Error [%d:%s]\n",
1776 /* Parse the configuration file and signal the children */
1780 DEBUG(SSSDBG_CRIT_FAILURE, "Config file changed\n");
1791 "Error: Config file no longer monitored for changes!\n");
1817 /* We will queue the file for update in one second.
1818 * This way, if there is a script writing to the file
1842 const char *file)
1865 ret = try_inotify(ctx->file_ctx, file);
1873 ret = monitor_config_file_fallback(mem_ctx, ctx->file_ctx, file);
1881 const char *file)
1887 ret = stat(file, &file_stat);
1892 "file [%s] is missing. Will not update online status "
1893 "based on watching the file\n", file);
1898 "Could not stat file [%s]. Error [%d:%s]\n",
1899 file, err, strerror(err));
1912 cb->filename = talloc_strdup(cb, file);
2456 _("Specify a non-default config file"), NULL}, \
2631 /* Parse config file, fail if cannot be done */
2653 /* at this point we are done generating the config file, we may exit