[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] xen-3.2.0 problems with time (and space)
- To: ein@xxxxxxxxxxxxxx
- From: Massimo Mongardini <massimo.mongardini@xxxxxxxxx>
- Date: Mon, 23 Jun 2008 16:18:44 +0100
- Cc: xen-users@xxxxxxxxxxxxxxxxxxx
- Delivery-date: Mon, 23 Jun 2008 08:19:09 -0700
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type; b=i1YlMamjKDnRqoey1ddCtH/Cr7yjmps9r2NLnUyS0+SVygrJEO826f036R70Tmxblm QaM/BFd4G4pkgDE/QxwOaR2KTq2xh9YM1pHywToeDxf4y/2knZ+NX+wUslDpszaYhEAl r05NFJwEvrYlZgNUKRTu03ytmTPCknWGziZ34=
- List-id: Xen user discussion <xen-users.lists.xensource.com>
ein@xxxxxxxxxxxxxx wrote:
Just for the sake of completeness, can you tell us a bit more about your
platform?
Are you running a âstockâ xen kernel for dom0 and domU, or are these
vendor supplied (rh) kernels?
If itâs vendor supplied, is it possible to test again using the xen
supplied 3.2 2.6.18 kernel?
Iâm at a loss, but with a bit more info maybe we can nail it down.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
sorry, my bad...
dom0:
os: Red Hat Enterprise Linux WS release 4 (Nahant Update 5)
Xen: compiled from xen-3.2.1.tar.gz using
http://xenbits.xensource.com/linux-2.6.18-xen.hg
cpu: 2xDual-Core AMD Opteron(tm) Processor 2216 HE
server: HP Blade Server BL654c
xm info:
hostÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ : server-0007
releaseÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ : 2.6.18.8-xen
versionÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ : #1 SMP Thu Jun 5 12:33:48 GMT 2008
machineÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ : i686
nr_cpusÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ : 4
nr_nodesÂÂÂÂÂÂÂÂÂÂÂÂÂÂ : 1
cores_per_socketÂÂÂÂÂÂ : 2
threads_per_coreÂÂÂÂÂÂ : 1
cpu_mhzÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ : 2400
hw_capsÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ :
178bfbff:ebd3fbff:00000000:00000010:00002001:00000000:0000001f
total_memoryÂÂÂÂÂÂÂÂÂÂ : 8189
free_memoryÂÂÂÂÂÂÂÂÂÂÂ : 5
node_to_cpuÂÂÂÂÂÂÂÂÂÂÂ : node0:0-3
xen_majorÂÂÂÂÂÂÂÂÂÂÂÂÂ : 3
xen_minorÂÂÂÂÂÂÂÂÂÂÂÂÂ : 2
xen_extraÂÂÂÂÂÂÂÂÂÂÂÂÂ : .1
xen_capsÂÂÂÂÂÂÂÂÂÂÂÂÂÂ : xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p
xen_schedulerÂÂÂÂÂÂÂÂÂ : credit
xen_pagesizeÂÂÂÂÂÂÂÂÂÂ : 4096
platform_paramsÂÂÂÂÂÂÂ : virt_start=0xf5800000
xen_changesetÂÂÂÂÂÂÂÂÂ : unavailable
cc_compilerÂÂÂÂÂÂÂÂÂÂÂ : gcc version 3.4.6 20060404 (Red Hat 3.4.6-9)
cc_compile_byÂÂÂÂÂÂÂÂÂ : root
cc_compile_domainÂÂÂÂÂ :
cc_compile_date : Thu Jun 5 12:34:33 GMT 2008
xend_config_formatÂÂÂÂ : 4
xend-config:
(xend-relocation-server yes)
(xend-relocation-hosts-allow '^localhost$ ^localhost\\.localdomain$')
(network-script network-bridge)
(vif-script vif-bridge)
(dom0-min-mem 196)
(dom0-cpus 0)
(vncpasswd '')
domU config:
import os, re
arch = os.uname()[4]
if re.search('64', arch):
ÂÂÂ arch_libdir = 'lib64'
else:
ÂÂÂ arch_libdir = 'lib'
kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 6144
shadow_memory = 8
name = "server-0035"
vcpus=4
vif = [ 'type=ioemu, mac=00:16:3E:56:46:21' ]
disk = [ 'file:/scratch/XEN/computenodes/hda.qcow,ioemu:hda,w',
ÂÂÂÂÂÂÂ 'file:/scratch/XEN/computenodes/hdb.qcow,ioemu:hdb,w' ]
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
boot="c"
sdl=0
vnc=1
vncpasswd=''
stdvga=0
serial='pty'
usb=0
domU (hvm):
os: Red Hat Enterprise Linux WS release 4 (Nahant Update 5)
kernel: 2.6.9-67.0.15.ELsmp
thanks,
Massimo
--
Massimo Mongardini
~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~
echo 'Jg!J!hjwf!zpv!bo!bqqmf!boe!zpv!hjwf!nf!bo!bqqmf-!uifo!xf!xjmm!ibwf!bo!bqqmf!fbdi/!Cvu!jg!J!hjwf!zpv!bo!jefb!boe!zpv!hjwf!nf!bo!jefb-!xf!xjmm!ibwf!uxp!jefbt!fbdi!' | perl -pe 's/(.)/chr(ord($1)-1)/ge'
~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~
http://massimo.mongardini.it
http://www.getthefacts.it
http://www.mongardini.it/pizza-howto
~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|