[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Strange kadmin error



Love Hörnquist Åstrand wrote:

> Try to start kadmind i debug mode on command line and if if it tell you
> something,

Very funny, it does work when started from the command line, although it
gives the following message on startup:

# /usr/lib/heimdal-servers/kadmind -d
kadmind: bind af = 2: Address already in use

But it still doesn't work when started from xinetd. Here is my xinetd
configuration file:
------------------------------------
service kerberos-adm
{
        disable         = no
        socket_type     = stream
        protocol        = tcp
        user            = root
        wait            = no
        server          = /usr/lib/heimdal-servers/kadmind
        server_args     = -d
}
------------------------------------

Marcus