From owner-freebsd-questions@freebsd.org Sat Sep 5 17:07:40 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E8809CA116 for ; Sat, 5 Sep 2015 17:07:40 +0000 (UTC) (envelope-from starkbeats@gmail.com) Received: from mail-lb0-x22e.google.com (mail-lb0-x22e.google.com [IPv6:2a00:1450:4010:c04::22e]) (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 076CF78E for ; Sat, 5 Sep 2015 17:07:40 +0000 (UTC) (envelope-from starkbeats@gmail.com) Received: by lbbmp1 with SMTP id mp1so24536257lbb.1 for ; Sat, 05 Sep 2015 10:07:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version; bh=7F3iQRpDec2S7EbAwsn6cO/UzGBh99tx4vTB65HyeqY=; b=WGw0hBZQlzadMg15JDxcxm+naTMsfVIGD/z731OI3oVWquloWDc5ponebteR8nmPx6 ICUCQDMFiZ6sosQeFoMB4bCXyPSXqTkZNm852fPuTJH/fkkWV3N1+nPgAOjtdLwwoh3Z a1Fq4qmbgf2R5K2TgF2Rv3/WcFZzTlqNF1p8qOAd2zj7DDOY2tY09c/GUpvvz0rB7hGO KHdx87LtvvQnlBOv4PBdZk9BfiiKMZ2x7smh16/e33cbMQ6LPgO6RfdvTk6TgCECu4cM fo9DwUTE6JjM0hA2RaMOCStLt7BVu5/NQMq6wkYAsJMqDB8CpzkiOkt+fnOgc0YeYqRz LBpw== X-Received: by 10.112.199.5 with SMTP id jg5mr9239193lbc.57.1441472858021; Sat, 05 Sep 2015 10:07:38 -0700 (PDT) Received: from [192.168.0.2] (c83-251-248-85.bredband.comhem.se. [83.251.248.85]) by smtp.gmail.com with ESMTPSA id ok2sm1525414lbb.0.2015.09.05.10.07.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 05 Sep 2015 10:07:37 -0700 (PDT) From: Fredrik Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Issues installing vim Date: Sat, 5 Sep 2015 19:10:08 +0200 Message-Id: To: freebsd-questions@freebsd.org Mime-Version: 1.0 (Apple Message framework v1085) X-Mailer: Apple Mail (2.1085) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Sep 2015 17:07:40 -0000 Hello, Trying to install vim, I first tried: "sudo pkg install vim", which = started the installation but ended claiming to be out of swap space. I = found this a bit odd, but tried again and now I get the message: "pkg: = No packages available to install matching 'vim' have been found in the = repositories" which I found even odder. Does anyone know what may be = going on? =20=