All of lore.kernel.org
 help / color / mirror / Atom feed
* Fwd: AMD, Solaris, KVM. Panic at boot time.
       [not found] <CAMv7u0G7qGjJyfEqYrL9j1wMeHL3q5tJMyVhGswpGK+9vkhtJw@mail.gmail.com>
@ 2014-02-03 23:36 ` Aleksey Larionov
  2014-02-04  3:34   ` Paolo Bonzini
  0 siblings, 1 reply; 4+ messages in thread
From: Aleksey Larionov @ 2014-02-03 23:36 UTC (permalink / raw)
  To: kvm

HOST:
cpu: AMD Opteron(TM) Processor 6234
kvm --version: QEMU emulator version 1.4.1, Copyright (c) 2003-2008
Fabrice Bellard
uname -a: Linux bear 2.6.32-19-pve #1 SMP Wed May 15 07:32:52 CEST
2013 x86_64 GNU/Linux

-----------------------
GUEST:
OS: Solaris 10
uname -a: SunOS solaris10 5.10 Generic_147148-26 i86pc i386 i86pc
isainfo -v:
64-bit amd64 applications
        amd_lzcnt amd_sse4a sse2 sse fxsr mmx cmov amd_sysc cx8 tsc fpu
32-bit i386 applications
        amd_lzcnt amd_sse4a sse2 sse fxsr mmx cmov amd_sysc cx8 tsc fpu
comand: /usr/bin/kvm -id 108 -chardev
socket,id=qmp,path=/var/run/qemu-server/108.qmp,server,nowait -mon
chardev=qmp,mode=control -vnc
unix:/var/run/qemu-server/108.vnc,x509,password -pidfile
/var/run/qemu-server/108.pid -daemonize -name Templ-SOLARIS10 -smp
sockets=1,cores=1 -cpu qemu64 -nodefaults -boot menu=on -vga std -k
en-us -m 2048 -cpuunits 1000 -device
piix3-usb-uhci,id=uhci,bus=pci.0,addr=0x1.0x2 -device
virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3 -drive
file=/var/lib/vz/images/108/root.qcow2,if=none,id=drive-ide0,aio=native,cache=none
-device ide-hd,bus=ide.0,unit=0,drive=drive-ide0,id=ide0,bootindex=100
-drive file=/var/lib/vz/template/iso/sol-10-u11-ga-x86-dvd.iso,if=none,id=drive-ide2,media=cdrom,aio=native
-device ide-cd,bus=ide.1,unit=0,drive=drive-ide2,id=ide2,bootindex=200
-netdev type=tap,id=net0,ifname=tap108i0,script=/var/lib/qemu-server/pve-bridge
-device e1000,romfile=,mac=6A:CC:9C:A5:0D:EC,netdev=net0,bus=pci.0,addr=0x12,id=net0
-rtc base=localtime -machine accel=tcg



I have error at boot time: "trap: Unknown trap type 8 in user mode
panic[cpu0]/thread=fffffffffbc29a40: BAD TRAP: type=9 (#9 Coprocessor
segment overrun) rp=fffffffffbs32b28 addr=0"

http://hostingkartinok.com/show-image.php?id=6d55cc901d7ce00efc82ef61e00771e3

This error occurs only if I use  hardware virtualization, but if I
don't use hardware virtualization guest os boot without errors and
works very slowly.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fwd: AMD, Solaris, KVM. Panic at boot time.
  2014-02-03 23:36 ` Fwd: AMD, Solaris, KVM. Panic at boot time Aleksey Larionov
@ 2014-02-04  3:34   ` Paolo Bonzini
       [not found]     ` <CAMv7u0Hr1VCYtkC846puSkW8OO9BihrfWpVSsdcHeQyibJ=6xA@mail.gmail.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Paolo Bonzini @ 2014-02-04  3:34 UTC (permalink / raw)
  To: Aleksey Larionov, kvm

Il 04/02/2014 00:36, Aleksey Larionov ha scritto:
>
> I have error at boot time: "trap: Unknown trap type 8 in user mode
> panic[cpu0]/thread=fffffffffbc29a40: BAD TRAP: type=9 (#9 Coprocessor
> segment overrun) rp=fffffffffbs32b28 addr=0"
>
> http://hostingkartinok.com/show-image.php?id=6d55cc901d7ce00efc82ef61e00771e3
>
> This error occurs only if I use  hardware virtualization, but if I
> don't use hardware virtualization guest os boot without errors and
> works very slowly.

Can you try with a newer kernel?  2.6.32 is a few years old.

Paolo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Fwd: Fwd: AMD, Solaris, KVM. Panic at boot time.
       [not found]     ` <CAMv7u0Hr1VCYtkC846puSkW8OO9BihrfWpVSsdcHeQyibJ=6xA@mail.gmail.com>
@ 2014-02-04  7:24       ` Aleksey Larionov
  2014-02-04 11:49         ` Paolo Bonzini
  0 siblings, 1 reply; 4+ messages in thread
From: Aleksey Larionov @ 2014-02-04  7:24 UTC (permalink / raw)
  To: kvm

No, I can't. My kvm version is a part of proxmoxve hipervizor and this
system have own kernel, if I use different kernel then the system
breaks down.

Il 04/02/2014 00:36, Aleksey Larionov ha scritto:
>
>
> I have error at boot time: "trap: Unknown trap type 8 in user mode
> panic[cpu0]/thread=fffffffffbc29a40: BAD TRAP: type=9 (#9 Coprocessor
> segment overrun) rp=fffffffffbs32b28 addr=0"
>
> http://hostingkartinok.com/show-image.php?id=6d55cc901d7ce00efc82ef61e00771e3
>
> This error occurs only if I use  hardware virtualization, but if I
> don't use hardware virtualization guest os boot without errors and
> works very slowly.


Can you try with a newer kernel?  2.6.32 is a few years old.

Paolo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fwd: Fwd: AMD, Solaris, KVM. Panic at boot time.
  2014-02-04  7:24       ` Fwd: " Aleksey Larionov
@ 2014-02-04 11:49         ` Paolo Bonzini
  0 siblings, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2014-02-04 11:49 UTC (permalink / raw)
  To: Aleksey Larionov, kvm

Il 04/02/2014 08:24, Aleksey Larionov ha scritto:
> No, I can't. My kvm version is a part of proxmoxve hipervizor and this
> system have own kernel, if I use different kernel then the system
> breaks down.

Then you have to contact proxmox.

Paolo

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-04 11:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CAMv7u0G7qGjJyfEqYrL9j1wMeHL3q5tJMyVhGswpGK+9vkhtJw@mail.gmail.com>
2014-02-03 23:36 ` Fwd: AMD, Solaris, KVM. Panic at boot time Aleksey Larionov
2014-02-04  3:34   ` Paolo Bonzini
     [not found]     ` <CAMv7u0Hr1VCYtkC846puSkW8OO9BihrfWpVSsdcHeQyibJ=6xA@mail.gmail.com>
2014-02-04  7:24       ` Fwd: " Aleksey Larionov
2014-02-04 11:49         ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.