> 
> [root@$HOSTNAME ~]# cat /var/log/dirsrv/admin-serv/error 
> [Sat Jan 02 21:32:12.628586 2016] [core:notice] [pid 1497:tid
> $THREAD] SELinux policy enabled; httpd running as context
> system_u:system_r:httpd_t:s0
> [Sat Jan 02 21:32:12.629960 2016] [:warn] [pid 1497:tid $THREAD]
> NSSSessionCacheTimeout is deprecated. Ignoring.
> [Sat Jan 02 21:32:12.630027 2016] [:crit] [pid 1497:tid $THREAD]
> do_admserv_post_config(): unable to create AdmldapInfo
> AH00016: Configuration Failed
> ```
> 
> 
> And here, Google fails me. Is this fixable short of bailing out and
> reinstalling 389DS from scratch?
> 
> (Also, would you like a bug on the missing log directory? If so,
> where would you like me to write it? Would you like an Enhancement
> Request to check SELinux and offer to open port 9830 to httpd?)


Looking at the code:

    info = admldapBuildInfo(configdir, &error);

    if (info) {
    } else {
        ap_log_error(APLOG_MARK, APLOG_CRIT, 0, base_server,
"do_admserv_post_config(): unable to create AdmldapInfo");
        return DONE;
    }

If we look at admldapBuildInfo, there are some docs about this:

http://directory.fedoraproject.org/docs/389ds/administration/adminserve
r.html#adminutil---admldapbuildinfoadmldapbuildinfossl

You may want to check your adm.conf and see if that is configured
properly.



-- 
Sincerely,

William Brown
Software Engineer
Red Hat, Brisbane

Attachment: signature.asc
Description: This is a digitally signed message part

--
389 users mailing list
389-users@%(host_name)s
http://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to