Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a slight problem with the openldap server installed with Mac OS X 10.6.8 (regular, not server). When I launch slapd in a terminal, it stops itself after 1 or 2 seconds... I just have the time to see its process... It doesn't seem to crash, because when I specify a log file in the configuration, the log is created, but empty.

However, when I launch it with the debug option, for example -d 1,it doesn't fork and stays in the terminal (that's the documented behavior) and it runs normally. I can connect, and so on... Meaning, I presume, that's not a config problem.

Is there something stupid I've forgotten? (btw, I've repaired the authorizations, just in case, but that doesn't change the problem...)

Thanks in advance!

share|improve this question
This is an off-topic here. – Vlad Lazarenko Jan 26 '12 at 13:48
What do you mean ? – Zaphod Jan 26 '12 at 14:03
I mean you have to ask it here - serverfault.com – Vlad Lazarenko Jan 26 '12 at 14:15
Ok, but I thought, here was also valid. I hope my bounty will motivate some here, even if I'm off topic... – Zaphod Jan 26 '12 at 14:18
I don't know if bounty motivates anyone, but you should figure out why the hell your process exists. Enable core dumps, check its logs (syslog?). Daemons don't exit for no good reason. Use ptrace/strace after all. I mean, really. No psychics here. – Vlad Lazarenko Jan 26 '12 at 17:38
show 1 more comment

closed as off topic by Sven, casperOne Jan 29 '12 at 3:33

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.