Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Luciano Terra 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
-
>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...
-
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
-
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?