From nobody Tue Jan 10 13:17:15 2023 X-Original-To: freebsd-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 4NrrvT58Qyz2pSy1 for ; Tue, 10 Jan 2023 13:17:25 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from echo.brtsvcs.net (echo.brtsvcs.net [208.111.40.118]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4NrrvT2lL8z3hdG for ; Tue, 10 Jan 2023 13:17:25 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Authentication-Results: mx1.freebsd.org; none Received: from chombo.houseloki.net (65-100-43-2.dia.static.qwest.net [65.100.43.2]) by echo.brtsvcs.net (Postfix) with ESMTPS id 8A89338D43; Tue, 10 Jan 2023 13:17:17 +0000 (UTC) Received: from [10.26.25.100] (ivy.pas.ds.pilgrimaccounting.com [10.26.25.100]) by chombo.houseloki.net (Postfix) with ESMTPSA id 301D8210DF; Tue, 10 Jan 2023 05:17:17 -0800 (PST) Subject: Re: access to FreeBSD package problem To: =?UTF-8?Q?Alpaslan_KOCABA=c5=9e?= , freebsd-questions@FreeBSD.org References: <78245ba0-8c40-f8e0-3ae5-dbd7bbef894f@kanca.com.tr> From: Mel Pilgrim Message-ID: <7734a261-2cbc-e4ba-485d-630cf2dc6fd1@bluerosetech.com> Date: Tue, 10 Jan 2023 05:17:15 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 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 In-Reply-To: <78245ba0-8c40-f8e0-3ae5-dbd7bbef894f@kanca.com.tr> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4NrrvT2lL8z3hdG X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:36236, ipnet:208.111.40.0/24, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 2023-01-10 2:22, Alpaslan KOCABAŞ wrote: > When I try to access to FreeBSD package > (pkg.freebsd.org/FreeBSD:12:amd64/latest/All/ ), I'm getting a '403 > Forbidden' warning Directly listing is disabled because it contains >32,000 pkgs. Such a large listing produces significant load and that function isn't needed for the repo to work. Use pkg search/fetch to access it instead.