Setup local repo: No signature found, Unable to find catalogs

Helmut Schneider jumper99 at gmx.de
Fri Apr 18 10:15:39 UTC 2014


Helmut Schneider wrote:

[...]
> [helmut at 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 at BSDHelmut1064 ~]$
[...]
> Can anyone tell me what I missed?

FreeBSD: {
  url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/usr/share/keys/pkg",
#  enabled: yes
  enabled: no
}
myrepo: {
  url: "pkg+ftp://ftp.charlieroot.de/pub/FreeBSD/ports/${ABI}/All",
  mirror_type: "srv"
  enabled: yes
}

Works for now. Will care about the signature process later.



More information about the freebsd-ports mailing list