From owner-freebsd-questions@freebsd.org Mon Aug 14 07:40:51 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5714CDDA87C for ; Mon, 14 Aug 2017 07:40:51 +0000 (UTC) (envelope-from minaev@gmail.com) Received: from mail-lf0-x22a.google.com (mail-lf0-x22a.google.com [IPv6:2a00:1450:4010:c07::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D063771CE2 for ; Mon, 14 Aug 2017 07:40:50 +0000 (UTC) (envelope-from minaev@gmail.com) Received: by mail-lf0-x22a.google.com with SMTP id t128so36442022lff.2 for ; Mon, 14 Aug 2017 00:40:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=1LgWcCNkmY++CAqHT3H3N46ubPBPINvyJ22c9c/oSjE=; b=uAlXxqd4z1tjbz4mAZXLlB4YN98TbzvSt3sa70UnWM7iBBt3ZG6gBg2N/OrGY3SWNX Yp1Qrux8DYUNOZM7TZymV5LxmurnnKuM0xOeVXZEHI2nS1CM7Lw1NdFrQ+8dzlvxOoFS w3eWeps63EEEwuVIqnQoMGdVCO3zd/+TWQTJNlqb74FQGmC6akUyeIAyXkKVKKvMNB05 ZbTOmLZcrPhhYoijWsPJNT7OaNM6e7FussQ9orVzliv9FcsQHxYJFnk3MBz3qkKNTu39 dijFDWABrDvjzP80yj4g7OBxrPoV1f/YPrPS7p4RsRDwec0CcpQDF9WAWw8s0JwQVwJs jyVQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=1LgWcCNkmY++CAqHT3H3N46ubPBPINvyJ22c9c/oSjE=; b=mREAcMTVyU1D9cTFeLfBT5aPR3H33eWsDHUubaM/JrR/K3mzTY2EoB0nbVSp31+weu WtkEilHW/aoGD6s0fg5+Y+YEm8RJnU6gx7a6uQ75m0S8ePWM/FGgZ2vriw5X3vOCbltb J9Z8hbQfpZEFTnzMrBFxyGwzyOYFe5kV3UznrN+IAJH3tkpqf1TiK4XFEjFDLRvsJKJV iRQd0AXPRxCfoVv6jXENfWRodY+WuaSeJaOfEAaVLvs5BeSPEk6H7yfYNT76KLwnktMP lNifcJmpf7Uk+k5k3HDLJTctBZD56iblxCkCXmXSWMnvdqamZ1Ty+SZU6gvLO+DjuB2m av6Q== X-Gm-Message-State: AHYfb5javkuVwG8lFwRMy2r4zVJLyt9eFiOqz5d6D/lkwTrDu+XHZVpT LpsiyPbsb+MZOyC4qpc= X-Received: by 10.46.9.197 with SMTP id 188mr6775855ljj.57.1502696448447; Mon, 14 Aug 2017 00:40:48 -0700 (PDT) Received: from [10.18.11.19] ([188.128.94.254]) by smtp.gmail.com with ESMTPSA id c64sm1358135lfe.40.2017.08.14.00.40.47 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 14 Aug 2017 00:40:47 -0700 (PDT) To: "freebsd-questions@freebsd.org" From: Dimitri Minaev Subject: Missing packages after upgrade Message-ID: <34ee100d-3014-9820-e1cb-a14c66d5a87d@gmail.com> Date: Mon, 14 Aug 2017 11:40:46 +0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Aug 2017 07:40:51 -0000 Hello, I have a virtual machine running FreeBSD. Last week the OS was upgraded from 10.1 to 11.1-RELEASE. After the upgrade I tried to install Firefox, but `pkg' cannot find the package in the repository: $ sudo pkg install firefox Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. pkg: No packages available to install matching 'firefox' have been found in the repositories $ sudo pkg search firefox esteidfirefoxplugin-3.8.0.1115 Digital signing with Estonian ID card in Firefox linux-firefox-45.9.0,2 Web browser based on the browser portion of Mozilla xpi-firefox-showcase-0.9.5.6 Easily locate and select any open browser window Firefox is present in the ports directory, but not in the packages database. I updated the database using -f option, but the result was the same. I don't know if there are any other lost packages, but it seems very probable. What's happened? How do I get the full database?