Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2013 19:58:30 +1030
From:      Shane Ambler <FreeBSD@ShaneWare.Biz>
To:        "ETHAN HOUSE (RIT Student)" <ewh2048@rit.edu>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Base System Rebuild
Message-ID:  <52A8303E.90506@ShaneWare.Biz>
In-Reply-To: <CAFRryZghKK55kFUbnzKC7omkNCkqeJ7-Kg76QWBsZ=jeA5sGbA@mail.gmail.com>
References:  <CAFRryZg9GwSWLB3ytdpmVgrfnp4T0i6b0sgCJh9xuEdOic-Dng@mail.gmail.com> <20131210161620.667c1591@X220.alogt.com> <CAFRryZgTHHJrkg2iU9FWinjKhWZbUGtqANK-G7nxLQ3fGn0s_g@mail.gmail.com> <20131210162820.6834d51b@X220.alogt.com> <CAFRryZhTbbb8ZFBXX3HPvFSCDz16P9be0nd2Y%2B8T_vNxk-9tag@mail.gmail.com> <20131210170905.1dfb9fd7@X220.alogt.com> <CAFRryZhNKQz=EsxNdvXqBNj81u3VeFjJAYwcJnBMrFLXFk-jdA@mail.gmail.com> <20131210172513.77fa8482@X220.alogt.com> <CAFRryZivwj-0%2BSPO4gUZxv=0LAQZE8UoUrBOAb0cYVMZkUohtw@mail.gmail.com> <CAHu1Y72sTOpWSD_%2BKVwHxxj6N=L7aQdso092sYS=yeABFv=zXg@mail.gmail.com> <52A79136.7090103@ShaneWare.Biz> <76E49CC4-57CE-4A45-B051-025D465B311F@fisglobal.com> <CAFRryZjJ_Q2GGyPnAEKp_403f_8zOuG4FD%2BNdWCSJb%2BuvBgQ0w@mail.gmail.com> <20131211115641.5e15206e@X220.alogt.com> <CAFRryZghKK55kFUbnzKC7omkNCkqeJ7-Kg76QWBsZ=jeA5sGbA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52A8303E.90506>