From nobody Sun Jan 29 13:14:42 2023 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4P4Wxm3FSNz3cVF1 for ; Sun, 29 Jan 2023 13:14:52 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (mailserver.netfence.it [78.134.96.152]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mailserver.netfence.it", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4P4Wxl6QQCz3xRx for ; Sun, 29 Jan 2023 13:14:51 +0000 (UTC) (envelope-from ml@netfence.it) Authentication-Results: mx1.freebsd.org; none Received: from [10.1.2.18] (alamar.local.netfence.it [10.1.2.18]) (authenticated bits=0) by soth.netfence.it (8.17.1/8.17.1) with ESMTPSA id 30TDEgPx053120 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO) for ; Sun, 29 Jan 2023 14:14:43 +0100 (CET) (envelope-from ml@netfence.it) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netfence.it; s=202301; t=1674998083; bh=LWx/okOvaszoG4q6uIm/o4EkZbLUTEtEU73z4AkBbmE=; h=Date:Subject:To:References:From:In-Reply-To; b=nCnXaLmyosws778m7oWtopUij5vWrz5X1LqmI5cuNW/5GihaZLY0ZYxs2wA50evwe GFYFKwzGNCtc/emAwCDngwCv7c62AJ1mOg23rCad4xtmm7piIkNU8OpGGu0iHC48jX Lxz908mGrdwssvPjCXKnqUPu5haJazjG0+y9UscE= X-Authentication-Warning: soth.netfence.it: Host alamar.local.netfence.it [10.1.2.18] claimed to be [10.1.2.18] Message-ID: <4d321d14-354b-c6d2-83fa-45d36bad7f7a@netfence.it> Date: Sun, 29 Jan 2023 14:14:42 +0100 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: Updating Samba Content-Language: en-US To: questions@freebsd.org References: <20230129065751.00004501@seibercom.net> From: Andrea Venturoli In-Reply-To: <20230129065751.00004501@seibercom.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4P4Wxl6QQCz3xRx X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:35612, ipnet:78.134.0.0/17, country:IT] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 1/29/23 12:57, Gerard E. Seibert wrote: > Before I update to the newer version, I wonder if anyone else has done > so and if there are any gotchas I should be looking for? WRT to FreeBSD, if you're running Samba in a jail, you'll need additional jail permissions for Samba in order for it to work. Otherwise, this is more a question for Samba, than for FreeBSD. Samba has so many functions/options/deployment/etc... that it is difficult to answer your question without additional info. bye av.