Results 1 to 8 of 8
I am beyond frustrated with Fedora 15 and Directory Server. My instance of dorsrv comes up with no porblem, but for some reason dirsrv-admin has the following error:
usr.sbin.start-ds-admin: line ...
- 01-18-2012 #1Just Joined!
- Join Date
- Jan 2012
- Posts
- 3
Fedora 15 dirsrv-admin segment fault
I am beyond frustrated with Fedora 15 and Directory Server. My instance of dorsrv comes up with no porblem, but for some reason dirsrv-admin has the following error:
usr.sbin.start-ds-admin: line 104: 2205 Segmentation fault $SELINUX_CMD $HTTPD $OMIT_DEFLATE -k start -f .etc.dirsrv.admin-serv.httpd.conf "$"
output: Server failed to start !!! Please check errors log for problems
output: [FAILED]
Could not start the admin server. Error: 256
Failed to create and configure the admin server
I see other posts bu tno answers. I have selinux in permissive mode. The start script is running something called
.usr.sbin.selinuxenabled
When I run it from the command line it returns nothing.
Help is greatly appreciated.
- 01-18-2012 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
Did you check the logs that it suggests to check? Do you know where they are (I don't) - maybe here:
It sounds like a permissions issue, but hard to tell with the info so far.Code:/var/log/dirsrv/
- 01-19-2012 #3Just Joined!
- Join Date
- Jan 2012
- Posts
- 3
Log Files
Please note: I replace the forward slash with a period in the directory path because this site has rules about sending URL's and it thinks they are URL's
audit.log
type=ANOM_ABEND msg=audit(1326936247.009:257): auid=500 uid=0 gid=0 ses=27 subj=unconfined_u:system_r:httpd_t:s0 pid=4608 comm="httpd.worker" sig=11
var.log.messages
type=ANOM_ABEND msg=audit(1326936247.009:257): auid=500 uid=0 gid=0 ses=27 subj=unconfined_u:system_r:httpd_t:s0 pid=4608 comm="httpd.worker" sig=11
var.log.dirsrv.admin-serv.error
[Wed Jan 18 19:24:06 2012] [notice] SELinux policy enabled; httpd running as context unconfined_u:system_r:httpd_t:s0
[Wed Jan 18 19:24:07 2012] [notice] Access Host filter is: *.SonshineAccess.com
Any help would be greatly appreciated. I'm not fluent in Unix so any suggestions are welcomed.
[Wed Jan 18 19:24:07 2012] [notice] Access Address filter is: *
- 01-19-2012 #4Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
It seems that according to the log that SE Linux is, in fact, enabled. I don't know thing one about dirsrv, but that would be the first thing I would try to remove as a potential problem.
check if it is running with:
temporarily disable it with:Code:getenforce
permanently disable it by setting SELINUX=disabled in the /etc/selinux/config file and rebooting.Code:setenforce 0
- 01-19-2012 #5Just Joined!
- Join Date
- Jan 2012
- Posts
- 3
I completely disabled selinux and still the same problem. Anything else I can try?
- 01-19-2012 #6Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
What does the dirsrv log say, anything new/helpful?
- 02-01-2012 #7Just Joined!
- Join Date
- Feb 2012
- Posts
- 1
- 02-01-2012 #8Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
Post the output of your dirsrv log, and maybe someone here can help you with it.


Reply With Quote
