From: Hans de Bruin <bruinjm@xs4all.nl>
To: Marcelo Tosatti <mtosatti@redhat.com>
Cc: kvm@vger.kernel.org
Subject: Re: just a dump
Date: Sat, 16 May 2009 10:38:25 +0200 [thread overview]
Message-ID: <4A0E7B81.6070203@xs4all.nl> (raw)
In-Reply-To: <20090515144923.GA6304@amt.cnet>
Marcelo Tosatti wrote:
> On Wed, May 13, 2009 at 12:20:26AM +0200, Hans de Bruin wrote:
>> Hans de Bruin wrote:
>>> Staring to vms simultaneously end in crash
>>>
>>> linux 30-rc5
>>> kvm-qemu kvm-85-378-g143eb2b
>>> proc AMD dualcore
>>>
>>> vm's like:
>>>
>>> #!/bin/sh
>>> n=10
>>> cdrom=/iso/server2008x64.iso
>>> drive=file=/kvm/disks/vm$n
>>> mem=1024
>>> cpu=qemu64
>>> vga=std
>>> mac=52:54:00:12:34:$n
>>> bridge=br1
>>>
>>> qemu-system-x86_64 -cdrom $cdrom -drive $drive -m $mem -cpu $cpu -vga
>>> $vga -net nic,macaddr=$mac -net tap,script=/etc/qemu/$bridge
>>>
>>>
>> another dmesg:
>
> Hans,
>
> The oopses below point to the possibility of a hardware problem,
> similar to:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=480779
>
> Can you please rule it out with memtest86?
I ran memtest for 11 hours and it completed 4.7 passes with no problems.
But then memtest is about cpu and memmory interaction. If the problem is
disk related there is also disk/chipset/dma and memmory interaction. I
could degrade my system by turning dma on disk io off, or i could have a
closer look at kvm-autotest.
--
Hans
by the way, the system is an asus m2npv-mx (latest bios) with 6G ram:
bash-3.1# cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 15
model : 107
model name : AMD Athlon(tm) 64 X2 Dual Core Processor 4000+
stepping : 1
cpu MHz : 1000.000
cache size : 512 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext
fxsr_opt rdtscp lm 3dnowext 3dnow rep_good pni cx16 lahf_lm cmp_legacy
svm extapic cr8_legacy 3dnowprefetch
bogomips : 2004.31
TLB size : 1024 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc 100mhzsteps
...
bash-3.1# lspci
00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2)
00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev a2)
00:00.3 RAM memory: nVidia Corporation C51 Memory Controller 5 (rev a2)
00:00.4 RAM memory: nVidia Corporation C51 Memory Controller 4 (rev a2)
00:00.5 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.6 RAM memory: nVidia Corporation C51 Memory Controller 3 (rev a2)
00:00.7 RAM memory: nVidia Corporation C51 Memory Controller 2 (rev a2)
00:05.0 VGA compatible controller: nVidia Corporation C51PV [GeForce
6150] (rev a2)
00:09.0 RAM memory: nVidia Corporation MCP51 Host Bridge (rev a2)
00:0a.0 ISA bridge: nVidia Corporation MCP51 LPC Bridge (rev a3)
00:0a.1 SMBus: nVidia Corporation MCP51 SMBus (rev a3)
00:0a.2 RAM memory: nVidia Corporation MCP51 Memory Controller 0 (rev a3)
00:0b.0 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
00:0b.1 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
00:0d.0 IDE interface: nVidia Corporation MCP51 IDE (rev a1)
00:0e.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller
(rev a1)
00:0f.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller
(rev a1)
00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2)
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio
(rev a2)
00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron]
HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron]
Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron]
DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron]
Miscellaneous Control
01:09.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone]
(rev 30)
next prev parent reply other threads:[~2009-05-16 8:37 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-12 21:12 just a dump Hans de Bruin
2009-05-12 22:20 ` Hans de Bruin
2009-05-15 14:49 ` Marcelo Tosatti
2009-05-16 8:38 ` Hans de Bruin [this message]
[not found] ` <20090516131046.GB3153@amt.cnet>
2009-05-21 10:22 ` Hans de Bruin
2009-05-21 10:36 ` Hans de Bruin
2009-05-21 11:03 ` Hans de Bruin
2009-05-23 21:47 ` Marcelo Tosatti
2009-05-24 8:47 ` Hans de Bruin
2009-05-24 11:49 ` Avi Kivity
2009-05-25 18:47 ` Marcelo Tosatti
2009-05-21 13:51 ` Lucas Meneghel Rodrigues
2009-05-27 7:43 ` Hans de Bruin
2009-05-28 13:39 ` Lucas Meneghel Rodrigues
2009-07-05 18:40 ` Hans de Bruin
2009-07-06 7:39 ` Avi Kivity
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A0E7B81.6070203@xs4all.nl \
--to=bruinjm@xs4all.nl \
--cc=kvm@vger.kernel.org \
--cc=mtosatti@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox