From owner-freebsd-questions@FreeBSD.ORG Wed Dec 11 09:28:42 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB02DB6C for ; Wed, 11 Dec 2013 09:28:42 +0000 (UTC) Received: from ipmail05.adl6.internode.on.net (ipmail05.adl6.internode.on.net [150.101.137.143]) by mx1.freebsd.org (Postfix) with ESMTP id 4BF13102F for ; Wed, 11 Dec 2013 09:28:41 +0000 (UTC) Received: from ppp121-45-108-103.lns20.adl6.internode.on.net (HELO leader.local) ([121.45.108.103]) by ipmail05.adl6.internode.on.net with ESMTP; 11 Dec 2013 19:58:33 +1030 Message-ID: <52A8303E.90506@ShaneWare.Biz> Date: Wed, 11 Dec 2013 19:58:30 +1030 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: "ETHAN HOUSE (RIT Student)" Subject: Re: Base System Rebuild References: <20131210161620.667c1591@X220.alogt.com> <20131210162820.6834d51b@X220.alogt.com> <20131210170905.1dfb9fd7@X220.alogt.com> <20131210172513.77fa8482@X220.alogt.com> <52A79136.7090103@ShaneWare.Biz> <76E49CC4-57CE-4A45-B051-025D465B311F@fisglobal.com> <20131211115641.5e15206e@X220.alogt.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions 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: Wed, 11 Dec 2013 09:28:42 -0000 On 11/12/2013 15:53, ETHAN HOUSE (RIT Student) wrote: > One more quick question. > > I am trying to rebuild all of my user land packages so it pulls down and > fixes all of the broken deps. > > $ portmaster -af > ... > ===>>> Currently installed version: virtio-kmod-9.0-0.242658 > ===>>> Port directory: /usr/ports/emulators/virtio-kmod > > ===>>> This port is marked IGNORE > ===>>> not supported ${OSREL} (9.2) > ===>>> Update for virtio-kmod-9.0-0.242658 failed > ===>>> Aborting update > > Any idea how to get around this. I tried portupdate except it pkgdb -F > wasn't happy I was using pkgng packages. You don't need that in 9.2 - it is now a standard module included with GENERIC kernel. virtio provides device access through the underlying hypervisor, I wonder if this was the cause of the disk damage that lead to deleted files? Was the old port version forced into use instead of the correct 9.2 version or both causing conflict? You can delete the virtio-kmod files, just check you have the new ones in place, in case he deleted the conflicting modules to use the older ports modules. You can download and untar kernel.txz from the same place as base.txz virtio-kmod installs into /boot/modules while official 9.2 should be in /boot/kernel I'd also check /boot/loader.conf virtio-kmod files are -- if_vtnet.ko if_vtnet.ko.symbols virtio.ko virtio.ko.symbols virtio_balloon.ko virtio_balloon.ko.symbols virtio_blk.ko virtio_blk.ko.symbols virtio_pci.ko virtio_pci.ko.symbols