From owner-freebsd-hackers@freebsd.org Sun Sep 20 08:16:58 2020 Return-Path: Delivered-To: freebsd-hackers@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 DE01B3FFD4A for ; Sun, 20 Sep 2020 08:16:58 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: from puchar.net (puchar.net [194.1.144.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BvL5P5X7Xz4F6p for ; Sun, 20 Sep 2020 08:16:57 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: Received: from 127.0.0.1 (localhost [127.0.0.1]) by puchar.net (8.15.2/8.16.1) with ESMTPS id 08K8GqMn056052 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 20 Sep 2020 10:16:52 +0200 (CEST) (envelope-from puchar-wojtek@puchar.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=puchar.net; s=default; t=1600589812; bh=oo/dWKqraV3lmEKnRUOYGYuBYOOvrwm1wG7lQ6ljX0U=; h=Date:From:To:cc:Subject:In-Reply-To:References; b=cn1pJz+f5QVNM8Kwlu7Mz2nLGxpGSE+hka8hcQ6tCnYj0EzxV8JJBAtcCcwRFs22S rouW65R4ZZBGX4gRF+2TYwgUWydB6cS/JxEiip1ljvXwpMFH2XxEgeAbWzQ/2NYZyN q1LpPpil0bDmMbaaRKObDT9WL0WAmr5q/3jTI8a4= Received: from localhost (puchar-wojtek@localhost) by puchar.net (8.16.1/8.16.1/Submit) with ESMTP id 08K8Gq3n056049; Sun, 20 Sep 2020 10:16:52 +0200 (CEST) (envelope-from puchar-wojtek@puchar.net) Date: Sun, 20 Sep 2020 10:16:52 +0200 (CEST) From: Wojciech Puchar To: Wojciech Puchar cc: freebsd-hackers@freebsd.org Subject: Re: portsnap problem In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Rspamd-Queue-Id: 4BvL5P5X7Xz4F6p X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=fail (headers rsa verify failed) header.d=puchar.net header.s=default header.b=cn1pJz+f; dmarc=none; spf=pass (mx1.freebsd.org: domain of wojtek@puchar.net designates 194.1.144.90 as permitted sender) smtp.mailfrom=wojtek@puchar.net X-Spamd-Result: default: False [-1.79 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.03)[-1.026]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; R_DKIM_REJECT(1.00)[puchar.net:s=default]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[puchar.net]; NEURAL_HAM_LONG(-1.04)[-1.037]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[puchar.net:-]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.43)[-0.428]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:43476, ipnet:194.1.144.0/24, country:PL]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-hackers]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2020 08:16:58 -0000 sorry my fault. everything is ok. please ignore question On Sat, 19 Sep 2020, Wojciech Puchar wrote: > i have up to day portsnap database on one host in /var/db/portsnap > > portsnap update works correctly > > i exported it over NFS > /var/db/portsnap -ro -network 10/8 > > > and mounted on another computer > > 10.1.0.1:/var/db/portsnap /var/db/portsnap nfs ro,late 0 0 > > > and portsnap doesn't work > > # portsnap update > No snapshot available. Try running > # portsnap fetch > > > what's more is needed that is not in /var/db/portsnap? > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > >