From owner-freebsd-current@FreeBSD.ORG Sun Nov 8 23:02:52 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD97510656FD for ; Sun, 8 Nov 2009 23:02:52 +0000 (UTC) (envelope-from timur@bat.ru) Received: from mail-px0-f196.google.com (mail-px0-f196.google.com [209.85.216.196]) by mx1.freebsd.org (Postfix) with ESMTP id 8F8CC8FC17 for ; Sun, 8 Nov 2009 23:02:52 +0000 (UTC) Received: by pxi34 with SMTP id 34so1684695pxi.8 for ; Sun, 08 Nov 2009 15:02:52 -0800 (PST) MIME-Version: 1.0 Sender: timur@bat.ru Received: by 10.140.172.20 with SMTP id u20mr371748rve.23.1257719836115; Sun, 08 Nov 2009 14:37:16 -0800 (PST) In-Reply-To: <20091108143348.GQ2331@deviant.kiev.zoral.com.ua> References: <8f82c35c0911080555x6a0721fem7bc01d3e3ff30bcf@mail.gmail.com> <20091108143348.GQ2331@deviant.kiev.zoral.com.ua> From: "Timur I. Bakeyev" Date: Sun, 8 Nov 2009 23:36:56 +0100 X-Google-Sender-Auth: 41fa98c3ec1345f6 Message-ID: <7d743c270911081436p52faac09l53f02e8b53adc1e9@mail.gmail.com> To: Kostik Belousov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org, Jon Theil Nielsen Subject: Re: Samba problems on 8.0-RC2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2009 23:02:52 -0000 Kostik, do I understand you correctly, that your patch in back-merged into the 8-STABLE and will be present in the final released version of FreeBSD 8? With regards, Timur. On Sun, Nov 8, 2009 at 3:33 PM, Kostik Belousov wrote= : > On Sun, Nov 08, 2009 at 02:55:49PM +0100, Jon Theil Nielsen wrote: >> Hi >> >> After running the latest upgrade for samba33, I cannot start it anymore.= The >> error message is: >> *Starting smbd. >> /libexec/ld-elf.so.1: /usr/local/sbin/smbd: invalid PT_PHDR >> /usr/local/etc/rc.d/samba: WARNING: failed to start smbd* >> uname -a says: >> *mflserver2.mydomain.dk 8.0-RC2 FreeBSD 8.0-RC2 #0: Sun Nov =A08 02:37:4= 5 CET >> 2009 =A0 =A0 root@mydomain.dk:/usr/obj/usr/src/sys/SERVER2 =A0i386* >> I'm not sure if this problem is related to the system or to samba itself= . > > I think you have old rtld, i.e. it misses r197931, but new kernel. > Kernel maps PIE binaries at non-zero base address, that cannot be > properly handled by old rtld. >