From owner-freebsd-questions@FreeBSD.ORG Sun Feb 22 17:51:27 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01D45537 for ; Sun, 22 Feb 2015 17:51:27 +0000 (UTC) Received: from mail-oi0-x229.google.com (mail-oi0-x229.google.com [IPv6:2607:f8b0:4003:c06::229]) (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 B901FE96 for ; Sun, 22 Feb 2015 17:51:26 +0000 (UTC) Received: by mail-oi0-f41.google.com with SMTP id z81so10159735oif.0 for ; Sun, 22 Feb 2015 09:51:26 -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=PGst/6CIgywnZeYuOfkls8lBsAQbYhUVZUYKNHm6Bbs=; b=nUarOc0E+2yJG1W85RaU0AysMgCxUCadbJfwBFUkqUpJUrJwRLD1sNleW6m9LomeFt kZ6sbyPJHfvznsh0f4g1sHiSN9FUmo/kGSFuZgFntOGSPp2pepQUyMjPbpzkhUstvaa8 G4YCyctLg/ssrCgilaAlznZrpPQhcmHZb5m9uTShgUWmut9CJpPsxdo7YjBMIOfA2IxU LDwqkPj6U9xKn3yfV+JpUW8K46IFqrsF9icy08nYr2aE2NZdIz6HA5rRHsbYehjBi0w2 H0qWVEBITWiHqEKrVuWjWOlbysSNjPgC9n2UUw5NkgeoaVcsFSapqOf2woruUtPoaAzf Vc6A== MIME-Version: 1.0 X-Received: by 10.202.86.212 with SMTP id k203mr4777307oib.42.1424627486060; Sun, 22 Feb 2015 09:51:26 -0800 (PST) Received: by 10.202.213.83 with HTTP; Sun, 22 Feb 2015 09:51:26 -0800 (PST) Date: Sun, 22 Feb 2015 11:51:26 -0600 Message-ID: Subject: Error building pkg repository From: Dan Lists To: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2015 17:51:27 -0000 I maintain a couple local package repositories. I have not had any problems creating the repositories until today. I went to update a repository and this is what I got: # pkg repo . Creating repository in .: 0% pkg: pkg_create_repo(pipe): Protocol not supported Cannot create repository catalogue I searched the web and the list archives, but I did not find anything. Can anyone help with this issue? Thanks, Dan