From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 15:48:34 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 79DCEB93; Sun, 28 Apr 2013 15:48:34 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 47E901AAA; Sun, 28 Apr 2013 15:48:34 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id k5so6521017iea.18 for ; Sun, 28 Apr 2013 08:48:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=oLqvpxHsSLJhc/eyhurOkU0+WbVOPX4PXr8oyjKK5/g=; b=IJkKfzgSjEHeivQHsBpaJQny5OVUDv2jSIqhTONLnOlJmlN/0ZXJ2RjJrZ/MIL4E9L RE1ETTawTh/hnzuaUW/hw49xn6HLJO5ToiBsBw79BeRZAqtqh7+gJtfWtEmMzdsip0gu /yrDLEzwZ/V88Lb7YYm+ZdTkCXvd5UJZMbYBrMYR3jSBIx/luqOdrm+MMffLeY0kYQQk OhYVC7Dh6sq7RCwMOX771GpyE+bQAqAcbp8ZY4uTErqs99b1HRKrK6wzP1YnClZCTKcU rFcW7zCeD33R59bnaxyvVXXhbuQfy+nFMEdSy59mXQgZlA5gAn9UCUCkk4qlifkSfQ6w 7jgw== MIME-Version: 1.0 X-Received: by 10.50.128.16 with SMTP id nk16mr5942337igb.15.1367164113981; Sun, 28 Apr 2013 08:48:33 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Sun, 28 Apr 2013 08:48:33 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Sun, 28 Apr 2013 08:48:33 -0700 (PDT) In-Reply-To: <20130428070851.60d08788@scorpio> References: <20130428070851.60d08788@scorpio> Date: Sun, 28 Apr 2013 16:48:33 +0100 Message-ID: Subject: Re: openldap-2.4.35: "failed to start slapd" From: Chris Rees To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Xin LI X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 15:48:34 -0000 On 28 Apr 2013 12:09, "Jerry" wrote: > > FreeBSD-8.3 STABLE amd64 > > I updated the openldap port to the latest version last night: > > openldap-client-2.4.35/ > openldap-server-2.4.35/ > > Now, LDAP will not start. All I get is this when I try to start it: > > /usr/local/etc/rc.d # ./slapd start > Starting slapd. > ./slapd: WARNING: failed to start slapd > > I tried rebuilding the programs and when that failed, I did a complete > removal of them plus the "/usr/local/etc/openldap" directory and then > rebuilt the ports. The problem still remains. I NEED openldap running. > Has anyone else experienced this problem or have an idea how I can get > it up and running? I don't want to file a PR if I am the only user with > this problem. Have you tried getting the older version and installing that? Ports-mgmt/portdowngrade will help you do that. Not a proper solution, but it'll get it working again if you're desperate. Chris