From nobody Tue Jan 10 14:36:30 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 4Nrtdz3g1Rz2qsXV for ; Tue, 10 Jan 2023 14:35:51 +0000 (UTC) (envelope-from alpaslan.kocabas@kanca.com.tr) Received: from em001.kanca.com.tr (mail1.kanca.com.tr [212.175.59.71]) (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 4Nrtdz0hd4z3pc9 for ; Tue, 10 Jan 2023 14:35:50 +0000 (UTC) (envelope-from alpaslan.kocabas@kanca.com.tr) Authentication-Results: mx1.freebsd.org; none Received: from localhost (localhost [127.0.0.1]) by em001.kanca.com.tr (Postfix) with ESMTP id 0C72240E551D; Tue, 10 Jan 2023 17:33:35 +0300 (+03) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kanca.com.tr; h= content-transfer-encoding:content-type:content-type:in-reply-to :organization:from:from:references:content-language:subject :subject:user-agent:mime-version:date:date:message-id; s= default; t=1673361214; x=1675175615; bh=xRItrNh/J1HJBI20JSFNUHSX e/e/NiGaLVKXHu5nkxA=; b=m5h8PZM6xofeox/EZorr8vht99vSN7F1qt46AdB2 GEY0oZ2wb4XTGDLIy7YKA+vKP3e5M7D3m60j/WH1IO1BqGlntaaV28T85ydAWx1q 42O9Yt3zsRDgM/jd0bKjI4PehkfJVcWfj9N8WTR4dllxIlDPD5HWgwsLbtJ6P3Uw k7Q= X-Virus-Scanned: amavisd-new at em001.kanca.com.tr Received: from em001.kanca.com.tr ([127.0.0.1]) by localhost (em001.kanca.com.tr [127.0.0.1]) (amavisd-new, port 10026) with LMTP id BWocOAndvJZI; Tue, 10 Jan 2023 17:33:34 +0300 (+03) Received: from [172.17.120.120] (unknown [172.17.120.120]) (Authenticated sender: alpaslan.kocabas@kanca.com.tr) by em001.kanca.com.tr (Postfix) with ESMTPSA id 4D7F240E531D; Tue, 10 Jan 2023 17:33:34 +0300 (+03) Message-ID: <0c48885b-e387-3e9d-6874-a0cb670ec12f@kanca.com.tr> Date: Tue, 10 Jan 2023 17:36:30 +0300 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; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: access to FreeBSD package problem Content-Language: en-US To: Mel Pilgrim , freebsd-questions@FreeBSD.org References: <78245ba0-8c40-f8e0-3ae5-dbd7bbef894f@kanca.com.tr> <7734a261-2cbc-e4ba-485d-630cf2dc6fd1@bluerosetech.com> From: =?UTF-8?Q?Alpaslan_KOCABA=c5=9e?= Organization: KANCA EL Aletleri Dov. Cel. ve Mak. San. A.S In-Reply-To: <7734a261-2cbc-e4ba-485d-630cf2dc6fd1@bluerosetech.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4Nrtdz0hd4z3pc9 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:9121, ipnet:212.175.0.0/17, country:TR] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 10.01.2023 16:17, Mel Pilgrim wrote: > On 2023-01-10 2:22, Alpaslan KOCABA=C5=9E wrote: >> When I try to access to FreeBSD package=20 >> (pkg.freebsd.org/FreeBSD:12:amd64/latest/All/ ), I'm getting a '403=20 >> Forbidden' warning > > Directly listing is disabled because it contains >32,000 pkgs. Such a=20 > large listing produces significant load and that function isn't needed=20 > for the repo to work.=C2=A0 Use pkg search/fetch to access it instead. =D0=9Ek. I understood. Thanks for the clarification.