From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 34552158042 for ; Wed, 6 Nov 2024 17:24:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11F23E0D25; Wed, 6 Nov 2024 17:24:14 +0000 (UTC) Received: from mail.itouring.de (mail.itouring.de [85.10.202.141]) (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) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96B8DE0CC7 for ; Wed, 6 Nov 2024 17:24:13 +0000 (UTC) Received: from tux.applied-asynchrony.com (p5ddd7b29.dip0.t-ipconnect.de [93.221.123.41]) by mail.itouring.de (Postfix) with ESMTPSA id 98F3D11DD56 for ; Wed, 06 Nov 2024 18:24:11 +0100 (CET) Received: from [192.168.100.223] (ragnarok.applied-asynchrony.com [192.168.100.223]) by tux.applied-asynchrony.com (Postfix) with ESMTP id 5FED86022ABC7 for ; Wed, 06 Nov 2024 18:24:11 +0100 (CET) Subject: [gentoo-user] Re: Shared distfiles directory between different virtual machines To: gentoo-user@lists.gentoo.org References: <2a1e2126-0e31-4ec5-b1ac-ae6532a83c2a@paraboletancza.org> From: =?UTF-8?Q?Holger_Hoffst=c3=a4tte?= Organization: Applied Asynchrony, Inc. Message-ID: Date: Wed, 6 Nov 2024 18:24:11 +0100 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 In-Reply-To: <2a1e2126-0e31-4ec5-b1ac-ae6532a83c2a@paraboletancza.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Archives-Salt: 67dbe40b-5956-41fe-b8a6-b6dc8d07d22b X-Archives-Hash: 20e03bf6f93dda2dfcbe1ee279f1109b On 2024-11-06 18:16, whiteman808 wrote: > How can I prevent portage from overwriting the same source files in > the distfiles directory and possible checksum mismatches caused by > that behavior if I tell emerge to update @world simultaneously on > these different binary package servers? portage uses a lockfile for every download, so the problem does not exist. -h