From users-return-1934-apmail-directory-users-archive=directory.apache.org@directory.apache.org Fri Nov 14 14:50:41 2008 Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 85733 invoked from network); 14 Nov 2008 14:50:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2008 14:50:41 -0000 Received: (qmail 87720 invoked by uid 500); 14 Nov 2008 14:50:40 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 87695 invoked by uid 500); 14 Nov 2008 14:50:40 -0000 Mailing-List: contact users-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@directory.apache.org Delivered-To: mailing list users@directory.apache.org Received: (qmail 87540 invoked by uid 99); 14 Nov 2008 14:50:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 06:50:39 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [80.190.241.83] (HELO mail.bedifferent.de) (80.190.241.83) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 14:49:18 +0000 Received: from invis5x.fsp-net.loc (p5B224C98.dip.t-dialin.net [91.34.76.152]) by mail.bedifferent.de (Postfix) with ESMTP id B4E89474508 for ; Fri, 14 Nov 2008 15:50:01 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by invis5x.fsp-net.loc (Postfix) with ESMTP id 8438442AA3C for ; Fri, 14 Nov 2008 15:50:00 +0100 (CET) X-Virus-Scanned: amavisd-new at fsp-net.loc Received: from invis5x.fsp-net.loc ([127.0.0.1]) by localhost (invis5x.fsp-net.loc [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w095fb6n8+Bk for ; Fri, 14 Nov 2008 15:49:56 +0100 (CET) Received: from [192.168.210.121] (unknown [192.168.210.121]) by invis5x.fsp-net.loc (Postfix) with ESMTP id 048E5411444 for ; Fri, 14 Nov 2008 15:49:55 +0100 (CET) Message-ID: <491D9012.1070904@fsp-net.loc> Date: Fri, 14 Nov 2008 15:49:54 +0100 From: "Daniel T. Bender" User-Agent: Thunderbird 2.0.0.17 (X11/20080922) MIME-Version: 1.0 To: users@directory.apache.org Subject: Re: how to enable NTP properly? References: <491D8DEA.1040207@fsp-net.loc> <491D8EDF.5040601@nextury.com> In-Reply-To: <491D8EDF.5040601@nextury.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Emmanuel Lecharny schrieb: > Daniel T. Bender wrote: >> Hi! >> >> I just started setting up ApacheDS and the directory service is working >> fine. But everything else is giving me a headache ... NTP, KDC just >> won't start alogn with the DS. >> >> >From server.xml: >> >> >> #directoryService >> #datagramAcceptor >> #socketAcceptor >> >> >> >> #datagramAcceptor >> #socketAcceptor >> >> >> I added the enabled="true" attribute although simply uncommenting should >> ne enough. >> But both services wont come up. with no messages in the logfile. Is >> there another option I have overlooked? The documentation on the website >> is not a big help :( >> > sigh ... Yep, doco sucks... :/ > > Just to check : have you launched the server as root ? (or with sudo ?) > running as root, ports not blocked in firewall etc ... is there some debug option in apacheds for a better log? maybe something is preventing these services to come up properly ...