Date: Tue, 17 Feb 2015 15:36:13 +0100 From: Bernt Hansson <bah@bananmonarki.se> To: questions FreeBSD <FreeBSD-questions@freebsd.org> Subject: Problems with pkg Message-ID: <54E351DD.6020409@bananmonarki.se>
next in thread | raw e-mail | index | archive | help
Hello list! This is my conf files for pkg that i know of /usr/local/etc/pkg.conf #PKG_DBDIR = "/var/db/pkg"; #PKG_CACHEDIR = "/var/cache/pkg"; #PORTSDIR = "/usr/ports"; #INDEXDIR = ""; INDEXFILE = "INDEX-9"; # Autogenerated #HANDLE_RC_SCRIPTS = false; #ASSUME_ALWAYS_YES = false; REPOS_DIR [ "/etc/pkg/", "/usr/local/etc/pkg/repos/", ] #PLIST_KEYWORDS_DIR = ""; #SYSLOG = true; ABI = "freebsd:9:x86:64"; # Autogenerated #DEVELOPER_MODE = false; #VULNXML_SITE = "http://www.vuxml.org/freebsd/vuln.xml.bz2"; #FETCH_RETRY = 3; #PKG_PLUGINS_DIR = "/usr/local/lib/pkg/"; #PKG_ENABLE_PLUGINS = true; #PLUGINS [ #] #DEBUG_SCRIPTS = false; #PLUGINS_CONF_DIR = "/usr/local/etc/pkg/"; #PERMISSIVE = false; #REPO_AUTOUPDATE = true; #NAMESERVER = ""; #EVENT_PIPE = ""; #FETCH_TIMEOUT = 30; #UNSET_TIMESTAMP = false; #SSH_RESTRICT_DIR = ""; #PKG_ENV { #} #PKG_SSH_ARGS = ""; #DEBUG_LEVEL = 0; #ALIAS { #} #CUDF_SOLVER = ""; #SAT_SOLVER = ""; #RUN_SCRIPTS = true; build-depends: info -qd, download: fetch, iinfo: info -ix, cinfo: info -Cx, isearch: search -ix, csearch: search -Cx, 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, } #CASE_SENSITIVE_MATCH = false; #IP_VERSION = 0 # Sample alias settings ALIAS : { all-depends: query %dn-%dv, annotations: info -A, /usr/local/etc/pkg/repos/FreeBSD.conf FreeBSD: { url: "pkg+http://pkg.freebsd.org/${ABI}/latest", mirror_type: "srv", signature_type: "none" enabled: "yes" } This is the errors # pkg update No active remote repositories configured. # pkg upgrade No active remote repositories configured. pkg install tmux No active remote repositories configured. So it's quite useless for me.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54E351DD.6020409>