From owner-freebsd-current@FreeBSD.ORG Fri Feb 20 05:28:28 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 20601F5 for ; Fri, 20 Feb 2015 05:28:28 +0000 (UTC) Received: from nm26-vm2.bullet.mail.ne1.yahoo.com (nm26-vm2.bullet.mail.ne1.yahoo.com [98.138.91.214]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBB9AB7 for ; Fri, 20 Feb 2015 05:28:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1424409908; bh=OzGKh97pGnU6lYVopyJG5khBRzgj9FklkQq9x3IT4Fo=; h=Date:From:Reply-To:To:Subject:From:Subject; b=Bk3hfdotDjJmpvjDFNPkCb/ZmOmTPzrlVVUUh/b2DDDF4+Wsr7BZe+fuxXwp4lE/M2kZTNSxFxWQgyxo2uCDwzzHzGml2zN1T5TwE87ThZhC7KUhfJrELCPF3M6TuYTebUkjHqB4rFbgX3fjyFh0+e8RTQpg0McbF/MP85Vdj6lJF8a/hu7Y6yqP1tO0tKhAlMP99FoRiXmc6QdXEPi3n6LPT7JcrV8NBHtoLMx9SEXxk/ikIuDxlFkYtllWU6d6nCS+hb4sX9O6s73CSza9Dly9i2xdARjjIUEuWQmmQ6jzMsta02hDmL18F9odhiZI/gflfDPuWAzuT6rYI/E68A== Received: from [98.138.101.128] by nm26.bullet.mail.ne1.yahoo.com with NNFMP; 20 Feb 2015 05:25:08 -0000 Received: from [98.138.226.164] by tm16.bullet.mail.ne1.yahoo.com with NNFMP; 20 Feb 2015 05:25:08 -0000 Received: from [127.0.0.1] by omp1065.mail.ne1.yahoo.com with NNFMP; 20 Feb 2015 05:25:08 -0000 X-Yahoo-Newman-Property: ymail-5 X-Yahoo-Newman-Id: 952488.52250.bm@omp1065.mail.ne1.yahoo.com X-YMail-OSG: YNNu2tgVM1n_w2oyP8xcBcv7FhTFIJfQOT_WqqFKiZOv9ZDiVy2j7kY_DPaheKE 3PnCgEDvSm4qG0CA3s455oUdUG8qMHq3Z74aOsduDEFRQo5CbHmzRBK5_mA9KWzhacJOzOwXGMf4 p3qiQeDmBWw.w5cT_TtehRqr43ZKvB71beIvTn6XbA9KyXH45ZX.NB0a5Uydwy3wmI9c_OXUFp5d kPz8GNA1.6akRbhf5xjDNMp2C0Ehf3Tf1NRl_9PLgdcEl3GDyRmQizRqsvggcWfB.eUBPY3S6Suf 4pN4ee02FcZs1fAyi7_2SpXLOIzEfVArNP1odpv.B87spcnR6aZzF0LrlHCQWCx249wxWIjXXXa7 vdj5j7.Rv.vDdjCTE0xb4IaM62LnQtQD9geu_HQOdvsWBu.MJLBKtCM9PZd99WwuN3B5FT4h9EGi TXD0R4WmwtrOKJzckkcHTk1RQaHHhjVhGJSG5bzDq5IvngLNFxRGu2gfNn5_8fxUSt8WPv.O4y6m aF0A- Received: by 98.138.105.251; Fri, 20 Feb 2015 05:25:08 +0000 Date: Fri, 20 Feb 2015 05:25:08 +0000 (UTC) From: gahn Reply-To: gahn To: Freebsd-current Current Message-ID: <464530409.2420401.1424409908005.JavaMail.yahoo@mail.yahoo.com> Subject: bsdconfig not able to get packages from freebsd ftp site MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 05:28:28 -0000 hi all: i am trying install packages with bsdconfig on freebsd 10.1 and failed. it stuck at the following message for a while : "Attempting to update repository catalogue from selected media" finally it gave up with following message: "No pkg(8) database found" thanks. _dave