amd64 host kernel lock after some time

Discussions about using Linux guests in VirtualBox.
Post Reply
tekknokrat
Posts: 11
Joined: 15. Feb 2008, 22:57

amd64 host kernel lock after some time

Post by tekknokrat »

I made several testings on ubuntu gutsy amd64 with feisty server (image-i386) and always my host freezes. This happens after some time aproximately an hour.

Before I can really do anything like shutdown, restart compiles some packages...
Also tried with with disabled apic on guest and running the guest headless (vrdp).

config


network:

# ath0 config
auto ath0
iface ath0 inet manual
pre-up iwpriv ath0 wds 1
up ifconfig $IFACE 0.0.0.0 up
down ifconfig $IFACE down
post-down iwpriv ath0 wds 0
wireless yes
wireless_essid HOMEGROWN
# wpa roaming id config
iface homegrown inet dhcp

auto tap0
iface tap0 inet manual
up ifconfig $IFACE 0.0.0.0 up
down ifconfig $IFACE down
tunctl_user lila

auto br0
iface br0 inet dhcp
bridge_ports ath0 tap0
config virtualbox:

here

log:

here

uname host:
Linux trac-test 2.6.22-14-generic #1 SMP Tue Feb 12 02:46:46 UTC 2008 x86_64 GNU/Linux
Spec host: opteron 146:
processor : 0
vendor_id : AuthenticAMD
cpu family : 15
model : 5
model name : AMD Opteron(tm) Processor 146
stepping : 8
cpu MHz : 2004.614
cache size : 1024 KB
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 syscall nx mmxext lm 3dnowext 3dnow up
bogomips : 4013.68
TLB size : 1024 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: ts ttp
I preferedly would make a bugreport but perhaps there are some wellknown issues which I missed - investigated several hours in forumreads...
tekknokrat
Posts: 11
Joined: 15. Feb 2008, 22:57

Post by tekknokrat »

hm seems I am the only one with that problem.

I moved to another machine (amd tyan am2) with the hardy kernel (2.6.24-4) and no hardlocks of the host appears until now.
If somebody is interested I would also test with downgraded kernel to get the same behaviour like on my opteron 940 system.

But I got sometimes locks from the vm (ubuntu feisty) which are imo mostly related to network. Next time I'll see if i can fetch the kernel messages.
Post Reply