Lee Damon wrote on 2019/02/28 17:18:
I have three old FBSD 10 boxes that I need to upgrade. Ordinarily I do
this by building a new box with the latest OS then migrating services
and data. Unfortunately I don't have that option this time, the upgrade
has to happen in-place. My plan is to go from
Recently a number of my production 12.0 systems have experienced what I can
only gather is a ZFS deadlock related to vnodes. It seems similar to the
relatively recent FreeBSD-EN-18:18.zfs (ZFS vnode reclaim deadlock)
problem. Previously the same systems were running 11.1-RELEASE without
problem.
T
> On Feb 28, 2019, at 7:40 PM, Warner Losh wrote:
>
> On Thu, Feb 28, 2019 at 10:00 AM Rodney W. Grimes <
> free...@pdx.rh.cn85.dnsmgr.net> wrote:
>
> .if defined(KERNEL_LD_OVERRIDE)
> LD=${KERNEL_LD_OVERRIDE}
> .else
> LD=ld.lld
> .endif
My suggestion would be to test $LD == ld and then use L
After discussion with Bob Bishop (thanks for the help!) I've tried to do
the following to upgrade one of the old boxes I mentioned previously.
cd /usr/src
tar ... .
rm -rf .??* *
svn checkout httpg://svn.freebsd.org/base/releng/10.3 /usr/src
compile, installkernel, installworld...
Now that the
Lee Damon via freebsd-stable wrote on 2019/03/01 22:53:
After discussion with Bob Bishop (thanks for the help!) I've tried to do
the following to upgrade one of the old boxes I mentioned previously.
cd /usr/src
tar ... .
rm -rf .??* *
svn checkout httpg://svn.freebsd.org/base/releng/10.3 /usr/s
usb/234503 contains a patch to broaden the scope of an existing scsi_da
quirk (attachment labeled "Patch to broaden quirk coverage to all
Chipfancier devices"). It's a minor change, but it's a showstopper for
me and I need to see it get into 11-stable ahead of 11.3-R and 12-stable
ahead of 12.
On 3/1/19 14:19 , Miroslav Lachman wrote:
If you can boot with the old 10.4 kernel and go online, just fetch
kernel.txz from the net:
http://ftp.freebsd.org/pub/FreeBSD/releases/amd64/11.2-RELEASE/kernel.txz and
unpack it to /boot/kernel112 then you can try to reboot a manually
select to boot
Lee Damon wrote on 2019/03/02 00:06:
Darn it. I get the same kernel panic with that one.
I'm compiling locally but I don't expect that to make any difference.
I'll need to go pawing through the release notes and see if there are
any references to deprecated hardware that might be involved.
On 3/1/19 15:38 , Miroslav Lachman wrote:
Did you tried to boot "safe mode"? (selectable in boot menu).
I completely forgot about safe mode.
Yep. It boots. I'm going to finish the freebsd-update process then
reboot into safe mode again. I'm out of time to work on this today and
am only in th