From owner-freebsd-ports@FreeBSD.ORG Wed Apr 16 12:14:56 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1DD90B63 for ; Wed, 16 Apr 2014 12:14:56 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB5B3179C for ; Wed, 16 Apr 2014 12:14:55 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WaOjs-0006RM-0R for freebsd-ports@freebsd.org; Wed, 16 Apr 2014 14:14:52 +0200 Received: from p5dcd7f43.dip0.t-ipconnect.de ([93.205.127.67]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Apr 2014 14:14:52 +0200 Received: from jumper99 by p5dcd7f43.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Apr 2014 14:14:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: "Helmut Schneider" Subject: Setup local repo: No signature found, Unable to find catalogs Date: Wed, 16 Apr 2014 12:14:41 +0000 (UTC) Lines: 43 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p5dcd7f43.dip0.t-ipconnect.de User-Agent: XanaNews/1.19.1.320 X-Ref: news.gmane.org ~XNS:0000008C X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2014 12:14:56 -0000 Hi, I want to setup my own repo: [helmut@BSDHelmut1064 ~]$ sudo pkg repo /usr/ports/packages/ /usr/local/etc/ssl/private/BSDHelmut1064.charlieroot.de.key Generating repository catalog in /usr/ports/packages/: done! [helmut@BSDHelmut1064 ~]$ [helmut@BSDHelmut1064 ~]$ sudo rsync -arv /usr/ports/packages/ bsdhelmut:/var/vsftpd/home/anonymous/pub/FreeBSD/ports/freebsd\:10\:x86\ :64/All/ Enter passphrase for key '/root/.ssh/id_dsa': sending incremental file list sent 5,981 bytes received 13 bytes 2,397.60 bytes/sec total size is 177,688,908 speedup is 29,644.46 [helmut@BSDHelmut1064 ~]$ [helmut@BSDHelmut1064 ~]$ cat /etc/pkg/FreeBSD.conf # $FreeBSD: release/10.0.0/etc/pkg/FreeBSD.conf 258710 2013-11-28 14:24:26Z gjb $ FreeBSD: { # url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", url: "pkg+ftp://ftp.charlieroot.de/pub/FreeBSD/ports/${ABI}/All", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes } [helmut@BSDHelmut1064 ~]$ [helmut@BSDHelmut1064 ~]$ sudo pkg update Updating repository catalogue digests.txz 100% 12KB 12.0KB/s 12.0KB/s 00:00 pkg: No signature found pkg: Unable to find catalogs [helmut@BSDHelmut1064 ~]$ Can anyone tell me what I missed? Thanks, Helmut