Koozali.org: home of the SME Server

Ldap Directory

Luciano Terra

Ldap Directory
« on: October 28, 2001, 09:06:54 AM »
Helo friends,

when i try to update directory setings (via server-manager) get this error:

Software error:
Error occurred while updating system configuration.
For help, please send mail to the webmaster (admin@domain1.com), giving this error message and the time and date of the error.


What seems?

Regard's
Luciano

Rob Hillis

Re: Ldap Directory
« Reply #1 on: October 29, 2001, 08:23:01 AM »
>when i try to update directory setings (via server-manager) get this error:
 
> Software error:
>  Error occurred while updating system configuration.
> For help, please send mail to the webmaster
> (admin@domain1.com), giving this error message and
> the time and date of the error.
> What seems?

Check /var/log/messages for more clues as to what may have gone wrong...

Juan Jesus

Re: Ldap Directory
« Reply #2 on: October 30, 2001, 02:16:29 AM »
You must check admin_error_log so you can see the perl interpreter/compiler error messages:

[root@e-smith root] tail /var/log/httpd/admin_error_log

Juan Jesus

Luciano Terra

Re: Ldap Directory
« Reply #3 on: October 30, 2001, 04:15:43 AM »
Ok,
I get it!!::

[root@sunday /root]# tail /var/log/messages
Oct 29 23:13:55 sunday ldap: slapd shutdown succeeded
Oct 29 23:13:55 sunday e-smith[16763]:
Oct 29 23:13:55 sunday e-smith-bg: Stopping slapd: [   OK   ]^M
Oct 29 23:13:55 sunday e-smith[16763]: Shutting down IP masquerade and firewall rules:^I^IDone!
Oct 29 23:13:55 sunday e-smith[16763]:
Oct 29 23:13:55 sunday e-smith[16763]: S90restart-masq=action|Event|ldap-update|Action|S90restart-masq|Start|1004404435 535621|End|1004404435 955156|Elapsed|0.419535
Oct 29 23:13:56 sunday slapd[16820]: daemon: socket() failed errno=97 (Address family not supported by protocol)
Oct 29 23:13:56 sunday ldap: slapd startup succeeded
Oct 29 23:13:56 sunday e-smith-bg: Starting slapd: [   OK   ]^M
Oct 29 23:13:56 sunday slapd[16828]: slapd starting

And?