WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] xen-3.2.0 problems with time (and space)

To: ein@xxxxxxxxxxxxxx
Subject: Re: [Xen-users] xen-3.2.0 problems with time (and space)
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
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type; bh=XZa2c8RVlyhKsd68HhPWVA6ja4fotAmbUZqpfumGuHc=; b=hwpgFPNtVAtpIga229C7b6tBQQlwnYFKklLjVonzK9iTeYbIt44LSikjDfVpclL7rE yb+yrSWIywBNmgouEnGVGJF2Oo/py2iaNBrZg1yf7vdQwjPvlKaBv5OIRD4Pn1sInPTD bzQLrwHk25IfbzbCTyPWw5oaYEMG/8q060dF0=
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=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <29278.208.97.187.133.1214231989.squirrel@xxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <29278.208.97.187.133.1214231989.squirrel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.14 (X11/20080421)
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
<Prev in Thread] Current Thread [Next in Thread>