From owner-freebsd-stable@freebsd.org Mon Nov 25 07:14:24 2019 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 283C61CAD02 for ; Mon, 25 Nov 2019 07:14:24 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (net-2-44-121-52.cust.vodafonedsl.it [2.44.121.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mailserver.netfence.it", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Lyvf6rtHz44bT for ; Mon, 25 Nov 2019 07:14:22 +0000 (UTC) (envelope-from ml@netfence.it) Received: from guardian.ventu (89-97-212-98.ip19.fastwebnet.it [89.97.212.98]) (authenticated bits=0) by soth.netfence.it (8.15.2/8.15.2) with ESMTPSA id xAP7E9Y7081504 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Mon, 25 Nov 2019 08:14:10 +0100 (CET) (envelope-from ml@netfence.it) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netfence.it; s=201911; t=1574666053; bh=qV1Sd1a0aC3PTKZCFaSo8mKvRAaNS8cNKSQXx7alHj4=; h=Subject:To:References:From:Date:In-Reply-To; b=JA28p08YJ08Aq3XhQkX45mJcG1siPvwA/07WaHyNvoRxFOw8CrLcq9KrMoJa4LfBr SUjEjmjjj0FMahCZkUdzSwDOSn2ThQVTwauzrvd3hH7/lYGz31epVm7ZnoTM5kOD7D 0nEpcHKPWODwMA6NqWjj0KfxsEUHEp7WN3IxzIis= X-Authentication-Warning: soth.netfence.it: Host 89-97-212-98.ip19.fastwebnet.it [89.97.212.98] claimed to be guardian.ventu Subject: Re: Long-shot: repeatable macOS samba share unmounting during Lightroom import To: freebsd-stable@freebsd.org References: <28504691-D08B-483B-B4C5-CA47F2C523ED@bigpond.net.au> From: Andrea Venturoli Message-ID: <5d52cd16-6e1d-966c-355d-017ab09d2f62@netfence.it> Date: Mon, 25 Nov 2019 08:14:09 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.83 X-Rspamd-Queue-Id: 47Lyvf6rtHz44bT X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=netfence.it header.s=201911 header.b=JA28p08Y; dmarc=pass (policy=none) header.from=netfence.it; spf=pass (mx1.freebsd.org: domain of ml@netfence.it designates 2.44.121.52 as permitted sender) smtp.mailfrom=ml@netfence.it X-Spamd-Result: default: False [-5.06 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[netfence.it:s=201911]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:2.44.121.52]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[netfence.it:+]; DMARC_POLICY_ALLOW(-0.50)[netfence.it,none]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-2.06)[ip: (-6.70), ipnet: 2.44.0.0/16(-3.35), asn: 30722(-0.29), country: IT(0.03)]; ASN(0.00)[asn:30722, ipnet:2.44.0.0/16, country:IT]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2019 07:14:24 -0000 On 2019-11-24 21:01, Chris Gordon wrote: Just my 2c... > Since updating to Catalina, I've found lots of problems dealing with SMB using the Finder window and the items under the Locations side bar. For instance: > - Mount a share. At some point overnight when nothing is using it, the share is unmounted. I can't find anything in the logs to say why, when, what, etc. Just unmounted. I've got a customer who apparently is hit by the same problem: he boots his Mac in the morning and says in the afternoon (some of?) the shares are disconnected with no apparent reasons. I've yet to go and investigate this, but: a) I *think* (not sure) he uses the side bar (although I told him to use Command-K); b) his Mac has NOT been upgraded to Catalina yet. bye av.