View Single Post
  #13 (permalink)  
Old 07-31-2007, 02:18 PM
vclark vclark is offline
Junior Member
 
Posts: 8
Default Misery Loves Company

Redbaron

Your trials and tribulations sound all too familiar. I have been struggling with what sounds like the same thing as you. Please keep the forum updated if you make any progress.

I have the same problem where ldap starts but no other services. I am in a different environment, specifically:
Debian 3.1 running in a vserver
I applied all the changes recommended for vservers on the wiki.

Although one thing I wasn't sure about:
"change
$inet_socket_bind = '127.0.0.1'; # limit socket bind to loopback interface
to
$inet_socket_bind = '10.11.12.5'; # no loopback in vserver, use rfc1918 internal ip bound to your vserver"

Any idea how to determine the rfc 1918 internal IP?
Reply With Quote