DSCC can not create Directory Server

Hi all,

I have a problem when I try to create a Directory Server on Directory Service Control Center - DSCC.

The log shows the following:

Creating Directory Server test1:389. Server Logs:
couldn't set locale correctly
couldn't set locale correctly
Directory '/var/ds/' already exists
Error Failed to create directory /var/ds/ on host test1

I checked locale and LC_ALL is empty, I was thinking in set LC_ALL.

LANG=C
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_ALL=

Also, TIMEZONE file and /default/init file and both contain :

CMASK=022
TZ=EET

Can someone help me on this ? How can I fix this issue?

Thanks a lot
YF///

You might try "export LC_ALL=C" for those locale messages. I do that just to make sure sort is binary not utf8 or something such that comm does not appreciate!

What about the directory? Is it there, and who owns it?