Directory Server under Linux

I just installed Directory server under linux, the slapd starts ok after installation.

When I try ./start-admin I get this error:

SunONE-WebServer-Enterprise/6.0SP3 B05/19/2004 05:54

failure: server initialization failed (Interrupted system call)

Ive searched a bit and all I found is "Install TOUR 2.2" but thats for HP-UX.

Any tips for Linux? This problem seems to be common.

[414 byte] By [ezra-sa] at [2007-11-26 17:31:26]
# 1
If this is not a Linux distro that Sun supports, Admin server does not work, its a known thing and folks just get used to the cmd line maintenance of the server
LostLada at 2007-7-8 23:59:24 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

Yeap, I Installed it on Debian.

You mean the server admin wont run if it detects its not one of the "defined supported platforms". Im just trying to use it for testing purposes on my laptop.

We have a production server with HP-UX but I cant try things in there :(

is this ever going to be fixed or Sun makes such thing on purpose?

Message was edited by:

ezra-s

ezra-sa at 2007-7-8 23:59:24 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3

Thanks for giving us (Sun) bad intentions...

Debian is not a supported platform because we do not test our software with it.

There is nothing in the product that tries to detect if the platform is a supported one or not. And absolutely nothing that would make it fails on purpose.

But if any of the symbols needed by any piece of the product is not available or does not have the same signature as what we build with, the server will not start or exit, or even crash. These are the laws of software.

Such thing had happened with some versions of Linux and the Admin Server in the past (same function symbol, different signature, in fact duplicate function name between a Linux library and Admin Server's lib).

Regards,

Ludovic.

ludovicpa at 2007-7-8 23:59:24 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4
thanks for the lecture....Just wanted to know how strict the development was and if there was any possibility to use it even in a non-supported platform like Debian. But you've already answered my question with your speech. Thank you.See ya.
ezra-sa at 2007-7-8 23:59:24 > top of Java-index,Web & Directory Servers,Directory Servers...
# 5

For info, I was pleasantly surprised to find that DS 5.2P4 installed and runs fine (including start-admin) on Fedora Core 5.

I guess that's just lucky in that FC is just closer to the officially supported RHEL series.

I guess the problem on Debian, as Ludo says, must be some mixup in a shared library. Not sure how fruitful it might be to try to track down the culprit using ldd....

cheers,

Rob.

RobByrnea at 2007-7-8 23:59:24 > top of Java-index,Web & Directory Servers,Directory Servers...