From owner-freebsd-questions@freebsd.org Mon Dec 14 12:45:24 2015 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 23017A42BDF for ; Mon, 14 Dec 2015 12:45:24 +0000 (UTC) (envelope-from sergeig.public@gmail.com) Received: from mail-vk0-x235.google.com (mail-vk0-x235.google.com [IPv6:2607:f8b0:400c:c05::235]) (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 DAECB1779 for ; Mon, 14 Dec 2015 12:45:23 +0000 (UTC) (envelope-from sergeig.public@gmail.com) Received: by vkha189 with SMTP id a189so152413191vkh.2 for ; Mon, 14 Dec 2015 04:45:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=e2Y9ZCPEIRNvdAT6XQ3tTFOycsE3QmwyxkK1D/3vcXA=; b=eOQIbrf+zTxPfKVwXGzOJblFO08LDNZBZk23UsUSw8Tir0NutenG7gQ40qCW0QuZqY 4xuVYbcdSbMYdkP4jkn8IhdKub90/z60PS2QsjVG0nXjZ/YKNBtfsdGImecdCvd+HTC4 HoGr88too6cBiK3OKlgZbnmxNehWwABOUp3IKVupTAOQ0yQEEUh6IF1lVOdfRmlcIi0+ O8wnpyL6yC7kO82sQTNh0e0oRK7Q5Ma5S2fLZkQODT3mO1tpb4UMQFZ406c5bYyf2gvC gZ2JJLqCYXf723xYt11nvzSWQMVjGZYAIMzCDAOheT5Bll9mAN5+IfouDrgx0sCNSk2E rt3g== MIME-Version: 1.0 X-Received: by 10.31.2.82 with SMTP id 79mr5626882vkc.22.1450097122733; Mon, 14 Dec 2015 04:45:22 -0800 (PST) Received: by 10.31.174.213 with HTTP; Mon, 14 Dec 2015 04:45:22 -0800 (PST) Date: Mon, 14 Dec 2015 04:45:22 -0800 Message-ID: Subject: pkg search -x stopped working From: Sergei G To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2015 12:45:24 -0000 One of my jails stopped returning any search results for command: pkg search -x any_name_like_vim_emacs I then run the same command from other jail and it lists available options. Is there a way to reset pkg repository of remotely available packages, without affecting actually installed packages? Thanks