Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2015 20:25:37 -0700
From:      Neel Natu <neelnatu@gmail.com>
To:        =?UTF-8?B?0JXQstCz0LXQvdC40LkgSVJPTg==?= <iron@mail.ua>
Cc:        "freebsd-virtualization@freebsd.org" <freebsd-virtualization@freebsd.org>
Subject:   Re: bhyve: Abort trap
Message-ID:  <CAFgRE9Fg604hMEoH%2BJL=YWtO2ijPSDWuwEOfAZqr77pnToNX7A@mail.gmail.com>
In-Reply-To: <1428204027.328665395@f409.i.mail.ru>
References:  <1428204027.328665395@f409.i.mail.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Sat, Apr 4, 2015 at 8:20 PM, =D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9 =
IRON <iron@mail.ua> wrote:
>  Hello all,
>
> After I upgraded FreeBSD STABLE up to r281095, I can't boot up VM with Ce=
ntOS 6.
>
> # uname -a
> FreeBSD cobra 10.1-STABLE FreeBSD 10.1-STABLE #8 r281095: Sun Apr 5 05:20=
:57 EEST 2015 root@cobra:/usr/obj/usr/src/sys/COBRA amd64
> # cat bitrix.grub
> linux /vmlinuz-2.6.32-504.12.2.el6.x86_64 ro root=3D/dev/mapper/VolGroup-=
lv_root rd_NO_LUKS LANG=3Den_US.UTF-8 rd_NO_MD KEYTABLE=3Dus rd_LVM_LV=3DVo=
lGroup/lv_swap SYSFONT=3Dlatarcyrheb-sun16 console=3DttyS0 crashkernel=3Dau=
to rd_LVM_LV=3DVolGroup/lv_root rd_NO_DM
> initrd /initramfs-2.6.32-504.12.2.el6.x86_64.img
> boot
>
> # cat bitrix_start.sh
> #!/usr/local/bin/bash
>
> ifconfig tap0 mtu 9000
> ifconfig bridge0 deletem em0
> ifconfig bridge0 addm em0 addm tap0
> bhyvectl --destroy --vm=3Dbitrix &> /dev/null
> grub-bhyve -m device.map -r hd0,msdos1 -M 4096M bitrix < bitrix.grub
> bhyve -c 4 -AI -H -P -s 0:0,hostbridge -s 1:0,lpc -s 2:0,virtio-net,tap0 =
-s 3:0,virtio-blk,/dev/zvol/zroot/bitrix -l com1,stdio -m 4096M bitrix
>
>
> Console output:
> .......
> CPU: Physical Processor ID: 0
> alternatives: switching to unfair spinlock
> ACPI: Core revision 20090903
> ACPI Exception: AE_NO_ACPI_TABLES, While loading namespace from ACPI tabl=
es (20090903/tbxface-605)
> ACPI: Unable to load the System Description Tables
> ftrace: converting mcount calls to 0f 1f 44 00 00
> ftrace: allocating 21919 entries in 86 pages
> APIC routing finalized to flat.
> ..TIMER: vector=3D0x30 apic1=3D0 pin1=3D0 apic2=3D-1 pin2=3D-1
> ..MP-BIOS bug: 8254 timer not connected to IO-APIC
> ...trying to set up timer (IRQ0) through the 8259A ...
> ..... (found apic 0 pin 0) ...
> ....... failed.
> ...trying to set up timer as Virtual Wire IRQ...
> ..... failed.
> ...trying to set up timer as ExtINT IRQ...
> Unhandled outb 0x0071
> ./bitrix_start.sh: line 7: 5202 Abort trap (core dumped) bhyve -c 4 -AI -=
H -P -s 0:0,hostbridge -s 1:0,lpc -s 2:0,virtio-net,tap0 -s 3:0,virtio-blk,=
/dev/zvol/zroot/bitrix -l com1,stdio -m 4096M bitrix
> Tell me please, how can I fix this problem?
> I can rebuild kernel with debug enabled and make backtrace of core dump i=
f it will help somehow to find a reason. I guess  281075  commit is the rea=
son.
>
> Thanks a lot!

I am surprised that you even got that far. I was getting ACPI
compilation failures in bhyve after r281075 upgraded the ACPICA in
stable/10.

This is fixed in r281134. Can you try running your guest after syncing
past this change?

best
Neel

> _______________________________________________
> freebsd-virtualization@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@free=
bsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFgRE9Fg604hMEoH%2BJL=YWtO2ijPSDWuwEOfAZqr77pnToNX7A>