From owner-freebsd-questions@freebsd.org Wed Jun 22 21:23:54 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE3ABB727B4 for ; Wed, 22 Jun 2016 21:23:54 +0000 (UTC) (envelope-from mail@kseidel.org) Received: from mx2.mailbox.org (mx2.mailbox.org [80.241.60.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.mailbox.org", Issuer "SwissSign Server Silver CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 86F8A1772 for ; Wed, 22 Jun 2016 21:23:54 +0000 (UTC) (envelope-from mail@kseidel.org) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 530C04216D; Wed, 22 Jun 2016 23:23:47 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by hefe.heinlein-support.de (hefe.heinlein-support.de [91.198.250.172]) (amavisd-new, port 10030) with ESMTP id zwHyg6C7gAdO; Wed, 22 Jun 2016 23:23:45 +0200 (CEST) Subject: Re: FreeBSD-10.3p5 - Samba43-4.3.8 To: byrnejb@harte-lyne.ca References: Cc: freebsd-questions@freebsd.org From: Kevin Seidel Message-ID: Date: Wed, 22 Jun 2016 23:23:41 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2016 21:23:54 -0000 The current install won't work. You have to run the provisioning again after updating, but then it should work as expected. If you are using the 'quarterly' builds you are still stuck with 4.3.8, but you can track the 'latest' builds for 4.3.9 (or even 4.4.3_1). Just change the url line in '/etc/pkg/FreeBSD.conf' from 'url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly"' to 'url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest"' and run 'pkg update'. The alternative would be to build it from ports. -- Kevin On 22/06/16 10:56 PM, James B. Byrne via freebsd-questions wrote: > > On Wed, June 22, 2016 16:34, Kevin Seidel wrote: >> Hi James, >> >> this bug was already reported >> (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208837) and is >> fixed >> in samba43-4.3.8_1 and samba43-4.3.9. >> > > > Thank you very much. But is the domain install that I have just > finished damaged or not? If this is just a bunch of warning messages > about a deprecated call but things are just fine regardless then I can > keep going. If it indicates a serious defect impacting the integrity > of the installation then I have to fix it. > > If I may impose another question: Are either of these available as a > package? > > I have been using pkg exclusively to this point. When I run > freebsd-update fetch it reports nothing newer than what I already have > so I infer these are not packages. Building a port should prove no > hardship but if these are already packaged then I would prefer to use > pkg. > > Sincerely, >