From owner-freebsd-questions@FreeBSD.ORG Fri Mar 14 15:51:38 2014 Return-Path: Delivered-To: freebsd-questions@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 CDF59750 for ; Fri, 14 Mar 2014 15:51:38 +0000 (UTC) Received: from thetys.cloudzeeland.nl (webrz.xs4all.nl [83.161.133.58]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6D76FB8D for ; Fri, 14 Mar 2014 15:51:37 +0000 (UTC) Received: from thetys.cloudzeeland.nl (thetys.cloudzeeland.nl [10.10.10.31]) by thetys.cloudzeeland.nl (Postfix) with ESMTP id 144351644595 for ; Fri, 14 Mar 2014 16:50:46 +0100 (CET) Received: from [10.10.10.70] (sedna.cloudzeeland.nl [10.10.10.70]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by thetys.cloudzeeland.nl (Postfix) with ESMTPSA id ED5731644545 for ; Fri, 14 Mar 2014 16:50:45 +0100 (CET) Message-ID: <53232588.4060400@webrz.net> Date: Fri, 14 Mar 2014 16:51:36 +0100 From: Jos Chrispijn User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 To: "freebsd-questions@FreeBSD.org" Subject: pkg No active remote repository file configured X-Virus-Scanned: ClamAV using ClamSMTP on thetys.cloudzeeland.nl MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2014 15:51:38 -0000 Just installed pkg (it is still a miracle to me). /letc > pkg clean pkg: No activated remote repositories configured Can you tell me what I configured wrongly here? /usr/src/etc/pkg/FreeBSD.conf: FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes } /usr/local/etc/pkg.conf: # System-wide configuration file for pkg(8) # For more information on the file format and # options please refer to the pkg.conf(5) man page # Configuration options #PKG_DBDIR : /var/db/pkg #PKG_CACHEDIR : /var/cache/pkg #PORTSDIR : /usr/ports #PUBKEY : /etc/ssl/pkg.conf #HANDLE_RC_SCRIPTS : NO #ASSUME_ALWAYS_YES : NO #SYSLOG : YES #SHLIBS : NO #AUTODEPS : NO #PORTAUDIT_SITE : [1]http://portaudit.FreeBSD.org/auditfile.tbz #PKG_PLUGINS_DIR : /usr/local/lib/pkg/plugins #PKG_ENABLE_PLUGINS : YES #PLUGINS : [commands/mystat] #REPO_AUTOUPDATE : YES ALIAS : { all-depends: query %dn-%dv, annotations: info -A, build-depends: info -qd, download: fetch, iinfo: info -i -g -x, isearch: search -i -g -x, leaf: query -e "%a == 0" "%n-%v", leaf: query -e "%a == 0" "%n-%v", list: info -ql, origin: info -qo, provided-depends: info -qb, raw: info -R, required-depends: info -qr, shared-depends: info -qB, show: info -f -k, size: info -sq, } pkg -vv: /letc > pkg -vv Version : 1.2.6 PACKAGESITE : PKG_DBDIR : /var/db/pkg PKG_CACHEDIR : /var/cache/pkg PORTSDIR : /usr/ports PUBKEY : HANDLE_RC_SCRIPTS : no ASSUME_ALWAYS_YES : no REPOS_DIR : [ /etc/pkg/, /usr/local/etc/pkg/repos/, ] PLIST_KEYWORDS_DIR : SYSLOG : yes AUTODEPS : yes ABI : freebsd:9:x86:64 DEVELOPER_MODE : no PORTAUDIT_SITE : [2]http://portaudit.FreeBSD.org/auditfile.tbz VULNXML_SITE : [3]http://www.vuxml.org/freebsd/vuln.xml.bz2 MIRROR_TYPE : SRV FETCH_RETRY : 3 PKG_PLUGINS_DIR : /usr/local/lib/pkg/ PKG_ENABLE_PLUGINS : yes PLUGINS : [ ] DEBUG_SCRIPTS : no PLUGINS_CONF_DIR : /usr/local/etc/pkg/ PERMISSIVE : no REPO_AUTOUPDATE : yes NAMESERVER : EVENT_PIPE : FETCH_TIMEOUT : 30 UNSET_TIMESTAMP : no SSH_RESTRICT_DIR : PKG_SSH_ARGS : PKG_ENV : { } DISABLE_MTREE : no DEBUG_LEVEL : 0 ALIAS : { all-depends: query %dn-%dv, annotations: info -A, build-depends: info -qd, download: fetch, iinfo: info -i -g -x, isearch: search -i -g -x, leaf: query -e "%a == 0" "%n-%v", list: info -ql, origin: info -qo, provided-depends: info -qb, raw: info -R, required-depends: info -qr, shared-depends: info -qB, show: info -f -k, size: info -sq, } Repositories: ->>> here stops my file - did I configure a wrong path? References 1. http://portaudit.FreeBSD.org/auditfile.tbz 2. http://portaudit.FreeBSD.org/auditfile.tbz 3. http://www.vuxml.org/freebsd/vuln.xml.bz2