On 5/25/08, Michael Gebetsroither <[EMAIL PROTECTED]> wrote: > > if ejabberd runs with long (erlang) host names ejabberdctl does not work. > > ejabberdctl tries to run with the following command: > "exec /usr/bin/erl -name ejabberddebug -remsh [EMAIL PROTECTED]" > > The problem is, -name expects a long hostname. > The right option would be "-name [EMAIL PROTECTED]".
Option -name automatically appends full hostname to a nodename. If you network settings are correct (correct hostname in /etc/hostname, search directive in /etc/resolv.conf) then -name ejabberddebug is sufficient. Please, run command erl -name temp and show the shell prompt (to quit erlang shell press Ctrl+G q). -- Sergei Golovan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

